[oe] [meta-handheld][PATCH] hx4700.conf: standardize the iwmmxt extra packaging

2013-10-12 Thread Andrea Adami
Signed-off-by: Andrea Adami --- 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 @@ #

[oe] [meta-handheld][PATCH] formfactor: h3600: set DISPLAY_BPP=16 even for 12bit LCD

2013-10-12 Thread Andrea Adami
in Kernel mach-sa1100/h3600.c says sa1100fb_rgb h3600_rgb_16 Signed-off-by: Andrea Adami --- 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/machc

[oe] [meta-handheld][PATCH 2/3] meta-handheld: remove obsolete refs to kdrive

2013-10-12 Thread Andrea Adami
Signed-off-by: Andrea Adami --- conf/machine/ben-nanonote.conf | 5 - conf/machine/h1910.conf| 1 - conf/machine/h1940.conf| 1 - conf/machine/h2200.conf| 1 - conf/machine/h3900.conf| 1 - conf/machin

[oe] [meta-handheld][PATCH 3/3] meta-handheld: remove obsolete refs to kernel26 MACHINE_FEATURE

2013-10-12 Thread Andrea Adami
Signed-off-by: Andrea Adami --- conf/machine/h1910.conf| 2 +- conf/machine/h1940.conf| 2 +- conf/machine/h2200.conf| 2 +- conf/machine/h3800.conf| 2 +- conf/machine/h3900.conf| 2 +- conf/machi

[oe] [meta-handheld][PATCH 1/3] meta-handheld: remove TARGET_ARCH from machine configurations

2013-10-12 Thread Andrea Adami
Signed-off-by: Andrea Adami --- conf/machine/h1910.conf | 2 -- conf/machine/h1940.conf | 10 +- conf/machine/h2200.conf | 2 -- conf/machine/h3900.conf | 2 -- conf/machine/h4000.conf | 2 -- conf/machine/h5000.conf | 2 -- conf/machine/include/pa

[oe] [meta-handheld][PATCH 2/4] formfactor: add configuration for IPAQ with 3.8" screen

2013-10-12 Thread Andrea Adami
IPAQ h3600 h3700 h3800 h3900 h5100 h5400 h5500 Aero 1500 3.8" diagonal 2.25"x3" (57x76 mm) Area: 4332 mm2 pixels: 240x320 Real display DPI: 105.26 set to 100 Signed-off-by: Andrea Adami --- recipes-bsp/formfactor/files/h3600/machconfig | 15 +++ recipes-bsp/formfactor/files/h3800/m

[oe] [meta-handheld][PATCH 4/4] formfactor: refresh machconfig for Zaurus devices

2013-10-12 Thread Andrea Adami
Signed-off-by: Andrea Adami --- recipes-bsp/formfactor/files/akita/machconfig | 10 +- recipes-bsp/formfactor/files/c7x0/machconfig | 8 recipes-bsp/formfactor/files/collie/machconfig | 10 +- recipes-bsp/formfactor/files/poodle/machconfig | 10 +- recipes-bsp

[oe] [meta-handheld][PATCH 3/4] formfactor: add configuration for IPAQ with 4" screen

2013-10-12 Thread Andrea Adami
iPAQ hx4700 hx4705 210 211 214 4" diagonal 2.36"x3.15" (60x80 mm) Area: 4800 mm2 pixels: 480x640 Real display DPI: 200 Signed-off-by: Andrea Adami --- recipes-bsp/formfactor/files/hx4700/machconfig | 15 +++ 1 file changed, 15 insertions(+) create mode 100755 recipes-bsp/formfacto

[oe] [meta-handheld][PATCH 1/4] formfactor: add configuration for IPAQ with 3.5" screen

2013-10-12 Thread Andrea Adami
iPAQ h1900 h2215 hx2100 hx2400 hx2700 h4100 3.5" diagonal 2.1"x2.8" (53x71mm) Area: 3763 mm pixels: 240x320 Real display DPI: 114.29, set to 100 Signed-off-by: Andrea Adami --- recipes-bsp/formfactor/files/h1910/machconfig | 15 +++ recipes-bsp/formfactor/files/h1940/machconfig | 1

[oe] [meta-oe][PATCH] tftpd-hpa: fix premature exit

2013-10-12 Thread David Turgeon
standalone daemon exits as recipe installs file as tftpd-hpa * Changed script so it can consult /etc/default, as daemon name may be subject to change. * Changed the default name to match the recipe Signed-off-by: David Turgeon --- .../recipes-daemons/tftp-hpa/files/init| 13 +

[oe] [PATCH] core-image.bbclass: Fix comment to refer to packagegroup-base-extended.

2013-10-12 Thread Robert P. J. Day
Fix the comment to match the actual inclusion further down in that file, which is: CORE_IMAGE_BASE_INSTALL = '\ packagegroup-core-boot \ packagegroup-base-extended \ Signed-off-by: Robert P. J. Day --- feel free to ignore this if there are any other changes i can add to this to make

Re: [oe] "REMBL" Remote Embedded Lab

2013-10-12 Thread Robert P. J. Day
On Sat, 12 Oct 2013, Ayman Hendawy wrote: > Dear All, > > I was thinking about an idea of establish a Remotely accessible Embedded > Lab, mainly targeting > opensource developers like you, giving you the ability to fully control and > monitor > your embedded kit peripherals remotely, this lab has

[oe] [meta-oe][PATCH 3/3] libhugetlbfs: install perl lib to directory perl instead of perl5

2013-10-12 Thread b40290
From: Chunrong Guo *libhugetlbfs depends on perl, and perl installs a directory 'perl' and make a symlink 'perl5' to it. So just install perl libs in libhugetlbfs to directory 'perl' instead of 'perl5'. This can avoid the following error: | CalledProcessError: Command 'tar -cf

[oe] [meta-oe][PATCH 2/3] libhugetlbfs: not use hard coded path in run_tests.py

2013-10-12 Thread b40290
From: Chunrong Guo *Hard coded path makes the script impossible to run out of source tree. *After 'make install', we can use hugeadm utility under DESTDIR. Signed-off-by: Chunrong Guo --- py-not-use-hard-coded-path-.-obj-hugeadm.patch | 43 .../libhugetlbfs/libhu

[oe] [meta-oe][PATCH 1/3] libhugetlbfs: install static 4G-edge testcases

2013-10-12 Thread b40290
From: Chunrong Guo *TESTS_64 is empty, install will fail due to missing file operand. Signed-off-by: Chunrong Guo --- .../libhugetlbfs/files/install64-fix.patch | 20 ...Makefile-install-static-4G-edge-testcases.patch | 17 + .../libhugetlbfs