[OE-core] [PATCH 1/1] ddimage: fix incompatibility with dash

2013-06-05 Thread Hongxu Jia
On systems with dash as /bin/sh there were failures while invoking ddimage. Fix to let it work with both bash and dash shells. [YOCTO #4617] Signed-off-by: Hongxu Jia --- scripts/contrib/ddimage | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/scripts/contr

[OE-core] [PATCH 0/1]ddimage: fix incompatibility with dash

2013-06-05 Thread Hongxu Jia
The following changes since commit a62aed41f2d8f874f7ae24d0e5be5dbc66ea2199: lrzsz: check locale.h in configure (2013-06-04 15:55:46 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/fix-ddiamge http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=

[OE-core] [PATCH] classes/qmake2: export QMAKEPATH

2013-06-05 Thread Jonathan Liu
QMAKEPATH is exported so that qmake is able to detect the webkit module, load it and add it to the QT_CONFIG variable. The detection is done in mkspecs/features/qt_config.prf which reads the qmake QMAKE_MKSPECS builtin. qmake will read QMAKEPATH, append /mkspecs to it and prepend it to the QMAKE_MK

[OE-core] [PATCH 1/1] init-live.sh: fix media automount failed after booting from usb-drive

2013-06-05 Thread Hongxu Jia
1, This issue happens to BSP only. After a BSP board is booted with Yocto linux from USB drive, "cat /proc/mounts" shows: ... /dev/sda3 /media/sda3 ext3 rw,relatime,errors=continue,user_xattr,acl,barrier=1,data=ordered 0 0 /dev/sda1 /media/sda1 ext3 rw,relatime,errors=continue,barrier=1,data=orde

[OE-core] [PATCH 0/1] init-live.sh: fix media automount failed after booting from usb-drive

2013-06-05 Thread Hongxu Jia
The following changes since commit 5cb59cc6910d8f3165528c4a71e29e4de897d242: yocto-bsp: re-enable AutoAddDevices in xorg.conf for generated BSPs (2013-05-29 22:25:41 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/fix-init-live http://git.pokylin

Re: [OE-core] [PATCH 1/1] socat: enable termios

2013-06-05 Thread Rongqing Li
On 06/06/2013 12:39 AM, Saul Wold wrote: On 06/05/2013 12:30 AM, rongqing...@windriver.com wrote: From: "Roy.Li" fix two cross-compile issue to enable termios Signed-off-by: Roy.Li --- .../socat/files/fix-xxx_SHIFT-autoheader.patch | 40 + .../socat/files/fix_termios.patch

Re: [OE-core] [PATCH] classes/qmake_base: allow parallel make

2013-06-05 Thread Jonathan Liu
On 6 June 2013 15:02, Saul Wold wrote: > On 06/05/2013 09:05 PM, Jonathan Liu wrote: >> >> Remove MAKEFLAGS= from EXTRA_OEMAKE to allow parallel make. >> >> Signed-off-by: Jonathan Liu >> --- >> meta/classes/qmake_base.bbclass | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff

Re: [OE-core] [PATCH] classes/qmake_base: allow parallel make

2013-06-05 Thread Saul Wold
On 06/05/2013 09:05 PM, Jonathan Liu wrote: Remove MAKEFLAGS= from EXTRA_OEMAKE to allow parallel make. Signed-off-by: Jonathan Liu --- meta/classes/qmake_base.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/qmake_base.bbclass b/meta/classes/qmake_bas

[OE-core] [PATCH] classes/qmake_base: allow parallel make

2013-06-05 Thread Jonathan Liu
Remove MAKEFLAGS= from EXTRA_OEMAKE to allow parallel make. Signed-off-by: Jonathan Liu --- meta/classes/qmake_base.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/qmake_base.bbclass b/meta/classes/qmake_base.bbclass index 52e7fb0..3762887 100644 --- a/me

Re: [OE-core] [PATCH 1/1] tools-testapps: add xserver in dependency

2013-06-05 Thread Saul Wold
On 06/05/2013 12:28 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble This package group adds packages needing Xserver, These packages demand X drivers such as EMGD driver. And if the image does not include Xserver then it causes a build error about Xserver like this: Error: no packa

Re: [OE-core] [PATCH] qmake2.bbclass: export OE_QMAKE_QT_CONFIG

2013-06-05 Thread Jonathan Liu
On 6 June 2013 03:04, Paul Eggleton wrote: > On Wednesday 05 June 2013 17:57:32 Paul Eggleton wrote: >> On Wednesday 05 June 2013 09:46:49 Saul Wold wrote: >> > On 06/05/2013 02:30 AM, Martin Jansa wrote: >> > > On Wed, Jun 05, 2013 at 07:01:50PM +1000, Jonathan Liu wrote: >> > >> qconfig.pri was

[OE-core] [PATCH] qt4: fix QMAKE_QT_CONFIG being overwritten with empty value

2013-06-05 Thread Jonathan Liu
QMAKE_QT_CONFIG is set by the linux-oe-g++ mkspec but it is overwritten with an empty value read from .qmake.cache. Avoid this by first checking if the value from .qmake.cache is not empty before assigning it to QMAKE_QT_CONFIG. This allows variables from qconfig.pri such as QT_ARCH, QT_CONFIG, QT

[OE-core] [PATCH 0/1] a bugfix for lsb image builds

2013-06-05 Thread nitin . a . kamble
From: Nitin A Kamble This fixes a bug which affects any lsb (or non-X) image which includes the tools-testapp package group. Thanks, Nitin The following changes since commit a62aed41f2d8f874f7ae24d0e5be5dbc66ea2199: lrzsz: check locale.h in configure (2013-06-04 15:55:46 +0100) are availabl

[OE-core] [PATCH 1/1] tools-testapps: add xserver in dependency

2013-06-05 Thread nitin . a . kamble
From: Nitin A Kamble This package group adds packages needing Xserver, These packages demand X drivers such as EMGD driver. And if the image does not include Xserver then it causes a build error about Xserver like this: Error: no package provides xorg-abi-video-8 Fix the issue by adding Xserv

[OE-core] [PATCH] self-hosted: Add libssp libraries to packagegroup/image

2013-06-05 Thread Saul Wold
These libraries are needed to ensure when the -fstack-protector flags are used the compile will complete and not fail due to missing libraries [YOCTO #4586] Signed-off-by: Saul Wold --- meta/recipes-core/packagegroups/packagegroup-self-hosted.bb |3 +++ 1 file changed, 3 insertions(+) diff

Re: [OE-core] [PATCH dylan, master] Fix meta-toolchain-qte SDK build for x11-less DISTRO

2013-06-05 Thread Denys Dmytriyenko
On Wed, Jun 05, 2013 at 05:56:31PM -0300, Otavio Salvador wrote: > On Wed, Jun 5, 2013 at 5:53 PM, Saul Wold wrote: > > > On 06/05/2013 01:10 PM, Otavio Salvador wrote: > > > >> > >> > >> > >> On Wed, Jun 5, 2013 at 5:07 PM, Denys Dmytriyenko >> > wrote: > >> > >> On

Re: [OE-core] [PATCH dylan, master] Fix meta-toolchain-qte SDK build for x11-less DISTRO

2013-06-05 Thread Otavio Salvador
On Wed, Jun 5, 2013 at 5:53 PM, Saul Wold wrote: > On 06/05/2013 01:10 PM, Otavio Salvador wrote: > >> >> >> >> On Wed, Jun 5, 2013 at 5:07 PM, Denys Dmytriyenko > > wrote: >> >> On Wed, Jun 05, 2013 at 02:43:07PM -0300, Otavio Salvador wrote: >> > On Wed, Jun 5,

Re: [OE-core] [PATCH dylan, master] Fix meta-toolchain-qte SDK build for x11-less DISTRO

2013-06-05 Thread Saul Wold
On 06/05/2013 01:10 PM, Otavio Salvador wrote: On Wed, Jun 5, 2013 at 5:07 PM, Denys Dmytriyenko mailto:de...@denix.org>> wrote: On Wed, Jun 05, 2013 at 02:43:07PM -0300, Otavio Salvador wrote: > On Wed, Jun 5, 2013 at 2:23 PM, Nicolas Dechesne < > nicolas.deche...@linaro.org

Re: [OE-core] [PATCH 0/2] Simplify tune-cortexa*.inc, and add cortex-a5 tuning

2013-06-05 Thread Otavio Salvador
On Wed, Jun 5, 2013 at 5:12 PM, Denys Dmytriyenko wrote: > On Wed, Jun 05, 2013 at 11:52:28AM -0400, Andy Voltz wrote: > > This series puts the common tuning setup in an include and reworks the > > tuning files for each cortex-a* series to use that include. A new > variable, > > CORTEX_ID is used

Re: [OE-core] [PATCH 0/2] Simplify tune-cortexa*.inc, and add cortex-a5 tuning

2013-06-05 Thread Denys Dmytriyenko
On Wed, Jun 05, 2013 at 11:52:28AM -0400, Andy Voltz wrote: > This series puts the common tuning setup in an include and reworks the > tuning files for each cortex-a* series to use that include. A new variable, > CORTEX_ID is used to specify which processor is used. > > Add a tuning file for the c

Re: [OE-core] [PATCH dylan, master] Fix meta-toolchain-qte SDK build for x11-less DISTRO

2013-06-05 Thread Otavio Salvador
On Wed, Jun 5, 2013 at 5:07 PM, Denys Dmytriyenko wrote: > On Wed, Jun 05, 2013 at 02:43:07PM -0300, Otavio Salvador wrote: > > On Wed, Jun 5, 2013 at 2:23 PM, Nicolas Dechesne < > > nicolas.deche...@linaro.org> wrote: > > > > > > > > > > > > > > On Wed, Jun 5, 2013 at 7:19 PM, Saul Wold wrote:

Re: [OE-core] [PATCH dylan, master] Fix meta-toolchain-qte SDK build for x11-less DISTRO

2013-06-05 Thread Denys Dmytriyenko
On Wed, Jun 05, 2013 at 02:43:07PM -0300, Otavio Salvador wrote: > On Wed, Jun 5, 2013 at 2:23 PM, Nicolas Dechesne < > nicolas.deche...@linaro.org> wrote: > > > > > > > > > On Wed, Jun 5, 2013 at 7:19 PM, Saul Wold wrote: > > > >> On 06/05/2013 10:12 AM, Otavio Salvador wrote: > >> > >>> > >>> >

Re: [OE-core] eglibc-2.17 build breaks with nptl #include nested too deeply

2013-06-05 Thread Denys Dmytriyenko
On Wed, Jun 05, 2013 at 12:04:37PM -0400, Denys Dmytriyenko wrote: > Has anyone seen this issue before - my builds are failing with the following: > > from > ../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23, > from > ../ports/sysdeps/arm/sysdeps/../

Re: [OE-core] [PATCH 1/2] tune-cortexa.inc: create a common include for cortex-a armv7a tuning

2013-06-05 Thread Otavio Salvador
On Wed, Jun 5, 2013 at 12:52 PM, Andy Voltz wrote: > The tuning files for the cortex-a* processors are mostly identical for > the A7,A8,A9,A15 processors. Rework these files to use a CORTEX_ID > variable to setup the tuning for each specific processor. > > Signed-off-by: Andy Voltz > Reviewed-b

Re: [OE-core] [PATCH dylan, master] Fix meta-toolchain-qte SDK build for x11-less DISTRO

2013-06-05 Thread Otavio Salvador
On Wed, Jun 5, 2013 at 2:23 PM, Nicolas Dechesne < nicolas.deche...@linaro.org> wrote: > > > > On Wed, Jun 5, 2013 at 7:19 PM, Saul Wold wrote: > >> On 06/05/2013 10:12 AM, Otavio Salvador wrote: >> >>> >>> >>> >>> On Wed, Jun 5, 2013 at 1:58 PM, Saul Wold >> > wrote:

Re: [OE-core] [PATCH dylan, master] Fix meta-toolchain-qte SDK build for x11-less DISTRO

2013-06-05 Thread Nicolas Dechesne
On Wed, Jun 5, 2013 at 7:19 PM, Saul Wold wrote: > On 06/05/2013 10:12 AM, Otavio Salvador wrote: > >> >> >> >> On Wed, Jun 5, 2013 at 1:58 PM, Saul Wold > > wrote: >> >> On 06/05/2013 09:32 AM, Nicolas Dechesne wrote: >> >> >> On Wed, Jun 5, 2013 at 6:30

Re: [OE-core] [PATCH dylan, master] Fix meta-toolchain-qte SDK build for x11-less DISTRO

2013-06-05 Thread Saul Wold
On 06/05/2013 10:12 AM, Otavio Salvador wrote: On Wed, Jun 5, 2013 at 1:58 PM, Saul Wold mailto:s...@linux.intel.com>> wrote: On 06/05/2013 09:32 AM, Nicolas Dechesne wrote: On Wed, Jun 5, 2013 at 6:30 PM, Saul Wold mailto:s...@linux.intel.com>

Re: [OE-core] [PATCH dylan, master] Fix meta-toolchain-qte SDK build for x11-less DISTRO

2013-06-05 Thread Otavio Salvador
On Wed, Jun 5, 2013 at 1:58 PM, Saul Wold wrote: > On 06/05/2013 09:32 AM, Nicolas Dechesne wrote: > >> >> On Wed, Jun 5, 2013 at 6:30 PM, Saul Wold > > wrote: >> >> You could just directly put the nativesdk-libx11 in place of the >> variable, no need to have

Re: [OE-core] [PATCH] qmake2.bbclass: export OE_QMAKE_QT_CONFIG

2013-06-05 Thread Paul Eggleton
On Wednesday 05 June 2013 17:57:32 Paul Eggleton wrote: > On Wednesday 05 June 2013 09:46:49 Saul Wold wrote: > > On 06/05/2013 02:30 AM, Martin Jansa wrote: > > > On Wed, Jun 05, 2013 at 07:01:50PM +1000, Jonathan Liu wrote: > > >> qconfig.pri was not being loaded by qmake properly. This means Qt

Re: [OE-core] [PATCH] qmake2.bbclass: export OE_QMAKE_QT_CONFIG

2013-06-05 Thread Saul Wold
On 06/05/2013 09:57 AM, Paul Eggleton wrote: On Wednesday 05 June 2013 09:46:49 Saul Wold wrote: On 06/05/2013 02:30 AM, Martin Jansa wrote: On Wed, Jun 05, 2013 at 07:01:50PM +1000, Jonathan Liu wrote: qconfig.pri was not being loaded by qmake properly. This means Qt qmake projects are unable

Re: [OE-core] [PATCH dylan, master] Fix meta-toolchain-qte SDK build for x11-less DISTRO

2013-06-05 Thread Saul Wold
On 06/05/2013 09:32 AM, Nicolas Dechesne wrote: On Wed, Jun 5, 2013 at 6:30 PM, Saul Wold mailto:s...@linux.intel.com>> wrote: You could just directly put the nativesdk-libx11 in place of the variable, no need to have the variable there. yes, that's what I had initially, but found it

Re: [OE-core] [PATCH] qmake2.bbclass: export OE_QMAKE_QT_CONFIG

2013-06-05 Thread Paul Eggleton
On Wednesday 05 June 2013 09:46:49 Saul Wold wrote: > On 06/05/2013 02:30 AM, Martin Jansa wrote: > > On Wed, Jun 05, 2013 at 07:01:50PM +1000, Jonathan Liu wrote: > >> qconfig.pri was not being loaded by qmake properly. This means Qt > >> qmake projects are unable to query QT_ARCH, QT_VERSION and

Re: [OE-core] [PATCH] qmake2.bbclass: export OE_QMAKE_QT_CONFIG

2013-06-05 Thread Saul Wold
On 06/05/2013 02:30 AM, Martin Jansa wrote: On Wed, Jun 05, 2013 at 07:01:50PM +1000, Jonathan Liu wrote: qconfig.pri was not being loaded by qmake properly. This means Qt qmake projects are unable to query QT_ARCH, QT_VERSION and other variables defined in qconfig.pri. Export OE_QMAKE_QT_CONFI

Re: [OE-core] [PATCH dylan, master] Fix meta-toolchain-qte SDK build for x11-less DISTRO

2013-06-05 Thread Denys Dmytriyenko
Ack, regardless of whether a separate X11DEPENDS variable stays or goes, as we had the same fix for our SDKs for some time now (yeah, I'm well behind on upstreaming my fixes, sorry). Acked-by: Denys Dmytriyenko Tested-by: Denys Dmytriyenko On Wed, Jun 05, 2013 at 09:24:27AM +0200, Nicolas Dec

Re: [OE-core] [PATCH 1/1] socat: enable termios

2013-06-05 Thread Saul Wold
On 06/05/2013 12:30 AM, rongqing...@windriver.com wrote: From: "Roy.Li" fix two cross-compile issue to enable termios Signed-off-by: Roy.Li --- .../socat/files/fix-xxx_SHIFT-autoheader.patch | 40 + .../socat/files/fix_termios.patch | 85 +++

Re: [OE-core] [PATCH dylan, master] Fix meta-toolchain-qte SDK build for x11-less DISTRO

2013-06-05 Thread Nicolas Dechesne
On Wed, Jun 5, 2013 at 6:30 PM, Saul Wold wrote: > You could just directly put the nativesdk-libx11 in place of the variable, > no need to have the variable there. > yes, that's what I had initially, but found it was less easy to read... with X11DEPENDS it's more 'obvious' that there is somethin

Re: [OE-core] [PATCH dylan, master] Fix meta-toolchain-qte SDK build for x11-less DISTRO

2013-06-05 Thread Saul Wold
On 06/05/2013 12:24 AM, Nicolas Dechesne wrote: When building QTe SDK for a DISTRO that does not have x11 FEATURES, building meta-toolchain-qte failed because it unconditionally pulls in nativesdk-libx11. The 'culprit' is meta/recipes-qt/qt4/nativesdk-qt4-tools.inc. The fix is inspired from the

Re: [OE-core] gst-plugins-base tremor build time dependence?

2013-06-05 Thread Paul Eggleton
Hi Javier, On Monday 20 May 2013 14:47:38 Javier Viguera wrote: > In gst-plugins-base package there is a patch that explicitly removes the > '-DTREMOR' symbol so the package compiles without that support: > > /gstreame

[OE-core] eglibc-2.17 build breaks with nptl #include nested too deeply

2013-06-05 Thread Denys Dmytriyenko
Has anyone seen this issue before - my builds are failing with the following: from ../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23, from ../ports/sysdeps/arm/sysdeps/../nptl/pthread_spin_lock.c:23, from ../ports/sysdeps/arm/nptl/p

Re: [OE-core] [PATCH 1/2] tune-cortexa.inc: create a common include for cortex-a armv7a tuning

2013-06-05 Thread Mark Hatle
On 6/5/13 10:52 AM, Andy Voltz wrote: The tuning files for the cortex-a* processors are mostly identical for the A7,A8,A9,A15 processors. Rework these files to use a CORTEX_ID variable to setup the tuning for each specific processor. Signed-off-by: Andy Voltz Note, I have not run this, but I

[OE-core] [PATCH 1/2] tune-cortexa.inc: create a common include for cortex-a armv7a tuning

2013-06-05 Thread Andy Voltz
The tuning files for the cortex-a* processors are mostly identical for the A7,A8,A9,A15 processors. Rework these files to use a CORTEX_ID variable to setup the tuning for each specific processor. Signed-off-by: Andy Voltz --- meta/conf/machine/include/arm/README |3 +++ meta/conf/mac

[OE-core] [PATCH 2/2] tune-cortexa5.inc: Add tune file for cortex-a5

2013-06-05 Thread Andy Voltz
Signed-off-by: Andy Voltz --- meta/conf/machine/include/tune-cortexa5.inc |5 + 1 file changed, 5 insertions(+) create mode 100644 meta/conf/machine/include/tune-cortexa5.inc diff --git a/meta/conf/machine/include/tune-cortexa5.inc b/meta/conf/machine/include/tune-cortexa5.inc new fil

[OE-core] [PATCH 0/2] Simplify tune-cortexa*.inc, and add cortex-a5 tuning

2013-06-05 Thread Andy Voltz
This series puts the common tuning setup in an include and reworks the tuning files for each cortex-a* series to use that include. A new variable, CORTEX_ID is used to specify which processor is used. Add a tuning file for the cortex-a5 using this include. This was tested on a vybrid twr_vf600 bu

[OE-core] [PATCH] libpcap: upgrade to 1.4.0

2013-06-05 Thread Cristian Iorga
0001-Fix-disable-canusb.patch, 0001-The-leading-comma-looked-weird-remove-it.patch, 0001-canusb-needs-lpthread.patch patches included in upstream, no longer needed. Signed-off-by: Cristian Iorga --- .../libpcap-1.3.0/0001-Fix-disable-canusb.patch| 30 --- ...-The-leading-comma-look

[OE-core] ptest recipes in progress

2013-06-05 Thread Björn Stenberg
Hi all. In the interest of avoiding duplication of work, here is a list of recipes for which we (Enea) have already enabled ptest but have not yet submitted patches: - bash* - busybox - bzip2 - dbus* - dhcp - dropbear - ethtool - gcc-runtime - gdb - gdbm - gettext - glib-2.0* - kmod - libxml2 -

Re: [OE-core] [PATCH 0/4] Mesa and Wayland updates

2013-06-05 Thread Martin Jansa
On Fri, May 31, 2013 at 10:52:07AM +0100, Burton, Ross wrote: > On 31 May 2013 10:30, Burton, Ross wrote: > >> At the time of writing that weston didn't support runtime detection or > >> config files entries for selecting the backend, only commandline > >> arguments. So whatever is getting picke

[OE-core] [PATCH] iptables: upgrade to 1.4.19.1

2013-06-05 Thread Cristian Iorga
fix-iptables-extensions-build-error.patch no longer needed. Signed-off-by: Cristian Iorga --- .../fix-iptables-extensions-build-error.patch | 44 .../{iptables_1.4.18.bb => iptables_1.4.19.1.bb} |5 +-- 2 files changed, 2 insertions(+), 47 deletions(-) delete m

Re: [OE-core] [PATCH] connman: upgrade to 1.15

2013-06-05 Thread Martin Jansa
On Wed, Jun 05, 2013 at 03:07:34PM +0300, Cristian Iorga wrote: > Bugfix release. Duplicate http://lists.openembedded.org/pipermail/openembedded-core/2013-June/079477.html > > Signed-off-by: Cristian Iorga > --- > .../connman/{connman_1.14.bb => connman_1.15.bb} |4 > ++-

[OE-core] [PATCH] connman: upgrade to 1.15

2013-06-05 Thread Cristian Iorga
Bugfix release. Signed-off-by: Cristian Iorga --- .../connman/{connman_1.14.bb => connman_1.15.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/connman/{connman_1.14.bb => connman_1.15.bb} (73%) diff --git a/meta/recipes-conne

Re: [OE-core] [PATCH 1/1] kernel.bbclass: Fix link for modules-${MACHINE}.tgz

2013-06-05 Thread Martin Jansa
On Wed, Jun 05, 2013 at 05:20:50PM +0800, Yi Zhao wrote: > The modules-${MACHINE}.tgz should link to ${MODULE_TARBALL_BASE_NAME}. > But now it links to an invalid file ${MODULE_TARBALL_BASE_NAME}.bin. > Remove the extra .bin suffix. > > [YOCTO #4595] Looks good, thanks for fixing it. Acked-by: M

[OE-core] [PATCHv2] site: add alignment values for at-spi2-core

2013-06-05 Thread Martin Jansa
* x86 and x86_64 values were added in 8c46ec2edc0197b32d32e0f27d5b60271338b600 Signed-off-by: Martin Jansa --- meta/site/arm-common | 10 ++ meta/site/x86_64-linux | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/meta/site/arm-common b/meta/site/arm-common ind

Re: [OE-core] [PATCH] qmake2.bbclass: export OE_QMAKE_QT_CONFIG

2013-06-05 Thread Martin Jansa
On Wed, Jun 05, 2013 at 07:01:50PM +1000, Jonathan Liu wrote: > qconfig.pri was not being loaded by qmake properly. This means Qt > qmake projects are unable to query QT_ARCH, QT_VERSION and other > variables defined in qconfig.pri. > > Export OE_QMAKE_QT_CONFIG, setting it to the location of qcon

[OE-core] [PATCH 1/1] kernel.bbclass: Fix link for modules-${MACHINE}.tgz

2013-06-05 Thread Yi Zhao
The modules-${MACHINE}.tgz should link to ${MODULE_TARBALL_BASE_NAME}. But now it links to an invalid file ${MODULE_TARBALL_BASE_NAME}.bin. Remove the extra .bin suffix. [YOCTO #4595] Signed-off-by: Yi Zhao --- meta/classes/kernel.bbclass |2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[OE-core] [PATCH 0/1] kernel.bbclass: Fix link for modules-${MACHINE}.tgz

2013-06-05 Thread Yi Zhao
When build an image, It will generate a symbolic link file named modules-${MACHINE}.tgz in tmp/deploy/images directory. This file should link to the real modules tarball. But now it links to an invalid file which has an extra ".bin" suffix. This patch fixs this issue. The following changes since

[OE-core] [PATCH] qmake2.bbclass: export OE_QMAKE_QT_CONFIG

2013-06-05 Thread Jonathan Liu
qconfig.pri was not being loaded by qmake properly. This means Qt qmake projects are unable to query QT_ARCH, QT_VERSION and other variables defined in qconfig.pri. Export OE_QMAKE_QT_CONFIG, setting it to the location of qconfig.pri so that it can be located by qmake. Signed-off-by: Jonathan Liu

Re: [OE-core] [PATCH] valgrind: allow native builds

2013-06-05 Thread Jonathan Liu
On 5 June 2013 18:03, Richard Purdie wrote: > On Wed, 2013-06-05 at 12:58 +1000, Jonathan Liu wrote: >> Signed-off-by: Jonathan Liu >> --- >> meta/recipes-devtools/valgrind/valgrind_3.8.1.bb | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/meta/recipes-devtools/valgrind/valgrind_3.8.1

Re: [OE-core] [PATCH] valgrind: allow native builds

2013-06-05 Thread Richard Purdie
On Wed, 2013-06-05 at 12:58 +1000, Jonathan Liu wrote: > Signed-off-by: Jonathan Liu > --- > meta/recipes-devtools/valgrind/valgrind_3.8.1.bb | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/meta/recipes-devtools/valgrind/valgrind_3.8.1.bb > b/meta/recipes-devtools/valgrind/valgrind_3.8

[OE-core] [PATCH 1/1] socat: enable termios

2013-06-05 Thread rongqing.li
From: "Roy.Li" fix two cross-compile issue to enable termios Signed-off-by: Roy.Li --- .../socat/files/fix-xxx_SHIFT-autoheader.patch | 40 + .../socat/files/fix_termios.patch | 85 meta/recipes-connectivity/socat/socat_1.7.2.1.bb |8

[OE-core] [PATCH 0/1] socat enable termios

2013-06-05 Thread rongqing.li
From: "Roy.Li" The following changes since commit 9ba812ab1f613d28f9eb3192d2ff1a34dfce33e4: binutils: fix compile error of complex expressions before @l/@h (2013-06-03 16:46:37 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib roy/socat http://git.pokyl

[OE-core] [PATCH dylan, master] Fix meta-toolchain-qte SDK build for x11-less DISTRO

2013-06-05 Thread Nicolas Dechesne
When building QTe SDK for a DISTRO that does not have x11 FEATURES, building meta-toolchain-qte failed because it unconditionally pulls in nativesdk-libx11. The 'culprit' is meta/recipes-qt/qt4/nativesdk-qt4-tools.inc. The fix is inspired from the following commits: abf2ab7 dbus: only use x11 if