From: Chan Wei Sern <[email protected]> Added linux-yocto 3.10 due to it cannot be shared with common intel recipe kernel. The reason cannot be shared as for valleyisland case has additional feature that is still pending to pull into LTS/LTSI and hence it cannot be merged into "standard/base". For this particular reason, a feature branch of "valleyisland-io-1.0" is introduced to include additional feature. However in order to make it more align with intel common recipe kernel,machine branch is pointing to "standard/base" and SRCREV for meta remains closest as possible.
Signed-off-by: Chan Wei Sern <[email protected]> Signed-off-by: Chang Rebecca Swee Fun <[email protected]> --- .../recipes-kernel/linux/linux-yocto_3.10.bbappend | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 meta-isg/meta-valleyisland/recipes-kernel/linux/linux-yocto_3.10.bbappend diff --git a/meta-isg/meta-valleyisland/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-isg/meta-valleyisland/recipes-kernel/linux/linux-yocto_3.10.bbappend new file mode 100644 index 0000000..34e28c1 --- /dev/null +++ b/meta-isg/meta-valleyisland/recipes-kernel/linux/linux-yocto_3.10.bbappend @@ -0,0 +1,35 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +############################# +# MACHINE = valleyisland-32 # +############################# +COMPATIBLE_MACHINE_valleyisland-32 = "valleyisland-32" +KMACHINE_valleyisland-32 = "valleyisland-32" +KBRANCH_valleyisland-32 = "standard/base" +KERNEL_FEATURES_valleyisland-32 = " features/valleyisland-io/valleyisland-io \ + features/valleyisland-io/valleyisland-io-pci.scc" + +LINUX_VERSION_valleyisland-32 = "3.10.40" +SRCREV_machine_valleyisland-32 = "f53a6114b3a6e8c03ca4752de829887015f4c942" +SRCREV_meta_valleyisland-32 = "90edb289dccfe838d4e364e1a5815447a6642b98" +SRCREV_valleyisland-io_valleyisland-32 = "8ea4fb625f2654bbdd5dfcb9db67328d21ebe504" + +SRC_URI_valleyisland-32 = "git://git.yoctoproject.org/linux-yocto-3.10.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA},valleyisland-io-1.0;name=machine,meta,valleyisland-io" + +############################# +# MACHINE = valleyisland-64 # +############################# +COMPATIBLE_MACHINE_valleyisland-64 = "valleyisland-64" +KMACHINE_valleyisland-64 = "valleyisland" +KBRANCH_valleyisland-64 = "standard/base" +KERNEL_FEATURES_valleyisland-64 = " features/valleyisland-io/valleyisland-io \ + features/valleyisland-io/valleyisland-io-pci.scc" + +LINUX_VERSION_valleyisland-64 = "3.10.40" +SRCREV_machine_valleyisland-64 = "f53a6114b3a6e8c03ca4752de829887015f4c942" +SRCREV_meta_valleyisland-64 = "90edb289dccfe838d4e364e1a5815447a6642b98" +SRCREV_valleyisland-io_valleyisland-64 = "8ea4fb625f2654bbdd5dfcb9db67328d21ebe504" + +SRC_URI_valleyisland-64 = "git://git.yoctoproject.org/linux-yocto-3.10.git;protocol=git;nocheckout=1;branch=${KBRANCH},${KMETA},valleyisland-io-1.0;name=machine,meta,valleyisland-io" + +module_autoload_i2c-dev = "i2c-dev" -- 1.9.1 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
