diff mbox series

[patchtest,5/7] linux-yocto: update version, fix override syntax

Message ID 20230428133233.1155096-6-tgamblin@baylibre.com
State New
Headers show
Series patchtest: update to work with latest Yocto changes | expand

Commit Message

Trevor Gamblin April 28, 2023, 1:32 p.m. UTC
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
---
 meta-patchtest/recipes-kernel/linux/linux-yocto_4.%.bbappend | 2 --
 meta-patchtest/recipes-kernel/linux/linux-yocto_6.%.bbappend | 2 ++
 2 files changed, 2 insertions(+), 2 deletions(-)
 delete mode 100644 meta-patchtest/recipes-kernel/linux/linux-yocto_4.%.bbappend
 create mode 100644 meta-patchtest/recipes-kernel/linux/linux-yocto_6.%.bbappend
diff mbox series

Patch

diff --git a/meta-patchtest/recipes-kernel/linux/linux-yocto_4.%.bbappend b/meta-patchtest/recipes-kernel/linux/linux-yocto_4.%.bbappend
deleted file mode 100644
index 7a718f6..0000000
--- a/meta-patchtest/recipes-kernel/linux/linux-yocto_4.%.bbappend
+++ /dev/null
@@ -1,2 +0,0 @@ 
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-SRC_URI += "file://virtio.cfg"
diff --git a/meta-patchtest/recipes-kernel/linux/linux-yocto_6.%.bbappend b/meta-patchtest/recipes-kernel/linux/linux-yocto_6.%.bbappend
new file mode 100644
index 0000000..3a69acb
--- /dev/null
+++ b/meta-patchtest/recipes-kernel/linux/linux-yocto_6.%.bbappend
@@ -0,0 +1,2 @@ 
+FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
+SRC_URI += "file://virtio.cfg"