From: Jan-Simon Möller Date: Sat, 12 Nov 2016 09:54:46 +0000 (+0100) Subject: Add ota draft for ota image X-Git-Tag: chinook_3.0.0~79 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=c1ddae6f941c580917c06fbdba34651d5be16099;hp=dd8aa67bfee8887e1943ad4ef49232ea04025330;p=AGL%2Fmeta-agl.git Add ota draft for ota image Change-Id: I953bca77105e5470362baa97e4e5ae0061b4d2ae Signed-off-by: Jan-Simon Möller --- diff --git a/templates/machine/dra7xx-evm/50_local.conf.inc b/templates/machine/dra7xx-evm/50_local.conf.inc index 05a15c971..8f6312d5c 100644 --- a/templates/machine/dra7xx-evm/50_local.conf.inc +++ b/templates/machine/dra7xx-evm/50_local.conf.inc @@ -27,3 +27,8 @@ IMAGE_INSTALL_append = " \ ## ATTENTION, this is needed right now to build meta-ti with AGL: ## ## due to meta-ti being based on YP 1.8 instead of YP 2.0 BBMASK = "meta-ti/.*eudev" + + + +IMAGE_CLASSES_append_sota = " image_types_uboot sdcard_image-dra7xx-evm-ota" +IMAGE_FSTYPES += "${@bb.utils.contains('DISTRO_FEATURES', 'agl-ota', 'dra7xx-evm-sdimg-ota ', '', d)}"