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>
This commit is contained in:
Martin Jansa 2021-02-05 19:47:15 +01:00 committed by Andrei Gherzan
parent dd163e0856
commit 7565931e23
3 changed files with 1 additions and 5 deletions

View File

@ -22,8 +22,6 @@ SRC_URI = " \
require linux-raspberrypi.inc require linux-raspberrypi.inc
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
KERNEL_DTC_FLAGS += "-@ -H epapr" KERNEL_DTC_FLAGS += "-@ -H epapr"
# Disable version check so that we don't have to edit this recipe every time # Disable version check so that we don't have to edit this recipe every time

View File

@ -1,7 +1,7 @@
DESCRIPTION = "Linux Kernel for Raspberry Pi" DESCRIPTION = "Linux Kernel for Raspberry Pi"
SECTION = "kernel" SECTION = "kernel"
LICENSE = "GPLv2" LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
COMPATIBLE_MACHINE = "^rpi$" COMPATIBLE_MACHINE = "^rpi$"

View File

@ -15,6 +15,4 @@ SRC_URI = " \
require linux-raspberrypi.inc require linux-raspberrypi.inc
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
KERNEL_DTC_FLAGS += "-@ -H epapr" KERNEL_DTC_FLAGS += "-@ -H epapr"