From e16a715b2c78602ae3c394c2c3731bbe34c817f9 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Fri, 7 Oct 2016 10:13:32 +0200 Subject: linux-yocto: Append the 4.8 version instead Yocto is using the 4.8 kernel as default now, so that's the version we should be patching. Signed-off-by: Adrian Dudau Signed-off-by: Martin Borg --- recipes-kernel/linux/linux-yocto_4.4.bbappend | 28 --------------------------- recipes-kernel/linux/linux-yocto_4.8.bbappend | 28 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 recipes-kernel/linux/linux-yocto_4.4.bbappend create mode 100644 recipes-kernel/linux/linux-yocto_4.8.bbappend diff --git a/recipes-kernel/linux/linux-yocto_4.4.bbappend b/recipes-kernel/linux/linux-yocto_4.4.bbappend deleted file mode 100644 index a2cdfec..0000000 --- a/recipes-kernel/linux/linux-yocto_4.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.8.bbappend b/recipes-kernel/linux/linux-yocto_4.8.bbappend new file mode 100644 index 0000000..a2cdfec --- /dev/null +++ b/recipes-kernel/linux/linux-yocto_4.8.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