summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2016-10-08 03:03:47 +0300
committerLeon Anavi <leon.anavi@konsulko.com>2016-10-08 03:04:06 +0300
commit38b186d722501d06dde0b371e14e2cc2e0b9a70d (patch)
treeeb2b91cccf2e37b2bad8131feee3301a5b9bed9a /templates
parent1da1fa063421d930c5a882ee28eaba8e88b0449a (diff)
50_local.conf.inc: Create rpi-sdimg for agl-sota
Ensure that rpi-sdimg is created for Raspberry Pi 2 and 3 if feature agl-sota is enabled. Bug-AGL: SPEC-254 Change-Id: I03ccf0851bdefdbd4e279b979163c225d2be9500 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/machine/raspberrypi2/50_local.conf.inc1
-rw-r--r--templates/machine/raspberrypi3/50_local.conf.inc1
2 files changed, 2 insertions, 0 deletions
diff --git a/templates/machine/raspberrypi2/50_local.conf.inc b/templates/machine/raspberrypi2/50_local.conf.inc
index 4827a760e..d864964c9 100644
--- a/templates/machine/raspberrypi2/50_local.conf.inc
+++ b/templates/machine/raspberrypi2/50_local.conf.inc
@@ -6,6 +6,7 @@ CORE_IMAGE_EXTRA_INSTALL += "wayland weston"
MULTI_PROVIDER_WHITELIST += "virtual/libgl virtual/egl virtual/libgles1 virtual/libgles2"
IMAGE_CLASSES += "sdcard_image-rpi-gdp"
+IMAGE_FSTYPES += "tar.bz2 ext3 rpi-sdimg"
KERNEL_DEVICETREE_append = " overlays/vc4-kms-v3d-overlay.dtb"
PREFERRED_VERSION_linux-raspberrypi = "4.4.%"
PREFERRED_VERSION_mesa = "11.%"
diff --git a/templates/machine/raspberrypi3/50_local.conf.inc b/templates/machine/raspberrypi3/50_local.conf.inc
index 4584f3c2b..a308e40e7 100644
--- a/templates/machine/raspberrypi3/50_local.conf.inc
+++ b/templates/machine/raspberrypi3/50_local.conf.inc
@@ -6,6 +6,7 @@ CORE_IMAGE_EXTRA_INSTALL += "wayland weston"
MULTI_PROVIDER_WHITELIST += "virtual/libgl virtual/egl virtual/libgles1 virtual/libgles2"
IMAGE_CLASSES += "sdcard_image-rpi-gdp"
+IMAGE_FSTYPES += "tar.bz2 ext3 rpi-sdimg"
KERNEL_DEVICETREE_append = " overlays/vc4-kms-v3d-overlay.dtb"
PREFERRED_VERSION_linux-raspberrypi = "4.4.%"
PREFERRED_VERSION_mesa = "11.%"