diff options
author | Anton Gerasimov <anton@advancedtelematic.com> | 2017-06-08 18:30:32 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-06-09 21:30:15 +0000 |
commit | 4af95fe9819cbfbdee201f2e68d9525b4737512d (patch) | |
tree | 84cdbbf57c4861b7c80af502d1b2043068e54fcf /meta-agl-bsp/conf/include/agl_raspberrypi3.inc | |
parent | 15b3dd227dadf33b7cde58e5f12ce6f0811912f0 (diff) |
Enable SOTA for supported architectures
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>
Diffstat (limited to 'meta-agl-bsp/conf/include/agl_raspberrypi3.inc')
-rw-r--r-- | meta-agl-bsp/conf/include/agl_raspberrypi3.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-agl-bsp/conf/include/agl_raspberrypi3.inc b/meta-agl-bsp/conf/include/agl_raspberrypi3.inc index 66a62fd5c..23e71b6b4 100644 --- a/meta-agl-bsp/conf/include/agl_raspberrypi3.inc +++ b/meta-agl-bsp/conf/include/agl_raspberrypi3.inc @@ -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" + |