diff options
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi-dev.bb | 2 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi.inc | 2 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_5.10.bb | 2 |
3 files changed, 1 insertions, 5 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi-dev.bb b/recipes-kernel/linux/linux-raspberrypi-dev.bb index 3872fdb..ff8ce79 100644 --- a/recipes-kernel/linux/linux-raspberrypi-dev.bb +++ b/recipes-kernel/linux/linux-raspberrypi-dev.bb | |||
@@ -22,8 +22,6 @@ SRC_URI = " \ | |||
22 | 22 | ||
23 | require linux-raspberrypi.inc | 23 | require linux-raspberrypi.inc |
24 | 24 | ||
25 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | ||
26 | |||
27 | KERNEL_DTC_FLAGS += "-@ -H epapr" | 25 | KERNEL_DTC_FLAGS += "-@ -H epapr" |
28 | 26 | ||
29 | # Disable version check so that we don't have to edit this recipe every time | 27 | # Disable version check so that we don't have to edit this recipe every time |
diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc index ea4fcb5..5ad9b78 100644 --- a/recipes-kernel/linux/linux-raspberrypi.inc +++ b/recipes-kernel/linux/linux-raspberrypi.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "Linux Kernel for Raspberry Pi" | 1 | DESCRIPTION = "Linux Kernel for Raspberry Pi" |
2 | SECTION = "kernel" | 2 | SECTION = "kernel" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
5 | 5 | ||
6 | COMPATIBLE_MACHINE = "^rpi$" | 6 | COMPATIBLE_MACHINE = "^rpi$" |
7 | 7 | ||
diff --git a/recipes-kernel/linux/linux-raspberrypi_5.10.bb b/recipes-kernel/linux/linux-raspberrypi_5.10.bb index 4522c61..6af434e 100644 --- a/recipes-kernel/linux/linux-raspberrypi_5.10.bb +++ b/recipes-kernel/linux/linux-raspberrypi_5.10.bb | |||
@@ -15,6 +15,4 @@ SRC_URI = " \ | |||
15 | 15 | ||
16 | require linux-raspberrypi.inc | 16 | require linux-raspberrypi.inc |
17 | 17 | ||
18 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | ||
19 | |||
20 | KERNEL_DTC_FLAGS += "-@ -H epapr" | 18 | KERNEL_DTC_FLAGS += "-@ -H epapr" |