Re: [oe] [PATCH][meta-oe] minicoredumper: add the recipe

2016-07-21 Thread Huang, Jie (Jackie)
> -Original Message- > From: openembedded-devel-boun...@lists.openembedded.org > [mailto:openembedded-devel- > boun...@lists.openembedded.org] On Behalf Of Martin Jansa > Sent: Tuesday, April 12, 2016 5:07 PM > To: openembedded-devel@lists.openembedded.org > Subject: Re: [oe]

[oe] [meta-oe][PATCH V2] makedumpfile: add makedumpfile 1.6.0

2016-07-21 Thread mingli.yu
* Add makedumpfile 1.6.0 * Create alias for target such as powerpc as powerpc32 * Remove hardcode CFLAGS * Add CFLAGS_COMMON to instead of CFLAGS so can flexibly customize CFLAGS and not hardcode the CFLAGS as previously * Forcibly to link dynamic library as the poky build system doesn't build

[oe] [meta-oe][PATCH v2] minicoredumper: add the recipe

2016-07-21 Thread jackie.huang
From: Roy Li minicoredumper provides an alternate core dump facility for Linux to allow minimal and customized crash dumps Signed-off-by: Roy Li Signed-off-by: Jackie Huang ---

Re: [oe] [meta-oe][PATCH] makedumpfile: add makedumpfile 1.6.0

2016-07-21 Thread Yu, Mingli
On 2016年07月21日 21:34, Khem Raj wrote: On Thu, Jul 21, 2016 at 3:25 AM, wrote: ++CFLAGS_COMMON = $(CFLAGS_ARCH) \ ++ -DVERSION='"$(VERSION)"' \ ++ -DRELEASE_DATE='"$(DATE)"' ++ how is DATE calculated ? such things can hamper

[oe] [meta-initramfs][PATCH V3] grubby: add grubby 8.40-1

2016-07-21 Thread mingli.yu
* Add grubby bb * Rename grub2-editenv to grub-editenv as we don't use the name grub2-editenv for grub2 * Add ptest support * Update #!/bin/bash to #!/bin/sh in test.sh to remove bashisms Signed-off-by: Mingli Yu ---

Re: [oe] [meta-oe][PATCH V2] grubby: add grubby 8.40-1

2016-07-21 Thread Yu, Mingli
On 2016年07月21日 19:14, Martin Jansa wrote: On Tue, Jul 19, 2016 at 09:57:19AM +0800, mingli...@windriver.com wrote: * Add grubby bb * Rename grub2-editenv to grub-editenv as we don't use the name grub2-editenv for grub2 * Add ptest support * Update #!/bin/bash to #!/bin/sh in test.sh to

[oe] [meta-qt5 PATCH v4] qtwayland: Rework recipe to allow PACKAGECONFIG use

2016-07-21 Thread Otavio Salvador
The Qt Wayland uses some modules which can be enabled/disabled depending on users needs, however this must be deterministic. So we now use PACKAGECONFIG to enable/disable those features. Following options are available: - xcompositor - glx - xkb - wayland-egl - brcm-egl - drm-egl -

[oe] [meta-oe][PATCH v3] Pointing the LIC_FILES_CHKSUM to a valid file.

2016-07-21 Thread cynthiachiu
Signed-off-by: cynthiachiu --- .../canopennode/canopensocket_git.bb | 25 ++ 1 file changed, 25 insertions(+) create mode 100644 meta-oe/recipes-extended/canopennode/canopensocket_git.bb diff --git

Re: [oe] [meta-oe][PATCH v3] Pointing the LIC_FILES_CHKSUM to a valid file.

2016-07-21 Thread Cynthia Chiu
Will do. Thanks for your feedback! On Wed, Jul 20, 2016 at 11:37 AM, Martin Jansa wrote: > Squash this into v2 to make it proper v3. > > Thanks. > > On Wed, Jul 20, 2016 at 7:23 PM, cynthiachiu > wrote: > > > Signed-off-by: cynthiachiu

[oe] [meta-qt5 PATCH v3] qtwayland: Rework recipe to allow PACKAGECONFIG use

2016-07-21 Thread Otavio Salvador
The Qt Wayland uses some modules which can be enabled/disabled depending on users needs, however this must be deterministic. So we now use PACKAGECONFIG to enable/disable those features. Following options are available: - xcompositor - glx - xkb - wayland-egl - brcm-egl - drm-egl -

Re: [oe] [meta-networking][PATCH v2 2/2] meta-networking: override SECURITY_CFLAGS for c-ares

2016-07-21 Thread André Draszik
On Mo, 2016-07-18 at 02:52 -0700, Khem Raj wrote: > > > > On Jul 18, 2016, at 2:46 AM, André Draszik wrote: > > > > On Mo, 2016-07-18 at 01:37 -0700, Andre McCurdy wrote: > > > > > > On Mon, Jul 18, 2016 at 1:16 AM, Khem Raj wrote: > > > > > > > > > > >

[oe] Fwd: Building OpenJDK 8 with X11 support

2016-07-21 Thread Fedor L
Hello, I'm trying to get a Java application running on a Yocto Linux / OE based (arm) board. The application uses Java 8 with AWT in headless mode. As I understand, sun.awt.X11.XToolkit instance is still needed to get it running even in headless mode. I'm using meta-java layer from OE. By

Re: [oe] [meta-java][PATCH v2] openjdk-8: ignore wrong GCCVERSION-flag

2016-07-21 Thread Fabio Berton
It works for me. I tested using host gcc 4.9.x and oe-core krogoth. Without this patch bitbake fail with ExpansionError during parsing. On Thu, Jul 21, 2016 at 10:09 AM, Sven Ebenfeld < sven.ebenf...@vaillant-group.com> wrote: > During my recipe parsing, GCCVERSION in the cross case seems to >

[oe] [meta-xfce][PATCH] xfce4-terminal: add dependency on vte9-termcap

2016-07-21 Thread Dmitry Rozhkov
xfce4-terminal requires vte9-termcap to be installed at run time to be fully functional. The patch adds vte9-termcap to xfce4-terminal's RDEPENDS. Signed-off-by: Dmitry Rozhkov --- meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.6.3.bb | 1 + 1 file

[oe] [meta-networking][PATCH] meta_networking_security_flags.inc: add weak assignment for lcl_maybe_fortify

2016-07-21 Thread Martin Jansa
Without this it breaks builds which don't include conf/distro/include/security_flags.inc with: lcl_maybe_fortify = "${@base_conditional('DEBUG_BUILD','1','','-D_FORTIFY_SOURCE=2',d)}" because then lcl_maybe_fortify isn't defined and gcc in c-ares do_configure gets it unexpaned and fails:

Re: [oe] [meta-networking][PATCH 2/2] meta-networking: override SECURITY_CFLAGS for c-ares

2016-07-21 Thread Martin Jansa
On Fri, Jul 15, 2016 at 01:54:21PM +0100, g...@andred.net wrote: > From: André Draszik > > c-ares doesn't build if the distro has enabled usage of the > security_flags.inc file as it is picky about what is placed > into CPPFLAGS and CFLAGS. It complains and errors out if

Re: [oe] [meta-oe][PATCH] makedumpfile: add makedumpfile 1.6.0

2016-07-21 Thread Khem Raj
On Thu, Jul 21, 2016 at 3:25 AM, wrote: > ++CFLAGS_COMMON = $(CFLAGS_ARCH) \ > ++ -DVERSION='"$(VERSION)"' \ > ++ -DRELEASE_DATE='"$(DATE)"' > ++ how is DATE calculated ? such things can hamper reproducability if they use the system date at

[oe] [meta-java][PATCH v2] openjdk-8: ignore wrong GCCVERSION-flag

2016-07-21 Thread Sven Ebenfeld
During my recipe parsing, GCCVERSION in the cross case seems to be 'l' this leads to a ValueError during recipe parsing. Therefore check type before trying to parse the version flag. Signed-off-by: Sven Ebenfeld --- recipes-core/openjdk/openjdk-8-common.inc | 6

[oe] [meta-java][PATCH] openjdk-8: ignore wrong GCCVERSION-flag

2016-07-21 Thread Sven Ebenfeld
During my recipe parsing, GCCVERSION in the cross case seems to be 'l' this leads to a ValueError during recipe parsing. Therefore check type before trying to parse the version flag. Signed-off-by: Sven Ebenfeld --- recipes-core/openjdk/openjdk-8-common.inc | 2 +- 1

Re: [oe] [meta-oe][PATCH V2] grubby: add grubby 8.40-1

2016-07-21 Thread Martin Jansa
On Tue, Jul 19, 2016 at 09:57:19AM +0800, mingli...@windriver.com wrote: > * Add grubby bb > * Rename grub2-editenv to grub-editenv as > we don't use the name grub2-editenv for grub2 > * Add ptest support > * Update #!/bin/bash to #!/bin/sh in test.sh to remove > bashisms > > Signed-off-by:

[oe] [meta-oe][PATCH] makedumpfile: add makedumpfile 1.6.0

2016-07-21 Thread mingli.yu
* Add makedumpfile 1.6.0 * Create alias for target such as powerpc as powerpc32 * Remove hardcode CFLAGS * Add CFLAGS_COMMON to instead of CFLAGS so can flexibly customize CFLAGS and not hardcode the CFLAGS as previously * Forcibly to link dynamic library as the poky build system doesn't build