[meta-freescale] [PATCH] usdpaa-apps: fix broken clean task

Ivan Koveshnikov ikoveshnik at gmail.com
Fri Apr 8 08:29:33 PDT 2016


usdpaa and usdpaa-apps depends on linux kernel and need to be
rebuilt after it. usdpaa-apps build system cannot complete
'make clean' target, so let bitbake handle clean task in order
to avoid need to manually clean usdpaa-apps recipe on every
kernel rebuild

Signed-off-by: Ivan Koveshnikov <ikoveshnik at gmail.com>
---
 recipes-dpaa/usdpaa-apps/usdpaa-apps_git.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-dpaa/usdpaa-apps/usdpaa-apps_git.bb b/recipes-dpaa/usdpaa-apps/usdpaa-apps_git.bb
index 1a19d1e..39a7f6b 100644
--- a/recipes-dpaa/usdpaa-apps/usdpaa-apps_git.bb
+++ b/recipes-dpaa/usdpaa-apps/usdpaa-apps_git.bb
@@ -66,3 +66,5 @@ FILES_${PN} += "/root/SOURCE_THIS /usr/etc/"
 
 COMPATIBLE_HOST_qoriq-ppc = ".*"
 COMPATIBLE_HOST ?= "(none)"
+
+CLEANBROKEN = "1"
-- 
2.7.4



More information about the meta-freescale mailing list