On 4/18/2014 7:56 AM, [email protected] wrote:
From: Chan Wei Sern <[email protected]>
Added kernel v3.10-rt recipe for valleyisland BSP.
The kernel version supported in this recipe is 3.10.35.
Signed-off-by: Chan Wei Sern <[email protected]>
---
.../linux/linux-yocto-rt_3.10.bbappend | 32 ++++++++++++++++++++
1 file changed, 32 insertions(+)
create mode 100644
meta-isg/meta-valleyisland/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend
diff --git
a/meta-isg/meta-valleyisland/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend
b/meta-isg/meta-valleyisland/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend
new file mode 100644
index 0000000..bed0f96
--- /dev/null
+++
b/meta-isg/meta-valleyisland/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend
@@ -0,0 +1,32 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
+#############################
+# MACHINE = valleyisland-32 #
+#############################
+COMPATIBLE_MACHINE_valleyisland-32 = "valleyisland-32"
+KMACHINE_valleyisland-32 = "valleyisland-32"
+KBRANCH_valleyisland-32 = "standard/preempt-rt/base"
+
+KERNEL_FEATURES_append_valleyisland-32 =
"features/valleyisland-io/valleyisland-io"
+
+LINUX_VERSION_valleyisland-32 = "3.10.35"
+SRCREV_machine_pn-linux-yocto-rt_valleyisland-32 =
"d1e73a1e09f9641c44e7d713d1a6b5b088411459"
+SRCREV_meta_pn-linux-yocto-rt_valleyisland-32 =
"7df9ef8ee47dc9023044614210f4c1d9d916dd5f"
+
+
+SRC_URI_valleyisland-32 =
"git:///home/ilab/development/yocto-dev-git/linux-yocto-3.10;protocol=file;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
This SRC_URI is pointing to a local directory. I see the commits are
already in the linux-yocto-3.10.git repo. So you can just delete this
SRC_URI line.
+
+#############################
+# MACHINE = valleyisland-64 #
+#############################
+COMPATIBLE_MACHINE_valleyisland-64 = "valleyisland-64"
+KMACHINE_valleyisland-64 = "valleyisland"
+KBRANCH_valleyisland-64 = "standard/preempt-rt/base"
+
+KERNEL_FEATURES_append_valleyisland-64 =
"features/valleyisland-io/valleyisland-io"
+
+LINUX_VERSION_valleyisland-64 = "3.10.35"
+SRCREV_machine_pn-linux-yocto-rt_valleyisland-64 =
"d1e73a1e09f9641c44e7d713d1a6b5b088411459"
+SRCREV_meta_pn-linux-yocto-rt_valleyisland-64
="7df9ef8ee47dc9023044614210f4c1d9d916dd5f"
+
+SRC_URI_valleyisland-64 =
"git:///home/ilab/development/yocto-dev-git/linux-yocto-3.10;protocol=file;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
Same as above comment.
Nitin
--
_______________________________________________
meta-intel mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-intel