mirror of
https://git.yoctoproject.org/poky
synced 2026-04-25 15:32:13 +02:00
meta-yocto: Move files inappropriate to OE-Core from meta
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -56,7 +56,7 @@ if [ "x" != "x$POKYCONF" ]; then
|
||||
fi
|
||||
|
||||
if [ "x" = "x$POKYLOCALCONF" ]; then
|
||||
POKYLOCALCONF="$OEROOT/meta/conf/local.conf.sample"
|
||||
POKYLOCALCONF="$OEROOT/meta-yocto/conf/local.conf.sample"
|
||||
fi
|
||||
if ! (test -r "$BUILDDIR/conf/local.conf"); then
|
||||
cat <<EOM
|
||||
@@ -74,7 +74,7 @@ EOM
|
||||
fi
|
||||
|
||||
if [ "x" = "x$POKYLAYERCONF" ]; then
|
||||
POKYLAYERCONF="$OEROOT/meta/conf/bblayers.conf.sample"
|
||||
POKYLAYERCONF="$OEROOT/meta-yocto/conf/bblayers.conf.sample"
|
||||
fi
|
||||
if ! (test -r "$BUILDDIR/conf/bblayers.conf"); then
|
||||
cat <<EOM
|
||||
|
||||
Reference in New Issue
Block a user