From f21e7a12677ed4d08dd097fe234ffe9109e52dac Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Thu, 7 Mar 2013 08:14:32 -0800 Subject: sys940x: Add linux-yocto_3.4 bbappend This was ommitted during the danny dev cycle. I have added it and tested on the sys945x. It uses a known set of SRCREVs (same as fri2). Low risk, contained, and tested. Signed-off-by: Darren Hart --- .../recipes-kernel/linux/linux-yocto_3.4.bbappend | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta-sys940x/recipes-kernel/linux/linux-yocto_3.4.bbappend (limited to 'meta-sys940x') diff --git a/meta-sys940x/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-sys940x/recipes-kernel/linux/linux-yocto_3.4.bbappend new file mode 100644 index 00000000..e0229dc7 --- /dev/null +++ b/meta-sys940x/recipes-kernel/linux/linux-yocto_3.4.bbappend @@ -0,0 +1,15 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +COMPATIBLE_MACHINE_sys940x = "sys940x" +KMACHINE_sys940x = "sys940x" +KBRANCH_sys940x = "standard/sys940x" +SRCREV_machine_pn-linux-yocto_sys940x ?= "218bd8d2022b9852c60d32f0d770931e3cf343e2" +SRCREV_meta_pn-linux-yocto_sys940x ?= "68a635bf8dfb64b02263c1ac80c948647cc76d5f" + +COMPATIBLE_MACHINE_sys940x-noemgd = "sys940x-noemgd" +KMACHINE_sys940x-noemgd = "sys940x" +KBRANCH_sys940x-noemgd = "standard/sys940x" +SRCREV_machine_pn-linux-yocto_sys940x-noemgd ?= "218bd8d2022b9852c60d32f0d770931e3cf343e2" +SRCREV_meta_pn-linux-yocto_sys940x-noemgd ?= "68a635bf8dfb64b02263c1ac80c948647cc76d5f" + +LINUX_VERSION = "3.4.11" -- cgit v1.2.3-54-g00ecf