From 8395c5513a6fd133d47a92f88f92ebeacf8183e5 Mon Sep 17 00:00:00 2001 From: Paul Barker Date: Tue, 12 Jan 2021 11:38:20 +0000 Subject: [PATCH] linux-raspberrypi: Tidy patches & config fragments Move all patches and config fragments into the linux-raspberrypi subdirectory to remove confusion and warnings seen for non-4.19 kernel versions: WARNING: .../bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.14.bb: Unable to get checksum for linux-raspberrypi SRC_URI entry 0001-mconf-menuconfig.patch: file could not be found WARNING: .../bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_5.4.bb: Unable to get checksum for linux-raspberrypi SRC_URI entry 0001-mconf-menuconfig.patch: file could not be found Bug-AGL: SPEC-3760 Cc: Jan-Simon Moeller Signed-off-by: Paul Barker Change-Id: Iccb9efcd8240f28437e3494bd008dc9aca649c4e Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25887 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller --- .../linux/{files => linux-raspberrypi}/0001-mconf-menuconfig.patch | 0 .../0002-Disable-DMA-in-sdhci-driver.patch | 0 .../{files => linux-raspberrypi}/0003-Fix-PCIe-in-dom0-for-RPi4.patch | 0 .../recipes-kernel/linux/{files => linux-raspberrypi}/xen-be.cfg | 0 .../recipes-kernel/linux/linux-raspberrypi_4.19.bbappend | 3 --- 5 files changed, 3 deletions(-) rename meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/{files => linux-raspberrypi}/0001-mconf-menuconfig.patch (100%) rename meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/{files => linux-raspberrypi}/0002-Disable-DMA-in-sdhci-driver.patch (100%) rename meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/{files => linux-raspberrypi}/0003-Fix-PCIe-in-dom0-for-RPi4.patch (100%) rename meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/{files => linux-raspberrypi}/xen-be.cfg (100%) diff --git a/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/files/0001-mconf-menuconfig.patch b/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi/0001-mconf-menuconfig.patch similarity index 100% rename from meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/files/0001-mconf-menuconfig.patch rename to meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi/0001-mconf-menuconfig.patch diff --git a/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/files/0002-Disable-DMA-in-sdhci-driver.patch b/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi/0002-Disable-DMA-in-sdhci-driver.patch similarity index 100% rename from meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/files/0002-Disable-DMA-in-sdhci-driver.patch rename to meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi/0002-Disable-DMA-in-sdhci-driver.patch diff --git a/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/files/0003-Fix-PCIe-in-dom0-for-RPi4.patch b/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi/0003-Fix-PCIe-in-dom0-for-RPi4.patch similarity index 100% rename from meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/files/0003-Fix-PCIe-in-dom0-for-RPi4.patch rename to meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi/0003-Fix-PCIe-in-dom0-for-RPi4.patch diff --git a/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/files/xen-be.cfg b/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi/xen-be.cfg similarity index 100% rename from meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/files/xen-be.cfg rename to meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi/xen-be.cfg diff --git a/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.bbappend b/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.bbappend index 7f17f0c3f..2d100cb43 100644 --- a/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.bbappend +++ b/meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.bbappend @@ -2,9 +2,6 @@ require recipes-kernel/linux/linux-agl-4.19.inc ENABLE_UART_raspberrypi4 = "1" -FILESEXTRAPATHS_prepend := "${THISDIR}/files:" - - # For Xen SRC_URI_append =" \ -- 2.16.6