aboutsummaryrefslogtreecommitdiff
path: root/openembedded-armv7ab-rootfs.yaml
diff options
context:
space:
mode:
authorStuart Haslam <stuart.haslam@linaro.org>2015-06-16 11:36:00 +0100
committerFathi Boudra <fathi.boudra@linaro.org>2015-08-31 12:18:55 +0000
commit1c45f22f7f89eb4a9ab98faa8fbbc181d09359a8 (patch)
tree78b6d8590c1510c71638adf48cd1a7e5364700a5 /openembedded-armv7ab-rootfs.yaml
parent4886acca278f5d0770750d2bd0db4e94ff43f19c (diff)
Enable ptest builds for lng images
When building the linaro-image-lng rootfs pass a flag to init-and-build.sh to enable building of ptest packages. Change-Id: Icbbe2b21388ba36a59eb8def81a0aa3cef26e959 Signed-off-by: Stuart Haslam <stuart.haslam@linaro.org>
Diffstat (limited to 'openembedded-armv7ab-rootfs.yaml')
-rw-r--r--openembedded-armv7ab-rootfs.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/openembedded-armv7ab-rootfs.yaml b/openembedded-armv7ab-rootfs.yaml
index d959198..fab69da 100644
--- a/openembedded-armv7ab-rootfs.yaml
+++ b/openembedded-armv7ab-rootfs.yaml
@@ -62,8 +62,11 @@
# we clean build and populate it from cache
bash -x pre-build-do-cleanup.sh
+ # set init-and-build flags based on image type
+ init_flags=
+ [ "${rootfs}" = "lng" ] && init_flags="-p"
# do a build
- bash -x init-and-build.sh -a armv7ab -g ${gcc_version} linaro-image-${rootfs}
+ bash -x init-and-build.sh -a armv7ab -g ${gcc_version} ${init_flags} linaro-image-${rootfs}
cd ${WORKSPACE}