[meta-lsi] [PATCH 21/86] linux-yocto: Specify LINUX_KERNEL_TYPE for custom Kernel

Daniel Dragomir daniel.dragomir at windriver.com
Wed Oct 29 08:35:29 PDT 2014


From: Paul Butler <paul.butler at windriver.com>

For linux-yocto-custom standard and preempt-rt receipes explicit
specify the Kernel type using LINUX_KERNEL_TYPE variable.

Signed-off-by: Paul Butler <paul.butler at windriver.com>
---
 recipes-kernel/linux/linux-yocto-custom-rt.bb | 2 ++
 recipes-kernel/linux/linux-yocto-custom.bb    | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/recipes-kernel/linux/linux-yocto-custom-rt.bb b/recipes-kernel/linux/linux-yocto-custom-rt.bb
index db70b9c..0fb4834 100644
--- a/recipes-kernel/linux/linux-yocto-custom-rt.bb
+++ b/recipes-kernel/linux/linux-yocto-custom-rt.bb
@@ -3,6 +3,8 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}/linux-3.4/${MACHINE}:"
 inherit kernel
 require recipes-kernel/linux/linux-yocto.inc
 
+LINUX_KERNEL_TYPE = "preempt-rt"
+
 COMPATIBLE_MACHINE = "elpaso|axm5500sim|axm5500"
 
 KBRANCH_${MACHINE} = "standard/preempt-rt/lsi/base"
diff --git a/recipes-kernel/linux/linux-yocto-custom.bb b/recipes-kernel/linux/linux-yocto-custom.bb
index e0724ae..e59c45f 100644
--- a/recipes-kernel/linux/linux-yocto-custom.bb
+++ b/recipes-kernel/linux/linux-yocto-custom.bb
@@ -3,6 +3,8 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}/linux-3.4/${MACHINE}:"
 inherit kernel
 require recipes-kernel/linux/linux-yocto.inc
 
+LINUX_KERNEL_TYPE = "standard"
+
 COMPATIBLE_MACHINE = "elpaso|axm5500sim|axm5500"
 
 KBRANCH_${MACHINE} = "standard/lsi/base"
-- 
1.8.1.4



More information about the meta-lsi mailing list