diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-11-12 10:54:46 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-11-12 10:54:46 +0100 |
commit | c1ddae6f941c580917c06fbdba34651d5be16099 (patch) | |
tree | fea5b1998d423a37d91cb42e5a42e092180c0dc3 /templates/machine/dra7xx-evm | |
parent | dd8aa67bfee8887e1943ad4ef49232ea04025330 (diff) |
Add ota draft for ota image
Change-Id: I953bca77105e5470362baa97e4e5ae0061b4d2ae
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'templates/machine/dra7xx-evm')
-rw-r--r-- | templates/machine/dra7xx-evm/50_local.conf.inc | 5 |
1 files changed, 5 insertions, 0 deletions
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)}" |