[OE-core] [PATCH 0/1] qt-mobility: fix metaobjectbuilder build errors

2013-05-29 Thread wenzong.fan
From: Wenzong Fan Backport upstream patches to fix the build errors: ipc/qmetaobjectbuilder.cpp:803:65: error: invalid conversion from \ 'QMetaObjectExtraData::StaticMetacallFunction {aka void (*)(QObject*, \ QMetaObject::Call, int, void**)}' to 'QtMobility::QMetaObjectBuilder:: \ StaticMeta

Re: [OE-core] [yocto] meta-xilinx moved to meta-xilinx-community

2013-05-29 Thread Sipke Vriend
Hi Khem, Meta-xilinx is a layer aimed at providing Xilinx support for Microblaze and Zynq as well as a limited number of BSPs to exercise those architectures. This layer is maintained by Xilinx. Meta-xilinx-community is a layer (previously named meta-xilinx) which has support for the same arch

Re: [OE-core] [PATCH 0/21] Misc patch set

2013-05-29 Thread Mark Hatle
On 5/29/13 7:53 PM, Saul Wold wrote: On 05/30/2013 12:09 AM, Mark Hatle wrote: The following is a set of patches that I've been merging forward for a while now. Almost all of these items have been sent up previously to the oe-core list, but they have not yet been integrated. As far as I'm awar

Re: [OE-core] [PATCH 1/1] util-linux: adjust hwclock ALTERNATIVE_PRIORITY

2013-05-29 Thread Khem Raj
On Wed, May 29, 2013 at 6:34 PM, Saul Wold wrote: > > Can the nslu2 layer which seems to be maintained by Khem Raj take a patch > that will set the ALTERNATIVE_PRIORITY of hwclock to 10, we might need to > have a patch here: sure. ___ Openembedded-core

Re: [OE-core] [yocto] meta-xilinx moved to meta-xilinx-community

2013-05-29 Thread Khem Raj
Sipke On Wed, May 29, 2013 at 5:14 PM, Sipke Vriend wrote: > Hi, > > yoctoproject.org is now hosting meta-xilinx from Xilinx. > http://git.yoctoproject.org/cgit/cgit.cgi/meta-xilinx/ > This repository was previously at www.github.com/Xilinx/meta-xilinx.git, and > will remain there as a mirror.

Re: [OE-core] [PATCH] base-files:fix the command line wrap around issue

2013-05-29 Thread Zongchun YU
Yes. At least for my target, CONFIG_RESIZE isn't enabled that I'd expect to be required for this to work. for my target, CONFIG_RESIZE have been enabled, if we use resize in profile, we may meet the invalid character issue as I mentioned earlier. __

Re: [OE-core] [PATCH 1/1] util-linux: adjust hwclock ALTERNATIVE_PRIORITY

2013-05-29 Thread Saul Wold
On 05/21/2013 04:30 AM, Joe Slater wrote: Make ALTERNATIVE_PRIORITY[hwclock] dependent on an OVERRIDE so that the hwclock from busybox, if available, will be used for the nslu2 bsp. Independently, add util-linux-agetty to RRECOMMENDS. Signed-off-by: Joe Slater --- meta/recipes-core/util-linu

Re: [OE-core] [PATCH 0/21] Misc patch set

2013-05-29 Thread Saul Wold
On 05/30/2013 12:09 AM, Mark Hatle wrote: The following is a set of patches that I've been merging forward for a while now. Almost all of these items have been sent up previously to the oe-core list, but they have not yet been integrated. As far as I'm aware, all comments to previous submission

[OE-core] [PATCH 17/21 v2] grep: fix for CVE-2012-5667

2013-05-29 Thread Mark Hatle
From: Ming Liu Multiple integer overflows in GNU Grep before 2.11 might allow context-dependent attackers to execute arbitrary code via vectors involving a long input line that triggers a heap-based buffer overflow. http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2012-5667 Signed-off-by: Mi

[OE-core] [PATCH 18/21 v3] ncurses: Fix problems expanding ncurses-libtinfo when in IMAGE_INSTALL

2013-05-29 Thread Mark Hatle
From: Jason Wessel The ncurses package was generating the following error as a result of not specifing the PACKAGES_DYNAMIC correctly. This error only appear when using the IMAGE_INSTALL list that has been expanded by the hob or from the pkgdata. ERROR: Nothing RPROVIDES 'ncurses-libtinfo' The

Re: [OE-core] [PATCH 0/1] RFC: Add recipe of gtk3 version of vte alongside gtk2 one.

2013-05-29 Thread Otavio Salvador
On Wed, May 29, 2013 at 7:14 PM, Marko Lindqvist wrote: > On 29 May 2013 13:14, Burton, Ross wrote: > >> On 26 May 2013 15:03, Marko Lindqvist wrote: >> > Last gtk2-compatible version of vte is 0.28.2 currently present on OE >> core. >> > Later versions depend on gtk3. >> >> vte supports both g

Re: [OE-core] [RFC PATCH] base.bbclass: Deprecate the PRINC logic

2013-05-29 Thread Otavio Salvador
On Wed, May 29, 2013 at 6:29 PM, Mark Hatle wrote: > On 5/29/13 4:24 PM, Richard Purdie wrote: > >> On Wed, 2013-05-29 at 14:00 -0300, Otavio Salvador wrote: >> >>> On Wed, May 29, 2013 at 11:47 AM, Richard Purdie >>> > >>> wrote: >>> On Wed, 2013-05-29 at 16:37 +0200, Martin Jansa wrote:

Re: [OE-core] [PATCH 0/1] RFC: Add recipe of gtk3 version of vte alongside gtk2 one.

2013-05-29 Thread Marko Lindqvist
On 29 May 2013 13:14, Burton, Ross wrote: > On 26 May 2013 15:03, Marko Lindqvist wrote: > > Last gtk2-compatible version of vte is 0.28.2 currently present on OE > core. > > Later versions depend on gtk3. > > vte supports both gtk2 and gtk3. > 0.30.0 NEWS states that "dropped support for gtk2

Re: [OE-core] [PATCH 18/21] Fix problems expanding the IMAGE_INSTALL package groups

2013-05-29 Thread Richard Purdie
On Wed, 2013-05-29 at 16:28 -0500, Mark Hatle wrote: > On 5/29/13 4:10 PM, Richard Purdie wrote: > > On Wed, 2013-05-29 at 10:10 -0500, Mark Hatle wrote: > >> From: Jason Wessel > >> > >> The ncurses package was generating the following error as a result > >> of not specifing the PACKAGES_DYNAMIC

Re: [OE-core] [PATCH] image.bbclass: depend on gdk-pixbuf-native

2013-05-29 Thread Richard Purdie
On Wed, 2013-05-29 at 23:30 +0200, Eric Bénard wrote: > it's using scripts from scripts/postinst-intercepts/ which contain > gdk-pixbuf-query-loaders so it should depend on gdk-pixbuf-native > else the host binary will be used and it will try to update the > host's cache > > [YOCTO #4572] > > Sig

Re: [OE-core] [PATCH 0/4] Fixes for makedevs

2013-05-29 Thread Richard Purdie
On Wed, 2013-05-29 at 16:55 +0200, Peter Kjellerstedt wrote: > When I wanted to create devices from a package I stumbled upon a couple > of problems with the makedevs program. Most notable was that it failed > to set the correct uid/gid for devices created as part of a block (i.e., > with a count >

[OE-core] [PATCH] image.bbclass: depend on gdk-pixbuf-native

2013-05-29 Thread Eric Bénard
it's using scripts from scripts/postinst-intercepts/ which contain gdk-pixbuf-query-loaders so it should depend on gdk-pixbuf-native else the host binary will be used and it will try to update the host's cache [YOCTO #4572] Signed-off-by: Eric Bénard --- fix the same problem in dylan meta/clas

Re: [OE-core] [RFC PATCH] base.bbclass: Deprecate the PRINC logic

2013-05-29 Thread Richard Purdie
On Wed, 2013-05-29 at 14:00 -0300, Otavio Salvador wrote: > On Wed, May 29, 2013 at 11:47 AM, Richard Purdie > wrote: > On Wed, 2013-05-29 at 16:37 +0200, Martin Jansa wrote: > > On Wed, May 29, 2013 at 08:51:36AM -0500, Mark Hatle wrote: > > > Background: > > > >

Re: [OE-core] [RFC PATCH] base.bbclass: Deprecate the PRINC logic

2013-05-29 Thread Mark Hatle
On 5/29/13 4:24 PM, Richard Purdie wrote: On Wed, 2013-05-29 at 14:00 -0300, Otavio Salvador wrote: On Wed, May 29, 2013 at 11:47 AM, Richard Purdie wrote: On Wed, 2013-05-29 at 16:37 +0200, Martin Jansa wrote: > On Wed, May 29, 2013 at 08:51:36AM -0500, Mark Hatle wrote:

Re: [OE-core] [PATCH 18/21] Fix problems expanding the IMAGE_INSTALL package groups

2013-05-29 Thread Mark Hatle
On 5/29/13 4:10 PM, Richard Purdie wrote: On Wed, 2013-05-29 at 10:10 -0500, Mark Hatle wrote: From: Jason Wessel The ncurses package was generating the following error as a result of not specifing the PACKAGES_DYNAMIC correctly. This error only appear when using the IMAGE_INSTALL list that h

Re: [OE-core] [PATCH 17/21] grep: fix for CVE-2012-5667

2013-05-29 Thread Richard Purdie
On Wed, 2013-05-29 at 10:09 -0500, Mark Hatle wrote: > From: Ming Liu > > Multiple integer overflows in GNU Grep before 2.11 might allow > context-dependent attackers to execute arbitrary code via vectors > involving a long input line that triggers a heap-based buffer overflow. > > http://web.nv

Re: [OE-core] [PATCH 10/21] ncurses, busybox, cml1.bbclass: Fix menuconfig display corruption

2013-05-29 Thread Richard Purdie
On Wed, 2013-05-29 at 10:09 -0500, Mark Hatle wrote: > From: Jason Wessel > > Previously there was a change to the ncurses compile to make it more > like the typical way it was compiled on a host system. This fixed a > whole class of host machines, but masked the real underlying problem > with t

Re: [OE-core] [PATCH 18/21] Fix problems expanding the IMAGE_INSTALL package groups

2013-05-29 Thread Richard Purdie
On Wed, 2013-05-29 at 10:10 -0500, Mark Hatle wrote: > From: Jason Wessel > > The ncurses package was generating the following error as a result > of not specifing the PACKAGES_DYNAMIC correctly. This error only > appear when using the IMAGE_INSTALL list that has been expanded by > the hob or fr

[OE-core] [PATCH 18/21 v2] ncurses: Fix problems expanding ncurses-libtinfo when in IMAGE_INSTALL

2013-05-29 Thread Mark Hatle
From: Jason Wessel The ncurses package was generating the following error as a result of not specifing the PACKAGES_DYNAMIC correctly. This error only appear when using the IMAGE_INSTALL list that has been expanded by the hob or from the pkgdata. ERROR: Nothing RPROVIDES 'ncurses-libtinfo' Sig

[OE-core] [PATCH 15/21 v2] libnl: fix two parentheses bugs in lib/cache_mngr.c file

2013-05-29 Thread Mark Hatle
From: "Song.Li" there are two parentheses bugs in libnl /lib/cache_mngr.c file. The parentheses doesn't make any sense, This will cause the variable err get a bool value, the correct value of variable err should be the return value of the function which can be any integer value. Signed-off-by: S

[OE-core] [PATCH 9/21 v2] syslinux.bbclass: pull ldlinux.sys and isolinux.bin from correct places

2013-05-29 Thread Mark Hatle
From: Joe Slater ldlinux.sys is used when building an hdd image, and isolinux.bin when building an iso bootimage. In both cases, we want to look in the sysroot for MACHINE, not in the one for the multilib we might be using. Signed-off-by: Joe Slater Signed-off-by: Jason Wessel Signed-off-by:

Re: [OE-core] [PATCH 2/21] Add directory information to the pkgdata files

2013-05-29 Thread Mark Hatle
On 5/29/13 2:59 PM, Phil Blundell wrote: On Wed, 2013-05-29 at 11:30 -0500, Mark Hatle wrote: It's up to the tooling that are using these files to check if the directory exists, if it does not -- then using bitbake -c patch will create it. (even in the sstate-cache case.) I'm not sure whether

Re: [OE-core] [PATCH 2/21] Add directory information to the pkgdata files

2013-05-29 Thread Phil Blundell
On Wed, 2013-05-29 at 11:30 -0500, Mark Hatle wrote: > It's up to the tooling that are using these files to check if the directory > exists, if it does not -- then using bitbake -c patch will create > it. > (even in the sstate-cache case.) I'm not sure whether checking that the directory exist

Re: [OE-core] [PATCH] python-smartpm: add gettext-native to DEPENDS

2013-05-29 Thread Khem Raj
On May 29, 2013, at 10:51 AM, Paul Eggleton wrote: > On Wednesday 29 May 2013 10:41:25 Khem Raj wrote: >> On Wednesday, May 29, 2013, Paul Eggleton >> wrote: >>> -DEPENDS = "python rpm" >>> +DEPENDS = "python rpm gettext-native" >> >> Why not inherit gettext ? > > Because that doesn't work f

Re: [OE-core] [PATCH] python-smartpm: add gettext-native to DEPENDS

2013-05-29 Thread Paul Eggleton
On Wednesday 29 May 2013 10:41:25 Khem Raj wrote: > On Wednesday, May 29, 2013, Paul Eggleton > wrote: > > -DEPENDS = "python rpm" > > +DEPENDS = "python rpm gettext-native" > > Why not inherit gettext ? Because that doesn't work for python-smartpm-native - that will add gettext- minimal-native

Re: [OE-core] [PATCH] python-smartpm: add gettext-native to DEPENDS

2013-05-29 Thread Khem Raj
On Wednesday, May 29, 2013, Paul Eggleton wrote: > Fixes the following failure at do_install if gettext-native has not > already been built and gettext tools are not installed on the host: > > | compiling locale/it/LC_MESSAGES/smart.po -> locale/it/LC_MESSAGES/smart.mo > | sh: msgfmt: command not

Re: [OE-core] [PATCH 2/21] Add directory information to the pkgdata files

2013-05-29 Thread Khem Raj
On Wednesday, May 29, 2013, Mark Hatle wrote: > On 5/29/13 10:59 AM, Martin Jansa wrote: >> >> On Wed, May 29, 2013 at 10:09:44AM -0500, Mark Hatle wrote: >>> >>> Add S(ource) and B(uild) directory information to the recipe pkgdata files. >>> This allows external tools to find the appropriate info

Re: [OE-core] [RFC PATCH] base.bbclass: Deprecate the PRINC logic

2013-05-29 Thread Otavio Salvador
On Wed, May 29, 2013 at 11:47 AM, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Wed, 2013-05-29 at 16:37 +0200, Martin Jansa wrote: > > On Wed, May 29, 2013 at 08:51:36AM -0500, Mark Hatle wrote: > > > Background: > > > > > > At the recent TSC meeting we were discussing ways of

Re: [OE-core] [PATCH 2/21] Add directory information to the pkgdata files

2013-05-29 Thread Mark Hatle
On 5/29/13 10:59 AM, Martin Jansa wrote: On Wed, May 29, 2013 at 10:09:44AM -0500, Mark Hatle wrote: Add S(ource) and B(uild) directory information to the recipe pkgdata files. This allows external tools to find the appropriate information, and be able to easily access the corresponding sources

Re: [OE-core] [PATCH 2/21] Add directory information to the pkgdata files

2013-05-29 Thread Martin Jansa
On Wed, May 29, 2013 at 10:09:44AM -0500, Mark Hatle wrote: > Add S(ource) and B(uild) directory information to the recipe pkgdata files. > This allows external tools to find the appropriate information, and be able > to easily access the corresponding sources and build directories. > > Signed-off

[OE-core] [PATCH] python-smartpm: add gettext-native to DEPENDS

2013-05-29 Thread Paul Eggleton
Fixes the following failure at do_install if gettext-native has not already been built and gettext tools are not installed on the host: | compiling locale/it/LC_MESSAGES/smart.po -> locale/it/LC_MESSAGES/smart.mo | sh: msgfmt: command not found ... | creating $D/usr/share/share/locale/it/LC_MESSAG

Re: [OE-core] [CONSOLIDATED PULL 00/28] Updates and /run fixes

2013-05-29 Thread Marko Lindqvist
On 29 May 2013 02:23, Saul Wold wrote: > > Marko Lindqvist (5): > zlib: update to upstream version 1.2.8 > I already have new version of this that uses tar.xz source package in my next set of updates. - ML ___ Openembedded-core mailing list Open

Re: [OE-core] [PATCH] base-files:fix the command line wrap around issue

2013-05-29 Thread Burton, Ross
On 28 May 2013 05:28, Zongchun YU wrote: > It seems that setting it in environment is a workaround for the real issue. > Can't the same be accomplished changing busybox settings? > > Can you explain your idea in detail? Do you mean changing the setting of > “resize” in busybox or other? Yes. At

Re: [OE-core] [PATCH 2/21] Add directory information to the pkgdata files

2013-05-29 Thread Mark Hatle
On 5/29/13 10:11 AM, Paul Eggleton wrote: On Wednesday 29 May 2013 10:09:44 Mark Hatle wrote: Add S(ource) and B(uild) directory information to the recipe pkgdata files. This allows external tools to find the appropriate information, and be able to easily access the corresponding sources and bui

Re: [OE-core] [PATCH 2/21] Add directory information to the pkgdata files

2013-05-29 Thread Paul Eggleton
On Wednesday 29 May 2013 10:09:44 Mark Hatle wrote: > Add S(ource) and B(uild) directory information to the recipe pkgdata files. > This allows external tools to find the appropriate information, and be able > to easily access the corresponding sources and build directories. > > Signed-off-by: Mar

[OE-core] [PATCH 21/21] libarchive: Fix build dependencies

2013-05-29 Thread Mark Hatle
Move to using the PACKAGECONFIG mechanism to select configure options and dependencies. Without this the system will attempt to discover various dependencies, and usually does so incorrectly. We also ensure that the nativesdk version does not inherit any of the DISTRO_FEATURES. We shouldn't need

[OE-core] [PATCH 20/21] cracklib: Allow byte order patch to work on older Linux hosts

2013-05-29 Thread Mark Hatle
Older hosts don't have the htobe* and be*toh functions defined. Instead we fall back to checking the endian and calling bswap_* directly. This works on both old and new hosts. Signed-off-by: Mark Hatle Signed-off-by: Hongxu Jia --- ...c-support-dictionary-byte-order-dependent.patch | 120 +

[OE-core] [PATCH 19/21] siteinfo.bbclass: Add mips64 common siteinfo

2013-05-29 Thread Mark Hatle
There is no mips64-common file, replace the definition with mips-common. Signed-off-by: Mark Hatle --- meta/classes/siteinfo.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/siteinfo.bbclass b/meta/classes/siteinfo.bbclass index 09f88c6..8705eaa 100644

[OE-core] [PATCH 18/21] Fix problems expanding the IMAGE_INSTALL package groups

2013-05-29 Thread Mark Hatle
From: Jason Wessel The ncurses package was generating the following error as a result of not specifing the PACKAGES_DYNAMIC correctly. This error only appear when using the IMAGE_INSTALL list that has been expanded by the hob or from the pkgdata. ERROR: Nothing RPROVIDES 'ncurses-libtinfo' Sig

[OE-core] [PATCH 17/21] grep: fix for CVE-2012-5667

2013-05-29 Thread Mark Hatle
From: Ming Liu Multiple integer overflows in GNU Grep before 2.11 might allow context-dependent attackers to execute arbitrary code via vectors involving a long input line that triggers a heap-based buffer overflow. http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2012-5667 Signed-off-by: Mi

[OE-core] [PATCH 16/21] bind: add ipv6 support

2013-05-29 Thread Mark Hatle
From: Li Wang Make ipv6 configure dependent on DISTRO_FEATURES. Signed-off-by: Li Wang Signed-off-by: Mark Hatle --- meta/recipes-connectivity/bind/bind_9.8.1.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/bind/bind_9.8.1.bb b/meta/recipes-

[OE-core] [PATCH 15/21] fix libnl two parentheses bugs in lib/cache_mngr.c file

2013-05-29 Thread Mark Hatle
From: "Song.Li" there are two parentheses bugs in libnl /lib/cache_mngr.c file. The parentheses doesn't make any sense, This will cause the variable err get a bool value, the correct value of variable err should be the return value of the function which can be any integer value. Signed-off-by: S

[OE-core] [PATCH 14/21] portmap: /etc/init.d/portmap restart complains "command not found"

2013-05-29 Thread Mark Hatle
From: Amy Fong portmap splits pmap_dump and pmap_set into a different package: portmap_utils. Since this package might not be installed, I introduce another init file that tests for the existance of these apps before trying to run the pmap_* commands. Signed-off-by: Amy Fong Signed-off-by: Mark

[OE-core] [PATCH 13/21] qmake_base.bbclass:add linux-gnun32-oe-g++ to QMAKESPEC

2013-05-29 Thread Mark Hatle
From: Xin Ouyang For some mips targets, TARGET_OS is set to linux-gnun32, while linux-gnun32-oe-g++ is not listed in the default QMAKESPEC list of qmake in oe-core/wrlinux. This would cause build failures for qt apps, so add a matching rule to fix this. Signed-off-by: Xin Ouyang Signed-off-by:

[OE-core] [PATCH 12/21] dpkg-native: Fix native perl path

2013-05-29 Thread Mark Hatle
From: Ming Liu The path to the native perl was incorrect leading to rootfs failures. This patch corrects that problem, it's a complementary fix for commit:04432446. Signed-off-by: Ming Liu --- meta/recipes-devtools/dpkg/dpkg.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recip

[OE-core] [PATCH 11/21] guile: don't search for libreadline in host libdir

2013-05-29 Thread Mark Hatle
From: Jackie Huang Fix the QA warning: WARNING: guile: The compile log indicates that host include and/or library paths were used. Signed-off-by: Jackie Huang Signed-off-by: Robert Yang --- meta/recipes-devtools/guile/guile_2.0.9.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[OE-core] [PATCH 10/21] ncurses, busybox, cml1.bbclass: Fix menuconfig display corruption

2013-05-29 Thread Mark Hatle
From: Jason Wessel Previously there was a change to the ncurses compile to make it more like the typical way it was compiled on a host system. This fixed a whole class of host machines, but masked the real underlying problem with the display corruption issues and menuconfig. The corner case tha

[OE-core] [PATCH 9/21] pull ldlinux.sys and isolinux.bin from correct places

2013-05-29 Thread Mark Hatle
From: Joe Slater ldlinux.sys is used when building an hdd image, and isolinux.bin when building an iso bootimage. In both cases, we want to look in the sysroot for MACHINE, not in the one for the multilib we might be using. Signed-off-by: Joe Slater Signed-off-by: Jason Wessel --- meta/class

[OE-core] [PATCH 8/21] initscripts: let status return 0 when proc is running well

2013-05-29 Thread Mark Hatle
From: Jesse Zhang Ensure that the status returns 0 instead of the last shell command result, otherwise the calling script can not properly detect the status of pid. Signed-off-by: Jesse Zhang Signed-off-by: Robert Yang --- meta/recipes-core/initscripts/initscripts-1.0/functions | 1 + 1 file

[OE-core] [PATCH 7/21] dbus-glib: use BPN instead of PN

2013-05-29 Thread Mark Hatle
From: Jesse Zhang Fix warnings in multilib build: WARNING: For recipe lib32-dbus-glib, the following files/directories were installed but not shipped in any package: WARNING: /usr/share/dbus-glib WARNING: /usr/share/dbus-glib/tests Signed-off-by: Jesse Zhang Signed-off-by: Robert Ya

[OE-core] [PATCH 6/21] util-linux: Add ability to compile with nativesdk

2013-05-29 Thread Mark Hatle
From: Jason Wessel Some of the tools in the util-linux are used for disk and text file operations in the nativesdk so as to get around different versions that may exist on the host system. Signed-off-by: Jason Wessel --- meta/recipes-core/util-linux/util-linux.inc | 5 - meta/recipes-c

[OE-core] [PATCH 5/21] libpam: Avoid wildcards in the SRC_URI

2013-05-29 Thread Mark Hatle
Remove the wildcard from the SRC_URI. This causes problems when you .bbappend and add a FILESEXTRAPATHS entry. The unpack task may be unable to find the files to unpack leading to an error. Avoid wildcards at all costs... Signed-off-by: Jackie Huang Signed-off-by: Mark Hatle --- meta/recipes

[OE-core] [PATCH 4/21] acpid: modify CFLAGS

2013-05-29 Thread Mark Hatle
From: Joe Slater Override the hard-coded CFLAGS used in Makefile to reference our CFLAGS. Without this patch if the DEBUG_OPTIMIZATION is enabled (using -O0) the compile log shows acpid still using -O2 because the Makefile has various hard coded CFLAGS defined. Instead of using the hard coded C

[OE-core] [PATCH 3/21] cmake.bbclass: modify construction of compiler flags

2013-05-29 Thread Mark Hatle
From: Joe Slater Use CFLAGS instead of CPPFLAGS for C_FLAGS variants. When debug optimization is enabled in the local.conf, the debug (-O0) vs production (-O2) does not change in the builds. As the CPPFLAGS do not contain the optimization settings. Also the CXX_FLAGS are based on CXXFLAGS, so

[OE-core] [PATCH 2/21] Add directory information to the pkgdata files

2013-05-29 Thread Mark Hatle
Add S(ource) and B(uild) directory information to the recipe pkgdata files. This allows external tools to find the appropriate information, and be able to easily access the corresponding sources and build directories. Signed-off-by: Mark Hatle --- meta/classes/package.bbclass | 2 ++ 1 file chan

[OE-core] [PATCH 1/21] libxpm: inherit gettext

2013-05-29 Thread Mark Hatle
From: Jesse Zhang libxpm requires the xgettext command to build. Signed-off-by: Jesse Zhang Signed-off-by: Robert Yang Signed-off-by: Mark Hatle --- meta/recipes-graphics/xorg-lib/libxpm_3.5.10.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-graphics/xorg-lib/libxpm_3

[OE-core] [PATCH 0/21] Misc patch set

2013-05-29 Thread Mark Hatle
The following is a set of patches that I've been merging forward for a while now. Almost all of these items have been sent up previously to the oe-core list, but they have not yet been integrated. As far as I'm aware, all comments to previous submissions have been addressed. _

[OE-core] [PATCH 4/4] makedevs: Avoid unnecessary timestamp calculation

2013-05-29 Thread Peter Kjellerstedt
--- meta/recipes-devtools/makedevs/makedevs-1.0.0/makedevs.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-devtools/makedevs/makedevs-1.0.0/makedevs.c b/meta/recipes-devtools/makedevs/makedevs-1.0.0/makedevs.c index 4cfb1d5..4bb316b 100644 --- a/meta/recipes-devtools/makedevs/

[OE-core] [PATCH 2/4] makedevs: Correct the device number calculation for blocks of devices

2013-05-29 Thread Peter Kjellerstedt
If the increment > 1 and the start > 0 then the calculation for the minor device number was incorrect. --- meta/recipes-devtools/makedevs/makedevs-1.0.0/makedevs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/makedevs/makedevs-1.0.0/makedevs.c b/meta/r

[OE-core] [PATCH 1/4] makedevs: Create blocks of devices with the correct uid/gid

2013-05-29 Thread Peter Kjellerstedt
When creating a block of devices (i.e., when count > 0), the wrong path was used with the call to chown(), effectively trying to change the owner of some (probably) non-existent file. Thus the created device nodes were always owned by root. --- meta/recipes-devtools/makedevs/makedevs-1.0.0/makedev

[OE-core] [PATCH 0/4] Fixes for makedevs

2013-05-29 Thread Peter Kjellerstedt
When I wanted to create devices from a package I stumbled upon a couple of problems with the makedevs program. Most notable was that it failed to set the correct uid/gid for devices created as part of a block (i.e., with a count > 0). The following changes since commit efb8a460d2a977dbd481a0650fba

[OE-core] [PATCH 3/4] makedevs: Make the mode number readable in debug messages

2013-05-29 Thread Peter Kjellerstedt
--- meta/recipes-devtools/makedevs/makedevs-1.0.0/makedevs.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-devtools/makedevs/makedevs-1.0.0/makedevs.c b/meta/recipes-devtools/makedevs/makedevs-1.0.0/makedevs.c index d58e891..4cfb1d5 100644 --- a/meta/rec

Re: [OE-core] [RFC PATCH] base.bbclass: Deprecate the PRINC logic

2013-05-29 Thread Richard Purdie
On Wed, 2013-05-29 at 16:37 +0200, Martin Jansa wrote: > On Wed, May 29, 2013 at 08:51:36AM -0500, Mark Hatle wrote: > > Background: > > > > At the recent TSC meeting we were discussing ways of removing the PRINC > > in favor of the PR server, which should now be standard. The first step > > in t

Re: [OE-core] [RFC PATCH] base.bbclass: Deprecate the PRINC logic

2013-05-29 Thread Martin Jansa
On Wed, May 29, 2013 at 08:51:36AM -0500, Mark Hatle wrote: > Background: > > At the recent TSC meeting we were discussing ways of removing the PRINC > in favor of the PR server, which should now be standard. The first step > in this process is coming up with a simple patch that declared PRINC as

Re: [OE-core] [RFC PATCH] base.bbclass: Deprecate the PRINC logic

2013-05-29 Thread Richard Purdie
On Wed, 2013-05-29 at 08:51 -0500, Mark Hatle wrote: > Background: > > At the recent TSC meeting we were discussing ways of removing the PRINC > in favor of the PR server, which should now be standard. The first step > in this process is coming up with a simple patch that declared PRINC as > depr

Re: [OE-core] [PATCH 1/1] lrzsz: check locale.h in configure

2013-05-29 Thread Saul Wold
On 05/29/2013 05:27 PM, jackie.hu...@windriver.com wrote: From: Jackie Huang fix the build failure when using -O0 in debug build: lrz.c:284:13: error: 'LC_ALL' undeclared (first use in this function) Signed-off-by: Jackie Huang --- .../lrzsz/lrzsz-0.12.20/lrzsz-check-locale.h.patch | 26 +

[OE-core] [RFC PATCH] base.bbclass: Deprecate the PRINC logic

2013-05-29 Thread Mark Hatle
Background: At the recent TSC meeting we were discussing ways of removing the PRINC in favor of the PR server, which should now be standard. The first step in this process is coming up with a simple patch that declared PRINC as deprecated. If this type of patch is successful, the block of code c

Re: [OE-core] [PATCH v2] guile: added runtime dependency on glibc-gconv-iso8859-1

2013-05-29 Thread Marinescu, Bogdan A
On Wed, May 29, 2013 at 12:41 PM, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Wed, 2013-05-22 at 14:41 +0100, Burton, Ross wrote: > > On 22 May 2013 13:51, Phil Blundell wrote: > > > I had thought we had virtual-gconv-ENCODING providers but apparently > > > that's not the cas

[OE-core] [PATCH v3] guile: added runtime dependency on glibc-gconv-iso8859-1

2013-05-29 Thread Bogdan Marinescu
guile needs to be able to convert strings from ISO-8859-1 in order to work properly. This patch adds a runtime dependency to the required convert package, but only when glibc is used. The fix for uClibc depends on another bug (#4530). [YOCTO #4019] Signed-off-by: Bogdan Marinescu --- meta/recip

Re: [OE-core] [PATCH 1/1] yocto_kernel: check current items before add a new one

2013-05-29 Thread Tom Zanussi
On Wed, 2013-05-29 at 16:14 +0800, Ning Zhang wrote: > From: Zhang Ning > > When use "yocto-kernel config add" to add the same config many times, > all of these are list when use "yocto-kernel config list" to check. > > This fix modify routine yocto_kernel_config_add, if the new added > componen

[OE-core] [PATCH v3 0/7] Package Upgrades

2013-05-29 Thread Ionut Radu
Sending only the cover letter for v3. Changes in v3: * matchbox-keyboard: added LIC_FILES_CHKSUM change explaination * matchbox-keyboard: added png-fix.patch drop explaination The following changes since commit fa4b1fa2577fb1a8128154c2f1417df575dbb022: bitbake: cooker/cookerdata: Improve con

[OE-core] [PATCH 1/2] pixbufcache: add more documentation

2013-05-29 Thread Ross Burton
Add some more documentation to the PIXBUFCACHE_SYSROOT_DEPS variable to clarify the usage. Signed-off-by: Ross Burton --- meta/classes/pixbufcache.bbclass |3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/classes/pixbufcache.bbclass b/meta/classes/pixbufcache.bbclass index 274d67d..

[OE-core] [PATCH 2/2] librsvg: add sstate dependencies so that the SVG loader works at staging time

2013-05-29 Thread Ross Burton
Add more sstate dependencies that were missing from the merge into master. Signed-off-by: Ross Burton --- meta/recipes-gnome/librsvg/librsvg_2.32.1.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/librsvg/librsvg_2.32.1.bb b/meta/recipes-gnome/librsvg

Re: [OE-core] [PATCH 0/1] RFC: Add recipe of gtk3 version of vte alongside gtk2 one.

2013-05-29 Thread Burton, Ross
On 26 May 2013 15:03, Marko Lindqvist wrote: > Last gtk2-compatible version of vte is 0.28.2 currently present on OE core. > Later versions depend on gtk3. vte supports both gtk2 and gtk3. > Since gtk3 exist in OE core, it would make > sense to be able to build version of vte (and other similar

[OE-core] [PATCH v2 1/1] yocto_kernel: check current items before add a new one

2013-05-29 Thread Ning Zhang
When use "yocto-kernel config add" to add the same config many times, all of these are list when use "yocto-kernel config list" to check. This fix modify routine yocto_kernel_config_add, if the new added components already exist in current configuration, just igore them. Now, one config could only

[OE-core] [PATCH v2 0/1] yocto_kernel: check current items before add a new one

2013-05-29 Thread Ning Zhang
The following changes since commit 676fd3f394a0c0576b63c77ed2184bf5f42c29b6: dropbear: a fix for hang in dropbearkey, built for x32 (2013-05-24 14:14:49 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib ning/znbug4558 http://git.pokylinux.org/cgit.cgi/pok

Re: [OE-core] [PATCH v2] guile: added runtime dependency on glibc-gconv-iso8859-1

2013-05-29 Thread Richard Purdie
On Wed, 2013-05-22 at 14:41 +0100, Burton, Ross wrote: > On 22 May 2013 13:51, Phil Blundell wrote: > > I had thought we had virtual-gconv-ENCODING providers but apparently > > that's not the case. So I think the answer at the moment is probably > > no. I guess we should add something like that.

Re: [OE-core] [PATCH v2] guile: added runtime dependency on glibc-gconv-iso8859-1

2013-05-29 Thread Burton, Ross
On 28 May 2013 15:14, Marinescu, Bogdan A wrote: > So, if I understand correctly, this bug depends on the fix for #4530 > (because the patch that I've sent isn't generic enough) ? A short-term fix until 4530 is resolved would be to make the depends recommends, as then they won't fail in a non-egl

Re: [OE-core] [PATCH 0/1] check current items before add a new one

2013-05-29 Thread ning
Hi all, Some comments in this patch are wrong, please ignore this mail, i will send a new patch soon. Thanks. On 05/29/2013 04:14 PM, Ning Zhang wrote: From: Zhang Ning The following changes since commit 676fd3f394a0c0576b63c77ed2184bf5f42c29b6: dropbear: a fix for hang in dropbearkey,

[OE-core] [PATCH 1/1] sstate.bbclass: fixup extra hardcoded paths

2013-05-29 Thread jackie.huang
From: Jackie Huang sstate has a logic to fixup hardcoded paths in scripts, but it misses in some specific cases, so add EXTRA_STAGING_FIXMES to the fixup hardcoded paths mechanism, so that we can specify what hardcoded paths need to be fixed in a recipe, e.g. EXTRA_STAGING_FIXMES = "STAGING_BINDI

[OE-core] [PATCH 0/1] sstate.bbclass: fixup extra hardcoded paths

2013-05-29 Thread jackie.huang
From: Jackie Huang We need this since we have a script in the sstate-cache that has a hard coded path into the multilib toolchain directory and that isn't automatically relocated like it should be, so add this extra logic. -- The following changes since commit 8f5bc47729edb8cb051d81e9ff1680cb8d2

[OE-core] [PATCH 1/1] lrzsz: check locale.h in configure

2013-05-29 Thread jackie.huang
From: Jackie Huang fix the build failure when using -O0 in debug build: lrz.c:284:13: error: 'LC_ALL' undeclared (first use in this function) Signed-off-by: Jackie Huang --- .../lrzsz/lrzsz-0.12.20/lrzsz-check-locale.h.patch | 26 meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb

[OE-core] [PATCH 0/1] lrzsz: check locale.h in configure

2013-05-29 Thread jackie.huang
From: Jackie Huang fix the build failure when using -O0 in debug build: lrz.c:284:13: error: 'LC_ALL' undeclared (first use in this function) tested with: MACHINE=qemux86-64/qemuarm/qemuppc DEBUG_BUILD = "1" DEBUG_OPTIMIZATION = "-O0 -fno-omit-frame-pointer ${DEBUG_FLAGS} -pipe" $ bitbake lrzsz

[OE-core] [PATCH 1/1] yocto_kernel: check current items before add a new one

2013-05-29 Thread Ning Zhang
From: Zhang Ning When use "yocto-kernel config add" to add the same config many times, all of these are list when use "yocto-kernel config list" to check. This fix modify routine yocto_kernel_config_add, if the new added components already exist in current configuration, just igore them. Now, on

[OE-core] [PATCH 0/1] check current items before add a new one

2013-05-29 Thread Ning Zhang
From: Zhang Ning The following changes since commit 676fd3f394a0c0576b63c77ed2184bf5f42c29b6: dropbear: a fix for hang in dropbearkey, built for x32 (2013-05-24 14:14:49 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib ning/bug4558 http://git.pokylinux

Re: [OE-core] update_icon_cache host access

2013-05-29 Thread Eric Bénard
Le Wed, 29 May 2013 09:59:56 +0200, Eric Bénard a écrit : > Hi, > > while building an image I got : > > Running intercept scripts: > > Executing update_font_cache > > Executing update_icon_cache > Failed to create file > '/usr/lib/i386-linux-gnu/gdk-2.0/2.10.0/loaders.cache.K0FPXW': > Permissio

[OE-core] update_icon_cache host access

2013-05-29 Thread Eric Bénard
Hi, while building an image I got : Running intercept scripts: > Executing update_font_cache > Executing update_icon_cache Failed to create file '/usr/lib/i386-linux-gnu/gdk-2.0/2.10.0/loaders.cache.K0FPXW': Permission denied apt-get remove libgdk-pixbuf2.0-0 workaround the problem in the presen