mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
build/conf: move sample conf files to meta/conf
Currently rm -fr build breaks things badly but will work if we move the sample configuration files to meta/conf - this patch does so. Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
@@ -59,7 +59,7 @@ if ! (test -d "$BITBAKEDIR" && test -d "$BUILDDIR"); then
|
||||
fi
|
||||
|
||||
if [ "x" = "x$POKYLOCALCONF" ]; then
|
||||
POKYLOCALCONF="$OEROOT/build/conf/local.conf.sample"
|
||||
POKYLOCALCONF="$OEROOT/meta/conf/local.conf.sample"
|
||||
fi
|
||||
if ! (test -r "$BUILDDIR/conf/local.conf"); then
|
||||
echo "You had no conf/local.conf file. Poky has created this configuration file for you"
|
||||
@@ -73,7 +73,7 @@ if ! (test -r "$BUILDDIR/conf/local.conf"); then
|
||||
fi
|
||||
|
||||
if [ "x" = "x$POKYLAYERCONF" ]; then
|
||||
POKYLAYERCONF="$OEROOT/build/conf/bblayers.conf.sample"
|
||||
POKYLAYERCONF="$OEROOT/meta/conf/bblayers.conf.sample"
|
||||
fi
|
||||
if ! (test -r "$BUILDDIR/conf/bblayers.conf"); then
|
||||
echo "You had no conf/bblayers.conf file. Poky has created this configuration file for you"
|
||||
|
||||
Reference in New Issue
Block a user