diff options
Diffstat (limited to 'poky-init-build-env')
-rwxr-xr-x | poky-init-build-env | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/poky-init-build-env b/poky-init-build-env index 6cda775ff..b9be03fb3 100755 --- a/poky-init-build-env +++ b/poky-init-build-env @@ -49,12 +49,6 @@ if ! (test -d $BBDIR && test -d $PKGDIR && test -d $BUILDDIR); then exit 1 fi -if ! (test -r $BUILDDIR/conf/local.conf); then - cat $BUILDDIR/conf/local.conf.sample | sed -e"s|POKYROOT|${OEROOT}|g" > $BUILDDIR/conf/local.conf - echo - echo "..Created initial 'build/conf/local.conf'" -fi - BBPATH=$BBDIR if test x"$BBDIR" != x"$PKGDIR"; then BBPATH=$PKGDIR:$BBPATH @@ -74,4 +68,4 @@ export LANG=C echo echo "### Shell environment set up for Poky builds. ###" -echo
\ No newline at end of file +echo |