Re: [OE-core] [PATCH 0/1] tcl: fix sed command in do_install

2016-06-18 Thread Robert Yang
Ping. meta-openembedded requires this: commit 44ea80d3a3652741cefbbe02b29ed7be4696d914 Author: Martin Jansa Date: Fri Jun 10 16:31:03 2016 +0200 postgresql: blacklist because tcl in oe-core is broken for last month Signed-off-by: Martin Jansa // Robert On 05/24/2016 11:15 AM, R

[OE-core] [PATCH 4/4] linux-firmware : add iwlwifi virtual package of all iwlwifi firmwares

2016-06-18 Thread christopher . w . clark
From: Christopher Clark Depends upon all available iwlwifi firmware packages at build time. Motivation: simplifies inclusion of all Intel wifi firmwares. Signed-off-by: Christopher Clark --- meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | 10 +- 1 file changed, 9 insertions

[OE-core] [PATCH 3/4] linux-firmware : fix typo in RDEPENDS line for iwlwifi-6000g2b-5

2016-06-18 Thread christopher . w . clark
From: Christopher Clark Signed-off-by: Christopher Clark --- meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb b/meta/recipes-kernel/linux-firmware/linux-firmware

[OE-core] [PATCH 2/4] linux-firmware : add LICENSE line for iwlwifi-license package

2016-06-18 Thread christopher . w . clark
From: Christopher Clark Signed-off-by: Christopher Clark --- meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb index c3

[OE-core] [PATCH 1/4] linux-firmware : fix typo in LICENSE line for iwlwifi-6000g2b-5

2016-06-18 Thread christopher . w . clark
From: Christopher Clark Signed-off-by: Christopher Clark --- meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb b/meta/recipes-kernel/linux-firmware/linux-firmware

[OE-core] [PATCH] rootfs_rpm: Increase rootfs size

2016-06-18 Thread Saul Wold
This doubles the amount of extra space that is provided for SMART and RPM, as they consume more disk space during qa testing via testimage [YOCTO #9800] Signed-off-by: Saul Wold --- meta/classes/rootfs_rpm.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/clas

Re: [OE-core] [PATCH] Revert "image.bbclass: don't execute compression commands multiple times"

2016-06-18 Thread Richard Purdie
On Sat, 2016-06-18 at 15:08 +0200, Koen Kooi wrote: > > Op 4 jun. 2016, om 15:09 heeft Richard Purdie < > > richard.pur...@linuxfoundation.org> het volgende geschreven: > > > > On Sat, 2016-06-04 at 10:41 +0200, Koen Kooi wrote: > > > ping 2 > > > > It would be helpful if you'd cc'd the person wh

Re: [OE-core] [PATCH 00/42] General cleanage of systemd unitdir vars

2016-06-18 Thread Pau Espin Pedrol
Hi, I sent this series of patches around 3 months ago and got no aswer at all, so just wondering if is it gonna ever be reviewed/merged. I know maintainers are currently kind of overwhelmed with the big amount of patches received every day, but I'd like to know if it makes sense for me to spend m

[OE-core] [for-krogoth] Backport for libc != glibc

2016-06-18 Thread Otavio Salvador
Hello, At O.S. Systems we are involved in some projects which uses musl as libC. For those, we are doing the SDK for faster development and found that it is currently broken on Krogoth. Master branch has the need fixes. The fixes needed are OE-Core:2b9ae0ab and OE-Core:fcaaabb4 commit 2b9ae0ab05

Re: [OE-core] [PATCH] Revert "image.bbclass: don't execute compression commands multiple times"

2016-06-18 Thread Koen Kooi
> Op 4 jun. 2016, om 15:09 heeft Richard Purdie > het volgende geschreven: > > On Sat, 2016-06-04 at 10:41 +0200, Koen Kooi wrote: >> ping 2 > > It would be helpful if you'd cc'd the person who's patch you were > suggesting we revert. I added Sasha to cc. Since the original committer has show

Re: [OE-core] [PATCH v2] cmake.bbclass: set the modules directory correctly

2016-06-18 Thread Jussi Kukkonen
On 17 June 2016 at 18:01, Jose Pardeiro wrote: > > The CMake recipes contain a mismatch between the environmental variable > which defines where the Modules are installed and the location where they > actually are. This patch fixes the environmental variable to point to the > proper folder defined