Home
last modified time | relevance | path

Searched full:home (Results 1 – 25 of 512) sorted by relevance

12345678910>>...21

/openbmc/docs/testing/
H A Drun-test-docker.md12 `mkdir ${HOME}/OpenBMC_Automation`
16 `cd ${HOME}/OpenBMC_Automation`
42 1. Change directory to HOME workspace.
44 `cd ${HOME}/OpenBMC_Automation`
57 --env HOME=${HOME} \
58 --workdir ${HOME} \
59 --volume ${HOME}/OpenBMC_Automation:${HOME} \
64 ${HOME}/openbmc-test-automation/extended/code_update/update_bmc.robot
68 file from HOME directory of the system where docker run command is executed:
72 --env HOME=${HOME} \
[all …]
/openbmc/openbmc/meta-ibm/recipes-phosphor/user/user/
H A Dupdate_admin_account.sh2 # Purpose: creates /home/admin directory and updates admin user
3 # home directory to /home/admin
5 # Update admin user home directory
10 echo "Changing admin user home directory"
11 mkdir -p /home/admin
12 chmod 0755 /home/admin
13 chown --recursive admin:admin /home/admin
14 usermod --home /home/admin admin
16 echo "admin user home directory is okay"
/openbmc/openbmc/poky/meta/recipes-core/images/
H A Dbuild-appliance-image_15.0.0.bb50 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/poky/bitbake/lib/bb/tests/
H A Dutils.py97 (os.environ.get('HOME', '/home/test'), True),
98 ('/home/someone', True),
99 ('/home/other/', True),
100 ('/home/other/subdir', False),
456 /home/user/path/layer1 \
457 /home/user/path/layer2 \
458 /home/user/path/subpath/layer3 \
459 /home/user/path/layer4 \
468 /home/user/path/layer1 \
469 /home/user/path/subpath/layer3 \
[all …]
/openbmc/phosphor-event/
H A D.build.sh10 RUN groupadd -g ${GROUPS} ${USER} && useradd -d ${HOME} -m -u ${UID} -g ${GROUPS} ${USER}
12 ENV HOME ${HOME}
21 -w "${PWD}" -v "${HOME}":"${HOME}" openbmc/phosphor-event gcc --version
23 -w "${PWD}" -v "${HOME}":"${HOME}" openbmc/phosphor-event make
25 -w "${PWD}" -v "${HOME}":"${HOME}" openbmc/phosphor-event make check
/openbmc/openbmc/meta-phosphor/classes/
H A Dphosphor-deploy-ssh-keys.bbclass11 # 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/bmcweb/redfish-core/include/
H A Dfilter_expr_parser_grammar.hpp7 #include <boost/spirit/home/x3/char/char.hpp>
8 #include <boost/spirit/home/x3/char/negated_char_parser.hpp>
9 #include <boost/spirit/home/x3/directive/lexeme.hpp>
10 #include <boost/spirit/home/x3/nonterminal/rule.hpp>
11 #include <boost/spirit/home/x3/numeric/int.hpp>
12 #include <boost/spirit/home/x3/numeric/real.hpp>
13 #include <boost/spirit/home/x3/numeric/real_policies.hpp>
14 #include <boost/spirit/home/x3/operator/alternative.hpp>
15 #include <boost/spirit/home/x3/operator/kleene.hpp>
16 #include <boost/spirit/home/x3/operator/optional.hpp>
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/thrift/thrift/
H A D0002-THRIFT-5842-Add-missing-cstdint-include-for-int64_t.patch15home/kou/work/cpp/thrift.kou.build/lib/cpp -I/home/kou/work/cpp/thrift.kou/lib/cpp -I/home/kou/wor…
16 …In file included from /home/kou/work/cpp/thrift.kou/lib/cpp/src/thrift/transport/TServerSocket.h:2…
17 … from /home/kou/work/cpp/thrift.kou/lib/cpp/src/thrift/transport/TSSLServerSocket.h:23,
18 … from /home/kou/work/cpp/thrift.kou/lib/cpp/src/thrift/transport/TSSLServerSocket.cpp:21:
19 …/home/kou/work/cpp/thrift.kou/lib/cpp/src/thrift/concurrency/Mutex.h:47:26: error: 'int64_t' has n…
22 …/home/kou/work/cpp/thrift.kou/lib/cpp/src/thrift/concurrency/Mutex.h:25:1: note: 'int64_t' is defi…
26 …/home/kou/work/cpp/thrift.kou/lib/cpp/src/thrift/concurrency/Mutex.h:60:29: error: 'int64_t' has n…
29 …/home/kou/work/cpp/thrift.kou/lib/cpp/src/thrift/concurrency/Mutex.h:60:29: note: 'int64_t' is def…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/tokyocabinet/tokyocabinet/
H A Dremove-hard-coded-include-and-lib-paths.patch3 There are hardcode paths in configure.in eg: /usr/include, $HOME/include etc.
21 -MYCPPFLAGS="-I. -I\$(INCLUDEDIR) -I$HOME/include -I/usr/local/include"
24 -MYLDFLAGS="-L. -L\$(LIBDIR) -L$HOME/lib -L/usr/local/lib"
32 -PATH="$PATH:$HOME/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin"
34 -CPATH="$HOME/include:/usr/local/include:$CPATH"
35 -LIBRARY_PATH="$HOME/lib:/usr/local/lib:$LIBRARY_PATH"
36 -LD_LIBRARY_PATH="$HOME/lib:/usr/local/lib:$LD_LIBRARY_PATH"
37 -PKG_CONFIG_PATH="$HOME/lib/pkgconfig:/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH"
/openbmc/phosphor-host-ipmid/
H A D.build.sh7 RUN groupadd -g ${GROUPS[0]} ${USER} && useradd -d ${HOME} -m -u ${UID} -g ${GROUPS[0]} ${USER}
9 ENV HOME ${HOME}
20 -w "${PWD}" -v "${HOME}":"${HOME}" -t temp make
/openbmc/openbmc/poky/meta/recipes-devtools/subversion/
H A Dsubversion_1.14.5.bb53home/pokybuild/yocto-autobuilder/yocto-worker/nightly-qa-logrotate/build/build/tmp/work/x86_64-lin…
55 …../subversion/libsvn_repos/libsvn_repos-1.la' has not been installed in `/home/pokybuild/yocto-aut…
56 #| /home/pokybuild/yocto-autobuilder/yocto-worker/nightly-qa-logrotate/build/build/tmp/work/x86_64-…
/openbmc/bmcweb/include/
H A Dhttp_utility.hpp5 #include <boost/spirit/home/x3/char/char.hpp>
6 #include <boost/spirit/home/x3/char/char_class.hpp>
7 #include <boost/spirit/home/x3/core/parse.hpp>
8 #include <boost/spirit/home/x3/directive/no_case.hpp>
9 #include <boost/spirit/home/x3/directive/omit.hpp>
10 #include <boost/spirit/home/x3/numeric/uint.hpp>
11 #include <boost/spirit/home/x3/operator/alternative.hpp>
12 #include <boost/spirit/home/x3/operator/kleene.hpp>
13 #include <boost/spirit/home/x3/operator/optional.hpp>
14 #include <boost/spirit/home/x3/operator/plus.hpp>
[all …]
/openbmc/openbmc/poky/meta/recipes-graphics/builder/files/
H A Dbuilder_session.sh8 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/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/files/unattended-boot-conf/openSUSE/
H A Dautoinst.xml86 …<description>For use in home areas. You mostly trust the other computers on networks to not harm y…
89 <name>home</name>
98 <short>Home</short>
495 <path>home</path>
584 <home>/home</home>
595 <home>/home/user</home>
614 <home>/run/nscd</home>
633 <home>/</home>
652 <home>/sbin</home>
671 <home>/</home>
[all …]
/openbmc/openbmc-build-scripts/
H A Dbuild-setup.sh67 # Default: "${HOME}"
90 WORKSPACE=${WORKSPACE:-${HOME}/${RANDOM}${RANDOM}}
107 ssc_dir=${ssc_dir:-${HOME}}
206 RUN grep -q ${UID} /etc/passwd || useradd -d ${HOME} -m -u ${UID} -g ${GROUPS[0]} ${USER}
209 ENV HOME ${HOME}
262 RUN grep -q ${UID} /etc/passwd || useradd -d ${HOME} -m -u ${UID} -g ${GROUPS[0]} ${USER}
265 ENV HOME ${HOME}
311 lock=${HOME}/build-setup.lock
404 # If obmc_dir or ssc_dir are ${HOME} or a subdirectory they will not be mounted
408 if [[ "${obmc_dir}" = "${HOME}/"* || "${obmc_dir}" = "${HOME}" ]];then
[all …]
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/adduser/files/
H A Dadduser-add-M-option-for-useradd.patch6 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/openbmc/poky/meta/recipes-graphics/matchbox-session/matchbox-session/
H A Dmatchbox-session9 if [ -e $HOME/.matchbox/session ]
11 exec $HOME/.matchbox/session
19 # Default files to run if $HOME/.matchbox/session or /etc/matchbox/session
/openbmc/openbmc-build-scripts/scripts/
H A Drun-robot.sh4 # The robot test results will be copied to ${HOME}
42 cp "${ROBOT_CODE_HOME}"/*.xml "${HOME}/"
43 cp "${ROBOT_CODE_HOME}"/*.html "${HOME}/"
45 cp -Rf "${ROBOT_CODE_HOME}"/logs "${HOME}"/ ;
H A Dbuild-qemu-robot-docker.sh41 PIP_MIRROR_CMD="RUN mkdir -p \${HOME}/.pip && \
42 echo \"[global]\" > \${HOME}/.pip/pip.conf && \
43 echo \"index-url=${PIP_MIRROR}\" >> \${HOME}/.pip/pip.conf &&\
44 echo \"[install]\" >> \${HOME}/.pip/pip.conf &&\
45 echo \"trusted-host=${PIP_HOSTNAME}\" >> \${HOME}/.pip/pip.conf"
106 ENV HOME=${HOME}
155 RUN grep -q ${UID} /etc/passwd || useradd -d ${HOME} -l -m -u ${UID} -g ${GROUPS[0]} \
/openbmc/openbmc/poky/meta/lib/oe/
H A Duseradd.py34 …parser.add_argument("-b", "--base-dir", metavar="BASE_DIR", help="base directory for the home dire…
36 …parser.add_argument("-d", "--home-dir", metavar="HOME_DIR", help="home directory of the new accoun…
45 …parser.add_argument("-m", "--create-home", help="create the user's home directory", action="store_…
46 …parser.add_argument("-M", "--no-create-home", dest="create_home", help="do not create the user's h…
/openbmc/openbmc-test-automation/bin/
H A Djenkins_funcs.sh19 # "/home/johndoe/git/"). If the
69 # "/home/johndoe/git/") to be used.
159 robot_cmd_buf="${robot_cmd_buf}${additional_parms} ${HOME}/openbmc-test"
165 cmd_buf="docker run --user=root --env=HOME=${HOME} --env=PYTHONPATH=${HOME}"
166 cmd_buf="${cmd_buf}/openbmc-test-automation/lib --workdir=${HOME} --volume"
167 cmd_buf="${cmd_buf}=${git_dir_path}:${HOME} --volume=${WORKSPACE}:/status_"
/openbmc/openbmc/poky/meta/recipes-graphics/mini-x-session/files/
H A Dmini-x-session9 if [ -e $HOME/.mini_x/session ]
11 exec $HOME/.mini_x/session
35 # Default files to run if $HOME/.mini_x/session or /etc/mini_x/session
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vlan/vlan-1.9/
H A Dno-HOME-includes.patch2 Subject: vlan: do not include ${HOME}/linux/include dir
18 -CCFLAGS = -g -D_GNU_SOURCE -Wall -I${HOME}/linux/include
22 ARM_TC_BIN = ${HOME}/Intrinsyc/bin
/openbmc/openbmc/meta-google/recipes-google/ssh/
H A Dauthorized-keys-comp.bb20 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/meta-google/recipes-google/ssh/authorized-keys-comp/
H A Dauthorized-keys-comp.sh7 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"

12345678910>>...21