mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00: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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if ! (test -r $BUILDDIR/conf/local.conf); then
|
||||||
|
cp -f $BUILDDIR/conf/local.conf.sample $BUILDDIR/conf/local.conf
|
||||||
|
fi
|
||||||
|
|
||||||
BBPATH=$BBDIR
|
BBPATH=$BBDIR
|
||||||
if test x"$BBDIR" != x"$PKGDIR"; then
|
if test x"$BBDIR" != x"$PKGDIR"; then
|
||||||
BBPATH=$PKGDIR:$BBPATH
|
BBPATH=$PKGDIR:$BBPATH
|
||||||
|
|||||||
Reference in New Issue
Block a user