summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-02-05 19:47:15 +0100
committerAndrei Gherzan <andrei@gherzan.com>2021-02-06 13:23:34 +0000
commit7565931e23429fa8e241da1f271d6a30c90c700e (patch)
tree2c5471a3b9ef37dfeb55ac813b844c1f0e5c77ee
parentdd163e0856dbc035456e4e9f675e4383e6cb2437 (diff)
downloadmeta-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.bb2
-rw-r--r--recipes-kernel/linux/linux-raspberrypi.inc2
-rw-r--r--recipes-kernel/linux/linux-raspberrypi_5.10.bb2
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
23require linux-raspberrypi.inc 23require linux-raspberrypi.inc
24 24
25LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
26
27KERNEL_DTC_FLAGS += "-@ -H epapr" 25KERNEL_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 @@
1DESCRIPTION = "Linux Kernel for Raspberry Pi" 1DESCRIPTION = "Linux Kernel for Raspberry Pi"
2SECTION = "kernel" 2SECTION = "kernel"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" 4LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
5 5
6COMPATIBLE_MACHINE = "^rpi$" 6COMPATIBLE_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
16require linux-raspberrypi.inc 16require linux-raspberrypi.inc
17 17
18LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
19
20KERNEL_DTC_FLAGS += "-@ -H epapr" 18KERNEL_DTC_FLAGS += "-@ -H epapr"