diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-10-10 22:22:37 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-10-10 22:22:37 +0200 |
commit | efbc4125a87d306755909a6ecca51d2c3a5867de (patch) | |
tree | efd6d1713e04ebdb50b7a9c4817e6dd6b2e83281 /jjb/common | |
parent | 953199977f6c9519568365bd4159e5b13de4962c (diff) |
Enforce uImage on dab
Change-Id: I4ce0b0606f0e2990255334f1c0247f7241dd82b7
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/common')
-rw-r--r-- | jjb/common/include-agl-local-conf-rpi3-imagetype.sh | 5 |
1 files changed, 5 insertions, 0 deletions
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 index 00000000..3d4e3cb5 --- /dev/null +++ b/jjb/common/include-agl-local-conf-rpi3-imagetype.sh @@ -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 |