Compare commits

..

1 Commits

Author SHA1 Message Date
10152cb6db buildconf: Add init environment script for bbb and rpi
Signed-off-by: Thomas Klaehn <tkl@blackfinn.de>
2019-03-02 08:12:17 +01:00
3 changed files with 2 additions and 4 deletions

View File

@ -1,8 +1,6 @@
OPT_M=beaglebone-yocto
BUILD_DIR=build
export TEMPLATECONF="../meta-bbb/buildconf"
source layers/meta-blackfinn/buildconf/default-init-build-env $BUILD_DIR
return 0

View File

@ -4,6 +4,8 @@ for NOPTARG in $*; do
BUILD_DIR="$NOPTARG"
done
export TEMPLATECONF="../meta-rpi/buildconf"
export MACHINE=$OPT_M
rm -f build/conf/bblayers.conf \
build/conf/templateconf.cfg

View File

@ -2,8 +2,6 @@
OPT_M=raspberrypi3-64
BUILD_DIR=build
export TEMPLATECONF="../meta-rpi/buildconf"
source layers/meta-blackfinn/buildconf/default-init-build-env $BUILD_DIR
return 0