[yocto] [PATCH] add recipe append for linux-qoriq-prt kernel

Alexandru.Vaduva Alexandru.Vaduva at enea.com
Fri Jul 17 02:07:32 PDT 2015


From: Matei Valeanu <Matei.Valeanu at enea.com>

PREEMPT_RT is not enabled, but use this recipe in case we need PREEMPT_RT enabled

Signed-off-by: Matei Valeanu <Matei.Valeanu at enea.com>
---
 .../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




More information about the yocto mailing list