From: Karthik Ramanan Date: Tue, 21 Mar 2017 12:54:41 +0000 (+0530) Subject: dra7xx: minor cleanup of config file X-Git-Tag: 3.99.1~97 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=4ca83a315389ea5c6e069fbe6a790d5f379fa604;p=AGL%2Fmeta-agl.git dra7xx: minor cleanup of config file Change-Id: I5c54d695c48c97f0dda82445ee66d04c0425d391 Signed-off-by: Karthik Ramanan --- diff --git a/meta-agl-bsp/conf/include/agl_dra7xx-evm.inc b/meta-agl-bsp/conf/include/agl_dra7xx-evm.inc index bbb7d95a1..3ca5b0bd8 100644 --- a/meta-agl-bsp/conf/include/agl_dra7xx-evm.inc +++ b/meta-agl-bsp/conf/include/agl_dra7xx-evm.inc @@ -50,11 +50,5 @@ IMAGE_INSTALL_append = " \ cmem \ " -## 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)}"