From: Tom Zanussi Date: Thu, 4 Apr 2013 01:12:21 +0000 (-0500) Subject: yocto-bsp: set SRCREV for arm-based qemu machines X-Git-Tag: rev_ivi_2015_02_04~12999 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=69637b11fa916d034c277e082a97b97523cf2f67;p=scm%2Fbb%2Ftizen-distro.git yocto-bsp: set SRCREV for arm-based qemu machines arm-based qemu machines won't boot with the default 3.8 machine SRCREV because it's missing the commit 'arm: add dummy swizzle for versatile with qemu', so we need to use a SRCREV that has it merged. (From meta-yocto rev: 176ec06589032b0b589da8345adfc87dddcb74f0) Signed-off-by: Tom Zanussi Signed-off-by: Richard Purdie --- diff --git "a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto_3.8\": }} linux-yocto_3.8.bbappend" "b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto_3.8\": }} linux-yocto_3.8.bbappend" index e2013ea..572efe6 100644 --- "a/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto_3.8\": }} linux-yocto_3.8.bbappend" +++ "b/scripts/lib/bsp/substrate/target/arch/qemu/recipes-kernel/linux/{{ if kernel_choice == \"linux-yocto_3.8\": }} linux-yocto_3.8.bbappend" @@ -48,6 +48,9 @@ SRC_URI += "file://{{=machine}}-standard.scc \ file://{{=machine}}-user-features.scc \ " +{{ if qemuarch == "arm": }} +SRCREV_machine_pn-linux-yocto_{{=machine}} ?= "bf458ca0e48f4f57cbb02b52070a000f361eec84" + # uncomment and 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_{{=machine}} ?= "b170394a475b96ecc92cbc9e4b002bed0a9f69c5"