From: Chan Wei Sern <[email protected]> Add SRCREV control for all meta-isg BSPs in meta-isg/common recipes-kernel/linux/linux-yocto-rt_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]> --- .../recipes-kernel/linux/linux-yocto-rt_3.10.bbappend | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-isg/common/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend diff --git a/meta-isg/common/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend b/meta-isg/common/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend new file mode 100644 index 0000000..30f8609 --- /dev/null +++ b/meta-isg/common/recipes-kernel/linux/linux-yocto-rt_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. +SRCREV_meta_intel-core2-32-intel-common = "${AUTOREV}" +SRCREV_machine_intel-core2-32-intel-common = "8aa9023c5e2e2ca4180e971da9a2c139d5b3c79e" +LINUX_VERSION_intel-core2-32-intel-common = "3.10.38" + +SRCREV_meta_intel-corei7-64-intel-common = "${AUTOREV}" +SRCREV_machine_intel-corei7-64-intel-common = "8aa9023c5e2e2ca4180e971da9a2c139d5b3c79e" +LINUX_VERSION_intel-corei7-64-intel-common = "3.10.38" -- 1.7.10.4 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
