/openbmc/openbmc/poky/meta/recipes-core/images/ |
H A D | build-appliance-image_15.0.0.bb | 50 cp -R ${UNPACKDIR}/git ${IMAGE_ROOTFS}/home/builder/poky 52 mkdir -p ${IMAGE_ROOTFS}/home/builder/poky/build/conf 53 mkdir -p ${IMAGE_ROOTFS}/home/builder/poky/build/downloads 55 cp -RpL ${DL_DIR}/* ${IMAGE_ROOTFS}/home/builder/poky/build/downloads/ 57 rm -rf ${IMAGE_ROOTFS}/home/builder/poky/build/downloads/git2_* 60 # Place the README_VirtualBox_Guest_Additions file in builders home folder. 61 cp ${UNPACKDIR}/README_VirtualBox_Guest_Additions.txt ${IMAGE_ROOTFS}/home/builder/ 63 # Place the README_VirtualBox_Toaster file in builders home folder. 64 cp ${UNPACKDIR}/README_VirtualBox_Toaster.txt ${IMAGE_ROOTFS}/home/builder/ 66 echo "INHERIT += \"rm_work\"" >> ${IMAGE_ROOTFS}/home/builder/poky/build/conf/auto.conf [all …]
|
/openbmc/openbmc/meta-phosphor/classes/ |
H A D | phosphor-deploy-ssh-keys.bbclass | 11 # SSH_KEYS = "vejmarie:/home/openbmc/openbmc/meta-hpe/keys/test.pub" 13 # SSH_KEYS = "vejmarie:/home/openbmc/openbmc/meta-hpe/keys/test.pub;root:/path/to/id_rsa.pub" 34 if [ ! -d ${IMAGE_ROOTFS}/home/${username} ]; then 38 if [ ! -d ${IMAGE_ROOTFS}/home/${username}.ssh/ ]; then 39 install -d ${IMAGE_ROOTFS}/home/${username}/.ssh/ 42 if [ ! -f ${IMAGE_ROOTFS}/home/${username}/.ssh/authorized_keys ]; then 43 install -m 0600 ${key_path} ${IMAGE_ROOTFS}/home/${username}/.ssh/authorized_keys 45 cat ${key_path} >> ${IMAGE_ROOTFS}/home/${username}/.ssh/authorized_keys 51 chown -R ${uid}:${guid} ${IMAGE_ROOTFS}/home/${username}/.ssh 52 chmod 600 ${IMAGE_ROOTFS}/home/${username}/.ssh/authorized_keys [all …]
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/user/user/ |
H A D | update_admin_account.sh | 11 mkdir -p /home/admin 12 chmod 0755 /home/admin 13 chown --recursive admin:admin /home/admin 14 usermod --home /home/admin admin
|
/openbmc/linux/Documentation/translations/zh_CN/dev-tools/ |
H A D | gdb-kernel-debugging.rst | 68 scanning for modules in /home/user/linux/build 69 loading @0xffffffffa0020000: /home/user/linux/build/net/netfilter/xt_tcpudp.ko 70 loading @0xffffffffa0016000: /home/user/linux/build/net/netfilter/xt_pkttype.ko 71 loading @0xffffffffa0002000: /home/user/linux/build/net/netfilter/xt_limit.ko 72 loading @0xffffffffa00ca000: /home/user/linux/build/net/packet/af_packet.ko 73 loading @0xffffffffa003c000: /home/user/linux/build/fs/fuse/fuse.ko 75 loading @0xffffffffa0000000: /home/user/linux/build/drivers/ata/ata_generic.ko 90 loading @0xffffffffa0034000: /home/user/linux/build/lib/libcrc32c.ko 91 loading @0xffffffffa0050000: /home/user/linux/build/lib/lzo/lzo_compress.ko 92 loading @0xffffffffa006e000: /home/user/linux/build/lib/zlib_deflate/zlib_deflate.ko [all …]
|
/openbmc/openbmc/poky/meta/recipes-graphics/builder/files/ |
H A D | builder_session.sh | 8 export PSEUDO_LOCALSTATEDIR=/home/builder/pseudo 10 export GIT_PROXY_COMMAND=/home/builder/poky/scripts/oe-git-proxy 16 if [ ! -d /home/builder/.local/share/applications ]; then 17 mkdir -p /home/builder/.local/share/applications/ 30 cd /home/builder/poky
|
/openbmc/openbmc/poky/meta/recipes-devtools/subversion/ |
H A D | subversion_1.14.4.bb | 52 …home/pokybuild/yocto-autobuilder/yocto-worker/nightly-qa-logrotate/build/build/tmp/work/x86_64-lin… 54 …../subversion/libsvn_repos/libsvn_repos-1.la' has not been installed in `/home/pokybuild/yocto-aut… 55 #| /home/pokybuild/yocto-autobuilder/yocto-worker/nightly-qa-logrotate/build/build/tmp/work/x86_64-…
|
/openbmc/openbmc/meta-google/recipes-google/ssh/authorized-keys-comp/ |
H A D | authorized-keys-comp.sh | 7 home="$(eval echo "~$user")" || continue 8 link="$(readlink "$home"/.ssh/authorized_keys 2>/dev/null)" || continue 12 echo "Ignoring $user $home/.ssh/authorized_keys" >&2 20 "$home/.ssh/authorized_keys.d"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/libgphoto2/ |
H A D | 0001-configure.ac-remove-AM_PO_SUBDIRS.patch | 11 …home/Superandy/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/libgphoto2-2.4.11-r2…
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/adduser/files/ |
H A D | adduser-add-M-option-for-useradd.patch | 6 The useradd (from package passwd) in debian based system sets -M (--no-create-home) by default, 7 but the one we are using (from package shadow) sets -m (--create-home) by default, so we 8 need to explicitly add -M option for useradd call or it will try to create home twice and 10 "The home directory `/home/newuser' already exists. Not copying from `/etc/skel'"
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | gdb-kernel-debugging.rst | 78 scanning for modules in /home/user/linux/build 79 loading @0xffffffffa0020000: /home/user/linux/build/net/netfilter/xt_tcpudp.ko 80 loading @0xffffffffa0016000: /home/user/linux/build/net/netfilter/xt_pkttype.ko 81 loading @0xffffffffa0002000: /home/user/linux/build/net/netfilter/xt_limit.ko 82 loading @0xffffffffa00ca000: /home/user/linux/build/net/packet/af_packet.ko 83 loading @0xffffffffa003c000: /home/user/linux/build/fs/fuse/fuse.ko 85 loading @0xffffffffa0000000: /home/user/linux/build/drivers/ata/ata_generic.ko 101 loading @0xffffffffa0034000: /home/user/linux/build/lib/libcrc32c.ko 102 loading @0xffffffffa0050000: /home/user/linux/build/lib/lzo/lzo_compress.ko 103 loading @0xffffffffa006e000: /home/user/linux/build/lib/zlib_deflate/zlib_deflate.ko [all …]
|
/openbmc/linux/Documentation/powerpc/ |
H A D | vcpudispatch_stats.rst | 9 chips (representing the "home" node) and tries to always dispatch vcpus 12 from its home node). 39 The final 3 numbers represent statistics in relation to the home node of 42 6. number of times this vcpu was dispatched in its home node (chip) 74 6821 dispatches on the vcpu's home node, while 18 dispatches were 75 outside its home node, on a neighbouring chip.
|
/openbmc/openbmc/meta-google/recipes-google/ssh/ |
H A D | authorized-keys-comp.bb | 20 FILES:${PN} += "/home" 32 install -d -m0755 ${D}/home/$user/.ssh 33 ln -sv /run/authorized_keys/$user ${D}/home/$user/.ssh/authorized_keys
|
/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/ |
H A D | CVE-2023-38470-2.patch | 18 …#0 0x501175 in __sanitizer_print_stack_trace (/home/vagrant/avahi/out/fuzz-domain+0x501175) (Build… 19 …#1 0x45ad2c in fuzzer::PrintStackTrace() (/home/vagrant/avahi/out/fuzz-domain+0x45ad2c) (BuildId: … 20 …#2 0x43fc07 in fuzzer::Fuzzer::CrashCallback() (/home/vagrant/avahi/out/fuzz-domain+0x43fc07) (Bui… 27 #9 0x5344a4 in LLVMFuzzerTestOneInput /home/vagrant/avahi/fuzz/fuzz-domain.c:38:9
|
/openbmc/linux/tools/perf/util/ |
H A D | config.c | 542 const char *home = NULL; in home_perfconfig() local 547 home = getenv("HOME"); in home_perfconfig() 554 if (!home || !*home || !perf_config_global()) in home_perfconfig() 557 config = strdup(mkpath(path, sizeof(path), "%s/.perfconfig", home)); in home_perfconfig() 559 pr_warning("Not enough memory to process %s/.perfconfig, ignoring it.\n", home); in home_perfconfig() 898 char *home = getenv("HOME"); in set_buildid_dir() local 900 if (home) { in set_buildid_dir() 902 home, DEBUG_CACHE_DIR); in set_buildid_dir()
|
/openbmc/openbmc/meta-inventec/meta-starscream/recipes-phosphor/image/ |
H A D | obmc-phosphor-image.bbappend | 4 useradd -e '' -ou 0 -d /home/root -G priv-admin,root,sudo,ipmi,web,redfish -p 'gzW59equAcJAg' sysad… 5 useradd -e '' -ou 0 -d /home/root -G priv-admin,root,sudo,ipmi,web,redfish -p 'kFdHdjRkot8KQ' admin…
|
/openbmc/openbmc/meta-phosphor/recipes-core/base-files/base-files/df-ubi/ |
H A D | fstab | 9 /var/persist/home /home none bind 0 0
|
/openbmc/openbmc/meta-phosphor/recipes-core/base-files/base-files/df-mmc/ |
H A D | fstab | 9 /var/persist/home /home none bind 0 0
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fltk/fltk/ |
H A D | 0001-Fl_Preferences.cxx-do-not-use-dlopen-in-case-glibc-s.patch | 10 | /home/work/x86_64-linux/fltk-native/1.3.4-1-r0/fltk-1.3.4-1/src/Fl_Preferences.cxx: In static mem… 11 | /home/work/x86_64-linux/fltk-native/1.3.4-1-r0/fltk-1.3.4-1/src/Fl_Preferences.cxx:1741:27: error… 14 | /home/work/x86_64-linux/fltk-native/1.3.4-1-r0/fltk-1.3.4-1/src/Fl_Preferences.cxx:1741:36: error…
|
/openbmc/openbmc/meta-inventec/meta-transformers/recipes-phosphor/image/ |
H A D | obmc-phosphor-image.bbappend | 2 useradd -e '' -ou 0 -d /home/root -G priv-admin,root,sudo,ipmi,web,redfish -p 'gzW59equAcJAg' sysad… 3 useradd -e '' -ou 0 -d /home/root -G priv-admin,root,sudo,ipmi,web,redfish -p 'kFdHdjRkot8KQ' admin…
|
/openbmc/linux/drivers/gpu/drm/i915/gt/shaders/ |
H A D | README | 28 * IGT gpu tools source code is located on your home directory (~) as ~/igt 29 * Mesa source code is located on your home directory (~) as ~/mesa 31 * Linux kernel source code is under your home directory (~) as ~/linux
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/ |
H A D | smb.conf | 151 ; include = /home/samba/etc/smb.conf.%m 200 ; path = /home/samba/netlogon 211 ; path = /home/samba/profiles
|
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/ |
H A D | README.rst | 120 build directory: /home/name/build/kernel 125 make O=/home/name/build/kernel menuconfig 126 make O=/home/name/build/kernel 127 sudo make O=/home/name/build/kernel modules_install install
|
/openbmc/linux/arch/arm/boot/dts/samsung/ |
H A D | exynos4412-odroidx.dts | 100 home-key { 103 label = "home key"; 118 gpio_home_key: home-key-pins {
|
/openbmc/openbmc/poky/meta/recipes-connectivity/ppp-dialin/ |
H A D | ppp-dialin_0.1.bb | 26 USERADD_PARAM:${PN} = "--system --home /dev/null \ 27 --no-create-home --shell ${sbindir}/ppp-dialin \
|
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/ |
H A D | weston-init.bb | 74 install -dm 755 -o weston -g weston ${D}/home/weston 99 /home/weston \ 105 USERADD_PARAM:${PN} = "--home /home/weston --shell /bin/sh --user-group -G video,input,render,seat,…
|