diff options
-rw-r--r-- | recipes-kernel/linux/linux-qoriq/0001-Makfefile-add-cflags.patch | 2 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-qoriq_4.19.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-qoriq/0001-Makfefile-add-cflags.patch b/recipes-kernel/linux/linux-qoriq/0001-Makfefile-add-cflags.patch index b01545f8..4e76c105 100644 --- a/recipes-kernel/linux/linux-qoriq/0001-Makfefile-add-cflags.patch +++ b/recipes-kernel/linux/linux-qoriq/0001-Makfefile-add-cflags.patch | |||
@@ -17,7 +17,7 @@ index 967692b..ae395cd 100644 | |||
17 | KBUILD_CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \ | 17 | KBUILD_CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \ |
18 | -fno-strict-aliasing -fno-common -fshort-wchar \ | 18 | -fno-strict-aliasing -fno-common -fshort-wchar \ |
19 | - -Werror-implicit-function-declaration \ | 19 | - -Werror-implicit-function-declaration \ |
20 | + -Werror-implicit-function-declaration -Wno-misleading-indentation -Wno-tautological-compare \ | 20 | + -Werror-implicit-function-declaration -Wno-address-of-packed-member \ |
21 | -Wno-format-security \ | 21 | -Wno-format-security \ |
22 | -std=gnu89 | 22 | -std=gnu89 |
23 | KBUILD_CPPFLAGS := -D__KERNEL__ | 23 | KBUILD_CPPFLAGS := -D__KERNEL__ |
diff --git a/recipes-kernel/linux/linux-qoriq_4.19.bb b/recipes-kernel/linux/linux-qoriq_4.19.bb index 13667ea5..bfea4bdf 100644 --- a/recipes-kernel/linux/linux-qoriq_4.19.bb +++ b/recipes-kernel/linux/linux-qoriq_4.19.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | |||
8 | 8 | ||
9 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/linux;nobranch=1 \ | 9 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/linux;nobranch=1 \ |
10 | " | 10 | " |
11 | SRCREV = "c0c2141106240d61e7b9d7c80284711d54f6ae91" | 11 | SRCREV = "1a4cab2c597de7ac87c6ab4ce2a42e5e5adb3c0b" |
12 | 12 | ||
13 | SRC_URI += " file://0001-Makfefile-add-cflags.patch \ | 13 | SRC_URI += " file://0001-Makfefile-add-cflags.patch \ |
14 | " | 14 | " |