summaryrefslogtreecommitdiffstats
path: root/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto_4.1.bbappend
diff options
context:
space:
mode:
authorLeonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>2015-11-06 14:37:38 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-11-25 07:45:21 +0000
commita35f79ddd8afe54835ad927b21b8f7cfbd86202a (patch)
tree61eddd20c91ca361cadcad002db1983ae808f67a /scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto_4.1.bbappend
parent9d585b5025187f059f75ffbdc01bda72d17e8a86 (diff)
downloadpoky-a35f79ddd8afe54835ad927b21b8f7cfbd86202a.tar.gz
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 <leonardo.sandoval.gonzalez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto_4.1.bbappend')
-rw-r--r--scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto_4.1.bbappend6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto_4.1.bbappend b/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto_4.1.bbappend
index 7f49bfcb31..8d0bc97133 100644
--- a/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto_4.1.bbappend
+++ b/scripts/lib/bsp/substrate/target/arch/x86_64/recipes-kernel/linux/linux-yocto_4.1.bbappend
@@ -25,8 +25,8 @@ SRC_URI += "file://{{=machine}}-standard.scc \
25 file://{{=machine}}-user-features.scc \ 25 file://{{=machine}}-user-features.scc \
26 " 26 "
27 27
28# uncomment and replace these SRCREVs with the real commit ids once you've had 28# replace these SRCREVs with the real commit ids once you've had
29# the appropriate changes committed to the upstream linux-yocto repo 29# the appropriate changes committed to the upstream linux-yocto repo
30#SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "840bb8c059418c4753415df56c9aff1c0d5354c8" 30SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
31#SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "4fd76cc4f33e0afd8f906b1e8f231b6d13b6c993" 31SRCREV_meta_pn-linux-yocto_{{=machine}} ?= "${AUTOREV}"
32#LINUX_VERSION = "4.1" 32#LINUX_VERSION = "4.1"