[OE-core] [PATCH V2] upgrade v2 pax-utils and v2 ghostscript

2016-01-13 Thread Hongxu Jia
Update git repo: git://git.pokylinux.org/poky-contrib hongxu/upgrade-11012016 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/upgrade-11012016 //Hongxu Hongxu Jia (9): dhcp: 4.3.2 -> 4.3.3 elfutils: 0.163 -> 0.164 pax-utils: 1.0.5 -> 1.1.4 xmlto: 0.0.26 -> 0.0.28

Re: [OE-core] [Openembedded-architecture] Cached size of off_t

2016-01-13 Thread Burton, Ross
On 13 January 2016 at 00:09, Paul Eggleton wrote: > > I think this value should be left for configure to compute and > > autotools.bbclass should pass --{enable|disable}-largefile based upon > > DISTRO_FEATURES enabling largefile support > > > > Do we see any

[OE-core] [PATCH v2] sqlite3: upgrade to version 3.10.0

2016-01-13 Thread Maxin B. John
3.9.2 -> 3.10.0 1. Fixed a parallel build problem 2. Added a PACKAGECONFIG for readline Signed-off-by: Maxin B. John --- meta/recipes-support/sqlite/sqlite3.inc| 2 ++ meta/recipes-support/sqlite/sqlite3/parallel.patch | 24 ++

[OE-core] [PATCH V2 3/9] pax-utils: 1.0.5 -> 1.1.4

2016-01-13 Thread Hongxu Jia
- Support autotools: *) Touch NEWS/AUTHORS/ChangeLog to workaroud failure caused by 'automake --add-missing' *) Add patch to fix configure failure caused by missing macro definition in m4 directory - Add PACKAGECONFIG flags for libcap, libseccomp and pyelftools, and disable them

[OE-core] [PATCH V2 6/9] ghostscript: 9.16 -> 9.18

2016-01-13 Thread Hongxu Jia
Backport patches to fix build failure caused by '--without-jbig2dec' and '--without-jbig2dec'. ... |make[1]: *** No rule to make target `obj/sjbig2_.dev', needed by `obj/sjbig2.dev'. Stop. ... http://bugs.ghostscript.com/show_bug.cgi?id=696497 Signed-off-by: Hongxu Jia

Re: [OE-core] [PATCH 3/3] oe.gpg_sign: support obs-signd

2016-01-13 Thread Markus Lehtonen
Hi, On Tue, 2016-01-12 at 18:24 +0200, Markus Lehtonen wrote: > Hi Mark, > > Thank you for your review! Comments below. > > On Mon, 2016-01-11 at 10:33 -0600, Mark Hatle wrote: > > On 1/11/16 10:13 AM, Markus Lehtonen wrote: > > > Implement support for remote signing using obs-signd. It is now

[OE-core] [PATCH] libarchive: Add bsdtar and bsdcpio packages

2016-01-13 Thread Dmitry Rozhkov
Some products might need to use a tar replacement that 1. supports xattrs and 2. has more permissive license than GNU tar. And the bsdtar binary produced from libarchive meets these requirements. Signed-off-by: Dmitry Rozhkov ---

[OE-core] [PATCH] toaster.bbclass: Separate artifact dump from image file dump

2016-01-13 Thread Elliot Smith
SDK artifacts were being dumped alongside the image file dump. However, the dump was not being triggered correctly, as it should be attached as a postfunc to do_populate_sdk, rather than do_rootfs, as do_rootfs doesn't always fire when populating the SDK directory. By adding a postfunc to

Re: [OE-core] [PATCH 2/2] sqlite3: upgrade to version 3.10.0

2016-01-13 Thread Maxin B. John
Hi Ross, On Tue, Jan 12, 2016 at 06:44:35PM +, Burton, Ross wrote: >>On 12 January 2016 at 16:20, Maxin B. John wrote: >> >>3.9.2 -> 3.10.0 >> >>Fixed a parallel build problem. >> > >buildhistory-diff reports: > >

Re: [OE-core] [PATCH V2] upgrade v2 pax-utils and v2 ghostscript

2016-01-13 Thread Hongxu Jia
Add V2 pax-utils to this thread Sorry for the mess. //Hongxu Subject: [PATCH V2 3/9] pax-utils: 1.0.5 -> 1.1.4 - Support autotools: *) Touch NEWS/AUTHORS/ChangeLog to workaroud failure caused by 'automake --add-missing' *) Add patch to fix configure failure caused by missing

Re: [OE-core] [PATCH] u-boot: Update to 2016.01 release

2016-01-13 Thread Otavio Salvador
On Wed, Jan 13, 2016 at 1:36 AM, Marek Vasut wrote: > Upgrade U-Boot to latest version and drop upstreamed patches. > > Repair configuration of U-Boot during build. It is no longer > possible to run "make foomachine" in U-Boot. Instead, it is > necessary to do "make

Re: [OE-core] [PATCH] xserver-xorg: ensure xkbcomp is present for xwayland-only installs

2016-01-13 Thread Joshua Lock
Hi Bob, On 13/01/16 11:34, Bob Ham wrote: Add appropriate RRECOMMENDS for Xwayland runtime dependencies. A change was merged to master some time back for this[1], is this patch intended for the jethro branch? If so the usual convention is to backport, or request a cherry-pick, of the

[OE-core] [PATCH] python3: add missing dependency on PN-misc to PN-modules

2016-01-13 Thread Ross Burton
Installing python3-modules should install *all* of the Python standard library, not just most of it. Signed-off-by: Ross Burton --- meta/recipes-devtools/python/python3_3.5.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [OE-core] [PATCH] xserver-xorg: ensure xkbcomp is present for xwayland-only installs

2016-01-13 Thread Bob Ham
On Wed, 2016-01-13 at 12:55 +, Joshua Lock wrote: > Hi Bob, Hi Joshua, nice shiny new email address you have there :-) > On 13/01/16 11:34, Bob Ham wrote: > > Add appropriate RRECOMMENDS for Xwayland runtime dependencies. > > A change was merged to master some time back for this[1], is this

[OE-core] [PATCH] libinput: Upgrade 0.21.0 -> 1.1.4

2016-01-13 Thread Bob Ham
yocto/jethro provides the version 0.21 from August 2015 while the current version is 1.1.4. The patch libinput-configure.ac-add-arg-with-libunwind.patch has been merged to upstream and was removed from the recipe. The patch touchpad-serial-synaptics-need-to-fake-new-touches-on-TRIPLETAP.patch

Re: [OE-core] [PATCH] u-boot: Update to 2016.01 release

2016-01-13 Thread Marek Vasut
On Wednesday, January 13, 2016 at 06:56:36 PM, Otavio Salvador wrote: > On Wed, Jan 13, 2016 at 3:42 PM, Marek Vasut wrote: > > On Wednesday, January 13, 2016 at 06:16:01 PM, Otavio Salvador wrote: > >> On Wed, Jan 13, 2016 at 3:09 PM, Marek Vasut wrote: > >> > On

Re: [OE-core] [PATCH] u-boot: Update to 2016.01 release

2016-01-13 Thread Otavio Salvador
On Wed, Jan 13, 2016 at 6:35 PM, Marek Vasut wrote: > On Wednesday, January 13, 2016 at 06:56:36 PM, Otavio Salvador wrote: >> On Wed, Jan 13, 2016 at 3:42 PM, Marek Vasut wrote: >> > On Wednesday, January 13, 2016 at 06:16:01 PM, Otavio Salvador wrote: >> >> On

[OE-core] [PATCH] linux-yocto: Update Genericx86* BSPs to 4.1.15

2016-01-13 Thread Saul Wold
Signed-off-by: Saul Wold --- meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_4.1.bbappend

Re: [OE-core] [PATCH 1/1] image/multilib bbclass: install multilib and non-multilib language pkgs for image recipes

2016-01-13 Thread Robert Yang
On 12/10/2015 06:41 PM, Hongxu Jia wrote: Previously if multilib enabled and IMAGE_LINGUAS is assigned, according to the type of image (multilib or non-multilib), only the mapped language pkgs (multilib or non-multilib) is installed to the image. It caused the other part could not work. Such

[OE-core] [PATCH] alsa-lib: 1.0.29 -> 1.1.0

2016-01-13 Thread Tanu Kaskinen
Changelog: http://alsa-project.org/main/index.php/Changes_v1.0.29_v1.1.0 The most significant change is probably the addition of the "topology API", which is used to change the DSP topology from userspace. My understanding is that the API is (or will be) needed to support some new hardware, but I

Re: [OE-core] [PATCH 1/1] image/multilib bbclass: install multilib and non-multilib language pkgs for image recipes

2016-01-13 Thread Hongxu Jia
On 01/14/2016 02:54 PM, Robert Yang wrote: On 12/10/2015 06:41 PM, Hongxu Jia wrote: Previously if multilib enabled and IMAGE_LINGUAS is assigned, according to the type of image (multilib or non-multilib), only the mapped language pkgs (multilib or non-multilib) is installed to the image. It

Re: [OE-core] [PATCH 00/13] Jethro, Fido openssl and libxml security fixes vi git

2016-01-13 Thread Robert Yang
Hi RP and Saul, I've verified that these patches built well on jethro, would you please help to merge them? git://git.openembedded.org/openembedded-core-contrib rbt/jethro-next http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/jethro-next Armin Kuster (13):

Re: [OE-core] [PATCH 0/1] fix IMAGE_LINGUAS did not support multilib correctly

2016-01-13 Thread Hongxu Jia
Hi Ross, I found you added this patch to 'Consolidated Pull', but not merged finally. Did it cause build failure or introduce trouble? //Hongxu On 12/10/2015 06:41 PM, Hongxu Jia wrote: Test steps: 1. Make use of service in meta-skeleton to test the issue. The app invoke

[OE-core] [PATCH v2] oeqa/runtime/parselogs: use -F to search fixed strings for grep

2016-01-13 Thread Yi Zhao
The grep output is not correct if the log message contains special characters. Use -F which tells grep to search for fixed strings, not expressions and pass lists instead of strings to subprocess. Signed-off-by: Yi Zhao --- meta/lib/oeqa/runtime/parselogs.py |3 +-- 1

[OE-core] [PATCH 1/1] linux-libc-headers: set ALLOW_EMPTY

2016-01-13 Thread Jian Liu
If setting IMAGE_INSTALL += "linux-libc-headers", do_rootfs will cause error. ERROR: linux-libc-headers not found in the base feeds This is because that there is no linux-libc-headers.rpm generated. Signed-off-by: Jian Liu diff --git

[OE-core] Add python-systemd in oe-core or meta-oe?

2016-01-13 Thread Randy MacLeod
https://github.com/systemd/python-systemd This is a python module that was present in the systemd v215 source but removed by v223. So does anyone think it's useful say for testing? If so, should it be added to oe-core or meta-oe? From the github page: python-systemd Python module for native

Re: [OE-core] [PATCH 3/3] oe.gpg_sign: support obs-signd

2016-01-13 Thread Mark Hatle
On 1/13/16 8:56 AM, Mark Hatle wrote: > On 1/13/16 4:28 AM, Markus Lehtonen wrote: >> Hi, >> >> On Tue, 2016-01-12 at 18:24 +0200, Markus Lehtonen wrote: >>> Hi Mark, >>> >>> Thank you for your review! Comments below. >>> >>> On Mon, 2016-01-11 at 10:33 -0600, Mark Hatle wrote: On 1/11/16

[OE-core] [PATCH] autotools: don't output the full config.log on configure failure

2016-01-13 Thread Ross Burton
The config.log written by autoconf includes many pages of useless output, followed by an obfuscated error message, and then more pages of every variable that's been set. It's only understandable if you're well versed in how autoconf behaves, and often in simple failure modes doesn't actually make

Re: [OE-core] [PATCH] autotools: don't output the full config.log on configure failure

2016-01-13 Thread Otavio Salvador
On Wed, Jan 13, 2016 at 7:47 PM, Ross Burton wrote: > The config.log written by autoconf includes many pages of useless output, > followed by an obfuscated error message, and then more pages of every variable > that's been set. It's only understandable if you're well

Re: [OE-core] [PATCH V2] u-boot: Update to 2016.01 release

2016-01-13 Thread Khem Raj
> On Jan 13, 2016, at 7:17 PM, Marek Vasut wrote: > > Upgrade U-Boot to latest version and drop upstreamed patches. > > Signed-off-by: Marek Vasut > Cc: Otavio Salvador > Cc: Ross Burton > Cc: Richard Purdie

[OE-core] [PATCH] security_flags.inc: remove obsolete workarounds for curl

2016-01-13 Thread Andre McCurdy
The curl configure script contains sanity checks for unexpected options being passed via CFLAGS, LDFLAGS, etc. environment variables. These sanity checks catch -Dxxx options in CFLAGS, which clashes with OE's approach of using CFLAGS to pass -D_FORTIFY_SOURCE (curl's configure script suggests,

Re: [OE-core] [PATCH V2] u-boot: Update to 2016.01 release

2016-01-13 Thread Marek Vasut
On Thursday, January 14, 2016 at 05:04:22 AM, Khem Raj wrote: > > On Jan 13, 2016, at 7:17 PM, Marek Vasut wrote: > > > > Upgrade U-Boot to latest version and drop upstreamed patches. > > > > Signed-off-by: Marek Vasut > > Cc: Otavio Salvador

Re: [OE-core] [PATCH] u-boot: Update to 2016.01 release

2016-01-13 Thread Otavio Salvador
On Wed, Jan 13, 2016 at 12:34 PM, Marek Vasut wrote: > On Wednesday, January 13, 2016 at 01:04:31 PM, Otavio Salvador wrote: >> On Wed, Jan 13, 2016 at 1:36 AM, Marek Vasut wrote: >> > Upgrade U-Boot to latest version and drop upstreamed patches. >> > >> > Repair

Re: [OE-core] [PATCH] u-boot: Update to 2016.01 release

2016-01-13 Thread Otavio Salvador
On Wed, Jan 13, 2016 at 1:53 PM, Marek Vasut wrote: > On Wednesday, January 13, 2016 at 04:39:53 PM, Otavio Salvador wrote: >> On Wed, Jan 13, 2016 at 12:34 PM, Marek Vasut wrote: >> > On Wednesday, January 13, 2016 at 01:04:31 PM, Otavio Salvador wrote: >> >> On

Re: [OE-core] [PATCH 3/3] oe.gpg_sign: support obs-signd

2016-01-13 Thread Mark Hatle
On 1/13/16 4:28 AM, Markus Lehtonen wrote: > Hi, > > On Tue, 2016-01-12 at 18:24 +0200, Markus Lehtonen wrote: >> Hi Mark, >> >> Thank you for your review! Comments below. >> >> On Mon, 2016-01-11 at 10:33 -0600, Mark Hatle wrote: >>> On 1/11/16 10:13 AM, Markus Lehtonen wrote: Implement

Re: [OE-core] [PATCH] u-boot: Update to 2016.01 release

2016-01-13 Thread Marek Vasut
On Wednesday, January 13, 2016 at 04:39:53 PM, Otavio Salvador wrote: > On Wed, Jan 13, 2016 at 12:34 PM, Marek Vasut wrote: > > On Wednesday, January 13, 2016 at 01:04:31 PM, Otavio Salvador wrote: > >> On Wed, Jan 13, 2016 at 1:36 AM, Marek Vasut wrote: > >> >

Re: [OE-core] [PATCH] u-boot: Update to 2016.01 release

2016-01-13 Thread Marek Vasut
On Wednesday, January 13, 2016 at 01:04:31 PM, Otavio Salvador wrote: > On Wed, Jan 13, 2016 at 1:36 AM, Marek Vasut wrote: > > Upgrade U-Boot to latest version and drop upstreamed patches. > > > > Repair configuration of U-Boot during build. It is no longer > > possible to run

[OE-core] [PATCHv2 0/4] Clean PkgsList return data implementation.

2016-01-13 Thread mariano . lopez
From: Mariano Lopez Currently the when calling the list() from the classes that inherit from PKgsList, it must pass the format required and it will return a formated string listing all the packages installed. Retruning such string is not the best data structure to

[OE-core] [PATCHv2 2/4] lib/oe/utils: Add function format_pkg_list()

2016-01-13 Thread mariano . lopez
From: Mariano Lopez The class PkgsList returns a dictionary with all the installed packages, because the data structure is a dictionary there is needed to format the data in order to write to a file. The function format_pkg_list returns a formated sting with all

[OE-core] [PATCHv2 3/4] lib/oe/rootfs: Use list_pkgs() instead of list()

2016-01-13 Thread mariano . lopez
From: Mariano Lopez This patch changes the use list_pkgs() instead of list() from class RpmPkgsList. The change is in two functions, image_list_installed_packages from rootfs.py and sdk_list_installed_packages from sdk.py. With this change the functions calling

[OE-core] [PATCHv2 4/4] lib/oe/package_manager.py: Remove list() from PkgsList class

2016-01-13 Thread mariano . lopez
From: Mariano Lopez Now that the method list() is not used anymore, remove it. [YOCTO #7427] Signed-off-by: Mariano Lopez --- meta/lib/oe/package_manager.py | 153 - 1 file changed, 153

[OE-core] [PATCHv2 1/4] lib/oe/package_manager: Add list_pkgs() to PkgsList class

2016-01-13 Thread mariano . lopez
From: Mariano Lopez Currently the class PkgList returns a formated string of the installed packages. It would be more clean to pass a standard data structure to the callers instead to format the output inside PkgsList class. This patch adds list_pkgs() method to

Re: [OE-core] [PATCH] u-boot: Update to 2016.01 release

2016-01-13 Thread Otavio Salvador
On Wed, Jan 13, 2016 at 2:30 PM, Marek Vasut wrote: > On Wednesday, January 13, 2016 at 04:55:56 PM, Otavio Salvador wrote: >> On Wed, Jan 13, 2016 at 1:53 PM, Marek Vasut wrote: >> > On Wednesday, January 13, 2016 at 04:39:53 PM, Otavio Salvador wrote: >> >> On

[OE-core] OE Changelog since 2016-01-03 until 2016-01-10

2016-01-13 Thread cliff . brake
Changelog since 2016-01-03 until 2016-01-10. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom:

Re: [OE-core] [PATCH] u-boot: Update to 2016.01 release

2016-01-13 Thread Marek Vasut
On Wednesday, January 13, 2016 at 04:55:56 PM, Otavio Salvador wrote: > On Wed, Jan 13, 2016 at 1:53 PM, Marek Vasut wrote: > > On Wednesday, January 13, 2016 at 04:39:53 PM, Otavio Salvador wrote: > >> On Wed, Jan 13, 2016 at 12:34 PM, Marek Vasut wrote: > >> > On

Re: [OE-core] [PATCH] u-boot: Update to 2016.01 release

2016-01-13 Thread Marek Vasut
On Wednesday, January 13, 2016 at 05:40:20 PM, Otavio Salvador wrote: > On Wed, Jan 13, 2016 at 2:30 PM, Marek Vasut wrote: > > On Wednesday, January 13, 2016 at 04:55:56 PM, Otavio Salvador wrote: > >> On Wed, Jan 13, 2016 at 1:53 PM, Marek Vasut wrote: > >> > On

Re: [OE-core] [PATCH] u-boot: Update to 2016.01 release

2016-01-13 Thread Otavio Salvador
On Wed, Jan 13, 2016 at 3:09 PM, Marek Vasut wrote: > On Wednesday, January 13, 2016 at 05:40:20 PM, Otavio Salvador wrote: >> On Wed, Jan 13, 2016 at 2:30 PM, Marek Vasut wrote: >> > On Wednesday, January 13, 2016 at 04:55:56 PM, Otavio Salvador wrote: >> >> On

Re: [OE-core] [PATCH] u-boot: Update to 2016.01 release

2016-01-13 Thread Marek Vasut
On Wednesday, January 13, 2016 at 06:16:01 PM, Otavio Salvador wrote: > On Wed, Jan 13, 2016 at 3:09 PM, Marek Vasut wrote: > > On Wednesday, January 13, 2016 at 05:40:20 PM, Otavio Salvador wrote: > >> On Wed, Jan 13, 2016 at 2:30 PM, Marek Vasut wrote: > >> > On

Re: [OE-core] [PATCH 1/2] cantarell-fonts: Add recipe

2016-01-13 Thread Jagadeesh Krishnanjanappa
Ping. Without cantarell fonts, the pango test case test-layout.test fails. Previous result of pango ptest is at https://wiki.yoctoproject.org/wiki/Ptest_5e3e2e0cbb0a49986f4653e64c4c8d2b5461645e Regards, Jagadeesh On Sat, Jan 9, 2016 at 8:02 PM, Jagadeesh Krishnanjanappa <

[OE-core] Remove pth recipe

2016-01-13 Thread Khem Raj
Hi All, We are carrying pth recipe in OE-Core. 1. There are no packages in OE-Core which depend on it. 2. pth is quite old ( last release was in 2006) moreover there is npth replacement available and we have recipe in OE-Core I would like to propose a removal of this recipe but before doing

Re: [OE-core] [PATCHv2 0/6] Improvements for useradd-staticids.bbclass

2016-01-13 Thread Peter Kjellerstedt
*ping* //Peter > -Original Message- > From: openembedded-core-boun...@lists.openembedded.org > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of > Peter Kjellerstedt > Sent: den 19 december 2015 00:54 > To: openembedded-core@lists.openembedded.org > Subject: