From 9cf85014444a55ecfd2bd794ff267f68fa216928 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 7 Jun 2012 15:59:46 -0400 Subject: linux-yocto: add machine aliases for yocto BSPs To avoid mapping machine names to kernel machine names in recipes, we can define multiple KMACHINE names for a single in tree board. This allows the tools to match a board description to multiple different MACHINEs. As a result, we can remove the explicit KMACHINE mappings from the linux-yocto recipes and allow the KMACHINE=${MACHINE} default to handle mappings. Individual recipes an bbappends can override this as required. (From OE-Core rev: d3dc05a4b808136876cb257a568737abfaceeadd) Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto_3.2.bb | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'meta/recipes-kernel/linux/linux-yocto_3.2.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto_3.2.bb b/meta/recipes-kernel/linux/linux-yocto_3.2.bb index 665ddca053..ac4e454702 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.2.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.2.bb @@ -1,13 +1,6 @@ inherit kernel require recipes-kernel/linux/linux-yocto.inc -KMACHINE = "common-pc" -KMACHINE_qemux86 = "common-pc" -KMACHINE_qemux86-64 = "common-pc-64" -KMACHINE_qemuppc = "qemu-ppc32" -KMACHINE_qemumips = "mti-malta32-be" -KMACHINE_qemuarm = "arm-versatile-926ejs" - KBRANCH = "standard/default/base" KBRANCH_qemux86 = "standard/default/common-pc/base" KBRANCH_qemux86-64 = "standard/default/common-pc-64/base" @@ -23,7 +16,7 @@ SRCREV_machine_qemuppc ?= "466746d1fe6370957ba087f9ca6f2e31201b2162" SRCREV_machine_qemux86 ?= "c228cadee60f0ada73d11a36f6932f50a1c52d48" SRCREV_machine_qemux86-64 ?= "b95a0ae3773545fa0ed9a47088d0361527c42e6c" SRCREV_machine ?= "8b8cfaaab2b8d79ac56e8c9a85bad9ae7bca399c" -SRCREV_meta ?= "49f931bc294d5b6be60502bbd448cff5aa766235" +SRCREV_meta ?= "0a18db9fc89a0e030e8c7b8d01fe03c5ca4197e3" PR = "r1" PV = "${LINUX_VERSION}+git${SRCPV}" -- cgit v1.2.3-54-g00ecf