diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-02-05 19:47:15 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2021-02-06 13:23:34 +0000 |
commit | 7565931e23429fa8e241da1f271d6a30c90c700e (patch) | |
tree | 2c5471a3b9ef37dfeb55ac813b844c1f0e5c77ee | |
parent | dd163e0856dbc035456e4e9f675e4383e6cb2437 (diff) | |
download | meta-raspberrypi-7565931e23429fa8e241da1f271d6a30c90c700e.tar.gz |
linux-raspberrypi: update LIC_FILES_CHKSUM in .inc file and drop from 5.10 and dev recipe
* COPYING was changed only 4 times (last time in 5.6 with:
https://github.com/torvalds/linux/commit/74835c7db0322 )
so hopefully it will last for a while
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-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" |