From f6dcacfecb41dd79f17e2b7471f168c63e7b2d76 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 9 Mar 2021 14:34:34 -0500 Subject: meta-agl-bsp: remove linux-raspberrypi_5.4.bbappend Remove the Xen-specific linux-raspberry kernel bbappend and associated patch as they are no longer applicable to the default 5.10 kernel. Based on Xen project announcements, it is believed that Xen should work out of the box with 5.10 on Raspberry Pi 4, but that has not been tested as part of this upgrade. Bug-AGL: SPEC-3819 Signed-off-by: Scott Murray Change-Id: I879f9ddb63f1ad83051df56f167d63c901a7b5e8 --- .../recipes-kernel/linux/linux-raspberrypi_5.4.bbappend | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_5.4.bbappend (limited to 'meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_5.4.bbappend') diff --git a/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_5.4.bbappend b/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_5.4.bbappend deleted file mode 100644 index 2836918c7..000000000 --- a/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_5.4.bbappend +++ /dev/null @@ -1,4 +0,0 @@ -# For Xen -SRC_URI:append =" \ - ${@bb.utils.contains('AGL_XEN_WANTED','1','file://0002-Disable-DMA-in-sdhci-driver.patch','',d)} \ -" -- cgit 1.2.3-korg