Home
last modified time | relevance | path

Searched refs:OEROOT (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/yocto/
H A Doe-init-build-env38 if [ -z "$OEROOT" ]; then
39 OEROOT=$(dirname "$THIS_SCRIPT")
40 OEROOT=$(readlink -f "$OEROOT")
44 export OEROOT
45 . "$OEROOT"/scripts/oe-buildenv-internal &&
46 TEMPLATECONF="$TEMPLATECONF" "$OEROOT"/scripts/oe-setup-builddir || {
47 unset OEROOT
50 unset OEROOT
/OK3568_Linux_fs/yocto/poky/
H A Doe-init-build-env38 if [ -z "$OEROOT" ]; then
39 OEROOT=$(dirname "$THIS_SCRIPT")
40 OEROOT=$(readlink -f "$OEROOT")
44 export OEROOT
45 . "$OEROOT"/scripts/oe-buildenv-internal &&
46 TEMPLATECONF="$TEMPLATECONF" "$OEROOT"/scripts/oe-setup-builddir || {
47 unset OEROOT
50 unset OEROOT
/OK3568_Linux_fs/yocto/poky/scripts/
H A Doe-setup-builddir45 . "$OEROOT"/.templateconf
57 if [ -d "$OEROOT/$TEMPLATECONF" ]; then
58 TEMPLATECONF="$OEROOT/$TEMPLATECONF"
72 OECORELOCALCONF="$OEROOT/meta/conf/local.conf.sample"
88 OECORELAYERCONF="$OEROOT/meta/conf/bblayers.conf.sample"
103 sed -e "s|##OEROOT##|$OEROOT|g" \
104 -e "s|##COREBASE##|$OEROOT|g" \
128 OECORENOTESCONF="$OEROOT/meta/conf/conf-notes.txt"
H A Doe-buildenv-internal22 if [ -z "$OEROOT" ]; then
76 BITBAKEDIR="$OEROOT/bitbake$BBEXTRA"
77 test -d "$BITBAKEDIR" || BITBAKEDIR="$OEROOT/../bitbake$BBEXTRA"
96 for newpath in "$BITBAKEDIR/bin" "$OEROOT/scripts"; do
/OK3568_Linux_fs/yocto/poky/meta-poky/conf/
H A Dbblayers.conf.sample9 ##OEROOT##/meta \
10 ##OEROOT##/meta-poky \
11 ##OEROOT##/meta-yocto-bsp \
/OK3568_Linux_fs/yocto/poky/meta/conf/
H A Ddocumentation.conf302 OEROOT[doc] = "The directory from which the top-level build environment setup script is sourced."
/OK3568_Linux_fs/yocto/poky/documentation/ref-manual/
H A Dstructure.rst276 ``${``\ :term:`OEROOT`\ ``}`` values for all
277 ``##OEROOT##`` values.
314 ``${``\ :term:`OEROOT`\ ``}`` values for all ``##OEROOT##`` values.
H A Dvariables.rst5071 :term:`OEROOT`
5075 script, the :term:`OEROOT` variable resolves to the directory that
/OK3568_Linux_fs/yocto/poky/documentation/dev-manual/
H A Dcommon-tasks.rst11417 ##OEROOT##/meta \
11418 ##OEROOT##/meta-poky \
11419 ##OEROOT##/meta-yocto-bsp \
11420 ##OEROOT##/meta-mylayer \