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/include/tune-arm1136jf-s.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/conf/machine/include/tune-arm1136jf-s.inc') diff --git a/meta/conf/machine/include/tune-arm1136jf-s.inc b/meta/conf/machine/include/tune-arm1136jf-s.inc index be5aedc50..a7717510e 100644 --- a/meta/conf/machine/include/tune-arm1136jf-s.inc +++ b/meta/conf/machine/include/tune-arm1136jf-s.inc @@ -4,5 +4,6 @@ FEED_ARCH = "armv6" BASE_PACKAGE_ARCH = "armv6" ARM_INSTRUCTION_SET = "${@['thumb','arm'][bb.data.getVar('CPU_FEATURES', d, 1).find('thumb') == -1]}" +PACKAGE_EXTRA_ARCHS += "armv4 armv4t armv5te armv6" require conf/machine/include/tune-thumb.inc -- cgit v1.2.3