From 121dcd38552a38421a9dc4371b2169886c66643f Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 6 Dec 2013 05:11:03 +0000 Subject: linux-yocto/*: restore branch designations The fetcher now confirms that a given SRCREV exists on the branch specified in the SRC_URI. The linux-yocto recipes used to do this themselves, but that functionality was removed to allow builds when only the SRCREV was set and to be similar to other recipes. Now that the fetcher checks this value, and other recipes must also have SRCREV + branch information, this extra information can be put back into the recipes. (From OE-Core rev: 4a562fd2614bb6ccce1222d47b9268d6980cf315) Signed-off-by: Bruce Ashfield Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto_3.4.bb | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'meta/recipes-kernel/linux/linux-yocto_3.4.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto_3.4.bb b/meta/recipes-kernel/linux/linux-yocto_3.4.bb index 9b8456fd6f..765d4deec7 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.4.bb @@ -3,6 +3,14 @@ require recipes-kernel/linux/linux-yocto.inc KBRANCH_DEFAULT = "standard/base" KBRANCH = "${KBRANCH_DEFAULT}" +# board specific branches +KBRANCH_qemuarm = "standard/arm-versatile-926ejs" +KBRANCH_qemumips = "standard/mti-malta32" +KBRANCH_qemuppc = "standard/qemuppc" +KBRANCH_qemux86 = "standard/common-pc/base" +KBRANCH_qemux86-64 = "standard/common-pc-64/base" +KBRANCH_qemumips64 = "standard/mti-malta64" + SRCREV_machine_qemuarm ?= "38fe75106c5faa3ea49d0a285769de3d08478f90" SRCREV_machine_qemumips ?= "67c8918ce3cfd66f19f23b46381993ff488b3fe0" SRCREV_machine_qemuppc ?= "0e81c96b36e05746ae978a830fe3dbdac8a51e58" -- cgit v1.2.3-54-g00ecf