[OE-core] [PATCH V2 1/1] bitbake-layers: add a ability to query layer dependencies from layer index

2015-01-11 Thread Chong Lu
It maybe depends on other layers when one layer is added to BBLAYERS. If define LAYERDEPENDS variable in this layer, we will get error from bitbake. But sometimes, we don't have defined. Add a mechanism to extend bitbake-layers and it will query layer dependencies from layer index (http://layers.op

[OE-core] [PATCH V2 0/1] bitbake-layers: add a ability to query layer dependencies from layer index

2015-01-11 Thread Chong Lu
Change since V1: Extend bitbake-layers to add this ability. Add meta-openstack to BBLAYERS. $ bitbake-layers show-layerdependencies Layer Dependencies Git repository Subdirectory ===

Re: [OE-core] [PATCH] gcc: upgrade to 4.9.2 and fix the bug #6824

2015-01-11 Thread Lei, Maohui
Hi Armin > I think all the two patches need an "Upstream-Status:" statement. > OK. I will modify my patch and submit it again. Cheers Lei Maohui > -Original Message- > From: akuster808 [mailto:akuster...@gmail.com] > Sent: Monday, January 12, 2015 12:09 PM > To: Lei, Maohui/雷 茂慧; op

Re: [OE-core] [PATCH] gcc: upgrade to 4.9.2 and fix the bug #6824

2015-01-11 Thread akuster808
Lei, I think all the two patches need an "Upstream-Status:" statement. - Armin On 01/11/2015 07:12 PM, Lei Maohui wrote: fix the yocto bug #6824 backport from gcc Signed-off-by: Lei Maohui --- meta/recipes-devtools/gcc/gcc-4.9.inc | 12 +- ...e500-double-in-SPE_SIMD_REGNO_P-

Re: [OE-core] [PATCH 0/9] initramfs and UUID support in minimal installer

2015-01-11 Thread ChenQi
On 06/16/2014 06:46 PM, Chen Qi wrote: The purpose of this patchset is to add initramfs and UUID support for our minimal installer. Previously, the installed image may not be able to boot up because we use the hardcoded disk names. To reproduce, use the following commands. 1. Enable live imag

[OE-core] [PATCH] gcc: upgrade to 4.9.2 and fix the bug #6824

2015-01-11 Thread Lei Maohui
fix the yocto bug #6824 backport from gcc Signed-off-by: Lei Maohui --- meta/recipes-devtools/gcc/gcc-4.9.inc | 12 +- ...e500-double-in-SPE_SIMD_REGNO_P-registers.patch | 13 ++ .../0061-Fix-for-unwinder-aborts-on-e500.patch | 161 + 3 files changed, 180 i

Re: [OE-core] [PATCH V2 0/4] Packages upgrade: groff and directfb

2015-01-11 Thread Hongxu Jia
On 01/09/2015 08:42 PM, Burton, Ross wrote: On 29 December 2014 at 05:47, Hongxu Jia > wrote: Hongxu Jia (4): groff: upgrade 1.22.3 groff: fix native perl path directfb: upgrade to 1.7.6 qt4-embedded: support c++0x stand for directfb

Re: [OE-core] [PATCH 1/2] init-install.sh: Switch to using static device paths.

2015-01-11 Thread ChenQi
On 01/09/2015 11:52 PM, Drew Moseley wrote: Use static device paths for mounting from /dev/disk/ in case the device ordering changes. Signed-off-by: Drew Moseley --- meta/recipes-core/initrdscripts/files/init-install.sh | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) d

[OE-core] [PATCH 0/1] gnu-efi: upgrade to 3.0.1

2015-01-11 Thread Robert Yang
The following changes since commit b61a2acc321489c3427f0afa3059486dc144a13b: bind: Update libxml2 check to make it deterministic. (2015-01-08 09:21:18 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/gnu-efi http://cgit.openembedded.

[OE-core] [PATCH 1/1] gnu-efi: upgrade to 3.0.1

2015-01-11 Thread Robert Yang
* Use the official src rather than debian. * It doesn't have a general license file, the license is embedded in the files, which are GPLv2+ & BSD. * Supported aarch64 and arm. Signed-off-by: Robert Yang --- meta/recipes-bsp/gnu-efi/gnu-efi_3.0.1.bb | 41 + meta/re

[OE-core] [PATCH] python-2.7-manifest: Add package for contextlib module

2015-01-11 Thread Philip Tricca
This is required for python code using 'with' statements. Signed-off-by: Philip Tricca --- meta/recipes-devtools/python/python-2.7-manifest.inc | 10 +++--- scripts/contrib/python/generate-manifest-2.7.py |4 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/met