Message ID | 20230428133233.1155096-6-tgamblin@baylibre.com |
---|---|
State | New |
Headers | show |
Series | patchtest: update to work with latest Yocto changes | expand |
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"
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