[OE-core] [PATCH] mesa: upgrade to 9.1.5

2013-07-18 Thread Jonathan Liu
Signed-off-by: Jonathan Liu --- .../0003-EGL-Mutate-NativeDisplayType-depending-on-config.patch | 0 .../0005-llvmpipe-remove-the-power-of-two-sizeof-struct-cmd_b.patch | 0 meta/recipes-graphics/mesa/mesa.inc | 2 +- meta/recipes-graphics/mesa

Re: [OE-core] [PATCH 0/4] replace genext2fs with populate-extfs.sh

2013-07-18 Thread Jonathan Liu
On 18/07/2013 10:32 PM, Robert Yang wrote: On 07/06/2013 10:49 PM, Jonathan Liu wrote: Any updates? Hi Jonathan, I've updated the patches, now they are working well, the "fsck -fn" finds no errors any more, but I have to send the patches to the ext4 mailing list firstly,

[OE-core] [PATCH] systemd: remove unneeded modprobe.rules

2013-07-17 Thread Jonathan Liu
systemd already handles loading kernel modules for new hardware. This also allows blacklisting modules to work properly when creating a .conf file in /etc/modprobe.d containing "blacklist module_name". Signed-off-by: Jonathan Liu --- meta/recipes-core/systemd/systemd/modprobe.

Re: [OE-core] [PATCH] cmake.bbclass: set ar/ld/nm/objcopy/objdump/ranlib/strip native paths

2013-07-17 Thread Jonathan Liu
On 17 July 2013 22:12, Stefan Herbrechtsmeier wrote: > Am 17.07.2013 12:57, schrieb Jonathan Liu: > >> On 17/07/2013 7:49 PM, Jonathan Liu wrote: >>> >>> On 17/07/2013 7:13 PM, Stefan Herbrechtsmeier wrote: >>>> >>>> Am 17.07.2013 10:40, sch

Re: [OE-core] [PATCH] cmake.bbclass: set ar/ld/nm/objcopy/objdump/ranlib/strip native paths

2013-07-17 Thread Jonathan Liu
On 17/07/2013 7:49 PM, Jonathan Liu wrote: On 17/07/2013 7:13 PM, Stefan Herbrechtsmeier wrote: Am 17.07.2013 10:40, schrieb Jonathan Liu: The CMAKE_{AR,LINKER,NM,OBJCOPY,OBJDUMP,RANLIB,STRIP} cmake variables are currently set to values like CMAKE_LINKER-NOTFOUND for native recipes because the

Re: [OE-core] [PATCH] cmake.bbclass: set ar/ld/nm/objcopy/objdump/ranlib/strip native paths

2013-07-17 Thread Jonathan Liu
On 17/07/2013 7:13 PM, Stefan Herbrechtsmeier wrote: Am 17.07.2013 10:40, schrieb Jonathan Liu: The CMAKE_{AR,LINKER,NM,OBJCOPY,OBJDUMP,RANLIB,STRIP} cmake variables are currently set to values like CMAKE_LINKER-NOTFOUND for native recipes because the host paths are not searched. This is

[OE-core] [PATCH] cmake.bbclass: set ar/ld/nm/objcopy/objdump/ranlib/strip native paths

2013-07-17 Thread Jonathan Liu
set the variables using FIND_PROGRAM and pass the CMAKE_FIND_ROOT_PATH_BOTH option so the host paths are also searched. Signed-off-by: Jonathan Liu --- meta/classes/cmake.bbclass | 12 1 file changed, 12 insertions(+) diff --git a/meta/classes/cmake.bbclass b/meta/classes

[OE-core] [PATCH v2] cmake.bbclass: allow searching host paths for non-target builds

2013-07-16 Thread Jonathan Liu
This allows /usr/bin/{ld,ar,objcopy,objdump,ranlib,strip} to be found and the CMAKE_{LINKER,AR,OBJCOPY,OBJDUMP,RANLIB,STRIP} cmake variables to be properly set for native cmake recipes. Signed-off-by: Jonathan Liu --- meta/classes/cmake.bbclass | 15 ++- 1 file changed, 10

[OE-core] [PATCH] cmake.bbclass: allow searching host paths for non-target builds

2013-07-16 Thread Jonathan Liu
This allows /usr/bin/{ld,ar,objcopy,objdump,ranlib,strip} to be found and the CMAKE_{LINKER,AR,OBJCOPY,OBJDUMP,RANLIB,STRIP} cmake variables to be properly set for native cmake recipes. Signed-off-by: Jonathan Liu --- meta/classes/cmake.bbclass | 15 ++- 1 file changed, 10

[OE-core] [PATCH] gdb: add PACKAGECONFIG for Python support

2013-07-13 Thread Jonathan Liu
Signed-off-by: Jonathan Liu --- meta/recipes-devtools/gdb/gdb_7.6.bb | 21 + 1 file changed, 21 insertions(+) diff --git a/meta/recipes-devtools/gdb/gdb_7.6.bb b/meta/recipes-devtools/gdb/gdb_7.6.bb index 6b38812..54082b8 100644 --- a/meta/recipes-devtools/gdb/gdb_7.6.bb

Re: [OE-core] [PATCH v3] boot-directdisk: mount root by MBR disk signature for Linux 3.8+

2013-07-09 Thread Jonathan Liu
On 10 July 2013 07:48, Darren Hart wrote: > On Wed, 2013-07-10 at 00:12 +1000, Jonathan Liu wrote: >> The root device is currently set as /dev/hda2. However, this is >> only correct if it's the first IDE drive. If booting off the first SATA >> drive instead, it would

[OE-core] [PATCH] boot-directdisk: allow specifying custom MBR disk signature

2013-07-09 Thread Jonathan Liu
a2) due to differences in hardware configuration. Signed-off-by: Jonathan Liu --- meta/classes/boot-directdisk.bbclass | 20 1 file changed, 20 insertions(+) diff --git a/meta/classes/boot-directdisk.bbclass b/meta/classes/boot-directdisk.bbclass index 3169043..182957b 100644

Re: [OE-core] [PATCH v3] boot-directdisk: mount root by MBR disk signature for Linux 3.8+

2013-07-09 Thread Jonathan Liu
On 10/07/2013 7:48 AM, Darren Hart wrote: On Wed, 2013-07-10 at 00:12 +1000, Jonathan Liu wrote: The root device is currently set as /dev/hda2. However, this is only correct if it's the first IDE drive. If booting off the first SATA drive instead, it would be /dev/sda2. It's not the f

Re: [OE-core] [PATCH] boot-directdisk: mount root by MBR disk signature for Linux 3.8+

2013-07-09 Thread Jonathan Liu
On 11/06/2013 2:26 AM, Darren Hart wrote: On 06/08/2013 06:03 AM, Jonathan Liu wrote: Hi Darren, + sed -i "s|\broot=[^ ]*|root=PARTUUID=$DISK_SIGNATURE-02|" $HDDDIR/syslinux.cfg In bootimg.bbclass I have been abstracting out the boot loader so it is not explicitly

[OE-core] [PATCH v3] boot-directdisk: mount root by MBR disk signature for Linux 3.8+

2013-07-09 Thread Jonathan Liu
hange uses the MBR disk signature to specify the root device when using Linux 3.8+ and CONFIG_BLOCK (required for root=PARTUUID=) is enabled in the kernel. This has been tested with QEMU x86 and Intel Desktop Board D2500HN using an image recipe inheriting boot-directdisk and core-image. Signed-off-by

Re: [OE-core] [PATCHv2 2/2] subversion: explicitly disable sasl

2013-07-08 Thread Jonathan Liu
On 6/07/2013 6:39 PM, Martin Jansa wrote: * cyrus-sasl is in meta-networking and isn't in subversion DEPENDS Signed-off-by: Martin Jansa --- meta/recipes-devtools/subversion/subversion_1.6.15.bb | 1 + meta/recipes-devtools/subversion/subversion_1.7.10.bb | 1 + 2 files changed, 2 insertion

[OE-core] [PATCH] resolvconf: check if running systemd in postinst

2013-07-08 Thread Jonathan Liu
sysvinit. Signed-off-by: Jonathan Liu --- meta/recipes-connectivity/resolvconf/resolvconf_1.73.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/resolvconf/resolvconf_1.73.bb b/meta/recipes-connectivity/resolvconf/resolvconf_1.73.bb index ea5b6dd

Re: [OE-core] [PATCH 0/4] replace genext2fs with populate-extfs.sh

2013-07-06 Thread Jonathan Liu
On 14/05/2013 3:32 PM, Robert Yang wrote: On 05/13/2013 09:22 PM, Jonathan Liu wrote: On 13/05/2013 8:50 PM, Robert Yang wrote: On 05/13/2013 05:50 PM, Jonathan Liu wrote: On 13/05/2013 7:23 PM, Robert Yang wrote: Hi Jonathan Liu, What's your configuration, please, I tried a core-

[OE-core] [PATCH v2] qt4: add upstream QTBUG-31579 patch to fix polyline drawing regression

2013-07-05 Thread Jonathan Liu
Signed-off-by: Jonathan Liu --- meta/recipes-qt/qt4/qt4-4.8.5.inc | 1 + ...-of-0-width-polylines-from-outside-the-de.patch | 148 + 2 files changed, 149 insertions(+) create mode 100644 meta/recipes-qt/qt4/qt4-4.8.5/0022-Fix-drawing-of-0-width-polylines

[OE-core] [PATCH] qt4: add upstream QTBUG-31579 patch to fix polyline drawing regression

2013-07-04 Thread Jonathan Liu
Signed-off-by: Jonathan Liu --- meta/recipes-qt/qt4/qt4-4.8.5.inc | 1 + ...-of-0-width-polylines-from-outside-the-de.patch | 148 + 2 files changed, 149 insertions(+) create mode 100644 meta/recipes-qt/qt4/qt4-4.8.5/0022-Fix-drawing-of-0-width-polylines

[OE-core] [PATCH v2] qt4: upgrade to 4.8.5

2013-07-03 Thread Jonathan Liu
Removed patches integrated upstream. Added INSANE_SKIP libdir for examples packages as it includes plugin shared libraries outside of libdir. Signed-off-by: Jonathan Liu --- meta/recipes-qt/qt4/nativesdk-qt4-tools.inc| 2 +- meta/recipes-qt/qt4/nativesdk-qt4-tools_4.8.4.bb | 8

Re: [OE-core] [PATCH] qt4: upgrade to 4.8.5

2013-07-03 Thread Jonathan Liu
On 4/07/2013 7:45 AM, Saul Wold wrote: On 07/03/2013 02:55 AM, Jonathan Liu wrote: Removed patches integrated upstream. Jonathan, I am seeing the following failures on a world build: Found library in wrong location: /usr/bin/qtopia/examples/declarative/cppextensions/plugins/.debug

Re: [OE-core] [PATCHv2] qt4e: override variables OE_QMAKE_QT_CONFIG

2013-07-03 Thread Jonathan Liu
On 29/06/2013 10:19 PM, Martin Jansa wrote: From: Wills Wang override variables OE_QMAKE_QT_CONFIG to compile Qt/Embedded apps Signed-off-by: Wills Wang Signed-off-by: Martin Jansa --- meta/classes/qt4e.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/qt4e.bbclass

[OE-core] [PATCH] qt4: upgrade to 4.8.5

2013-07-03 Thread Jonathan Liu
Removed patches integrated upstream. Signed-off-by: Jonathan Liu --- meta/recipes-qt/qt4/nativesdk-qt4-tools.inc| 2 +- meta/recipes-qt/qt4/nativesdk-qt4-tools_4.8.4.bb | 8 -- meta/recipes-qt/qt4/nativesdk-qt4-tools_4.8.5.bb | 8 ++ ...acklist-mis-issued-turktrust

[OE-core] [PATCH 0/1] xf86-video-modesetting: upgrade to 0.8.0

2013-07-02 Thread Jonathan Liu
Tested on Intel Atom Desktop Board D2500HN with gma500 kernel module. Jonathan Liu (1): xf86-video-modesetting: upgrade to 0.8.0 ...ort-32-bpp-pixmaps-when-24-bpp-fb-is-used.patch | 31 -- .../xorg-driver/xf86-video-modesetting_0.7.0.bb| 9 --- .../xorg-driver

[OE-core] [PATCH 1/1] xf86-video-modesetting: upgrade to 0.8.0

2013-07-02 Thread Jonathan Liu
Removed patch integrated upstream. Signed-off-by: Jonathan Liu --- ...ort-32-bpp-pixmaps-when-24-bpp-fb-is-used.patch | 31 -- .../xorg-driver/xf86-video-modesetting_0.7.0.bb| 9 --- .../xorg-driver/xf86-video-modesetting_0.8.0.bb| 7 + 3 files changed, 7

Re: [OE-core] [PATCH] gcc: Upgrade to 4.8.1

2013-06-28 Thread Jonathan Liu
Hi Khem, I get the following error building gcc package for atom-pc on x86_64 host: libtool: link: i586-poky-linux-g++ -m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse --sysroot=/home/build/git/poky/build/tmp/sysroots/poky - m32 -march=core2 -msse3 -mtune=generic -mfpmath=sse -isystem/

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

2013-06-28 Thread Jonathan Liu
On 15/06/2013 10:06 AM, Jonathan Liu wrote: The class is inheriting qmake2.bbclass which exports OE_QMAKE_QT_CONFIG pointing to the qt4 qconfig.pri when it should be pointing to the qt4-embedded qconfig.pri. Signed-off-by: Jonathan Liu --- meta/classes/qt4e.bbclass | 1 + 1 file changed, 1

[OE-core] [PATCH] qt4: add eglibc-gconv-utf-16 to QtCore RRECOMMENDS when using glibc

2013-06-20 Thread Jonathan Liu
it would use Latin-1 encoding instead of the system's encoding for conversion. [YOCTO #349] Signed-off-by: Jonathan Liu --- meta/recipes-qt/qt4/qt4.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-qt/qt4/qt4.inc b/meta/recipes-qt/qt4/qt4.inc index 828e30a..ebe0ea5 100644

Re: [OE-core] [PATCH] libx11: enable Xcms by default

2013-06-20 Thread Jonathan Liu
On 20 June 2013 16:34, Phil Blundell wrote: > On Thu, 2013-06-20 at 11:54 +1000, Jonathan Liu wrote: >> The following do not work if Xcms is not enabled in libx11: >> - starting xterm and doing ls --color / fails to color code the >> directories: >> xterm: Cannot a

[OE-core] [PATCH] libx11: enable Xcms by default

2013-06-19 Thread Jonathan Liu
ot;rgb:5c/5c/ff" - xsetroot -solid rgbi:1.0/1.0/1.0 fails with the following error: xsetroot: unknown color "rgbi:1.0/1.0/1.0" More specifically, applications that pass Xcms color names to XParseColor do not work properly. [YOCTO #4576] Signed-off-by: Jonathan Liu --- meta/recipes-graph

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

2013-06-14 Thread Jonathan Liu
The class is inheriting qmake2.bbclass which exports OE_QMAKE_QT_CONFIG pointing to the qt4 qconfig.pri when it should be pointing to the qt4-embedded qconfig.pri. Signed-off-by: Jonathan Liu --- meta/classes/qt4e.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes

[OE-core] [PATCH] qt4: set QMAKE_COMPILER to gcc in mkspec

2013-06-14 Thread Jonathan Liu
This avoids the following warning when running qmake: Project WARNING: qmake spec does not announce the compiler family. Guessed gcc. Signed-off-by: Jonathan Liu --- meta/recipes-qt/qt4/qt4-4.8.4/g++.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-qt/qt4/qt4-4.8.4/g

[OE-core] [PATCH] qt4: disable gdb_dwarf_index

2013-06-14 Thread Jonathan Liu
* qmake is trying to call native gdb and we don't depend on gdb-native (or even provide gdb-native) * fixes errors like this: /bin/sh: gdb: command not found /bin/sh: line 0: test: -gt: unary operator expected Signed-off-by: Jonathan Liu --- meta/recipes-qt/qt4/qt4-4.8.4/g++.con

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

2013-06-13 Thread Jonathan Liu
On 14/06/2013 1:20 AM, Saul Wold wrote: On 06/11/2013 04:46 PM, Jonathan Liu wrote: On 6/06/2013 3:04 AM, 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

Re: [OE-core] [PATCH 0/2] Qt fixes

2013-06-13 Thread Jonathan Liu
On 14/06/2013 7:38 AM, Martin Jansa wrote: On Thu, Jun 13, 2013 at 02:18:21PM -0700, Saul Wold wrote: On 06/11/2013 06:21 PM, Jonathan Liu wrote: A couple of Qt fixes. These have been tested by Paul Eggleton. I have fixed some typos in the commit message for Felipe's patch and dropped the

[OE-core] [PATCH 0/2] Qt fixes

2013-06-11 Thread Jonathan Liu
A couple of Qt fixes. These have been tested by Paul Eggleton. I have fixed some typos in the commit message for Felipe's patch and dropped the note regarding the build system going crazy as requested by Paul. Felipe F. Tonello (1): qt: update qmake2 class to export qconfig.pri mkspec Jon

[OE-core] [PATCH 1/2] qt: update qmake2 class to export qconfig.pri mkspec

2013-06-11 Thread Jonathan Liu
From: "Felipe F. Tonello" This is necessary when Qt applications want to know variables such as QT_MAJOR_VERSION, QT_VERSION, QT_MINOR_VERSION, GCC version, etc. Signed-off-by: Felipe F. Tonello Signed-off-by: Jonathan Liu --- meta/classes/qmake2.bbclass | 1 + 1 file changed, 1

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

2013-06-11 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 79040cd..86bbede 100644 --- a

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

2013-06-11 Thread Jonathan Liu
On 6/06/2013 3:04 AM, 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 not being loaded by

[OE-core] [PATCH] mesa: remove unrecognized configure options

2013-06-10 Thread Jonathan Liu
--disable-glut and --disable-glw are not recognized since Mesa 8.0. --disable-glu is not recognized since Mesa 9.0. Signed-off-by: Jonathan Liu --- meta/recipes-graphics/mesa/mesa-common.inc | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa

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

2013-06-09 Thread Jonathan Liu
On 7/06/2013 9:31 AM, Martin Jansa wrote: On Fri, Jun 07, 2013 at 09:17:09AM +1000, Jonathan Liu wrote: On 07/06/2013, at 6:07 AM, Saul Wold wrote: On 06/06/2013 12:18 PM, Felipe Tonello wrote: On Thu, Jun 6, 2013 at 2:54 AM, Paul Eggleton wrote: On Wednesday 05 June 2013 10:01:09 Saul

[OE-core] [PATCH] util-linux: update to 2.23.1

2013-06-09 Thread Jonathan Liu
Removed patches integrated upstream. Signed-off-by: Jonathan Liu --- ...-fix-loopcxt_check_size-to-work-with-blkd.patch | 60 -- ...etup-use-warn_size-for-regular-files-only.patch | 29 --- .../{util-linux_2.23.bb => util-linux_2.23.1.bb} | 7 +-- 3 files chan

Re: [OE-core] [PATCH 2/3] boot-directdisk: Scope HDDDIR and HDDIMG variables to avoid conflicts

2013-06-09 Thread Jonathan Liu
On 8 June 2013 09:31, Darren Hart wrote: > On 05/08/2013 08:24 PM, Jonathan Liu wrote: >> These variables should not be shared with other image classes. >> The bootimg class also has an HDDDIR variable that could be overwritten >> if executing concurrently in the same image r

Re: [OE-core] [PATCH] boot-directdisk: mount root by MBR disk signature for Linux 3.8+

2013-06-08 Thread Jonathan Liu
comments: On 05/22/2013 09:31 PM, Jonathan Liu wrote: Signed-off-by: Jonathan Liu --- meta/classes/boot-directdisk.bbclass | 21 ++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/meta/classes/boot-directdisk.bbclass b/meta/classes/boot-directdisk.bbclass index

[OE-core] [PATCH v2] boot-directdisk: mount root by MBR disk signature for Linux 3.8+

2013-06-08 Thread Jonathan Liu
hange uses the MBR disk signature to specify the root device when using Linux 3.8+ and CONFIG_BLOCK (required for root=PARTUUID=) is enabled in the kernel. This has been tested with QEMU x86 and Intel Desktop Board D2500HN using an image recipe inheriting boot-directdisk and core-image. Signed-off-by

[OE-core] [PATCH 3/5] qt4-embedded: update HOMEPAGE

2013-06-06 Thread Jonathan Liu
Signed-off-by: Jonathan Liu --- meta/recipes-qt/qt4/qt4-embedded.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-qt/qt4/qt4-embedded.inc b/meta/recipes-qt/qt4/qt4-embedded.inc index 7c8876b..cbdda5f 100644 --- a/meta/recipes-qt/qt4/qt4-embedded.inc +++ b

[OE-core] [PATCH 5/5] qt4-x11-free: update HOMEPAGE

2013-06-06 Thread Jonathan Liu
Signed-off-by: Jonathan Liu --- meta/recipes-qt/qt4/qt4-x11-free.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-qt/qt4/qt4-x11-free.inc b/meta/recipes-qt/qt4/qt4-x11-free.inc index 8853260..4b29f55 100644 --- a/meta/recipes-qt/qt4/qt4-x11-free.inc +++ b

[OE-core] [PATCH 4/5] qt4-native: update HOMEPAGE

2013-06-06 Thread Jonathan Liu
Signed-off-by: Jonathan Liu --- meta/recipes-qt/qt4/qt4-native.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-qt/qt4/qt4-native.inc b/meta/recipes-qt/qt4/qt4-native.inc index 895d690..a153a37 100644 --- a/meta/recipes-qt/qt4/qt4-native.inc +++ b/meta

[OE-core] [PATCH 0/5] qt4: update HOMEPAGE for recipes

2013-06-06 Thread Jonathan Liu
This patchset updates the HOMEPAGE of the qt4 recipes as it is no longer hosted at http://qt.nokia.com/. Jonathan Liu (5): nativesdk-qt4-tools.inc: update HOMEPAGE qt-mobility: update HOMEPAGE qt4-embedded: update HOMEPAGE qt4-native: update HOMEPAGE qt4-x11-free: update HOMEPAGE meta

[OE-core] [PATCH 1/5] nativesdk-qt4-tools.inc: update HOMEPAGE

2013-06-06 Thread Jonathan Liu
Signed-off-by: Jonathan Liu --- meta/recipes-qt/qt4/nativesdk-qt4-tools.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-qt/qt4/nativesdk-qt4-tools.inc b/meta/recipes-qt/qt4/nativesdk-qt4-tools.inc index cfc6fd8..3a825d8 100644 --- a/meta/recipes-qt/qt4

[OE-core] [PATCH 2/5] qt-mobility: update HOMEPAGE

2013-06-06 Thread Jonathan Liu
Signed-off-by: Jonathan Liu --- meta/recipes-qt/qt4/qt-mobility_1.2.0.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc b/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc index 1db1438..b0e4278 100644 --- a/meta/recipes-qt/qt4/qt

[OE-core] [PATCH 2/3] classes/qmake2: export OE_QMAKE_LCONVERT and OE_QMAKE_XMLPATTERNS

2013-06-06 Thread Jonathan Liu
These will be used by qmake_base.bbclass. Signed-off-by: Jonathan Liu --- meta/classes/qmake2.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/classes/qmake2.bbclass b/meta/classes/qmake2.bbclass index 8b9861c..6e73ad2 100644 --- a/meta/classes/qmake2.bbclass +++ b/meta

[OE-core] [PATCH 1/3] qt4-native: build lconvert and xmlpatterns

2013-06-06 Thread Jonathan Liu
These tools are needed by some Qt projects (e.g. Qt Creator). Signed-off-by: Jonathan Liu --- meta/recipes-qt/qt4/qt4-native.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-qt/qt4/qt4-native.inc b/meta/recipes-qt/qt4/qt4-native.inc index cd6092a..895d690

[OE-core] [PATCH 0/3] qt4: add support for lconvert and xmlpatterns tools

2013-06-06 Thread Jonathan Liu
This patchset adds support for lconvert and xmlpatterns tools for Qt projects that require them (e.g. Qt Creator). Jonathan Liu (3): qt4-native: build lconvert and xmlpatterns classes/qmake2: export OE_QMAKE_LCONVERT and OE_QMAKE_XMLPATTERNS classes/qmake_base: update .pro hack meta

[OE-core] [PATCH 3/3] classes/qmake_base: update .pro hack

2013-06-06 Thread Jonathan Liu
This adds support for lconvert and xmlpatterns tools and tweaks the sed expressions to handle more complex assignments in .pro files like: LRELEASE = $$targetPath($$[QT_INSTALL_BINS]/lrelease) Signed-off-by: Jonathan Liu --- meta/classes/qmake_base.bbclass | 15 +-- 1 file changed

[OE-core] [PATCH] qt4-native: update configure paths to match target

2013-06-06 Thread Jonathan Liu
module (it is detected by loading modules/qt_*.pri inside the mkspecs directory) so webkit was missing from QT_CONFIG if a qmake project reads the QT_CONFIG variable. Signed-off-by: Jonathan Liu --- meta/recipes-qt/qt4/qt4-native.inc | 12 +++- 1 file changed, 11 insertions(+), 1 deletion

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

2013-06-06 Thread Jonathan Liu
On 6 June 2013 17:34, Jonathan Liu wrote: > On 6 June 2013 16:54, Jonathan Liu wrote: >> 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

Re: [OE-core] State of bitbake world

2013-06-06 Thread Jonathan Liu
On 4 June 2013 22:06, Jack Mitchell wrote: > On 04/06/13 12:58, Martin Jansa wrote: >> >> On Mon, Jun 03, 2013 at 05:10:08PM +0200, Martin Jansa wrote: >>> >>> On Mon, May 20, 2013 at 03:06:35PM +0200, Martin Jansa wrote: Couple of issues from last email were fixed, so here is updated st

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

2013-06-06 Thread Jonathan Liu
gt;>>>> 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

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

2013-06-06 Thread Jonathan Liu
On 6 June 2013 16:54, Jonathan Liu wrote: > 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 re

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

2013-06-05 Thread Jonathan Liu
QMAKE_MKSPECS list builtin returned. qt_config.prf will then load modules matching modules/qt_*.pri inside each directory in QMAKE_MKSPECS. Signed-off-by: Jonathan Liu --- meta/classes/qmake2.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/qmake2.bbclass b/meta/classes/qmake2

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

[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

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

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

2013-06-05 Thread Jonathan Liu
, QT_VERSION, etc. to be queried by qmake projects. Signed-off-by: Jonathan Liu --- meta/recipes-qt/qt4/qt4-4.8.4.inc | 1 + ...verwrite-QMAKE_QT_CONFIG-with-empty-value.patch | 39 ++ 2 files changed, 40 insertions(+) create mode 100644 meta/recipes-qt/qt4

[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

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

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

2013-06-04 Thread Jonathan Liu
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.1.bb index 3520d49..503e996 100644 --- a/meta/recipes-devtools

[OE-core] Patchwork Registration

2013-06-02 Thread Jonathan Liu
Hi, How would I go about registering an account to login to http://patches.openembedded.org/ ? Regards, Jonathan ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-c

Re: [OE-core] [PATCH 1/7] mesa: upgrade to 9.1.3

2013-06-01 Thread Jonathan Liu
On 1/06/2013 1:08 AM, Ross Burton wrote: Merge mesa-PV.bb and mesa-PV.inc as the is no point to the split now we're only building one variant of Mesa. Drop 0002-cross-compile.patch isn't needed as libtool is used instead of mklib. However, as libtool is used instead of mklib add fix-glsl-cross.p

Re: [OE-core] [PATCH] buildhistory: record removals with Git 2.0 and later

2013-05-31 Thread Jonathan Liu
On 31/05/2013 8:50 PM, Paul Eggleton wrote: On Friday 31 May 2013 11:42:27 Paul Eggleton wrote: On Friday 31 May 2013 20:29:19 Jonathan Liu wrote: On 31/05/2013 7:42 PM, Jonathan Liu wrote: There is a behavior change with Git 2.0 where "git add ." will no longer record removals

[OE-core] [PATCH] classes/buildhistory: record removals in buildhistory directory

2013-05-31 Thread Jonathan Liu
moval', whose behaviour will change in Git 2.0 with respect to paths you removed. Signed-off-by: Jonathan Liu --- meta/classes/buildhistory.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/buildhistory.bbclass b/meta/classes/buildhistory.bbclass

Re: [OE-core] [PATCH] buildhistory: record removals with Git 2.0 and later

2013-05-31 Thread Jonathan Liu
On 31/05/2013 8:29 PM, Jonathan Liu wrote: On 31/05/2013 7:42 PM, Jonathan Liu wrote: There is a behavior change with Git 2.0 where "git add ." will no longer record removals by default unless -A (--all) is specified. Change to "git add -A ." so removals are recorded wi

Re: [OE-core] [PATCH] buildhistory: record removals with Git 2.0 and later

2013-05-31 Thread Jonathan Liu
On 31/05/2013 7:42 PM, Jonathan Liu wrote: There is a behavior change with Git 2.0 where "git add ." will no longer record removals by default unless -A (--all) is specified. Change to "git add -A ." so removals are recorded with Git 2.0 and later. Signed-off-by: Jona

Re: [OE-core] [PATCH] xf86-video-modesetting: update to git revision cba29fd8c2

2013-05-31 Thread Jonathan Liu
On 31/05/2013 7:28 PM, Burton, Ross wrote: On 31 May 2013 06:40, Jonathan Liu wrote: This adds support for 32 bpp pixmaps when 24 bpp framebuffer is used which fixes graphics corruption in some cases. Instead of grabbing a random git revision, can the patch be backported? Ross Done

[OE-core] [PATCH] xf86-video-modesetting: backport fix for graphics corruption

2013-05-31 Thread Jonathan Liu
This fixes graphics corruption that can occur when using 32 bpp pixmaps with 24 bpp framebuffer. Signed-off-by: Jonathan Liu --- ...ort-32-bpp-pixmaps-when-24-bpp-fb-is-used.patch | 31 ++ .../xorg-driver/xf86-video-modesetting_0.7.0.bb| 2 ++ 2 files changed, 33

[OE-core] [PATCH] buildhistory: record removals with Git 2.0 and later

2013-05-31 Thread Jonathan Liu
There is a behavior change with Git 2.0 where "git add ." will no longer record removals by default unless -A (--all) is specified. Change to "git add -A ." so removals are recorded with Git 2.0 and later. Signed-off-by: Jonathan Liu --- meta/classes/buildhistory.bbclass |

[OE-core] [PATCH] xf86-video-modesetting: update to git revision cba29fd8c2

2013-05-30 Thread Jonathan Liu
This adds support for 32 bpp pixmaps when 24 bpp framebuffer is used which fixes graphics corruption in some cases. Signed-off-by: Jonathan Liu --- .../xorg-driver/xf86-video-modesetting_0.7.0.bb| 7 --- .../recipes-graphics/xorg-driver/xf86-video-modesetting_git.bb | 10

[OE-core] [PATCH] file: remove obsolete version check patch

2013-05-30 Thread Jonathan Liu
install file 5.14 locally first Signed-off-by: Jonathan Liu --- .../file/file/fix_version_check.patch | 21 - meta/recipes-devtools/file/file_5.14.bb | 1 - 2 files changed, 22 deletions(-) delete mode 100644 meta/recipes-devtools/file/file

[OE-core] [PATCH] findutils: backport more fixes for documentation build errors

2013-05-30 Thread Jonathan Liu
Signed-off-by: Jonathan Liu --- .../findutils-4.4.2/findutils_fix_doc.patch| 34 ++ 1 file changed, 34 insertions(+) diff --git a/meta/recipes-extended/findutils/findutils-4.4.2/findutils_fix_doc.patch b/meta/recipes-extended/findutils/findutils-4.4.2

Re: [OE-core] [PATCH 1/4] mesa: upgrade to 9.1.2

2013-05-30 Thread Jonathan Liu
On 31/05/2013 12:00 AM, Ross Burton wrote: Merge mesa-PV.bb and mesa-PV.inc as the is no point to the split now we're only building one variant of Mesa. Drop 0002-cross-compile.patch isn't needed as libtool is used instead of mklib. However, as libtool is used instead of mklib add fix-glsl-cross

Re: [OE-core] OpenSSL compile failure - building-docs related

2013-05-30 Thread Jonathan Liu
On 30/05/2013 10:36 PM, Jack Mitchell wrote: On 30/05/13 13:33, Jack Mitchell wrote: I hit this today after a pull on master, seems to be an issue with perl maybe? Anyone have a clue what it might mean? A -c clean didn't fix up the issue. Attached(1) Cheers, Jack. ___

[OE-core] [PATCH] openssl: fix documentation build errors with Perl 5.18 pod2man

2013-05-30 Thread Jonathan Liu
Signed-off-by: Jonathan Liu --- .../openssl/openssl-1.0.1e/openssl-fix-doc.patch | 435 + .../recipes-connectivity/openssl/openssl_1.0.1e.bb | 1 + 2 files changed, 436 insertions(+) create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1e/openssl-fix

[OE-core] [PATCH] qt4: fix path to demos documentation

2013-05-28 Thread Jonathan Liu
The qt4-demos-doc package is not created when building qt4-x11-free because ${docdir}/qtopia/qch/qt.qch doesn't exist. Signed-off-by: Jonathan Liu --- meta/recipes-qt/qt4/qt4.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-qt/qt4/qt4.inc b/meta/recip

Re: [OE-core] [PATCH 0/2] switch to using busybox instead of tinylogin

2013-05-27 Thread Jonathan Liu
On 28 May 2013 15:39, wrote: > From: Chen Qi > > The following changes since commit > 21089515bd18ba18e86ec8f72ff8141b9fb1dea8: > > ref-manual: Added xmlto and dblatex packages for docs (2013-05-22 > 17:23:41 +0100) > > are available in the git repository at: > > git://git.pokylinux.org/poky

[OE-core] [PATCH] findutils: backport fixes for documentation build errors

2013-05-26 Thread Jonathan Liu
Signed-off-by: Jonathan Liu --- .../findutils-4.4.2/findutils_fix_doc.patch| 50 ++ meta/recipes-extended/findutils/findutils_4.4.2.bb | 1 + 2 files changed, 51 insertions(+) create mode 100644 meta/recipes-extended/findutils/findutils-4.4.2

Re: [OE-core] [PATCH v4] base-files: add /run directory from FHS 3 draft specification

2013-05-26 Thread Jonathan Liu
On 24/05/2013 1:39 PM, Saul Wold wrote: On 05/22/2013 09:02 PM, Jonathan Liu wrote: This adds the /run directory from the Filesystem Hierarchy Standard 3.0 Draft [1] and refactors the filesystem as follows: - Remove creation of /var/volatile/run - Remove creation of /var/volatile/lock - Remove

[OE-core] [PATCH 5/6] udev: do not create /var/volatile/run in init script

2013-05-26 Thread Jonathan Liu
filesystem), /var/volatile/run doesn't need to be created anymore. Signed-off-by: Jonathan Liu --- meta/recipes-core/udev/udev/init | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-core/udev/udev/init b/meta/recipes-core/udev/udev/init index cd87f50..95f9c03 100644 --- a/meta/recipes

[OE-core] [PATCH 6/6] udev: do not create symbolic link from /run to /var/run

2013-05-26 Thread Jonathan Liu
The /run directory is now a tmpfs with /var/run as a symbolic link pointing to /run. Signed-off-by: Jonathan Liu --- meta/recipes-core/udev/udev.inc | 6 +- meta/recipes-core/udev/udev/volatiles | 1 - 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 meta/recipes

[OE-core] [PATCH 0/6] base-files: add /run directory from FHS 3 draft specification

2013-05-26 Thread Jonathan Liu
/interface from package boot-directdisk: mount root by MBR disk signature for Linux 3.8+ bind: remove empty /var/run directory cups: remove /var/run from package as cupsd will populate it on startup consolekit: remove /var/run from package Jonathan Liu (6): base-files: add /run directory from

[OE-core] [PATCH 1/6] base-files: add /run directory from FHS 3 draft specification

2013-05-26 Thread Jonathan Liu
to /var/volatile/lock - Add symbolic link from /var/run to /run - Add symbolic link from /var/lock -> /run/lock - Add /run to /etc/fstab for sysvinit compatibility [1] http://www.linuxbase.org/betaspecs/fhs/fhs.html#runRuntimeVariableData Signed-off-by: Jonathan Liu --- meta/files/fs-perms.

[OE-core] [PATCH 2/6] systemd: do not create /var/volatile/run and /var/volatile/lock

2013-05-26 Thread Jonathan Liu
The directories are not needed anymore. Previously: /var/run -> /var/volatile/run /var/lock -> /var/volatile/lock Now: /var/run -> /run /var/lock -> /run/lock Signed-off-by: Jonathan Liu --- meta/recipes-core/systemd/systemd/00-create-volatile.conf | 2 -- meta/recipes-core/sys

[OE-core] [PATCH 4/6] systemd: remove old /var/run workarounds

2013-05-26 Thread Jonathan Liu
Do not clear /var/run on startup as it is a tmpfs. Do not create empty /var/run/utmp on startup as it no longer seems needed for systemd-update-utmp-runlevel.service to start properly. Signed-off-by: Jonathan Liu --- meta/recipes-core/systemd/systemd/var-run.conf | 4 meta/recipes-core

[OE-core] [PATCH 3/6] systemd: do not create symbolic link from /run to /var/run

2013-05-26 Thread Jonathan Liu
The /run directory already exists as a tmpfs with /var/run as a symbolic link pointing to /run. Signed-off-by: Jonathan Liu --- meta/recipes-core/systemd/systemd/init | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta/recipes-core/systemd/systemd/init b/meta/recipes-core/systemd

[OE-core] [PATCH] consolekit: remove /var/run from package

2013-05-26 Thread Jonathan Liu
The /var/run/ConsoleKit directory doesn't need to be included in the package as it is created by console-kit-daemon if it doesn't exist. The /var/run directory is already created by base-files. Signed-off-by: Jonathan Liu --- meta/recipes-support/consolekit/consolekit_0.4.5.bb | 5 +++

Re: [OE-core] [PATCH v5] resolvconf: remove /var/volatile/run/resolvconf/interface from package

2013-05-26 Thread Jonathan Liu
On 26/05/2013 5:40 PM, Jonathan Liu wrote: - Remove /etc/resolvconf/run/interface from package as it actually uses /etc/resolvconf/run/interface - Create /var/run/resolvconf/interface on startup using populate-volatiles.sh and tmpfiles.d for systemd - Create symbolic link from /etc/resolvconf

[OE-core] [PATCH v5] resolvconf: remove /var/volatile/run/resolvconf/interface from package

2013-05-26 Thread Jonathan Liu
: Jonathan Liu --- .../resolvconf/resolvconf_1.72.bb | 22 +- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/resolvconf/resolvconf_1.72.bb b/meta/recipes-connectivity/resolvconf/resolvconf_1.72.bb index a96dbff..4fe70f5

[OE-core] [PATCH] cups: remove /var/run from package as cupsd will populate it on startup

2013-05-25 Thread Jonathan Liu
The /var/run/cups and /var/run/cups/certs directories don't need to be included in the package as they are created by cupsd with the proper permissions if they don't exist. The /var/run directory is already created by base-files. Signed-off-by: Jonathan Liu --- meta/recipes-extended/c

[OE-core] [PATCH] bind: remove empty /var/run directory

2013-05-25 Thread Jonathan Liu
The /var/run directory is already created by base-files. Signed-off-by: Jonathan Liu --- meta/recipes-connectivity/bind/bind_9.8.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-connectivity/bind/bind_9.8.1.bb b/meta/recipes-connectivity/bind/bind_9.8.1.bb index 18cbb99

<    1   2   3   4   >