From 38b25eed9581fdee528478136a932546e1f8b005 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sun, 9 Jan 2011 09:41:33 +0100 Subject: machines: move PACKAGE_EXTRA_ARCHS to tune files This gets us closer to making including tune-.inc "just work". Moving the TARGET_ARCH definitions is something for a follup patch. Signed-off-by: Koen Kooi Signed-off-by: Richard Purdie --- meta/conf/machine/cm-x270.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/conf/machine/cm-x270.conf') diff --git a/meta/conf/machine/cm-x270.conf b/meta/conf/machine/cm-x270.conf index 226942de7..9bf7d8f6a 100644 --- a/meta/conf/machine/cm-x270.conf +++ b/meta/conf/machine/cm-x270.conf @@ -8,9 +8,9 @@ GUI_MACHINE_CLASS ?= "bigscreen" PREFERRED_PROVIDER_virtual/kernel = "linux" PREFERRED_VERSION_linux ?= "2.6.23" -PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te iwmmxt" require conf/machine/include/tune-xscale.inc +PACKAGE_EXTRA_ARCHS += "iwmmxt" # Console serial port. # If you have a W module, add the following line to your local.conf: -- cgit v1.2.3