Home
last modified time | relevance | path

Searched refs:TEMPLATECONF (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/yocto/poky/scripts/
H A Doe-setup-builddir42 TEMPLATECONF=$(cat "$BUILDDIR/conf/templateconf.cfg")
48 echo "$TEMPLATECONF" >"$BUILDDIR/conf/templateconf.cfg"
54 if [ -n "$TEMPLATECONF" ]; then
55 if [ ! -d "$TEMPLATECONF" ]; then
57 if [ -d "$OEROOT/$TEMPLATECONF" ]; then
58 TEMPLATECONF="$OEROOT/$TEMPLATECONF"
60 if [ ! -d "$TEMPLATECONF" ]; then
61 echo >&2 "Error: TEMPLATECONF value points to nonexistent directory '$TEMPLATECONF'"
65 OECORELAYERCONF="$TEMPLATECONF/bblayers.conf.sample"
66 OECORELOCALCONF="$TEMPLATECONF/local.conf.sample"
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/bin/
H A Dtoaster40 export TEMPLATECONF
168 if [ -n "$TEMPLATECONF" ]; then
169 if [ ! -d "$TEMPLATECONF" ]; then
171 if [ -d "$OE_ROOT/$TEMPLATECONF" ]; then
172 TEMPLATECONF="$OE_ROOT/$TEMPLATECONF"
/OK3568_Linux_fs/yocto/
H A D.templateconf2 TEMPLATECONF=${TEMPLATECONF:-meta-poky/conf}
H A Doe-init-build-env46 TEMPLATECONF="$TEMPLATECONF" "$OEROOT"/scripts/oe-setup-builddir || {
/OK3568_Linux_fs/yocto/poky/
H A D.templateconf2 TEMPLATECONF=${TEMPLATECONF:-meta-poky/conf}
H A Doe-init-build-env46 TEMPLATECONF="$TEMPLATECONF" "$OEROOT"/scripts/oe-setup-builddir || {
/OK3568_Linux_fs/yocto/poky/documentation/ref-manual/
H A Dstructure.rst264 ``$TEMPLATECONF`` script variable, which defaults to ``meta-poky/conf/``
272 TEMPLATECONF=your_layer/conf
281 You can see how the ``TEMPLATECONF`` variable is used by looking at the
303 file used depends on the ``$TEMPLATECONF`` script variable, which
311 TEMPLATECONF=your_layer/conf
318 You can see how the ``TEMPLATECONF`` variable ``scripts/oe-setup-builddir``
/OK3568_Linux_fs/yocto/poky/documentation/toaster-manual/
H A Dsetup-and-use.rst303 $ TOASTER_DIR=`pwd\` TEMPLATECONF='poky' \
314 ``TEMPLATECONF`` value reflects the contents of
/OK3568_Linux_fs/yocto/poky/documentation/dev-manual/
H A Dcommon-tasks.rst6435 ``TEMPLATECONF`` to locate the directory from which it gathers
6438 By default, ``TEMPLATECONF`` is set as follows in the ``poky``
6441 TEMPLATECONF=${TEMPLATECONF:-meta-poky/conf}
6453 ``TEMPLATECONF`` variable to your directory. The ``TEMPLATECONF``
6470 TEMPLATECONF=${TEMPLATECONF:-meta-mylayer/myconf}
6493 making sure you have ``TEMPLATECONF`` set to your directory.
/OK3568_Linux_fs/yocto/poky/documentation/overview-manual/
H A Dconcepts.rst265 ``$TEMPLATECONF``