summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-07-31 17:00:33 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2015-08-18 11:18:43 +0800
commit0af9b554774fa5421e07748b433e202695954565 (patch)
tree34208d722a4403b543c5cb081718938fcead32be
parent263701d424af172a770ddd1e3939ac0679599bfd (diff)
downloadmeta-fsl-ppc-fido.tar.gz
cryptodev: set CLEANBROKENfido-nextfido
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>
-rw-r--r--recipes-kernel/cryptodev/cryptodev_1.7.inc2
1 files changed, 2 insertions, 0 deletions
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 \
45SRC_URI_append = "${@base_contains('DISTRO_FEATURES', 'c29x_pkc', ' file://0001-don-t-advertise-RSA-keygen.patch', '', d)}" 45SRC_URI_append = "${@base_contains('DISTRO_FEATURES', 'c29x_pkc', ' file://0001-don-t-advertise-RSA-keygen.patch', '', d)}"
46 46
47S = "${WORKDIR}/cryptodev-linux-${PV}" 47S = "${WORKDIR}/cryptodev-linux-${PV}"
48
49CLEANBROKEN = "1"