From: Chan Wei Sern <[email protected]> Add SRCREV control for all meta-isg BSPs in meta-isg/common recipes-kernel/linux/linux-yocto_3.10.bbappend. The revision will be updated to newer point once all meta-isg BSPs are validated to work.
Signed-off-by: Chan Wei Sern <[email protected]> Signed-off-by: Ong Boon Leong <[email protected]> --- .../common/recipes-kernel/linux/linux-yocto_3.10.bbappend | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-isg/common/recipes-kernel/linux/linux-yocto_3.10.bbappend diff --git a/meta-isg/common/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-isg/common/recipes-kernel/linux/linux-yocto_3.10.bbappend new file mode 100644 index 0000000..bdc89c8 --- /dev/null +++ b/meta-isg/common/recipes-kernel/linux/linux-yocto_3.10.bbappend @@ -0,0 +1,12 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +# Below SRCREV applies to all meta-isg BSP recipes. +# The revision is only updated after all meta-isg BSPs +# have been validated. +LINUX_VERSION_core2-32-intel-common = "3.10.38" +SRCREV_meta_core2-32-intel-common = "${AUTOREV}" +SRCREV_machine_core2-32-intel-common = "02f7e63e56c061617957388c23bd5cf9b05c5388" + +LINUX_VERSION_corei7-64-intel-common = "3.10.38" +SRCREV_meta_corei7-64-intel-common = "${AUTOREV}" +SRCREV_machine_corei7-64-intel-common = "02f7e63e56c061617957388c23bd5cf9b05c5388" -- 1.7.10.4 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
