From 7565931e23429fa8e241da1f271d6a30c90c700e Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 5 Feb 2021 19:47:15 +0100 Subject: 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 --- recipes-kernel/linux/linux-raspberrypi-dev.bb | 2 -- recipes-kernel/linux/linux-raspberrypi.inc | 2 +- recipes-kernel/linux/linux-raspberrypi_5.10.bb | 2 -- 3 files changed, 1 insertion(+), 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 = " \ require linux-raspberrypi.inc -LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" - KERNEL_DTC_FLAGS += "-@ -H epapr" # 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 @@ DESCRIPTION = "Linux Kernel for Raspberry Pi" SECTION = "kernel" LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" +LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" COMPATIBLE_MACHINE = "^rpi$" 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 = " \ require linux-raspberrypi.inc -LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" - KERNEL_DTC_FLAGS += "-@ -H epapr" -- cgit v1.2.3-54-g00ecf