Re: [OE-core] [oe-commits] Muhammad Shakeel : systemd: Remove init. d dir if systemd unit file is present and sysvinit not a distro feature

2013-08-04 Thread Martin Jansa
On Sat, Aug 03, 2013 at 10:30:48PM -0700, Saul Wold wrote: On 08/03/2013 04:23 PM, Martin Jansa wrote: On Wed, Jul 31, 2013 at 05:51:34AM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: 823c90ad344ca2205f3055e2dcae08c6616f29b7 URL:

[OE-core] [PATCH] oeqa/utils/qemurunner: fix wrong var in message

2013-08-04 Thread Stefan Stanacar
Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- meta/lib/oeqa/utils/qemurunner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oeqa/utils/qemurunner.py b/meta/lib/oeqa/utils/qemurunner.py index 45b3ccb..d086203 100644 ---

[OE-core] [PATCH v2] oeqa/utils/qemurunner: fix wrong var in message

2013-08-04 Thread Stefan Stanacar
If nothing matches we should print the text not the match, else we get a nice traceback. Changed in V2: - commit message Signed-off-by: Stefan Stanacar stefanx.stana...@intel.com --- meta/lib/oeqa/utils/qemurunner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [oe-commits] Andrei Dinu : libpng : upgrade to 1.6.3

2013-08-04 Thread Martin Jansa
On Wed, Jul 31, 2013 at 05:51:35AM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: 776c753bc5745b098d6a80e61c7332d956ae7f4f URL: http://git.openembedded.org/?p=openembedded-core.gita=commit;h=776c753bc5745b098d6a80e61c7332d956ae7f4f Author:

Re: [OE-core] [PATCH v1] btrfs-tools: upgrade to upstream revision.

2013-08-04 Thread Yevhen Kyriukha
OK, I'll fix it and send v3 of this patch. Best regards, Yevhen 2013/8/3 Saul Wold s...@linux.intel.com: On 08/03/2013 08:30 AM, Yevhen Kyriukha wrote: 2013/8/2 Saul Wold s...@linux.intel.com: Please add an explanation of why the patches are removed and a Signed-off-by: in the commit

[OE-core] [PATCH v3] btrfs-tools: upgrade to upstream revision.

2013-08-04 Thread Yevhen Kyriukha
Two patches were removed because changes that they provide are already exist. Signed-off-by: Yevhen Kyriukha kirg...@gmail.com --- ...ix_race_condition_with_multithreaded_make.patch | 36 -- .../btrfs-tools/btrfs-tools/fix_use_of_gcc.patch | 31 ---

[OE-core] [PATCH] libpng: remove two un-necessary binaries

2013-08-04 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-multimedia/libpng/libpng_1.6.3.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.3.bb b/meta/recipes-multimedia/libpng/libpng_1.6.3.bb index 11e735c..5d23a18 100644 ---

[OE-core] [RFC PATCH] uboot-config.bbclass: Allow choose of U-Boot config for machine

2013-08-04 Thread Otavio Salvador
Some machines provide several possible configurations and until now there was no easy way for user to override the default setting. This class provides a system similar to PACKAGECONFIG but for U-Boot. The format is: UBOOT_CONFIG ??= default UBOOT_CONFIG[foo] = config,images There are two

Re: [OE-core] [RFC PATCH] uboot-config.bbclass: Allow choose of U-Boot config for machine

2013-08-04 Thread Otavio Salvador
On Sun, Aug 4, 2013 at 7:25 PM, Otavio Salvador ota...@ossystems.com.br wrote: Some machines provide several possible configurations and until now there was no easy way for user to override the default setting. This class provides a system similar to PACKAGECONFIG but for U-Boot. The format

Re: [OE-core] Initial review of ChenQi/read-only-rootfs-in-live-images

2013-08-04 Thread ChenQi
Hi Chris, Thanks for your review and please see comments inline. (You might be reviewing the old patchset, please see the new one if you have time.) On 08/02/2013 11:50 PM, Chris Larson wrote: Greetings, Nice work on this branch. The bind based approach seems clean. I do have some

Re: [OE-core] Initial review of ChenQi/read-only-rootfs-in-live-images

2013-08-04 Thread ChenQi
For convenience, here's a link below in case people may wondering which patchset we are talking about. http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/read-only-rootfs-in-live-images //Chen Qi On 08/05/2013 10:18 AM, ChenQi wrote: Hi Chris, Thanks for your review and please

Re: [OE-core] [PATCH] u-boot: update to 2013.07

2013-08-04 Thread Saul Wold
On 08/03/2013 02:17 AM, Laszlo Papp wrote: Signed-off-by: Laszlo Papp lp...@kde.org --- meta/recipes-bsp/u-boot/u-boot-fw-utils_2013.07.bb | 26 + meta/recipes-bsp/u-boot/u-boot-mkimage_2013.07.bb | 27 ++ meta/recipes-bsp/u-boot/u-boot_2013.07.bb

Re: [OE-core] [PATCH 00/24] Add python3 recipes

2013-08-04 Thread Saul Wold
On 08/03/2013 03:28 PM, Saul Wold wrote: On 08/02/2013 12:27 AM, Khem Raj wrote: On Aug 1, 2013, at 9:53 PM, Saul Wold s...@linux.intel.com wrote: On 08/01/2013 01:19 PM, Khem Raj wrote: On Jul 31, 2013, at 4:05 PM, Saul Wold s...@linux.intel.com wrote: On 07/31/2013 03:51 PM, Khem Raj

[OE-core] [PATCH v2] libpng: remove two un-necessary binaries

2013-08-04 Thread Saul Wold
Used fixed path the first time and -native had issues, fixed with bindir Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-multimedia/libpng/libpng_1.6.3.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-multimedia/libpng/libpng_1.6.3.bb

Re: [OE-core] [PATCH 1/1] systemd: ignore qemu output, and check its return code

2013-08-04 Thread Rongqing Li
On 07/26/2013 07:53 PM, Burton, Ross wrote: On 24 July 2013 07:15, Rongqing Li rongqing...@windriver.com wrote: qemu is not segfaulting, except error message, it returns 0, and udevadm hwdb finished its task. A bit of googling takes you to