Compare commits
1 Commits
19ab0af33a
...
10152cb6db
Author | SHA1 | Date | |
---|---|---|---|
10152cb6db |
@ -1,8 +1,6 @@
|
|||||||
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,6 +4,8 @@ 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,8 +2,6 @@
|
|||||||
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