Enforce uImage on dab 13/11213/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Tue, 10 Oct 2017 20:22:37 +0000 (22:22 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Tue, 10 Oct 2017 20:22:37 +0000 (22:22 +0200)
Change-Id: I4ce0b0606f0e2990255334f1c0247f7241dd82b7
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
jjb/common/include-agl-local-conf-rpi3-imagetype.sh [new file with mode: 0644]
jjb/release-jjb-dab-snapshot/release-jjb-dab-snapshot.yaml

diff --git a/jjb/common/include-agl-local-conf-rpi3-imagetype.sh b/jjb/common/include-agl-local-conf-rpi3-imagetype.sh
new file mode 100644 (file)
index 0000000..3d4e3cb
--- /dev/null
@@ -0,0 +1,5 @@
+# (c) 2017 Jan-Simon Moeller dl9pf(at)gmx.de
+# License GPLv2
+
+echo "ENFORCE RPI3 to use uImage (for CI)"
+echo 'KERNEL_IMAGETYPE_raspberrypi3 := "uImage"' >> conf/local.conf
\ No newline at end of file
index b82ec12..e8cdcf9 100644 (file)
           - ../common/include-agl-local-conf-isafw.sh
           - ../common/include-agl-local-conf-DISTROFEATURES-AGLCI.sh
           - ../common/include-agl-local-conf-vmdk.sh
+          - ../common/include-agl-local-conf-rpi3-imagetype.sh
           - ../common/include-agl-bitbake-image.sh
           - ../common/include-agl-bitbake-sdk.sh
-          #- ../common/include-agl-run-test-prepare.sh
-          #- ../common/include-agl-run-test-rsync-release.sh
-          #- ../common/include-agl-lava-labs-prepare.sh
-          #- ../common/include-agl-run-test-short-release.sh
       - shell:
           !include-raw-escape: include-release-jjb-dab-snapshot-rsync.sh
+      - shell:
+          !include-raw-escape:
+          - ../common/include-agl-run-test-prepare.sh
+          - ../common/include-agl-run-test-rsync-release.sh
+          - ../common/include-agl-lava-labs-prepare.sh
+          - ../common/include-agl-run-test-short-release.sh