[OE-core] [PATCH] initscripts: Fix regression for requiring /bin/bash

2015-08-06 Thread Jason Wessel
It is not possible to create a rootfs with only busybox + initscipts. This is a result of a regression from commit a4b53872a8a9a2743299acbff015f7f2750a69d6 (initscripts: add /sbin/sushell for systemd service debug-shell). The /sbin/sushell should just use /bin/sh else you end up with a problem

[OE-core] [PATCH 0/3] fix uclibc build with security_flags.inc

2015-08-06 Thread Andre McCurdy
Andre McCurdy (3): uclibc.inc: remove unused UCLIBC_EXTRA_LDFLAGS security_flags.inc: clear SECURITY_CFLAGS for uclibc uclibc.inc: avoid immediate expansion for UCLIBC_EXTRA_CFLAGS meta/conf/distro/include/security_flags.inc | 2 ++ meta/recipes-core/uclibc/uclibc.inc | 5 ++--- 2

[OE-core] [PATCH 1/3] uclibc.inc: remove unused UCLIBC_EXTRA_LDFLAGS

2015-08-06 Thread Andre McCurdy
Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta/recipes-core/uclibc/uclibc.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-core/uclibc/uclibc.inc b/meta/recipes-core/uclibc/uclibc.inc index 08465c4..c483228 100644 --- a/meta/recipes-core/uclibc/uclibc.inc +++

[OE-core] [PATCH 3/3] uclibc.inc: avoid immediate expansion for UCLIBC_EXTRA_CFLAGS

2015-08-06 Thread Andre McCurdy
If immediate variable expansion is used, then UCLIBC_EXTRA_CFLAGS can sometimes be derived from a partially expanded value of CFLAGS. One specific problem case occurs when security_flags.inc is used: CFLAGS is evaluated before the SECURITY_CFLAGS_pn-uclibc over-ride has been applied and therefore

[OE-core] [PATCH 2/3] security_flags.inc: clear SECURITY_CFLAGS for uclibc

2015-08-06 Thread Andre McCurdy
uclibc fails to build when security_flags.inc is used. | i686-rdk-linux-uclibc-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=/build-vbox32/tmp/sysroots/vbox32-tcbootstrap -Wl,-EL -Wl,--sort-common -Wl,--sort-section=alignment -m32 -shared -Wl,--warn-common -Wl,--warn-once

[OE-core] [poky][PATCH v6 0/3] Add patches for Gstreamer 1.4.5 base

2015-08-06 Thread Yuqing Zhu
Fix issue about gstreamer1.0-plugins-base -ssaparse: Enhance SSA text lines parsing. -subparse: Set need_segment after sink pad receive GST_EVENT_SEGMENT. -encodebin: Need more buffers in output queue for better performance. Yuqing Zhu (3): gstreamer1.0-plugins-base: Add ssaparse related

[OE-core] [poky][PATCH v6 2/3] gstreamer1.0-plugins-base: Add subparse related patch

2015-08-06 Thread Yuqing Zhu
Set need_segment after sink pad receive GST_EVENT_SEGMENT. Signed-off-by: Yuqing Zhu b54...@freescale.com --- ...t-need_segment-after-sink-pad-received-GS.patch | 69 ++ .../gstreamer/gstreamer1.0-plugins-base_1.4.5.bb | 1 + 2 files changed, 70 insertions(+) create mode

[OE-core] [poky][PATCH v6 3/3] gstreamer1.0-plugins-base: Add encodebin related patch

2015-08-06 Thread Yuqing Zhu
Need more buffers in output queue for better performance. Signed-off-by: Yuqing Zhu b54...@freescale.com --- ...eed-more-buffers-in-output-queue-for-bett.patch | 32 ++ .../gstreamer/gstreamer1.0-plugins-base_1.4.5.bb | 1 + 2 files changed, 33 insertions(+) create mode

[OE-core] [poky][PATCH v6 1/3] gstreamer1.0-plugins-base: Add ssaparse related patch

2015-08-06 Thread Yuqing Zhu
Enhance SSA text lines parsing. Signed-off-by: Yuqing Zhu b54...@freescale.com --- ...3-ssaparse-enhance-SSA-text-lines-parsing.patch | 225 + .../gstreamer/gstreamer1.0-plugins-base_1.4.5.bb | 1 + 2 files changed, 226 insertions(+) create mode 100644

Re: [OE-core] [PATCH] python3: security: disable -pie -fpie from Python3 compilation CFLAGS when security_flags is inherited.

2015-08-06 Thread Kuutela, Topi
Several Python3 modules require use shared objects but -pie and -fpie GCC options are not compatible with -shared. This causes linker error which are not displayed during bitbake execution (unless verbose options are used) but the .so files are not generated or included in the image.

[OE-core] [PATCH] python3: security: disable -pie -fpie from Python3 compilation CFLAGS when security_flags is inherited.

2015-08-06 Thread Topi Kuutela
Signed-off-by: Topi Kuutela topi.kuut...@intel.com --- meta/conf/distro/include/security_flags.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/conf/distro/include/security_flags.inc b/meta/conf/distro/include/security_flags.inc index 3724972..ff600fa 100644 ---

[OE-core] [PATCH v2] python3: security: disable -pie and -fpie from Python3 compilation.

2015-08-06 Thread Topi Kuutela
If security_flags.inc is 'required' to the image, -pie and -fpie options are added to CFLAGS. These are not compatible with -shared GCC option but cause linker errors which are not reported by bitbake. Signed-off-by: Topi Kuutela topi.kuut...@intel.com ---

Re: [OE-core] [PATCH] python3: security: disable -pie -fpie from Python3 compilation CFLAGS when security_flags is inherited.

2015-08-06 Thread Jussi Kukkonen
On 6 August 2015 at 12:54, Topi Kuutela topi.kuut...@intel.com wrote: Signed-off-by: Topi Kuutela topi.kuut...@intel.com Could you add an explanation why this change is done? Also, maybe cut the the subject line length to something more reasonable if you're re-submitting. Jussi ---

Re: [OE-core] About multilib packages rpm pkg name

2015-08-06 Thread Mark Hatle
On 8/5/15 9:33 PM, Robert Yang wrote: Hi Mark, Thank you very much, this makes things more clear now, I've tried to change packagegroup-core-standalone-sdk-target's PACKAGE_ARCH to MACHINE_ARCH or TUNE_PKGARCH, it didn't work (the rdepends lib32 are still not installed), I will try to use

[OE-core] [PATCH v2] Creates manifest/license files for deployed packages not in rootfs

2015-08-06 Thread mariano . lopez
From: Mariano Lopez mariano.lo...@linux.intel.com The current license manifest creation behavior is to include only packages that were installed. This beahvior excludes packages that were deployed but not installed in the rootfs. An example would be the bootloader. This patch adds support for

[OE-core] [PATCH v2] license.bbclass: Add support for deployed packages not in rootfs

2015-08-06 Thread mariano . lopez
From: Mariano Lopez mariano.lo...@linux.intel.com This adds a new manifest file for the packages that were deployed but not included into rootfs. The new manifest file is in the same directory as the rootfs manifest but the name is image_license.manifest. It also creates the directory structure

Re: [OE-core] [PATCH] oe-selftest: support selftests from other layers

2015-08-06 Thread Liu, Sharron
Hi Chris, Thanks for your inputs. I tested my case with poky master which includes the two commitments you mentioned: https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=d2023c34e4c3735d919c35d80daf991aab579500

Re: [OE-core] About multilib packages rpm pkg name

2015-08-06 Thread Robert Yang
On 08/07/2015 04:57 AM, Mark Hatle wrote: On 8/5/15 9:33 PM, Robert Yang wrote: Hi Mark, Thank you very much, this makes things more clear now, I've tried to change packagegroup-core-standalone-sdk-target's PACKAGE_ARCH to MACHINE_ARCH or TUNE_PKGARCH, it didn't work (the rdepends lib32 are

Re: [OE-core] [meta-oe][PATCH] dosfstools-2.11: Fix memory leak in mkdosfs

2015-08-06 Thread Khem Raj
On Thu, Aug 6, 2015 at 2:25 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Thursday 06 August 2015 12:12:35 Alexander Kanavin wrote: On 08/06/2015 12:06 PM, Amarnath Valluri wrote: Added new patch that fixes the memory leak that was introduced in mkdosfs-dir.patch. You should

Re: [OE-core] [PATCH v2] python3: security: disable -pie and -fpie from Python3 compilation.

2015-08-06 Thread Khem Raj
On Thu, Aug 6, 2015 at 3:48 AM, Topi Kuutela topi.kuut...@intel.com wrote: If security_flags.inc is 'required' to the image, -pie and -fpie options are added to CFLAGS. These are not compatible with -shared GCC option but cause linker errors which are not reported by bitbake. what error do you

Re: [OE-core] [PATCH 4/6] vte: Fix LICENSE to LGPL2.0

2015-08-06 Thread Khem Raj
On Aug 6, 2015, at 1:42 AM, Jussi Kukkonen jussi.kukko...@intel.com wrote: Current releases of vte are LGPL 2.1+ but the one we have is still LGPL 2.0. Signed-off-by: Jussi Kukkonen jussi.kukko...@intel.com --- meta/recipes-support/vte/vte.inc | 2 +- 1 file changed, 1 insertion(+), 1

Re: [OE-core] [PATCH] oe-selftest: support selftests from other layers

2015-08-06 Thread Christopher Larson
On Thu, Aug 6, 2015 at 8:43 PM, Liu, Sharron sharron@intel.com wrote: Thanks for your inputs. I tested my case with poky master which includes the two commitments you mentioned: https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=d2023c34e4c3735d919c35d80daf991aab579500

Re: [OE-core] [PATCH 19/21] epiphany: add a recipe from meta-gnome

2015-08-06 Thread Randy MacLeod
On 2015-07-30 10:27 AM, Alexander Kanavin wrote: Epiphany is replacing midori as the browser in oe-core recipe set and poky distribution. I just got caught up on oe-core and: https://www.mail-archive.com/yocto@yoctoproject.org/msg24522.html Please move the midori recipe and dependencies to

Re: [OE-core] [poky][PATCH v6 0/3] Add patches for Gstreamer 1.4.5 base

2015-08-06 Thread Richard Purdie
On Thu, 2015-08-06 at 18:29 +0800, Yuqing Zhu wrote: Fix issue about gstreamer1.0-plugins-base -ssaparse: Enhance SSA text lines parsing. -subparse: Set need_segment after sink pad receive GST_EVENT_SEGMENT. -encodebin: Need more buffers in output queue for better performance.

[OE-core] [PATCH 1/4] uclibc.inc: remove unused UCLIBC_EXTRA_LDFLAGS

2015-08-06 Thread Andre McCurdy
Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta/recipes-core/uclibc/uclibc.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-core/uclibc/uclibc.inc b/meta/recipes-core/uclibc/uclibc.inc index 08465c4..c483228 100644 --- a/meta/recipes-core/uclibc/uclibc.inc +++

[OE-core] [PATCH 2/4] uclibc.inc: fixup CFLAGS with _remove instead of oe_filter_out

2015-08-06 Thread Andre McCurdy
No functional change, but _remove is slightly cleaner and clearer. Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta/recipes-core/uclibc/uclibc.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/uclibc/uclibc.inc

Re: [OE-core] [PATCH 3/3] uclibc.inc: avoid immediate expansion for UCLIBC_EXTRA_CFLAGS

2015-08-06 Thread Richard Purdie
On Thu, 2015-08-06 at 12:41 -0700, Andre McCurdy wrote: If immediate variable expansion is used, then UCLIBC_EXTRA_CFLAGS can sometimes be derived from a partially expanded value of CFLAGS. One specific problem case occurs when security_flags.inc is used: CFLAGS is evaluated before the

Re: [OE-core] [PATCH 2/3] security_flags.inc: clear SECURITY_CFLAGS for uclibc

2015-08-06 Thread Khem Raj
On Thu, Aug 6, 2015 at 12:41 PM, Andre McCurdy armccu...@gmail.com wrote: uclibc fails to build when security_flags.inc is used. | i686-rdk-linux-uclibc-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=/build-vbox32/tmp/sysroots/vbox32-tcbootstrap -Wl,-EL

[OE-core] [PATCH 4/4] security_flags.inc: clear SECURITY_CFLAGS for uclibc

2015-08-06 Thread Andre McCurdy
uclibc fails to build when security_flags.inc is used. | i686-rdk-linux-uclibc-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse --sysroot=/build-vbox32/tmp/sysroots/vbox32-tcbootstrap -Wl,-EL -Wl,--sort-common -Wl,--sort-section=alignment -m32 -shared -Wl,--warn-common -Wl,--warn-once

[OE-core] [PATCH v2 0/4] fix uclibc build with security_flags.inc

2015-08-06 Thread Andre McCurdy
v2 adds a new patch to fixup CFLAGS with _remove instead of oe_filter_out, which fixes CFLAGS circular reference build failures introduced in v1 when building for ARM. Andre McCurdy (4): uclibc.inc: remove unused UCLIBC_EXTRA_LDFLAGS uclibc.inc: fixup CFLAGS with _remove instead of

[OE-core] [PATCH 3/4] uclibc.inc: avoid immediate expansion for UCLIBC_EXTRA_CFLAGS

2015-08-06 Thread Andre McCurdy
If immediate variable expansion is used, then UCLIBC_EXTRA_CFLAGS can sometimes be derived from a partially expanded value of CFLAGS. One specific problem case occurs when security_flags.inc is used: CFLAGS is evaluated before the SECURITY_CFLAGS_pn-uclibc over-ride has been applied and therefore

Re: [OE-core] [PATCH 3/3] uclibc.inc: avoid immediate expansion for UCLIBC_EXTRA_CFLAGS

2015-08-06 Thread Andre McCurdy
On Thu, Aug 6, 2015 at 4:02 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Thu, 2015-08-06 at 12:41 -0700, Andre McCurdy wrote: If immediate variable expansion is used, then UCLIBC_EXTRA_CFLAGS can sometimes be derived from a partially expanded value of CFLAGS. One specific

Re: [OE-core] [PATCH 1/4] uclibc.inc: remove unused UCLIBC_EXTRA_LDFLAGS

2015-08-06 Thread Khem Raj
On Thu, Aug 6, 2015 at 6:54 PM, Andre McCurdy armccu...@gmail.com wrote: Signed-off-by: Andre McCurdy armccu...@gmail.com --- meta/recipes-core/uclibc/uclibc.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-core/uclibc/uclibc.inc b/meta/recipes-core/uclibc/uclibc.inc

Re: [OE-core] [PATCH 6/6] tcmode-default.inc: update BINUVERSION

2015-08-06 Thread Robert Yang
On 08/06/2015 11:53 AM, Khem Raj wrote: On Aug 3, 2015, at 11:40 PM, Robert Yang liezhi.y...@windriver.com wrote: Signed-off-by: Robert Yang liezhi.y...@windriver.com --- meta/conf/distro/include/tcmode-default.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [meta-oe][PATCH] dosfstools-2.11: Fix memory leak in mkdosfs

2015-08-06 Thread Valluri, Amarnath
Alex Paul, Thanks both of you, I have resubmitted the patch as per you suggestions. - Amarnath From: Paul Eggleton [paul.eggle...@linux.intel.com] Sent: Thursday, August 06, 2015 12:25 PM To: Alexander Kanavin; Valluri, Amarnath Cc:

[OE-core] [meta-oe][PATCH v2] dosfstools-2.11: Fix memory leak in mkdosfs

2015-08-06 Thread Amarnath Valluri
Fix memory leak that was introduced in mkdosfs-dir.patch. Signed-off-by: Amarnath Valluri amarnath.vall...@intel.com --- .../dosfstools/dosfstools/mkdosfs-dir.patch| 53 ++ 1 file changed, 34 insertions(+), 19 deletions(-) diff --git

[OE-core] [PATCH 2/3] wic: add mkhybridiso kickstart file

2015-08-06 Thread Mihaly Varga
Add kickstart file for generating a hybrid bootable iso image using isoimage-isohybrid plugin, the output image is HYBRID_ISO_IMG-cd.iso, the label is HYBRIDISO, and the rootfs.img file is an image with ext3 file system, and uses grub as bootloader for EFI boot and syslinux for legacy boot.

Re: [OE-core] wic: Add plugin for hybrid iso image

2015-08-06 Thread Mihaly Varga
Hi Ed, Thank you for your comments. There is a slightly modified version of the isoimage-isohybrid plugin, the kickstart file and the wic selftest extended with the iso image creation test case. On 7/28/2015 1:57 PM, Ed Bartosh wrote: Hi Mihaly, The code looks ok to me. Can you please

[OE-core] [PATCH 3/3] wic: Test creation of iso image

2015-08-06 Thread Mihaly Varga
Added new wic testcase, for testing the creation of the hybrid iso image with isoimage-isohybrid plugin. Signed-off-by: Mihaly Varga mihaly.va...@ni.com --- meta/lib/oeqa/selftest/wic.py | 8 1 file changed, 8 insertions(+) diff --git a/meta/lib/oeqa/selftest/wic.py

[OE-core] [PATCH v2 1/1] qemurunner: Improves checking for server and target IPs on qemus parameters

2015-08-06 Thread Alejandro Hernandez
Fixes OS hanging infinitely waiting for qemus process to release bitbake.lock Signed-off-by: Alejandro Hernandez alejandro.hernan...@linux.intel.com --- meta/lib/oeqa/utils/qemurunner.py | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git

[OE-core] [PATCH 1/3] wic: Add plugin for hybrid iso image

2015-08-06 Thread Mihaly Varga
This plugin creates a hybrid, legacy and EFI bootable ISO image. The generated image can be used on optical media as well as USB media. Legacy boot uses syslinux and EFI boot uses grub or gummiboot (not implemented yet) as bootloader. The plugin creates the directories required by bootloaders and

[OE-core] [PATCH v3 1/1] qemurunner: Improves checking for server and target IPs on qemus parameters

2015-08-06 Thread Alejandro Hernandez
Fixes OS hanging infinitely waiting for qemus process to release bitbake.lock Signed-off-by: Alejandro Hernandez alejandro.hernan...@linux.intel.com --- meta/lib/oeqa/utils/qemurunner.py | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git

Re: [OE-core] [PATCH] kernel-yocto: do_configme: Add $TOOLCHAIN_OPTIONS to CFLAGS

2015-08-06 Thread Bruce Ashfield
On Thu, Aug 6, 2015 at 3:23 AM, Ioan-Adrian Ratiu adrian.ra...@ni.com wrote: On 05.08.2015 16:50, Bruce Ashfield wrote: On Wed, Aug 5, 2015 at 4:39 AM, Adrian Ratiu adrian.ra...@ni.com wrote: Bruce Ashfield bruce.ashfi...@gmail.com wrote on 05.08.2015 05:17:14: On Tue, Aug 4, 2015 at 4:41

Re: [OE-core] [PATCH 1/1] qemurunner: Improves checking for Server and Target IPs on qemus parameters

2015-08-06 Thread Richard Purdie
On Wed, 2015-08-05 at 23:21 +, Alejandro Hernandez wrote: Fixes server hanging infinitely waiting for qemus process to let go of bitbake.lock Signed-off-by: Alejandro Hernandez alejandro.hernan...@linux.intel.com --- meta/lib/oeqa/utils/qemurunner.py | 13 - 1 file

[OE-core] [meta-oe][PATCH] dosfstools-2.11: Fix memory leak in mkdosfs

2015-08-06 Thread Amarnath Valluri
Added new patch that fixes the memory leak that was introduced in mkdosfs-dir.patch. Signed-off-by: Amarnath Valluri amarnath.vall...@intel.com --- .../dosfstools/dosfstools-Fix-memroy-leak.patch| 30 ++ .../recipes-devtools/dosfstools/dosfstools_2.11.bb | 1 + 2 files

[OE-core] [PATCH 1/6] gtk+3: Upgrade 3.16.4 - 3.16.6

2015-08-06 Thread Jussi Kukkonen
Remove a backported patch. Signed-off-by: Jussi Kukkonen jussi.kukko...@intel.com --- meta/recipes-gnome/gtk+/gtk+3/wayland-pango.patch | 28 -- .../gtk+/{gtk+3_3.16.4.bb = gtk+3_3.16.6.bb} | 5 ++-- 2 files changed, 2 insertions(+), 31 deletions(-) delete mode 100644

[OE-core] [PATCH 0/6] Bunch of version upgrades

2015-08-06 Thread Jussi Kukkonen
libinput goes to 0.21 which should be last release before 1.0. Other upgrades are minor. The vte change is just for LICENSE variable: our version is still LGPL2.0 instead of LGPL2.1+ like recent releases. The following changes since commit a8b723498c9a7106210db140452886894494b4d6: bitbake:

[OE-core] [PATCH 2/6] gtk-icon-utils-native: Upgrade 3.16.4 - 3.16.6

2015-08-06 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen jussi.kukko...@intel.com --- ...tk-icon-utils-native_3.16.4.bb = gtk-icon-utils-native_3.16.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/gtk+/{gtk-icon-utils-native_3.16.4.bb = gtk-icon-utils-native_3.16.6.bb} (94%)

[OE-core] [PATCH 5/6] libinput: Upgrade 0.18.0 - 0.21.0

2015-08-06 Thread Jussi Kukkonen
Include a workaround patch suggested by upstream when using kernel 4.1.x. Signed-off-by: Jussi Kukkonen jussi.kukko...@intel.com --- ...ics-need-to-fake-new-touches-on-TRIPLETAP.patch | 72 ++ .../{libinput_0.18.0.bb = libinput_0.21.0.bb} | 8 ++- 2 files changed, 77

[OE-core] [PATCH 3/6] fontconfig: Upgrade 2.11.93 - 2.11.94

2015-08-06 Thread Jussi Kukkonen
Signed-off-by: Jussi Kukkonen jussi.kukko...@intel.com --- .../fontconfig/{fontconfig_2.11.93.bb = fontconfig_2.11.94.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/fontconfig/{fontconfig_2.11.93.bb = fontconfig_2.11.94.bb} (92%) diff --git

[OE-core] [PATCH 4/6] vte: Fix LICENSE to LGPL2.0

2015-08-06 Thread Jussi Kukkonen
Current releases of vte are LGPL 2.1+ but the one we have is still LGPL 2.0. Signed-off-by: Jussi Kukkonen jussi.kukko...@intel.com --- meta/recipes-support/vte/vte.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/vte/vte.inc

[OE-core] [PATCH 6/6] which: Upgrade 2.20 - 2.21

2015-08-06 Thread Jussi Kukkonen
* Drop one upstreamed patch, update the other one Signed-off-by: Jussi Kukkonen jussi.kukko...@intel.com --- .../which/which-2.20/remove-declaration.patch | 18 -- .../which/{which-2.20 = which-2.21}/automake.patch| 14 +- .../which/{which_2.20.bb =

Re: [OE-core] [PATCH] kernel-yocto: do_configme: Add $TOOLCHAIN_OPTIONS to CFLAGS

2015-08-06 Thread Ioan-Adrian Ratiu
On 05.08.2015 16:50, Bruce Ashfield wrote: On Wed, Aug 5, 2015 at 4:39 AM, Adrian Ratiu adrian.ra...@ni.com wrote: Bruce Ashfield bruce.ashfi...@gmail.com wrote on 05.08.2015 05:17:14: On Tue, Aug 4, 2015 at 4:41 AM, Ioan-Adrian Ratiu adrian.ra...@ni.com wrote: The kernel configure step was

Re: [OE-core] [meta-oe][PATCH] dosfstools-2.11: Fix memory leak in mkdosfs

2015-08-06 Thread Alexander Kanavin
On 08/06/2015 12:06 PM, Amarnath Valluri wrote: Added new patch that fixes the memory leak that was introduced in mkdosfs-dir.patch. You should update the original patch then, not pile additional patches on top. The least painful way is: 1) unpack the sources (manually from tarball, or

Re: [OE-core] [PATCH] create-pull-request: cd to relative directory

2015-08-06 Thread Khem Raj
On Aug 6, 2015, at 1:38 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Wednesday 05 August 2015 20:33:48 Khem Raj wrote: On Wed, Aug 5, 2015 at 2:01 AM, Ed Bartosh ed.bart...@linux.intel.com wrote: create-pull-request -d path creates empty patches if directory is specified as

Re: [OE-core] [PATCH] create-pull-request: cd to relative directory

2015-08-06 Thread Paul Eggleton
On Thursday 06 August 2015 08:05:40 Khem Raj wrote: On Aug 6, 2015, at 1:38 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Wednesday 05 August 2015 20:33:48 Khem Raj wrote: On Wed, Aug 5, 2015 at 2:01 AM, Ed Bartosh ed.bart...@linux.intel.com wrote: create-pull-request

Re: [OE-core] [PATCH] kernel-yocto: do_configme: Add $TOOLCHAIN_OPTIONS to CFLAGS

2015-08-06 Thread Ioan-Adrian Ratiu
On 06.08.2015 16:19, Bruce Ashfield wrote: On Thu, Aug 6, 2015 at 3:23 AM, Ioan-Adrian Ratiu adrian.ra...@ni.com wrote: On 05.08.2015 16:50, Bruce Ashfield wrote: On Wed, Aug 5, 2015 at 4:39 AM, Adrian Ratiu adrian.ra...@ni.com wrote: Bruce Ashfield bruce.ashfi...@gmail.com wrote on

Re: [OE-core] [PATCH] create-pull-request: cd to relative directory

2015-08-06 Thread Khem Raj
On Aug 6, 2015, at 8:16 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Thursday 06 August 2015 08:05:40 Khem Raj wrote: On Aug 6, 2015, at 1:38 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: On Wednesday 05 August 2015 20:33:48 Khem Raj wrote: On Wed, Aug 5, 2015 at

Re: [OE-core] [PATCH] create-pull-request: cd to relative directory

2015-08-06 Thread Paul Eggleton
On Wednesday 05 August 2015 20:33:48 Khem Raj wrote: On Wed, Aug 5, 2015 at 2:01 AM, Ed Bartosh ed.bart...@linux.intel.com wrote: create-pull-request -d path creates empty patches if directory is specified as a path, i.e. ./bitbake or ./bitbake/ or full path. It behaves expected way only

Re: [OE-core] [PATCH] create-pull-request: cd to relative directory

2015-08-06 Thread Ed Bartosh
On Thu, Aug 06, 2015 at 09:38:16AM +0100, Paul Eggleton wrote: On Wednesday 05 August 2015 20:33:48 Khem Raj wrote: On Wed, Aug 5, 2015 at 2:01 AM, Ed Bartosh ed.bart...@linux.intel.com wrote: create-pull-request -d path creates empty patches if directory is specified as a path, i.e.

Re: [OE-core] [meta-oe][PATCH] dosfstools-2.11: Fix memory leak in mkdosfs

2015-08-06 Thread Paul Eggleton
On Thursday 06 August 2015 12:12:35 Alexander Kanavin wrote: On 08/06/2015 12:06 PM, Amarnath Valluri wrote: Added new patch that fixes the memory leak that was introduced in mkdosfs-dir.patch. You should update the original patch then, not pile additional patches on top. The least

[OE-core] [PATCH] qemu: upgrade to 2.4.0-rc4

2015-08-06 Thread Cristian Iorga
Bugfixes, bring it closer to 2.4.0 final release. Signed-off-by: Cristian Iorga cristian.io...@intel.com --- meta/recipes-devtools/qemu/{qemu_2.4.0-rc3.bb = qemu_2.4.0-rc4.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-devtools/qemu/{qemu_2.4.0-rc3.bb =