diff options
author | Karthik Ramanan <a0393906@ti.com> | 2017-03-21 18:24:41 +0530 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-03-29 16:15:34 +0000 |
commit | 4ca83a315389ea5c6e069fbe6a790d5f379fa604 (patch) | |
tree | db8df972c9f2fe7f12647ba244b8c114da383805 /meta-agl-bsp | |
parent | 29f5c9b429686c1d41b7b5e653fdfe648a803ebb (diff) |
dra7xx: minor cleanup of config file
Change-Id: I5c54d695c48c97f0dda82445ee66d04c0425d391
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
Diffstat (limited to 'meta-agl-bsp')
-rw-r--r-- | meta-agl-bsp/conf/include/agl_dra7xx-evm.inc | 6 |
1 files changed, 0 insertions, 6 deletions
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)}" |