All of lore.kernel.org
 help / color / mirror / Atom feed
* [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

* [meta-handheld][PATCH] formfactor: h3600: set DISPLAY_BPP=16 even for 12bit LCD
  2013-10-12 23:28 [meta-handheld][PATCH] hx4700.conf: standardize the iwmmxt extra packaging Andrea Adami
@ 2013-10-12 23:28 ` Andrea Adami
  2013-10-13 12:28 ` [meta-handheld][PATCH] hx4700.conf: standardize the iwmmxt extra packaging Paul Eggleton
  1 sibling, 0 replies; 3+ messages in thread
From: Andrea Adami @ 2013-10-12 23:28 UTC (permalink / raw)
  To: openembedded-devel

in Kernel mach-sa1100/h3600.c says sa1100fb_rgb h3600_rgb_16

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
---
 recipes-bsp/formfactor/files/h3600/machconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-bsp/formfactor/files/h3600/machconfig b/recipes-bsp/formfactor/files/h3600/machconfig
index 8cdb2d0..45d6c54 100755
--- a/recipes-bsp/formfactor/files/h3600/machconfig
+++ b/recipes-bsp/formfactor/files/h3600/machconfig
@@ -9,7 +9,7 @@ DISPLAY_WIDTH_PIXELS=240
 DISPLAY_WIDTH_MM=57
 DISPLAY_HEIGHT_PIXELS=320
 DISPLAY_HEIGHT_MM=76
-DISPLAY_BPP=12
+DISPLAY_BPP=16
 # Real DISPLAY_DPI=105
 DISPLAY_DPI=100
 DISPLAY_SUBPIXEL_ORDER=vrgb
-- 
1.8.1.5



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-handheld][PATCH] hx4700.conf: standardize the iwmmxt extra packaging
  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 ` Paul Eggleton
  1 sibling, 0 replies; 3+ messages in thread
From: Paul Eggleton @ 2013-10-13 12:28 UTC (permalink / raw)
  To: Andrea Adami; +Cc: openembedded-devel

Hi Andrea,

FYI I've applied all 14 pending patches.

Thanks,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


^ permalink raw reply	[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.