* [meta-handheld][PATCH] hx4700.conf: standardize the iwmmxt extra packaging
@ 2013-10-12 23:28 Andrea Adami
2013-10-12 23:28 ` [meta-handheld][PATCH] formfactor: h3600: set DISPLAY_BPP=16 even for 12bit LCD Andrea Adami
2013-10-13 12:28 ` [meta-handheld][PATCH] hx4700.conf: standardize the iwmmxt extra packaging Paul Eggleton
0 siblings, 2 replies; 3+ messages in thread
From: Andrea Adami @ 2013-10-12 23:28 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
---
conf/machine/hx4700.conf | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/conf/machine/hx4700.conf b/conf/machine/hx4700.conf
index b0c60c3..f8f5c7c 100644
--- a/conf/machine/hx4700.conf
+++ b/conf/machine/hx4700.conf
@@ -5,13 +5,10 @@
#
# Hardware-based properties
#
-
-# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
require conf/machine/include/tune-xscale.inc
-PACKAGE_EXTRA_ARCHS = "${PACKAGE_EXTRA_ARCHS_tune-${DEFAULTTUNE}} iwmmxt"
-# Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first
-#require conf/machine/include/tune-iwmmxt.inc
+MACHINE_FEATURES += "iwmmxt"
+PACKAGE_EXTRA_ARCHS_tune-xscale += "iwmmxt"
ROOT_FLASH_SIZE = "80"
VOLATILE_STORAGE_SIZE = "64"
@@ -21,7 +18,6 @@ MACHINE_DISPLAY_HEIGHT_PIXELS = "640"
MACHINE_DISPLAY_ORIENTATION = "0"
MACHINE_DISPLAY_PPI = "200"
MACHINE_FEATURES = "alsa apm bluetooth irda pcmcia screen touchscreen usbgadget wifi vfat"
-MACHINE_FEATURES += "iwmmxt"
#
# Software/packages selection
--
1.8.1.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-10-13 12:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-12 23:28 [meta-handheld][PATCH] hx4700.conf: standardize the iwmmxt extra packaging Andrea Adami
2013-10-12 23:28 ` [meta-handheld][PATCH] formfactor: h3600: set DISPLAY_BPP=16 even for 12bit LCD Andrea Adami
2013-10-13 12:28 ` [meta-handheld][PATCH] hx4700.conf: standardize the iwmmxt extra packaging Paul Eggleton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.