Compare commits
1 Commits
10152cb6db
...
19ab0af33a
Author | SHA1 | Date | |
---|---|---|---|
19ab0af33a |
@ -1,6 +1,8 @@
|
|||||||
OPT_M=beaglebone-yocto
|
OPT_M=beaglebone-yocto
|
||||||
BUILD_DIR=build
|
BUILD_DIR=build
|
||||||
|
|
||||||
|
export TEMPLATECONF="../meta-bbb/buildconf"
|
||||||
|
|
||||||
source layers/meta-blackfinn/buildconf/default-init-build-env $BUILD_DIR
|
source layers/meta-blackfinn/buildconf/default-init-build-env $BUILD_DIR
|
||||||
|
|
||||||
return 0
|
return 0
|
||||||
|
@ -4,8 +4,6 @@ for NOPTARG in $*; do
|
|||||||
BUILD_DIR="$NOPTARG"
|
BUILD_DIR="$NOPTARG"
|
||||||
done
|
done
|
||||||
|
|
||||||
export TEMPLATECONF="../meta-rpi/buildconf"
|
|
||||||
|
|
||||||
export MACHINE=$OPT_M
|
export MACHINE=$OPT_M
|
||||||
rm -f build/conf/bblayers.conf \
|
rm -f build/conf/bblayers.conf \
|
||||||
build/conf/templateconf.cfg
|
build/conf/templateconf.cfg
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
OPT_M=raspberrypi3-64
|
OPT_M=raspberrypi3-64
|
||||||
BUILD_DIR=build
|
BUILD_DIR=build
|
||||||
|
|
||||||
|
export TEMPLATECONF="../meta-rpi/buildconf"
|
||||||
|
|
||||||
source layers/meta-blackfinn/buildconf/default-init-build-env $BUILD_DIR
|
source layers/meta-blackfinn/buildconf/default-init-build-env $BUILD_DIR
|
||||||
|
|
||||||
return 0
|
return 0
|
||||||
|
Loading…
Reference in New Issue
Block a user