mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
Rename the supplied default local.conf to local.conf.sample, per mallum's request.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@671 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -49,6 +49,10 @@ if ! (test -d $BBDIR && test -d $PKGDIR && test -d $BUILDDIR); then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if ! (test -r $BUILDDIR/conf/local.conf); then
|
||||
cp -f $BUILDDIR/conf/local.conf.sample $BUILDDIR/conf/local.conf
|
||||
fi
|
||||
|
||||
BBPATH=$BBDIR
|
||||
if test x"$BBDIR" != x"$PKGDIR"; then
|
||||
BBPATH=$PKGDIR:$BBPATH
|
||||
|
||||
Reference in New Issue
Block a user