Why are you not using the common kernel for this BSP?
Darren, Do you have more comments on this one? Thanks, Nitin On 5/7/2014 5:19 PM, [email protected] wrote:
From: Chan Wei Sern <[email protected]> Add linux-yocto_3.10 support on Intel CrystalForest platform. KBRANCH is pointing to "standard/base" with SRCREV_machine and SRCREV_meta point to 3.10.38. Update LINUX_VERSION to reflect the 3.10.38 changes. Signed-off-by: Chan Wei Sern <[email protected]> --- .../recipes-kernel/linux/linux-yocto_3.10.bbappend | 25 ++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 meta-crystalforest/recipes-kernel/linux/linux-yocto_3.10.bbappend diff --git a/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.10.bbappend new file mode 100644 index 0000000..8a5f4a3 --- /dev/null +++ b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.10.bbappend @@ -0,0 +1,25 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +################################### +# MACHINE = crystalforest-gladden # +################################### +COMPATIBLE_MACHINE_crystalforest-gladden = "crystalforest-gladden" +KMACHINE_crystalforest-gladden = "crystalforest" +KBRANCH_crystalforest-gladden = "standard/base" + +SRCREV_machine_crystalforest-gladden ?= "02f7e63e56c061617957388c23bd5cf9b05c5388" +SRCREV_meta_crystalforest-gladden ?= "617c6158c3d5b931f0d6131e0b0a7b374c792599" + +################################## +# MACHINE = crystalforest-server # +################################## +COMPATIBLE_MACHINE_crystalforest-server = "crystalforest-server" +KMACHINE_crystalforest-server = "crystalforest" +KBRANCH_crystalforest-server = "standard/base" + +SRCREV_machine_crystalforest-server ?= "02f7e63e56c061617957388c23bd5cf9b05c5388" +SRCREV_meta_crystalforest-server ?= "617c6158c3d5b931f0d6131e0b0a7b374c792599" + +LINUX_VERSION = "3.10.38" + +module_autoload_uio = "uio"
-- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
