From c1ddae6f941c580917c06fbdba34651d5be16099 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Sat, 12 Nov 2016 10:54:46 +0100 Subject: Add ota draft for ota image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I953bca77105e5470362baa97e4e5ae0061b4d2ae Signed-off-by: Jan-Simon Möller --- templates/machine/dra7xx-evm/50_local.conf.inc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'templates/machine/dra7xx-evm') 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)}" -- cgit 1.2.3-korg