summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@nxp.com>2016-06-03 15:49:34 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-06-03 08:46:44 -0300
commitbb55b0a8d148d78463b50c5f08ab0b9bf57ab03a (patch)
tree3c70541fcfbbe961dfb910f10eac209312c8c136 /recipes-kernel
parent571ab24997d12bc6b5dc45ca1b8f7294bdbc624f (diff)
downloadmeta-freescale-bb55b0a8d148d78463b50c5f08ab0b9bf57ab03a.tar.gz
pkc-host: disable -Werror
Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/pkc-host/pkc-host_git.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-kernel/pkc-host/pkc-host_git.bb b/recipes-kernel/pkc-host/pkc-host_git.bb
index 3343f19e..bdee7007 100644
--- a/recipes-kernel/pkc-host/pkc-host_git.bb
+++ b/recipes-kernel/pkc-host/pkc-host_git.bb
@@ -17,6 +17,10 @@ S = "${WORKDIR}/git"
17 17
18EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"' 18EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"'
19 19
20do_compile_prepend() {
21 sed -i 's#-Werror##g' ${S}/Makefile
22}
23
20do_install() { 24do_install() {
21 oe_runmake INSTALL_MOD_PATH="${D}" modules_install 25 oe_runmake INSTALL_MOD_PATH="${D}" modules_install
22 install -d ${D}/etc/crypto 26 install -d ${D}/etc/crypto