From: Matei Valeanu <[email protected]> PREEMPT_RT is not enabled, but use this recipe in case we need PREEMPT_RT enabled
Signed-off-by: Matei Valeanu <[email protected]> --- .../linux/linux-qoriq-prt_3.12.bbappend | 26 ++++++++++++++++++++++ .../recipes-kernel/linux/linux-qoriq_3.12.bbappend | 26 ---------------------- 2 files changed, 26 insertions(+), 26 deletions(-) create mode 100644 meta-cgl-fsl-ppc/recipes-kernel/linux/linux-qoriq-prt_3.12.bbappend delete mode 100644 meta-cgl-fsl-ppc/recipes-kernel/linux/linux-qoriq_3.12.bbappend diff --git a/meta-cgl-fsl-ppc/recipes-kernel/linux/linux-qoriq-prt_3.12.bbappend b/meta-cgl-fsl-ppc/recipes-kernel/linux/linux-qoriq-prt_3.12.bbappend new file mode 100644 index 0000000..2376daa --- /dev/null +++ b/meta-cgl-fsl-ppc/recipes-kernel/linux/linux-qoriq-prt_3.12.bbappend @@ -0,0 +1,26 @@ +require recipes-kernel/linux/cgl-common.inc + +SRC_URI += "" + +DELTA_KERNEL_DEFCONFIG += "cfg/00001-systemtap.cfg \ + cfg/00002-oprofile.cfg \ + cfg/00003-lttng.cfg \ + cfg/00004-kgdb.cfg \ + cfg/00005-quota.cfg \ + cfg/00007-device-mapper-multipath.cfg \ + cfg/00008-libcgroup.cfg \ + cfg/00009-filesystem-acl.cfg \ + cfg/00010-ext4.cfg \ + cfg/00011-raid-1.cfg \ + cfg/00012-hyper-threading.cfg \ + cfg/00013-dot1q-vlans.cfg \ + cfg/00014-selinux.cfg \ + cfg/00015-managing-transient-data.cfg \ + cfg/00016-dynamic-probe-insertion-kprobe.cfg \ + cfg/00018-ipsec.cfg \ + cfg/00019-raid-0.cfg \ + cfg/00021-sctp.cfg \ + cfg/00022-coredump.cfg \ + cfg/00023-open-scsi.cfg \ + cfg/00024-ftrace.cfg \ + " diff --git a/meta-cgl-fsl-ppc/recipes-kernel/linux/linux-qoriq_3.12.bbappend b/meta-cgl-fsl-ppc/recipes-kernel/linux/linux-qoriq_3.12.bbappend deleted file mode 100644 index 2376daa..0000000 --- a/meta-cgl-fsl-ppc/recipes-kernel/linux/linux-qoriq_3.12.bbappend +++ /dev/null @@ -1,26 +0,0 @@ -require recipes-kernel/linux/cgl-common.inc - -SRC_URI += "" - -DELTA_KERNEL_DEFCONFIG += "cfg/00001-systemtap.cfg \ - cfg/00002-oprofile.cfg \ - cfg/00003-lttng.cfg \ - cfg/00004-kgdb.cfg \ - cfg/00005-quota.cfg \ - cfg/00007-device-mapper-multipath.cfg \ - cfg/00008-libcgroup.cfg \ - cfg/00009-filesystem-acl.cfg \ - cfg/00010-ext4.cfg \ - cfg/00011-raid-1.cfg \ - cfg/00012-hyper-threading.cfg \ - cfg/00013-dot1q-vlans.cfg \ - cfg/00014-selinux.cfg \ - cfg/00015-managing-transient-data.cfg \ - cfg/00016-dynamic-probe-insertion-kprobe.cfg \ - cfg/00018-ipsec.cfg \ - cfg/00019-raid-0.cfg \ - cfg/00021-sctp.cfg \ - cfg/00022-coredump.cfg \ - cfg/00023-open-scsi.cfg \ - cfg/00024-ftrace.cfg \ - " -- 1.9.1 -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
