diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2017-07-28 15:44:09 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-08-07 11:42:29 -0300 |
commit | ece24e8f9a042561f188d8f09c60b146dd081c94 (patch) | |
tree | 1f9b832c30fa2740f16363187493814aca21a3c2 /recipes-kernel/cryptodev/sdk_patches/0066-do-more-strict-code-checking-to-avoid-maintenance-is.patch | |
parent | d586bfdde75ab6cae4f2dcdb63c068e07f4c188e (diff) | |
download | meta-freescale-ece24e8f9a042561f188d8f09c60b146dd081c94.tar.gz |
cryptodev-qoriq: update to v1.9
Signed-off-by: Chunrong Guo <B40290@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel/cryptodev/sdk_patches/0066-do-more-strict-code-checking-to-avoid-maintenance-is.patch')
-rw-r--r-- | recipes-kernel/cryptodev/sdk_patches/0066-do-more-strict-code-checking-to-avoid-maintenance-is.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/recipes-kernel/cryptodev/sdk_patches/0066-do-more-strict-code-checking-to-avoid-maintenance-is.patch b/recipes-kernel/cryptodev/sdk_patches/0066-do-more-strict-code-checking-to-avoid-maintenance-is.patch deleted file mode 100644 index 3255dd81..00000000 --- a/recipes-kernel/cryptodev/sdk_patches/0066-do-more-strict-code-checking-to-avoid-maintenance-is.patch +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | From af792c280ec5d76f473487cd1ed9335a6ec534de Mon Sep 17 00:00:00 2001 | ||
2 | From: Cristian Stoica <cristian.stoica@nxp.com> | ||
3 | Date: Wed, 26 Oct 2016 10:49:36 +0300 | ||
4 | Subject: [PATCH 066/104] do more strict code checking to avoid maintenance | ||
5 | issues | ||
6 | |||
7 | Signed-off-by: Cristian Stoica <cristian.stoica@nxp.com> | ||
8 | --- | ||
9 | tests/Makefile | 2 +- | ||
10 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
11 | |||
12 | diff --git a/tests/Makefile b/tests/Makefile | ||
13 | index 14ae2c7..a27cf9b 100644 | ||
14 | --- a/tests/Makefile | ||
15 | +++ b/tests/Makefile | ||
16 | @@ -1,5 +1,5 @@ | ||
17 | KERNEL_DIR ?= /lib/modules/$(shell uname -r)/build | ||
18 | -CRYPTODEV_CFLAGS += -DENABLE_ASYNC -Wimplicit-function-declaration | ||
19 | +CRYPTODEV_CFLAGS += -DENABLE_ASYNC -Wall -Werror | ||
20 | KBUILD_CFLAGS += -I.. $(CRYPTODEV_CFLAGS) | ||
21 | CFLAGS += -I.. $(CRYPTODEV_CFLAGS) | ||
22 | |||
23 | -- | ||
24 | 2.10.2 | ||
25 | |||