[meta-freescale] [meta-fsl-ppc][PATCH] cryptodev: set CLEANBROKEN

b28495 at freescale.com b28495 at freescale.com
Fri Jul 31 02:00:33 PDT 2015


From: Ting Liu <ting.liu at freescale.com>

Fix the below error:
DEBUG: Executing shell function do_configure
NOTE: make -e MAKEFLAGS= clean
make -C /lib/modules/3.16.0-4-amd64/build SUBDIRS=`pwd` clean
make[1]: *** /lib/modules/3.16.0-4-amd64/build: No such file or directory.  Stop.
Makefile:39: recipe for target 'clean' failed
make: *** [clean] Error 2
ERROR: oe_runmake failed

This aligns with the cryptodev recipe in Poky.

Signed-off-by: Ting Liu <ting.liu at freescale.com>
---
 recipes-kernel/cryptodev/cryptodev_1.7.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-kernel/cryptodev/cryptodev_1.7.inc b/recipes-kernel/cryptodev/cryptodev_1.7.inc
index 6b65f72..31b23a7 100644
--- a/recipes-kernel/cryptodev/cryptodev_1.7.inc
+++ b/recipes-kernel/cryptodev/cryptodev_1.7.inc
@@ -45,3 +45,5 @@ file://0020-fix-uninitialized-variable-compiler-warning.patch \
 SRC_URI_append = "${@base_contains('DISTRO_FEATURES', 'c29x_pkc', ' file://0001-don-t-advertise-RSA-keygen.patch', '', d)}"
 
 S = "${WORKDIR}/cryptodev-linux-${PV}"
+
+CLEANBROKEN = "1"
-- 
1.9.1



More information about the meta-freescale mailing list