From 6434ca55813870b33c5298381f2d18d3c2fa727a Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Wed, 7 Sep 2016 10:24:06 +0200 Subject: linux-yocto: Rename the .bbappend We have patches specific to 4.4 that may not apply to other versions. Since we only support one kernel version for the quemu there is no need to patch the other ones. Signed-off-by: Adrian Dudau Signed-off-by: Martin Borg --- recipes-kernel/linux/linux-yocto_4.%.bbappend | 28 --------------------------- recipes-kernel/linux/linux-yocto_4.4.bbappend | 28 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 recipes-kernel/linux/linux-yocto_4.%.bbappend create mode 100644 recipes-kernel/linux/linux-yocto_4.4.bbappend diff --git a/recipes-kernel/linux/linux-yocto_4.%.bbappend b/recipes-kernel/linux/linux-yocto_4.%.bbappend deleted file mode 100644 index a2cdfec..0000000 --- a/recipes-kernel/linux/linux-yocto_4.%.bbappend +++ /dev/null @@ -1,28 +0,0 @@ -require recipes-kernel/linux/enea-common.inc - -FILESEXTRAPATHS_prepend := "${THISDIR}/files:" - -SRC_URI += "" - -ENEA_KERNEL_FRAGMENTS += "\ - cfg/localversion.cfg \ - cfg/with_modules.cfg \ - cfg/embedded.cfg \ - cfg/preempt.cfg \ - cfg/root_nfs.cfg \ - cfg/devtmpfs.cfg \ - cfg/bootlogd.cfg \ - cfg/mtd_tests.cfg \ - cfg/latencytop.cfg \ - cfg/ltp.cfg \ - cfg/fuse.cfg \ - cfg/dpa.cfg \ - cfg/kprobes.cfg \ - cfg/i2c.cfg \ - cfg/lttng.cfg \ - cfg/powertop.cfg \ - cfg/systemtap.cfg \ - cfg/kgdb.cfg \ - cfg/gpio.cfg \ - cfg/cpusets.cfg \ - " diff --git a/recipes-kernel/linux/linux-yocto_4.4.bbappend b/recipes-kernel/linux/linux-yocto_4.4.bbappend new file mode 100644 index 0000000..a2cdfec --- /dev/null +++ b/recipes-kernel/linux/linux-yocto_4.4.bbappend @@ -0,0 +1,28 @@ +require recipes-kernel/linux/enea-common.inc + +FILESEXTRAPATHS_prepend := "${THISDIR}/files:" + +SRC_URI += "" + +ENEA_KERNEL_FRAGMENTS += "\ + cfg/localversion.cfg \ + cfg/with_modules.cfg \ + cfg/embedded.cfg \ + cfg/preempt.cfg \ + cfg/root_nfs.cfg \ + cfg/devtmpfs.cfg \ + cfg/bootlogd.cfg \ + cfg/mtd_tests.cfg \ + cfg/latencytop.cfg \ + cfg/ltp.cfg \ + cfg/fuse.cfg \ + cfg/dpa.cfg \ + cfg/kprobes.cfg \ + cfg/i2c.cfg \ + cfg/lttng.cfg \ + cfg/powertop.cfg \ + cfg/systemtap.cfg \ + cfg/kgdb.cfg \ + cfg/gpio.cfg \ + cfg/cpusets.cfg \ + " -- cgit v1.2.3-54-g00ecf