aboutsummaryrefslogtreecommitdiff
path: root/openembedded-armv8-luvos
diff options
context:
space:
mode:
authorNaresh Bhat <naresh.bhat@linaro.org>2018-04-04 17:49:30 +0530
committerFathi Boudra <fathi.boudra@linaro.org>2018-04-05 15:43:14 +0300
commitff333c7aa3b7f8df38f5233a8f2df69a99abbe7a (patch)
tree0a36e5824eb0cb6d84e93ef6933fd4fabae1743d /openembedded-armv8-luvos
parent81b7079a95e43290042a16c992c7a0747734e385 (diff)
openembedded-armv8-luvos: build luv netboot image
Build luv netboot image using next branch Change-Id: I360ef12e9a0d23ba129238d69fd157207728f487 Signed-off-by: Naresh Bhat <naresh.bhat@linaro.org> Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'openembedded-armv8-luvos')
-rwxr-xr-xopenembedded-armv8-luvos/builders.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/openembedded-armv8-luvos/builders.sh b/openembedded-armv8-luvos/builders.sh
index ba4695f7..a4e44a45 100755
--- a/openembedded-armv8-luvos/builders.sh
+++ b/openembedded-armv8-luvos/builders.sh
@@ -17,7 +17,7 @@ export PATH="/usr/sbin:/sbin:$PATH"
source oe-init-build-env
echo "BBLAYERS += \" ${WORKSPACE}/meta-oe\"" >> conf/bblayers.conf
echo "BBLAYERS += \" ${WORKSPACE}/meta-luv\"" >> conf/bblayers.conf
-bitbake luv-live-image
+bitbake ${IMAGE}
rm -f ${WORKSPACE}/build/tmp/deploy/images/qemuarm64/*.txt
find ${WORKSPACE}/build/tmp/deploy/images/qemuarm64 -type l -delete