[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

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

2013-06-05 Thread rongqing.li
From: Roy.Li rongqing...@windriver.com 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

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

2013-06-05 Thread rongqing.li
From: Roy.Li rongqing...@windriver.com fix two cross-compile issue to enable termios Signed-off-by: Roy.Li rongqing...@windriver.com --- .../socat/files/fix-xxx_SHIFT-autoheader.patch | 40 + .../socat/files/fix_termios.patch | 85

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 net...@gmail.com --- 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

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

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

[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

[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 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 yi.z...@windriver.com --- meta/classes/kernel.bbclass |2 +- 1 file changed, 1

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

[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 martin.ja...@gmail.com --- 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

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:

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

2013-06-05 Thread Cristian Iorga
Bugfix release. Signed-off-by: Cristian Iorga cristian.io...@intel.com --- .../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

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 cristian.io...@intel.com --- .../connman/{connman_1.14.bb = connman_1.15.bb}

[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 cristian.io...@intel.com --- .../fix-iptables-extensions-build-error.patch | 44 .../{iptables_1.4.18.bb = iptables_1.4.19.1.bb} |5 +-- 2 files changed, 2 insertions(+),

[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 -

[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 cristian.io...@intel.com --- .../libpcap-1.3.0/0001-Fix-disable-canusb.patch| 30 ---

[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

[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 andy.vo...@timesys.com --- 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

[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 andy.vo...@timesys.com --- meta/conf/machine/include/arm/README |

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 andy.vo...@timesys.com Note, I

[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

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: http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-multimedia

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] [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 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 was less easy to read... with X11DEPENDS it's more 'obvious' that

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 rongqing...@windriver.com fix two cross-compile issue to enable termios Signed-off-by: Roy.Li rongqing...@windriver.com --- .../socat/files/fix-xxx_SHIFT-autoheader.patch | 40 +

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 de...@ti.com Tested-by: Denys Dmytriyenko de...@ti.com On Wed, Jun 05, 2013 at

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

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 s...@linux.intel.com 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

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

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 qmake

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 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 s...@linux.intel.com mailto:s...@linux.intel.com wrote: You could just directly put the nativesdk-libx11 in place of the

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 s...@linux.intel.com 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 s...@linux.intel.com

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 s...@linux.intel.com wrote: On 06/05/2013 10:12 AM, Otavio Salvador wrote: On Wed, Jun 5, 2013 at 1:58 PM, Saul Wold s...@linux.intel.com mailto:s...@linux.intel.com wrote: On 06/05/2013 09:32 AM, Nicolas Dechesne wrote: On Wed,

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 s...@linux.intel.com wrote: On 06/05/2013 10:12 AM, Otavio Salvador wrote: On Wed, Jun 5, 2013 at 1:58 PM, Saul Wold s...@linux.intel.com

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 andy.vo...@timesys.com 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

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

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 s...@linux.intel.com wrote: On 06/05/2013 10:12 AM, Otavio Salvador 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:07 PM, Denys Dmytriyenko 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 wrote: On Wed, Jun 5, 2013 at 7:19 PM, Saul Wold

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

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 de...@denix.org 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

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 de...@denix.org 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

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 s...@linux.intel.com wrote: On 06/05/2013 01:10 PM, Otavio Salvador wrote: On Wed, Jun 5, 2013 at 5:07 PM, Denys Dmytriyenko de...@denix.org mailto:de...@denix.org wrote: On Wed, Jun 05, 2013 at 02:43:07PM -0300, Otavio Salvador 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 05:56:31PM -0300, Otavio Salvador wrote: On Wed, Jun 5, 2013 at 5:53 PM, Saul Wold s...@linux.intel.com wrote: On 06/05/2013 01:10 PM, Otavio Salvador wrote: On Wed, Jun 5, 2013 at 5:07 PM, Denys Dmytriyenko de...@denix.org mailto:de...@denix.org wrote:

[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 s...@linux.intel.com --- meta/recipes-core/packagegroups/packagegroup-self-hosted.bb |3 +++ 1 file changed,

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

2013-06-05 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com 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

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

2013-06-05 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com 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

[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,

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 paul.eggle...@linux.intel.com 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:

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 nitin.a.kam...@intel.com 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

[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 net...@gmail.com --- 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

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 net...@gmail.com --- meta/classes/qmake_base.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/qmake_base.bbclass

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

2013-06-05 Thread Jonathan Liu
On 6 June 2013 15:02, Saul Wold s...@linux.intel.com 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 net...@gmail.com --- meta/classes/qmake_base.bbclass | 2 +- 1 file changed, 1 insertion(+), 1

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 rongqing...@windriver.com fix two cross-compile issue to enable termios Signed-off-by: Roy.Li rongqing...@windriver.com --- .../socat/files/fix-xxx_SHIFT-autoheader.patch |