diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-04-27 18:39:10 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-04-27 20:53:32 +0000 |
commit | bc5c6065c46a620ddcafcded8c1b81acd8265c1f (patch) | |
tree | 21788aab8652df7cf41225d40d22396a3dbc27f4 /meta-agl-bsp/conf/include/agl_raspberrypi3.inc | |
parent | 349a5fe4ff40e953a669b7acea7ecb8e9b3053c3 (diff) |
Enforce uImage as KERNEL_IMAGETYPE for rpi
Currently we expect uImages (by default and in SOTA).
Later kernels might default to Image.
Thus set KERNEL_IMAGETYPE to uImage.
Change-Id: I7995efb48cc2f9797d55b2ced5560dc1ea1e3a11
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9281
Diffstat (limited to 'meta-agl-bsp/conf/include/agl_raspberrypi3.inc')
-rw-r--r-- | meta-agl-bsp/conf/include/agl_raspberrypi3.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-agl-bsp/conf/include/agl_raspberrypi3.inc b/meta-agl-bsp/conf/include/agl_raspberrypi3.inc index 66a064420..2f700c0c6 100644 --- a/meta-agl-bsp/conf/include/agl_raspberrypi3.inc +++ b/meta-agl-bsp/conf/include/agl_raspberrypi3.inc @@ -10,6 +10,7 @@ CORE_IMAGE_EXTRA_INSTALL += "wayland weston" MULTI_PROVIDER_WHITELIST += "virtual/libgl virtual/egl virtual/libgles1 virtual/libgles2" +KERNEL_IMAGETYPE = "uImage" KERNEL_DEVICETREE_append = " overlays/vc4-kms-v3d-overlay.dtb" PREFERRED_VERSION_linux-raspberrypi = "4.4.%" PREFERRED_VERSION_mesa = "12.%" |