From a22148b08fb4bf8b1c5c267641e384bc19252f8e Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Fri, 5 Feb 2016 13:34:04 +0100 Subject: add bbappend for linux-yocto MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This will apply Enea configs to the linux-yocto kernels used by qemu machines. Signed-off-by: Adrian Dudau Signed-off-by: Nora Björklund --- recipes-kernel/linux/linux-yocto_4.%.bbappend | 28 +++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 recipes-kernel/linux/linux-yocto_4.%.bbappend diff --git a/recipes-kernel/linux/linux-yocto_4.%.bbappend b/recipes-kernel/linux/linux-yocto_4.%.bbappend new file mode 100644 index 0000000..162b193 --- /dev/null +++ b/recipes-kernel/linux/linux-yocto_4.%.bbappend @@ -0,0 +1,28 @@ +require recipes-kernel/linux/enea-common.inc + +FILESEXTRAPATHS_prepend := "${THISDIR}/files:" + +SRC_URI += "" + +ENEA_KERNEL_FRAGMENTS += "\ + cfg/00013-localversion.cfg \ + cfg/00006-with_modules.cfg \ + cfg/00001-embedded.cfg \ + cfg/00012-preempt.cfg \ + cfg/00002-root_nfs.cfg \ + cfg/00029-devtmpfs.cfg \ + cfg/00021-bootlogd.cfg \ + cfg/00022-mtd_tests.cfg \ + cfg/00030-latencytop.cfg \ + cfg/00026-ltp.cfg \ + cfg/00003-fuse.cfg \ + cfg/00032-dpa.cfg \ + cfg/00033-kprobes.cfg \ + cfg/00019-i2c.cfg \ + cfg/00027-lttng.cfg \ + cfg/00025-powertop.cfg \ + cfg/00004-systemtap.cfg \ + cfg/00014-kgdb.cfg \ + cfg/00049-gpio.cfg \ + cfg/00034-cpusets.cfg \ + " -- cgit v1.2.3-54-g00ecf