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 <[email protected]> --- 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 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
