summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/cryptodev
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-07-31 17:00:33 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:14 -0300
commit6b0957abbda370e3f40f76869411addd20683610 (patch)
treef52e91a26aec2ae7c4e62b988b0b04a92b7e7244 /recipes-kernel/cryptodev
parent35f9d5e32810dc6175a19791b90ab40d2558e905 (diff)
downloadmeta-freescale-6b0957abbda370e3f40f76869411addd20683610.tar.gz
cryptodev: set CLEANBROKEN
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>
Diffstat (limited to 'recipes-kernel/cryptodev')
-rw-r--r--recipes-kernel/cryptodev/cryptodev-qoriq_1.7.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-kernel/cryptodev/cryptodev-qoriq_1.7.inc b/recipes-kernel/cryptodev/cryptodev-qoriq_1.7.inc
index 6b65f729..31b23a71 100644
--- a/recipes-kernel/cryptodev/cryptodev-qoriq_1.7.inc
+++ b/recipes-kernel/cryptodev/cryptodev-qoriq_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"