Enable SOTA for supported architectures 57/9657/2
authorAnton Gerasimov <anton@advancedtelematic.com>
Thu, 8 Jun 2017 16:30:32 +0000 (18:30 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 9 Jun 2017 21:30:15 +0000 (21:30 +0000)
SOTA was temporarily disabled becaused it caused build errors

Change-Id: I57f1704c3cacf08cda6cb6a0fa4ec1fe0df305f3
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9657
Reviewed-by: Martin Kelly <mkelly@xevo.com>
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Changhyeok Bae <changhyeok.bae@gmail.com>
Reviewed-by: Leon Anavi <leon.anavi@konsulko.com>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-agl-bsp/conf/include/agl_porter-nogfx.inc
meta-agl-bsp/conf/include/agl_porter.inc
meta-agl-bsp/conf/include/agl_qemux86-64.inc
meta-agl-bsp/conf/include/agl_raspberrypi2.inc
meta-agl-bsp/conf/include/agl_raspberrypi3.inc
meta-agl-distro/conf/distro/poky-agl.conf

index 63f5fb7..cb7b4a5 100644 (file)
@@ -18,3 +18,7 @@ UBOOT_MACHINE = "porter_vin_config"
 
 PREFERRED_PROVIDER_virtual/libgles2 = "mesa"
 PREFERRED_PROVIDER_virtual/egl = "mesa"
+
+# Build updatable image. Only takes effect when sota.bbclass is inherited
+DISTRO_FEATURES_append = " sota"
+
index 0edb8bb..06dcb8e 100644 (file)
@@ -178,3 +178,6 @@ DISTRO_FEATURES_append = " h264avcenc_lib"
 #DISTRO_FEATURES_append = " aacsdec_mdw"
 # ARM AAC Encode Middleware for Linux
 #DISTRO_FEATURES_append = " aacenc_mdw"
+
+# Build updatable image. Only takes effect when sota.bbclass is inherited
+DISTRO_FEATURES_append = " sota"
index 6ce1d25..f058c6b 100644 (file)
@@ -17,3 +17,7 @@ APPEND += "console=ttyS0,115200n8"
 #
 # All boot message will be off
 APPEND += "quiet"
+
+# Build updatable image. Only takes effect when sota.bbclass is inherited
+DISTRO_FEATURES_append = " sota"
+
index bacd946..6b21975 100644 (file)
@@ -30,3 +30,7 @@ IMAGE_INSTALL_append = " kernel-modules linux-firmware "
 
 # Psplash causes crash on first boot on RPi
 IMAGE_FEATURES_remove = "splash"
+
+# Build updatable image. Only takes effect when sota.bbclass is inherited
+DISTRO_FEATURES_append = " sota"
+
index 66a62fd..23e71b6 100644 (file)
@@ -29,3 +29,7 @@ IMAGE_INSTALL_append = " kernel-modules linux-firmware "
 
 # Psplash causes crash on first boot on RPi
 IMAGE_FEATURES_remove = "splash"
+
+# Build updatable image. Only takes effect when sota.bbclass is inherited
+DISTRO_FEATURES_append = " sota"
+
index a354428..70dcb3f 100644 (file)
@@ -113,6 +113,3 @@ require conf/distro/include/${TARGET_ARCH}-tune.inc
 # - use 1G RAM by default
 QB_MEM ?= "-m 1024"
 
-# temporary fix for meta-updater (to be removed 2017-05-01)
-IMAGE_INSTALL_remove = "rvi-sota-client"
-