summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/linux/linux-raspberrypi-dev.bb2
-rw-r--r--recipes-kernel/linux/linux-raspberrypi_5.4.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi-dev.bb b/recipes-kernel/linux/linux-raspberrypi-dev.bb
index 9b2b6f3..3872fdb 100644
--- a/recipes-kernel/linux/linux-raspberrypi-dev.bb
+++ b/recipes-kernel/linux/linux-raspberrypi-dev.bb
@@ -24,7 +24,7 @@ require linux-raspberrypi.inc
24 24
25LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 25LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
26 26
27KERNEL_EXTRA_ARGS += "DTC_FLAGS='-@ -H epapr'" 27KERNEL_DTC_FLAGS += "-@ -H epapr"
28 28
29# Disable version check so that we don't have to edit this recipe every time 29# Disable version check so that we don't have to edit this recipe every time
30# upstream bumps the version 30# upstream bumps the version
diff --git a/recipes-kernel/linux/linux-raspberrypi_5.4.bb b/recipes-kernel/linux/linux-raspberrypi_5.4.bb
index c788818..ba97ed5 100644
--- a/recipes-kernel/linux/linux-raspberrypi_5.4.bb
+++ b/recipes-kernel/linux/linux-raspberrypi_5.4.bb
@@ -19,4 +19,4 @@ require linux-raspberrypi.inc
19 19
20LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" 20LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
21 21
22KERNEL_EXTRA_ARGS += "DTC_FLAGS='-@ -H epapr'" 22KERNEL_DTC_FLAGS += "-@ -H epapr"