Hello Koveshnikov, I didn't understand what's the problem of usdpaa-apps clean, the usdpaa-apps supports "make ARCH=xxx clean", the clean step will be skipped if CLEANBROKEN is set to "1".
Best Regards, Zhenhua > -----Original Message----- > From: [email protected] [mailto:meta-freescale- > [email protected]] On Behalf Of Ivan Koveshnikov > Sent: Friday, April 08, 2016 11:30 PM > To: [email protected] > Cc: Ivan Koveshnikov <[email protected]> > Subject: [meta-freescale] [PATCH] usdpaa-apps: fix broken clean task > > 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 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
