Searched refs:TEMPLATECONF (Results 1 – 10 of 10) sorted by relevance
42 TEMPLATECONF=$(cat "$BUILDDIR/conf/templateconf.cfg")48 echo "$TEMPLATECONF" >"$BUILDDIR/conf/templateconf.cfg"54 if [ -n "$TEMPLATECONF" ]; then55 if [ ! -d "$TEMPLATECONF" ]; then57 if [ -d "$OEROOT/$TEMPLATECONF" ]; then58 TEMPLATECONF="$OEROOT/$TEMPLATECONF"60 if [ ! -d "$TEMPLATECONF" ]; then61 echo >&2 "Error: TEMPLATECONF value points to nonexistent directory '$TEMPLATECONF'"65 OECORELAYERCONF="$TEMPLATECONF/bblayers.conf.sample"66 OECORELOCALCONF="$TEMPLATECONF/local.conf.sample"[all …]
40 export TEMPLATECONF168 if [ -n "$TEMPLATECONF" ]; then169 if [ ! -d "$TEMPLATECONF" ]; then171 if [ -d "$OE_ROOT/$TEMPLATECONF" ]; then172 TEMPLATECONF="$OE_ROOT/$TEMPLATECONF"
2 TEMPLATECONF=${TEMPLATECONF:-meta-poky/conf}
46 TEMPLATECONF="$TEMPLATECONF" "$OEROOT"/scripts/oe-setup-builddir || {
264 ``$TEMPLATECONF`` script variable, which defaults to ``meta-poky/conf/``272 TEMPLATECONF=your_layer/conf281 You can see how the ``TEMPLATECONF`` variable is used by looking at the303 file used depends on the ``$TEMPLATECONF`` script variable, which311 TEMPLATECONF=your_layer/conf318 You can see how the ``TEMPLATECONF`` variable ``scripts/oe-setup-builddir``
303 $ TOASTER_DIR=`pwd\` TEMPLATECONF='poky' \314 ``TEMPLATECONF`` value reflects the contents of
6435 ``TEMPLATECONF`` to locate the directory from which it gathers6438 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.
265 ``$TEMPLATECONF``