]> code.ossystems Code Review - meta-freescale.git/commitdiff
cryptodev: set CLEANBROKEN
authorTing Liu <ting.liu@freescale.com>
Fri, 31 Jul 2015 09:00:33 +0000 (17:00 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 19 Apr 2016 18:03:14 +0000 (15:03 -0300)
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@freescale.com>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-kernel/cryptodev/cryptodev-qoriq_1.7.inc

index 6b65f7296bf1efb99daa660de87a049f45dbe2e4..31b23a71dae3f592209075da9ee922df2a8cd7e7 100644 (file)
@@ -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"