From a35f79ddd8afe54835ad927b21b8f7cfbd86202a Mon Sep 17 00:00:00 2001 From: Leonardo Sandoval Date: Fri, 6 Nov 2015 14:37:38 +0000 Subject: yocto-bsp: Set SRCREV meta/machine revisions to AUTOREV By default, checkout to latest revision from the machine branch specified by the user. (From meta-yocto rev: f79a43406b5b323587415380ecffc87527c64653) Signed-off-by: Leonardo Sandoval Signed-off-by: Richard Purdie --- .../arch/arm/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend') diff --git a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend b/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend index 5f8db03c64..c56e9e56f7 100644 --- a/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend +++ b/scripts/lib/bsp/substrate/target/arch/arm/recipes-kernel/linux/linux-yocto-rt_3.14.bbappend @@ -26,8 +26,8 @@ SRC_URI += "file://{{=machine}}-preempt-rt.scc \ file://{{=machine}}-user-features.scc \ " -# uncomment and replace these SRCREVs with the real commit ids once you've had +# replace these SRCREVs with the real commit ids once you've had # the appropriate changes committed to the upstream linux-yocto repo -#SRCREV_machine_pn-linux-yocto-rt_{{=machine}} ?= "f35992f80c81dc5fa1a97165dfd5cbb84661f7cb" -#SRCREV_meta_pn-linux-yocto-rt_{{=machine}} ?= "1b534b2f8bbe9b8a773268cfa30a4850346f6f5f" +SRCREV_machine_pn-linux-yocto-rt_{{=machine}} ?= "${AUTOREV}" +SRCREV_meta_pn-linux-yocto-rt_{{=machine}} ?= "${AUTOREV}" #LINUX_VERSION = "3.14" -- cgit v1.2.3-54-g00ecf