Re: [OE-core] [PATCH] systemd: bring back the patch to customise root's $HOME

2015-04-29 Thread Burton, Ross
On 28 April 2015 at 23:13, Khem Raj raj.k...@gmail.com wrote: I was wondering if there was a script or may be bitbake option to warn about this case whole Metadata wide IIRC the git patch method will warn when patches are already applied, so doing a world patch with that set might get close.

[OE-core] [PATCH 0/1] libxml2: fix python path and add libxml2-python

2015-04-29 Thread Robert Yang
The following changes since commit 4dd4b96b6d60246338bb30ede9f3ab1b2e757be9: libxfont: Security Advisory - libxfont - CVE-2015-1804 (2015-04-28 07:56:01 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/libxml2

[OE-core] [PATCH 1/1] python-numpy: remove 2 dangling patches

2015-04-29 Thread Robert Yang
Removed: - unbreak-assumptions.diff This patch changs the dir to /non-existant-dir, the source code has changed the dir to /deadir, so it is not needed any more. - trycompile.diff There is no try_compile or try_run in numpy/core/setup.py any more, so assumed that it is not needed.

[OE-core] [PATCH v2] gcc-shared-source: Add PV to PN

2015-04-29 Thread Richard Purdie
This means you can have one gcc version for some gcc recipes (e.g. crosssdk/nativesdk) and another gcc version for target code. Also remove the preferred version entry from the default toolchains list since the version issue is now handled automatically. We also need to specifically handle

[OE-core] libgcc-initial: Correctly reflect libgcc LICENSE

2015-04-29 Thread Richard Purdie
In an effort to clean up some of the license handling, correctly set the LICENSE of libgcc-initial to be the same as libgcc which has a GPLv3 exception. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org diff --git a/meta/recipes-devtools/gcc/libgcc-initial.inc

[OE-core] [PATCH 1/4] man-pages: 3.82 - 3.83

2015-04-29 Thread Robert Yang
Signed-off-by: Robert Yang liezhi.y...@windriver.com --- .../{man-pages_3.82.bb = man-pages_3.83.bb} |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/man-pages/{man-pages_3.82.bb = man-pages_3.83.bb} (86%) diff --git

[OE-core] [PATCH 3/4] ltp: 20150119 - 20150420

2015-04-29 Thread Robert Yang
The COPYING's md5sum is changed by this commit: commit 945f9c69af66508b0eb6816656acc84fca77 Author: Ken Dreyer kdre...@redhat.com Date: Mon Jan 26 14:02:46 2015 -0700 update GPLv2 text in COPYING The FSF has issued a couple of tiny updates to the GPLv2. The main change is a new

[OE-core] [PATCH 4/4] rpcbind: 0.2.2 - 0.2.3

2015-04-29 Thread Robert Yang
* Updated 0001-Avoid-use-of-glibc-sys-cdefs.h-header.patch * Removed 0002-uclibc-rpcsvc-defines.patch since it is already in the source. Signed-off-by: Robert Yang liezhi.y...@windriver.com --- ...001-Avoid-use-of-glibc-sys-cdefs.h-header.patch | 109 ++--

[OE-core] [PATCH 2/4] git: 2.3.5 - 2.3.7

2015-04-29 Thread Robert Yang
Signed-off-by: Robert Yang liezhi.y...@windriver.com --- .../git/{git_2.3.5.bb = git_2.3.7.bb} |8 1 file changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-devtools/git/{git_2.3.5.bb = git_2.3.7.bb} (41%) diff --git a/meta/recipes-devtools/git/git_2.3.5.bb

[OE-core] [PATCH 0/4] Package upgrade

2015-04-29 Thread Robert Yang
The following changes since commit 4dd4b96b6d60246338bb30ede9f3ab1b2e757be9: libxfont: Security Advisory - libxfont - CVE-2015-1804 (2015-04-28 07:56:01 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/PU

[OE-core] [PATCH] libart_lgpl: Allow art_config.h to be generated at compile time

2015-04-29 Thread Nathan Rossi
* Remove patch that prevents the Makefile from generating the art_config.h file * Remove pre-generated art_config.h for various architecture * Add a do_compile prepend to remove the art_config.h that is provided in the source so that the compilation will regenerate the file Signed-off-by:

Re: [OE-core] [PATCH 04/11] bind: remove 5 backport patches

2015-04-29 Thread Rongqing Li
On 2015年04月28日 11:43, Robert Yang wrote: They are backport patches, and verified that the patches are in the source. I send a patch, which upgrade the bind to 9.10.2, and remove these 5 patches, so we can drop this commit, thanks -Roy Signed-off-by: Robert Yang

[OE-core] [PATCH 0/1] python-numpy: remove 2 dangling patches

2015-04-29 Thread Robert Yang
The following changes since commit 4dd4b96b6d60246338bb30ede9f3ab1b2e757be9: libxfont: Security Advisory - libxfont - CVE-2015-1804 (2015-04-28 07:56:01 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/python-numpy

Re: [OE-core] [PATCH 3/3] glibc: ignore for musl/uclibc but only for target recipes

2015-04-29 Thread Richard Purdie
On Tue, 2015-04-28 at 22:34 -0700, Khem Raj wrote: we still need nativesdk or native recipes for libc to come from glibc, but only be ignored for target recipes types Change-Id: Ibaf8114f2aef63f1eadf493b264e78cd928535a0 Signed-off-by: Khem Raj raj.k...@gmail.com ---

[OE-core] [PATCH 1/2] populate_sdk_ext: consider custom configuration in local.conf

2015-04-29 Thread Chen Qi
Copy the contents of local.conf under TOPDIR into the final generated local.conf. In this way, custom settings are also made into the final local.conf like IMAGE_INSTALL, DISTRO_FEATURES, VIRTUAL-RUNTIME_xxx, etc. Before this change, installing extensible SDK would usually report failure when

[OE-core] [PATCH 2/2] populate_sdk_ext: install the latest buildtools-tarball

2015-04-29 Thread Chen Qi
-standalone -1.8+snapshot-20150429.sh': No such file or directory The problem is that the output name for buildtools-tarball has ${DATE} in it. So if populate_sdk_ext task is executed but buildtools-tarball is not rebuilt, the above error appears. Instead of hardcoding ${DISTRO_VERSION} which consists

[OE-core] [PATCH] dpkg: upgrade to 1.17.25

2015-04-29 Thread rongqing.li
From: Roy Li rongqing...@windriver.com upgrade to fix two CVE defects: CVE-2014-8625 and CVE-2015-0840 http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-8625 Multiple format string vulnerabilities in the parse_error_msg function in parsehelp.c in dpkg before 1.17.22 allow remote

[OE-core] [PATCH 1/1] grub2: fix initrd size restriction bug

2015-04-29 Thread Shan Hai
The current grub2 fails on loading large initrd file ( 500M) since the initrd size is added to the addr_min and causes the failure. Fix it by picking a patch from grub2 upstream. Signed-off-by: Shan Hai shan@windriver.com --- .../grub/files/grub2-fix-initrd-size-bug.patch | 48

Re: [OE-core] [PATCH 1/2] populate_sdk_ext: consider custom configuration in local.conf

2015-04-29 Thread Paul Eggleton
Hi Qi, On Wednesday 29 April 2015 16:08:36 Chen Qi wrote: Copy the contents of local.conf under TOPDIR into the final generated local.conf. In this way, custom settings are also made into the final local.conf like IMAGE_INSTALL, DISTRO_FEATURES, VIRTUAL-RUNTIME_xxx, etc. Before this change,

[OE-core] [PATCH 0/1] grub2: fix initrd file size restriction bug

2015-04-29 Thread Shan Hai
Integrate a patch from grub2 upstream to fix the initrd file size restriction bug, the current grub2 could not load a large initrd file (500M) because of the bug. ChangeLog | 6 ++ grub-core/loader/i386/linux.c | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-)

[OE-core] [PATCH 1/1] libxml2: fix python path and add libxml2-python

2015-04-29 Thread Robert Yang
We have libxml2-python for native and nativesdk, but don't have it for target, and can't find the reason from the git log, libxml2-python is widely used, after looked into it's configure.in, we can add it by PACKAGECONFIG. The previous --with-python=${STAGING_BINDIR}/python is incorrect, it acted

Re: [OE-core] [PATCH 2/2] populate_sdk_ext: install the latest buildtools-tarball

2015-04-29 Thread Paul Eggleton
-x86_64-buildtools-tarball-core2-64-buildtools-nativesdk-standalon e -1.8+snapshot-20150429.sh': No such file or directory The problem is that the output name for buildtools-tarball has ${DATE} in it. So if populate_sdk_ext task is executed but buildtools-tarball is not rebuilt, the above error

[OE-core] [PATCH] bind: upgrade to 9.10.2

2015-04-29 Thread rongqing.li
From: Roy Li rongqing...@windriver.com 1. Remove seven unneeded CVE patches, and five patches in them were not already used 2. 9.10.2 fixed the CVE-2015-1349 3. Remove bind-subdirs-run-serially.patch and cross-build-fix.patch, similar fixes are merged into 9.10.2 4. update the

Re: [OE-core] [PATCH 1/2] populate_sdk_ext: consider custom configuration in local.conf

2015-04-29 Thread Richard Purdie
On Wed, 2015-04-29 at 09:54 +0100, Paul Eggleton wrote: Hi Qi, On Wednesday 29 April 2015 16:08:36 Chen Qi wrote: Copy the contents of local.conf under TOPDIR into the final generated local.conf. In this way, custom settings are also made into the final local.conf like IMAGE_INSTALL,

[OE-core] [PATCH 0/2] populate_sdk_ext: two fixes

2015-04-29 Thread Chen Qi
The following changes since commit 4dd4b96b6d60246338bb30ede9f3ab1b2e757be9: libxfont: Security Advisory - libxfont - CVE-2015-1804 (2015-04-28 07:56:01 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/populate_sdk_ext_2_fixes

[OE-core] [daisy 3/5] coreutils: parse-datetime: CVE-2014-9471

2015-04-29 Thread Maxin B. John
From: Sona Sarmadi sona.sarm...@enea.com Memory corruption flaw in parse_datetime() Reference https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-9471 Signed-off-by: Sona Sarmadi sona.sarm...@enea.com Signed-off-by: Maxin B. John maxin.j...@enea.com ---

[OE-core] [daisy 2/5] libpng16: CVE-2015-0973

2015-04-29 Thread Maxin B. John
From: Sona Sarmadi sona.sarm...@enea.com Fixes CVE-2015-0973 (duplicate of CVE-2014-9495), a heap-based overflow vulnerability in the png_combine_row() function of the libpng library, when very large interlaced images were used. Upstream patch:

[OE-core] [daisy 5/5] e2fsprogs: CVE-2015-0247

2015-04-29 Thread Maxin B. John
From: Sona Sarmadi sona.sarm...@enea.com Fixes input sanitization errors. References http://git.kernel.org/cgit/fs/ext2/e2fsprogs.git/commit/?id=f66e6ce4 http://www.ocert.org/advisories/ocert-2015-002.html Signed-off-by: Sona Sarmadi sona.sarm...@enea.com Signed-off-by: Maxin B. John

[OE-core] [daisy 1/5] Qemu: CVE-2014-2894

2015-04-29 Thread Maxin B. John
From: Sona Sarmadi sona.sarm...@enea.com Fixes an out of bounds memory access flaw in Qemu's IDE device model Reference http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2894 Signed-off-by: Sona Sarmadi sona.sarm...@enea.com Signed-off-by: Maxin B. John maxin.j...@enea.com ---

Re: [OE-core] [PATCH 1/2] populate_sdk_ext: consider custom configuration in local.conf

2015-04-29 Thread Paul Eggleton
On Wednesday 29 April 2015 09:59:37 Richard Purdie wrote: On Wed, 2015-04-29 at 09:54 +0100, Paul Eggleton wrote: On Wednesday 29 April 2015 16:08:36 Chen Qi wrote: Copy the contents of local.conf under TOPDIR into the final generated local.conf. In this way, custom settings are also made

[OE-core] [daisy 4/5] elfutils: CVE-2014-9447

2015-04-29 Thread Maxin B. John
From: Sona Sarmadi sona.sarm...@enea.com directory traversal in read_long_names() Reference https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-9447 Upstream commit with the analysis: https://git.fedorahosted.org/cgit/elfutils.git/commit/?id=147018e729e7c22eeabf15b82d26e4bf68a0d18e

[OE-core] [daisy 0/5] Fix security related bugs

2015-04-29 Thread Maxin B. John
Fixes a number of security related bugs for daisy branch. Sona Sarmadi (5): Qemu: CVE-2014-2894 libpng16: CVE-2015-0973 coreutils: parse-datetime: CVE-2014-9471 elfutils: CVE-2014-9447 e2fsprogs: CVE-2015-0247 .../parse-datetime-CVE-2014-9471.patch | 43

[OE-core] [PATCH] default-distrovars: Clean up gcc license issues

2015-04-29 Thread Richard Purdie
There are several entries here which are not needed with the modern license handling code: gcc-source - moved to direct handling in base.bbclass (due to version appended to the name) libgcc - Listed as GPLv3 exception for its packages libgcc-initial - Listed as GPLv3 exception

[OE-core] [PATCH] split_and_strip_files: regroup hardlinks to make build deterministic

2015-04-29 Thread Richard Purdie
From: Ed Bartosh ed.bart...@linux.intel.com Reverted 7c0fd561bad0250a00cef63e3d787573112a59cf Created separate group of hardlinks for the files inside the same package. This should prevent stripped files to be populated outside of package directories. This turns out not to be straightforward

Re: [OE-core] [PATCH] xserver-xorg: use GCC 5 patch from upstream

2015-04-29 Thread Burton, Ross
On 28 April 2015 at 15:33, Khem Raj raj.k...@gmail.com wrote: looks good. You need to remove the CPPFLAGS change from recipe now with this patch Either I can't see what you're referring to, or you're confusing this with a different recipe... Ross --

[OE-core] libtool seems to be not properly handling sstate

2015-04-29 Thread Otavio Salvador
Hello, We are building Fido for several boards[1] and have faced a build error. 1. http://ci.ossystems.com.br/job/fsl-community-bsp-fido/23/console This is building with sstate but clean tmp. Log below: framebuffer fsl-image-machine-test@imx6sl-warp (1/23) | NOTE: Executing ACLOCAL=aclocal

Re: [OE-core] [PATCH] package: Fix license exclusion packaging errors

2015-04-29 Thread Khem Raj
On Apr 29, 2015, at 6:23 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: Currently the license exclusion code removes packages from PACKAGES pre population of the package directories. This means that the FILES entries for some packages are not seen and invariably results in

[OE-core] [fido][PATCH] busybox: remove CVE-2014-9645 patch (already upstream in 1.23.x)

2015-04-29 Thread Andre McCurdy
The CVE-2014-9645 fix was merged in Busybox prior to the 1.23.0 release [1]. The fix was then reworked in Busybox 1.23.1, in such a way that the original change was no longer required [2]. Although oe-core's CVE-2014-9645 patch still applies cleanly to Busybox 1.23.1 and 1.23.2, applying it

[OE-core] [fido] [dizzy] Please port gummiboot install fix to fido and dizzy branches

2015-04-29 Thread Chatre, Reinette
Hi Joshua and Armin, We are seeing installation failures as a result of gummiboot entries not being installed correctly. This is already fixed in master with the commit below. It applies cleanly to fido and dizzy branches since apart from this patch the file being changed has exactly the same

[OE-core] [Daisy][PATCH] eglibc: fix two security issues.

2015-04-29 Thread Armin Kuster
The includes two CVE fixes: CVE-2012-3406 CVE-2014-7817 Signed-off-by: Armin Kuster akuster...@gmail.com --- ...-3406-Stack-overflow-in-vfprintf-BZ-16617.patch | 317 + ...4-7817-wordexp-fails-to-honour-WRDE_NOCMD.patch | 216 ++

Re: [OE-core] Migration from dylan to daisy (and dizzy)

2015-04-29 Thread Gary Thomas
On 2015-04-29 12:17, Laszlo Papp wrote: Dear OpenEmbedded Community, I have been trying to migrate over from dylan to daisy (and dizzy, fwiw), but my own kernel would not boot. It used to work just fine with dylen. It is kernel 3.2 with our BSP changes on top of it, which are unfortunately not

[OE-core] Migration from dylan to daisy (and dizzy)

2015-04-29 Thread Laszlo Papp
Dear OpenEmbedded Community, I have been trying to migrate over from dylan to daisy (and dizzy, fwiw), but my own kernel would not boot. It used to work just fine with dylen. It is kernel 3.2 with our BSP changes on top of it, which are unfortunately not upstream. Either way, dylan was using 4.7

[OE-core] GCC 5.0

2015-04-29 Thread akuster808
Hello, What is the latest process to include building GCC 5.x? the old contib branch seems to be dead and I have not been following this topic very well. regards, Armin -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCH] e2fsprogs: install populate-extfs.sh

2015-04-29 Thread Richard Purdie
On Wed, 2015-04-29 at 00:46 +0200, Martin Jansa wrote: * install populate-extfs.sh from contrib, be aware that in order to use it you need to set DEBUGFS shell variable, otherwise it will try to use debugfs from relative path which is almost always incorrect: CONTRIB_DIR=$(dirname

[OE-core] YP 1.8 Release Survey/Retrospective - REMINDER

2015-04-29 Thread Jolley, Stephen K
All, Yocto Project 1.8 released last week! YP provides a major release every six months, and as an open source project we are always working to improve our processes. This survey is for the Yocto Project community to provide feedback into the development process. We would greatly

Re: [OE-core] [PATCH] e2fsprogs: install populate-extfs.sh

2015-04-29 Thread Martin Jansa
We still have some functions which use populate-extfs.sh to create some ext4 partitions, eventually we should move to mkfs.ext as well, but as long as it's included in e3fsprogs it makes the migration to newer oe-core easier. On Wed, Apr 29, 2015 at 11:56 PM, Richard Purdie

[OE-core] [PATCH] mesa: Upgrade 10.4.4 - 10.5.4

2015-04-29 Thread Jussi Kukkonen
* Remove patches that are no longer needed * git build depends on python module mako. Inherit pythonnative for this * source directory changed: default S is now correct in mesa recipe, but still needs to be set in mesa-gl Signed-off-by: Jussi Kukkonen jussi.kukko...@intel.com --- I've run

[OE-core] [PATCH 0/6] devtool: enable adding remote source

2015-04-29 Thread Paul Eggleton
Enable specifying a remote URI to fetch and extract (so you don't have to do this manually) as well as some related fixes and improvements. The following changes since commit 82d00f7254b7d3bb6a167d675d798134884d1b19: split_and_strip_files: regroup hardlinks to make build deterministic

[OE-core] [PATCH] package: Fix license exclusion packaging errors

2015-04-29 Thread Richard Purdie
Currently the license exclusion code removes packages from PACKAGES pre population of the package directories. This means that the FILES entries for some packages are not seen and invariably results in packaging errors. Instead, remove the packages from PACKAGES post population of the packages so

[OE-core] [PATCH 2/6] recipetool: ensure git clone is a full clone when extracting

2015-04-29 Thread Paul Eggleton
If -x is specified and the specified URI was a git repository, we need to ensure that the resulting clone is a full clone and not one that has pointers into the temporary fetch location or DL_DIR. Split out the code from devtool that already does this for devtool modify -x and reuse that.

[OE-core] [PATCH 4/6] devtool: add: use the appropriate file naming and versioning for SCM recipes

2015-04-29 Thread Paul Eggleton
* Recipes that fetch from git, svn or hg by OpenEmbedded convention should normally be named with this as a suffix, since PV is meant to be set appropriately within the recipe, so follow this. In order to make this work we need to be able to have the version independent from the file name,

[OE-core] [PATCH 1/6] recipetool: avoid second-level subdir when extracting

2015-04-29 Thread Paul Eggleton
When -x was specified, we were getting the normal unpack subdirectory which we don't really want - if there's only one subdirectory unpacked then we should effectively copy just it to the extraction path, not as a subdirectory under it. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com

[OE-core] [PATCH 6/6] oe-selftest: devtool: add some tests for devtool add -f

2015-04-29 Thread Paul Eggleton
Tests the following aspects of devtool add with the -f option: * Works for a git and https URI * Extracts to the appropriate directory * Uses the correct recipe file name with and without -V * Sets SRC_URI and S appropriately with and without -V * Sets SRCREV if rev= is specified in the URI A lot

[OE-core] [PATCH 5/6] recipetool: allow specifying SRCREV via rev= in URI

2015-04-29 Thread Paul Eggleton
Provide a means to set SRCREV immediately by using rev= in the URI; if it is specified then it is removed before setting SRC_URI and SRCREV is set to the same value instead. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- scripts/lib/recipetool/create.py | 17 + 1

[OE-core] [PATCH 3/6] devtool: add: add an option to fetch remote source

2015-04-29 Thread Paul Eggleton
Add a -f/--fetch option to fetch a remote URI (into the already specified source tree path) and set this as SRC_URI within the recipe. This simply wraps around the existing functionality in recipetool. Implements [YOCTO #7644]. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com ---

Re: [OE-core] [oe-commits] Bruce Ashfield : kern-tools: unify meta directory detection

2015-04-29 Thread Martin Jansa
On Tue, Apr 28, 2015 at 06:57:36AM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: 6b04ae2c0439b83c0445fd1b8cb9cba5cee6b9bc URL: http://git.openembedded.org/?p=openembedded-core.gita=commit;h=6b04ae2c0439b83c0445fd1b8cb9cba5cee6b9bc Author:

Re: [OE-core] [PATCH 1/1] ldconfig-native: Add 64-bit flag for ELF64 entries

2015-04-29 Thread Huang, Yuanjie
Sorry I was on the wrong tree and was one patch behind. Please see the revised patch. Best, Yuanjie On 04/28/2015 07:08 PM, Richard Purdie wrote: On Tue, 2015-04-28 at 15:46 +0800, Yuanjie Huang wrote: From: Yuanjie Huang yuanjie.hu...@windriver.com ldconfig-native was grepped from an old

Re: [OE-core] [PATCH 1/1] libarchive: set CLEANBROKEN

2015-04-29 Thread Robert Yang
On 04/21/2015 03:39 PM, Richard Purdie wrote: On Tue, 2015-03-24 at 22:41 -0700, Robert Yang wrote: Errors when rebuild: checking for xml2-config... /path/to/tmp/sysroots/qemux86-64/usr/bin/crossscripts/xml2-config checking for xmlInitParser in -lxml2... no configure: error: in

Re: [OE-core] [PATCH 3/3] glibc: ignore for musl/uclibc but only for target recipes

2015-04-29 Thread Khem Raj
On Apr 29, 2015 1:11 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Tue, 2015-04-28 at 22:34 -0700, Khem Raj wrote: we still need nativesdk or native recipes for libc to come from glibc, but only be ignored for target recipes types Change-Id: