From 63c659326257a85c57c47c2a2ee28a282d4fb9dd Mon Sep 17 00:00:00 2001 From: Jens Rehsack Date: Tue, 30 Jun 2020 08:15:49 +0200 Subject: [PATCH] linux{,-fslc}-qoriq: share lx2160acex7 with linux-qoriq Solid-Run's official BSP provides linux-patches against linux-qoriq kernel instead of using linux-fslc branches or an own one with stable updates. To support comparable conditions with provided BSP, support patches can be used with NXPs kernel as well as with FSL Community QorIQ kernel. Signed-off-by: Jens Rehsack --- recipes-kernel/linux/linux-fslc-qoriq_5.4.bbappend | 11 +---------- recipes-kernel/linux/linux-lx2160acex7.inc | 10 ++++++++++ recipes-kernel/linux/linux-qoriq_5.4.bbappend | 1 + 3 files changed, 12 insertions(+), 10 deletions(-) create mode 100644 recipes-kernel/linux/linux-lx2160acex7.inc create mode 100644 recipes-kernel/linux/linux-qoriq_5.4.bbappend diff --git a/recipes-kernel/linux/linux-fslc-qoriq_5.4.bbappend b/recipes-kernel/linux/linux-fslc-qoriq_5.4.bbappend index 4c30c49..4045557 100644 --- a/recipes-kernel/linux/linux-fslc-qoriq_5.4.bbappend +++ b/recipes-kernel/linux/linux-fslc-qoriq_5.4.bbappend @@ -1,10 +1 @@ -FILESEXTRAPATHS_append_lx2160acex7 := "${THISDIR}/${PN}-lx2160acex7:" - -SRC_URI_append_lx2160acex7 = "\ - file://0001-arm64-dts-lx2160a-add-lx2160acex7-device-tree-build.patch \ - file://0002-arm64-dts-lx2160a-add-lx2160acex7-device-tree.patch \ - file://0005-arm64-dts-lx2160a-cex7-add-ltc3882-support.patch \ - file://0006-arm64-dts-lx2160a-cex7-add-on-module-eeproms.patch \ - file://0007-pci-hotplug-declare-IDT-bridge-as-hotpluggabl-bridge.patch \ - file://0008-pci-spr2803-quirk-to-fix-class-ID.patch \ -" +require linux-lx2160acex7.inc diff --git a/recipes-kernel/linux/linux-lx2160acex7.inc b/recipes-kernel/linux/linux-lx2160acex7.inc new file mode 100644 index 0000000..2fa8231 --- /dev/null +++ b/recipes-kernel/linux/linux-lx2160acex7.inc @@ -0,0 +1,10 @@ +FILESEXTRAPATHS_append_lx2160acex7 := "${THISDIR}/linux-fslc-qoriq-lx2160acex7:" + +SRC_URI_append_lx2160acex7 = "\ + file://0001-arm64-dts-lx2160a-add-lx2160acex7-device-tree-build.patch \ + file://0002-arm64-dts-lx2160a-add-lx2160acex7-device-tree.patch \ + file://0005-arm64-dts-lx2160a-cex7-add-ltc3882-support.patch \ + file://0006-arm64-dts-lx2160a-cex7-add-on-module-eeproms.patch \ + file://0007-pci-hotplug-declare-IDT-bridge-as-hotpluggabl-bridge.patch \ + file://0008-pci-spr2803-quirk-to-fix-class-ID.patch \ +" diff --git a/recipes-kernel/linux/linux-qoriq_5.4.bbappend b/recipes-kernel/linux/linux-qoriq_5.4.bbappend new file mode 100644 index 0000000..4045557 --- /dev/null +++ b/recipes-kernel/linux/linux-qoriq_5.4.bbappend @@ -0,0 +1 @@ +require linux-lx2160acex7.inc