Re: [OE-core] [PATCH] qemu: upgrade to 1.6.0

2013-09-16 Thread Khem Raj
Hi Chris On Mon, Sep 16, 2013 at 6:26 PM, Chris Patterson wrote: > This update also drops the following patches which appear to have been > resolved upstream: > - ftd_header.patch > - target-i386-Fix-aflag-logic-for-CODE64-and-the-0x67-.patch > Thanks for the patch. I think its a tad late for 1

Re: [OE-core] [PATCH 1/1] webkit-gtk: limit ld memory requirement

2013-09-16 Thread Khem Raj
On Mon, Sep 16, 2013 at 10:11 PM, Kang Kai wrote: > Without patch: > real 76m1.646s > user 86m36.704s > sys 38m39.103s > > With patch: > real 63m36.193s > user 86m9.274s > sys 37m48.431s > > It seems the link option doesn't increase the compile time. on the contrary its reducing the build time wh

[OE-core] [PATCH 1/1] libunistring: remove the test to convert euc-jp in configure

2013-09-16 Thread jackie.huang
From: Jackie Huang Remove the test "Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is provided" since we don't support HP-UX and if the euc-jp is not installed on the host, libunistring will be built without iconv support and will cause guild-native configure fail. Signed-off-by

[OE-core] [PATCH 0/1] libunistring: remove the test to convert euc-jp in configure

2013-09-16 Thread jackie.huang
From: Jackie Huang The following changes since commit 1ab0813c819d3b785178faa458486efa6992c636: linux-yocto/3.10: genericx86 meta data factoring (2013-09-14 08:36:23 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib jhuang0/d_guile-libunstring_0916_1 htt

Re: [OE-core] [PATCH 1/1] webkit-gtk: limit ld memory requirement

2013-09-16 Thread Kang Kai
On 2013年09月15日 08:39, Saul Wold wrote: On 09/14/2013 12:10 PM, Burton, Ross wrote: On 14 September 2013 05:35, Khem Raj wrote: It does not come with out a price. Have you measured how much performance degradation it brings in ? We need that to assess the trade off and also describe the machin

[OE-core] [PATCH v2] perf: Ensure we use CFLAGS and LDFLAGS settings from kernel build system

2013-09-16 Thread Otavio Salvador
The kernel build system does the right thing here and we should stop overriding it. This code has been added based on a change from 'meta-metro' layer, revision 9d698004137c1a888d40d6a4808d94afa22387e7, without any information about what problem it fixes so I am reverting it. Using the CFLAGS and

Re: [OE-core] [PATCH 1/1] libxml2: fix LSB desktop-xml tests failure

2013-09-16 Thread Hongxu Jia
On 09/17/2013 01:09 AM, Khem Raj wrote: On Sep 16, 2013, at 4:14 AM, Hongxu Jia wrote: The commit http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=8780c5ddf2916bbd42fc67b79c286652aebb1546 add a patch to fix a security issue. It modify include file 'tree.h' to add 'const char *dummy_ch

[OE-core] [PATCH 0/1] python-smartpm: truncate the filename to meet NAME_MAX

2013-09-16 Thread Robert Yang
Now, with this and other patches that have been sent, the build work well when len(TMPDIR) = 410 MACHINE = qemux86 PACKAGE_CLASSES ?= "package_rpm" $ bitbake core-image-sato core-image-sato-sdk meta-toolchain-sdk // Robert The following changes since commit 39931100ed6fb53105bf159edbdead0260d824

[OE-core] [PATCH 1/1] python-smartpm: truncate the filename to meet NAME_MAX

2013-09-16 Thread Robert Yang
There is a "File name too long" error when len(TMPDIR) = 410, this is because the function getLocalPath() converts the filepath into the filename, so there would be the error when len(filename) > NAME_MAX, truncate the filename to meet NAME_MAX will fix the problem. [YOCTO #5201] Signed-off-by: R

Re: [OE-core] [PATCH 1/1] telepathy-mission-control: do_compile failed (race issue)

2013-09-16 Thread Robert Yang
On 09/17/2013 07:49 AM, Burton, Ross wrote: On 17 September 2013 00:08, Burton, Ross wrote: This is a race issue, the _gen/gtypes.h and _gen/gtypes-body.h may write(remove/rename) _gen/gtypes.tmp at the same time, then there would be the error. Use ".NOTPARALLEL: _gen/gtypes.h _gen/gtypes-bod

[OE-core] [PATCH] qemu: upgrade to 1.6.0

2013-09-16 Thread Chris Patterson
This update also drops the following patches which appear to have been resolved upstream: - ftd_header.patch - target-i386-Fix-aflag-logic-for-CODE64-and-the-0x67-.patch Signed-off-by: Chris Patterson --- meta/recipes-devtools/qemu/files/fdt_header.patch | 39 --- ...-Fix-aflag-logic-f

Re: [OE-core] [PATCH 1/1] telepathy-mission-control: do_compile failed (race issue)

2013-09-16 Thread Burton, Ross
On 17 September 2013 00:08, Burton, Ross wrote: >> This is a race issue, the _gen/gtypes.h and _gen/gtypes-body.h may >> write(remove/rename) _gen/gtypes.tmp at the same time, then there would >> be the error. >> >> Use ".NOTPARALLEL: _gen/gtypes.h _gen/gtypes-body.h" will fix the >> problem. > >

Re: [OE-core] [PATCH 1/1] telepathy-mission-control: do_compile failed (race issue)

2013-09-16 Thread Burton, Ross
On 14 September 2013 09:49, Robert Yang wrote: > There might be an error when parallel build: > > [snip] > Traceback (most recent call last): > File "/path/to/tools/glib-gtypes-generator.py", line 304, in > GTypesGenerator(dom, argv[1], argv[2])() > File "/path/to/tools/glib-gtypes-genera

Re: [OE-core] re. Enabling x264 support in gstreamer

2013-09-16 Thread Burton, Ross
On 16 September 2013 23:22, Gary Thomas wrote: > I did indeed get it working by using the attached .bbappend file. > Actually pretty simple, I hope that the documentation on PACKAGECONFIG > catches up soon. You don't need the DEPENDS line, the x264 stana specifies that for you. I presume you're

Re: [OE-core] re. Enabling x264 support in gstreamer

2013-09-16 Thread Gary Thomas
On 2013-09-16 16:09, Tim Biernat wrote: Just wondering if you got this working? I am trying to build gstreamer with h.264 support on Intel n450 for some time now without success. Firstly, since this message was on a public email list, it's polite to keep the discussion there so that everyone b

Re: [OE-core] [PATCH] linux-libc-headers: Add big warning about antisocial behaviour

2013-09-16 Thread Khem Raj
On Monday, September 16, 2013, Phil Blundell wrote: > On Mon, 2013-09-16 at 09:24 -0700, Khem Raj wrote: >> On Sat, Sep 14, 2013 at 12:19 AM, Phil Blundell wrote: >> > On Fri, 2013-09-13 at 21:24 -0700, Khem Raj wrote: >> >> There are cases where we have bsps with 2.6.3x kernels and libc >> >> co

Re: [OE-core] [PATCH] linux-libc-headers: Add big warning about antisocial behaviour

2013-09-16 Thread Phil Blundell
On Mon, 2013-09-16 at 09:24 -0700, Khem Raj wrote: > On Sat, Sep 14, 2013 at 12:19 AM, Phil Blundell wrote: > > On Fri, 2013-09-13 at 21:24 -0700, Khem Raj wrote: > >> There are cases where we have bsps with 2.6.3x kernels and libc > >> compiled against 3.10 assumes syscalls > > > > That is a bug

Re: [OE-core] [PATCH] linux-libc-headers: Add big warning about antisocial behaviour

2013-09-16 Thread Khem Raj
On Sat, Sep 14, 2013 at 12:19 AM, Phil Blundell wrote: > On Fri, 2013-09-13 at 21:24 -0700, Khem Raj wrote: >> There are cases where we have bsps with 2.6.3x kernels and libc >> compiled against 3.10 assumes syscalls > > That is a bug in glibc. It should not be doing that unless configured > --en

Re: [OE-core] [v2 PATCH 4/7] syslinux.bbclass, syslinux: Update to syslinux 6.01

2013-09-16 Thread Martin Jansa
On Mon, Sep 16, 2013 at 11:10:17AM -0700, Darren Hart wrote: > On Sat, 2013-09-14 at 15:16 +0200, Martin Jansa wrote: > > On Sat, Sep 14, 2013 at 07:19:43AM -0500, Jason Wessel wrote: > > > On 09/14/2013 03:05 AM, Martin Jansa wrote: > > > > On Fri, Sep 13, 2013 at 07:09:00PM -0500, Jason Wessel wr

[OE-core] OE Changelog since 2013-09-08 until 2013-09-15

2013-09-16 Thread cliff . brake
Changelog since 2013-09-08 until 2013-09-15. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom: git://github.com/Angstrom-distr

Re: [OE-core] [v2 PATCH 4/7] syslinux.bbclass, syslinux: Update to syslinux 6.01

2013-09-16 Thread Darren Hart
On Sat, 2013-09-14 at 15:16 +0200, Martin Jansa wrote: > On Sat, Sep 14, 2013 at 07:19:43AM -0500, Jason Wessel wrote: > > On 09/14/2013 03:05 AM, Martin Jansa wrote: > > > On Fri, Sep 13, 2013 at 07:09:00PM -0500, Jason Wessel wrote: > > >> A newer version of syslinux is required for an EFI enable

Re: [OE-core] [RFC][PATCH] mesa-gl: add GL-only Mesa recipe

2013-09-16 Thread Burton, Ross
On 16 September 2013 17:16, Kamble, Nitin A wrote: > The PROVIDES from mesa.inc is not what mesa-gl recipe provides. Mesa-gl is > dropping > gles & elg components, and that should be reflected in the PROVIDES. Right? Urgh, yes. That will teach me for grabbing an hour of work in between being da

Re: [OE-core] [v2 PATCH 5/7] bootimage.bbclass, grub-efi.bbclass: Improve EFI & PCBIOS+EFI ISO support

2013-09-16 Thread Darren Hart
On Fri, 2013-09-13 at 19:09 -0500, Jason Wessel wrote: > Using the latest mkisofs it is possible to generate 3 different types > of ISO images, which can be used in various scenarios. > > 1) PCBIOS Only ISO >- This option remains unchanged by this commit >- Uses syslinux menus >- Can b

Re: [OE-core] [v2 PATCH 6/7] grub-efi.bbclass: Add serial and graphics menu options

2013-09-16 Thread Darren Hart
On Fri, 2013-09-13 at 19:09 -0500, Jason Wessel wrote: > The syslinux.bbclass already has support for automatically generated > serial and graphics menu choices. This patch adds the same concept to > the grub-efi menu. That makes it possible to generate a single image > which can boot on a PCBIOS

Re: [OE-core] [PATCH 5/5] grub-efi.bbclass: Add serial and graphics menu options

2013-09-16 Thread Darren Hart
On Fri, 2013-09-13 at 16:58 -0500, Jason Wessel wrote: > On 09/12/2013 03:09 PM, Darren Hart wrote: > > On Thu, 2013-09-12 at 14:52 -0500, Jason Wessel wrote: > >> On 09/12/2013 01:16 PM, Darren Hart wrote: > >>> On Thu, 2013-09-12 at 12:19 -0500, Jason Wessel wrote: ... > +GRUB_SERIAL ?= "

Re: [OE-core] [v2 PATCH 7/7] bootimage.bbclass, zisofs-tools-native: add ability to compress ISO images

2013-09-16 Thread Darren Hart
On Fri, 2013-09-13 at 19:09 -0500, Jason Wessel wrote: > The mkzftree is needed to allow ISO images to be compressed with > minimal runtime overhead. Below is an example of the savings on a > core-image-minimal. > > Before ls -l: > 24117248 core-image-minimal-qemux86-64.iso > > Using the mkzftre

Re: [OE-core] [PATCH] connman: Ignore the NFS root network interface in init script

2013-09-16 Thread Enrico Scholz
Jukka Rissanen writes: > The connman init.d script tried to ignore all the network interfaces > if NFS root is configured. We should only ignore the interface that is > used by NFS root. This does not really work; e.g. here: 1. the cmdline is 'ip=dhcp' and won't be detected by your expression

[OE-core] [PATCH][V2 3/4] xserver-xorg: change mesa dependency to virtual/mesa

2013-09-16 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-graphics/xorg-xserver/xserver-xorg.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc index ab8171c..969b84e 100644 --- a/

[OE-core] [PATCH][V2 1/4] mesa: add virtual/mesa provider

2013-09-16 Thread Ross Burton
As there are two alternative mesa recipes (mesa and mesa-gl), there needs to be a virtual provider that recipes that explicitly need Mesa (such as xserver-xorg) can depend on. Signed-off-by: Ross Burton --- meta/conf/distro/include/default-providers.inc |1 + meta/recipes-graphics/mesa/mesa.

[OE-core] [PATCH][V2 4/4] weston: change mesa dependency to virtual/mesa

2013-09-16 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-graphics/wayland/weston_1.1.0.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/wayland/weston_1.1.0.bb b/meta/recipes-graphics/wayland/weston_1.1.0.bb index b765f65..8280bf2 100644 --- a/meta/recipes-graph

[OE-core] [PATCH][V2 2/4] mesa-gl: add GL-only Mesa recipe

2013-09-16 Thread Ross Burton
Some machines have hardware-specific GL drivers that do EGL and GLES (many ARM boards). Others have their own EGL/GLES drivers and provide a Mesa DRI driver (EMGD). Previously adding Mesa, for software GL/GLX rendering in the first case and hardware GLX in the second, involved bbappends and chang

Re: [OE-core] [PATCH 1/1] libxml2: fix LSB desktop-xml tests failure

2013-09-16 Thread Burton, Ross
On 16 September 2013 18:09, Khem Raj wrote: > IMO the testcase should be fixed. This is security patch that you are > disabling. I don't think LSB compliance > should mean less secure Yes, what Khem said. Ross ___ Openembedded-core mailing list Openem

Re: [OE-core] [v2 PATCH 3/7] grub-efi-native: Add support for EFI ISO images

2013-09-16 Thread Darren Hart
On Fri, 2013-09-13 at 19:08 -0500, Jason Wessel wrote: > The iso9660 file system support needs to be added to grub in order to > be able to correctly find the grub.cfg. The grub commands to locate > the grub.cfg also needs to be encoded into grub's default > configuration. > > This change allows

Re: [OE-core] [v2 PATCH 2/7] cdrtools-native: Update from 3.00 to 3.01a17

2013-09-16 Thread Darren Hart
On Fri, 2013-09-13 at 19:08 -0500, Jason Wessel wrote: > The update is needed to support generation of EFI boot images that > work with optical media. Specifically the "-eltorito-platform efi" > capability for mkisofs is needed. > > [YOCTO #4100] > > Signed-off-by: Jason Wessel Reviewed-by: Da

Re: [OE-core] [PATCH] systemd: split out systemd-binfmt as a separate package

2013-09-16 Thread Enrico Scholz
Ross Burton writes: > If binfmt_misc was compiled as a module but isn't installed then > systemd-binfmt > will put an automounter on /proc/sys/fs/binfmt_misc and when it attempts to > automount (e.g. when df is called) it can't find support for the filesystem, > and > throws an error. > > As bi

Re: [OE-core] [v2 PATCH 1/7] bootimage.bbclass: Move fat image creation into a function

2013-09-16 Thread Darren Hart
On Fri, 2013-09-13 at 19:08 -0500, Jason Wessel wrote: > In order to call the fat image creation multiple times it needs to be > in its own function. A future commit will make use of the new > function to additionally create EFI image files for use with an ISO. > > [YOCTO #4100] > [YOCTO #1913] >

Re: [OE-core] [PATCH 1/1] libxml2: fix LSB desktop-xml tests failure

2013-09-16 Thread Khem Raj
On Sep 16, 2013, at 4:14 AM, Hongxu Jia wrote: > The commit > http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=8780c5ddf2916bbd42fc67b79c286652aebb1546 > add a patch to fix a security issue. It modify include file 'tree.h' > to add 'const char *dummy_children' on 'struct _xmlNs'. > > B

Re: [OE-core] [PATCH 1/2] transfig-native: remove, nothing depends on it

2013-09-16 Thread Khem Raj
On Sep 16, 2013, at 2:30 AM, "Burton, Ross" wrote: > On 16 September 2013 10:15, Burton, Ross wrote: >> On 16 September 2013 09:58, Robert Yang wrote: >>> Is there a specify reason that we need to remove it ? transfig >>> provides fig2dev which is used for building the documentation, >>> for e

Re: [OE-core] lib ao ?

2013-09-16 Thread JC
Thanks. I'll have a look. FWIW I created my own libao recipe, I'll clean it to comply to recipe policy and will send it if the older one doesn't work out Jay — JC On Mon, Sep 16, 2013 at 5:37 PM, Paul Eggleton wrote: > On Monday 16 September 2013 10:59:43 Randy MacLeod wrote: >> On 13-0

Re: [OE-core] lib ao ?

2013-09-16 Thread Paul Eggleton
On Monday 16 September 2013 10:59:43 Randy MacLeod wrote: > On 13-09-13 07:12 PM, JC wrote: > > Hi, > > > > I cannot find a trace of libao. Is this present somewhere in some > > It is: > http://cgit.openembedded.org/cgit.cgi/openembedded/tree/recipes/libao/libao_ > 0.8.8.bb > > openembedded-* rep

Re: [OE-core] [RFC][PATCH] mesa-gl: add GL-only Mesa recipe

2013-09-16 Thread Kamble, Nitin A
> -Original Message- > From: Burton, Ross [mailto:ross.bur...@intel.com] > Sent: Monday, September 16, 2013 8:00 AM > To: Kamble, Nitin A > Cc: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [RFC][PATCH] mesa-gl: add GL-only Mesa recipe > > On 14 September 2013 01:49,

Re: [OE-core] [PATCH] perf: Remove CFLAGS and LDFLAGS override

2013-09-16 Thread Otavio Salvador
On Mon, Sep 16, 2013 at 11:48 AM, Bruce Ashfield wrote: > On Mon, Sep 16, 2013 at 9:53 AM, Otavio Salvador > wrote: >> On Mon, Sep 16, 2013 at 8:01 AM, Otavio Salvador >> wrote: >>> On Mon, Sep 16, 2013 at 4:10 AM, Saul Wold wrote: On 09/15/2013 06:37 PM, Otavio Salvador wrote: > >

Re: [OE-core] [PATCH] linux-libc-headers: Add big warning about antisocial behaviour

2013-09-16 Thread Mark Hatle
On 9/13/13 6:18 AM, Richard Purdie wrote: I'm getting concerned with the number of people forking this recipe and not understanding what they're doing. I'm therefore proposing adding in a suitable warning to people thinking of copying it. Signed-off-by: Richard Purdie --- diff --git a/meta/reci

Re: [OE-core] [PATCH] connman: Ignore the NFS root network interface in init script

2013-09-16 Thread Saul Wold
On 09/06/2013 12:23 AM, Jukka Rissanen wrote: The connman init.d script tried to ignore all the network interfaces if NFS root is configured. We should only ignore the interface that is used by NFS root. [YOCTO #4587] Signed-off-by: Jukka Rissanen --- meta/recipes-connectivity/connman/connma

Re: [OE-core] [PATCH] linux-libc-headers: Add big warning about antisocial behaviour

2013-09-16 Thread Hans Beckérus
On Mon, Sep 16, 2013 at 5:47 PM, Mark Hatle wrote: > On 9/13/13 6:18 AM, Richard Purdie wrote: >> >> I'm getting concerned with the number of people forking this recipe >> and not understanding what they're doing. I'm therefore proposing >> adding in a suitable warning to people thinking of copyin

[OE-core] [PATCH 2/4] mesa: add virtual/mesa provider

2013-09-16 Thread Ross Burton
As there are two alternative mesa recipes (mesa and mesa-gl), there needs to be a virtual provider that recipes that explicitly need Mesa (such as xserver-xorg) can depend on. Signed-off-by: Ross Burton --- meta/conf/distro/include/default-providers.inc |1 + meta/recipes-graphics/mesa/mesa.

Re: [OE-core] [RFC][PATCH] mesa-gl: add GL-only Mesa recipe

2013-09-16 Thread Burton, Ross
On 14 September 2013 01:49, Kamble, Nitin A wrote: > http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=nitin/mesagl The change to separatebuilddir.inc seems wrong and I merged your dri change to mesa-gl.bb into my branch which had moved on since you looked at it. You won't need a PRO

Re: [OE-core] [PATCH] perf: Remove CFLAGS and LDFLAGS override

2013-09-16 Thread Bruce Ashfield
On Mon, Sep 16, 2013 at 9:53 AM, Otavio Salvador wrote: > On Mon, Sep 16, 2013 at 8:01 AM, Otavio Salvador > wrote: >> On Mon, Sep 16, 2013 at 4:10 AM, Saul Wold wrote: >>> On 09/15/2013 06:37 PM, Otavio Salvador wrote: The kernel build system does the right thing here and we should st

Re: [OE-core] lib ao ?

2013-09-16 Thread Randy MacLeod
On 13-09-13 07:12 PM, JC wrote: Hi, I cannot find a trace of libao. Is this present somewhere in some It is: http://cgit.openembedded.org/cgit.cgi/openembedded/tree/recipes/libao/libao_0.8.8.bb openembedded-* repo I would have missed ? I could not find it in layers.openembedded.org The UI

[OE-core] [PATCH 1/4] mesa-gl: add GL-only Mesa recipe

2013-09-16 Thread Ross Burton
Some machines have hardware-specific GL drivers that do EGL and GLES (many ARM boards). Others have their own EGL/GLES drivers and provide a Mesa DRI driver (EMGD). Previously adding Mesa, for software GL/GLX rendering in the first case and hardware GLX in the second, involved bbappends and chang

[OE-core] [PATCH 3/4] xserver-xorg: change mesa dependency to virtual/mesa

2013-09-16 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-graphics/xorg-xserver/xserver-xorg.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc index ab8171c..969b84e 100644 --- a/

[OE-core] [PATCH 4/4] weston: change mesa dependency to virtual/mesa

2013-09-16 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/recipes-graphics/wayland/weston_1.1.0.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/wayland/weston_1.1.0.bb b/meta/recipes-graphics/wayland/weston_1.1.0.bb index b765f65..8280bf2 100644 --- a/meta/recipes-graph

Re: [OE-core] [RFC][PATCH] mesa-gl: add GL-only Mesa recipe

2013-09-16 Thread Burton, Ross
On 16 September 2013 16:00, Burton, Ross wrote: > The change to separatebuilddir.inc seems wrong Can't read diffs, thanks for the fix. ;) Ross ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mai

[OE-core] [PATCH] Revert "initrdscripts: look for new systemd-udevd location"

2013-09-16 Thread Ross Burton
systemd-udevd is back in /lib, so revert this change. This reverts commit 27bb516be433ed9dcde6fe4a17d2429951a010a0. Signed-off-by: Ross Burton --- meta/recipes-core/initrdscripts/files/init-live.sh |2 +- meta/recipes-core/initrdscripts/initramfs-framework/udev |2 +- 2 files chan

Re: [OE-core] [PATCH] perf: Remove CFLAGS and LDFLAGS override

2013-09-16 Thread Otavio Salvador
On Mon, Sep 16, 2013 at 8:01 AM, Otavio Salvador wrote: > On Mon, Sep 16, 2013 at 4:10 AM, Saul Wold wrote: >> On 09/15/2013 06:37 PM, Otavio Salvador wrote: >>> >>> The kernel build system does the right thing here and we should stop >>> overriding it. This code has been added based on a change

Re: [OE-core] [PATCH] linux-libc-headers: Add big warning about antisocial behaviour

2013-09-16 Thread Bruce Ashfield
On Fri, Sep 13, 2013 at 7:18 AM, Richard Purdie wrote: > I'm getting concerned with the number of people forking this recipe > and not understanding what they're doing. I'm therefore proposing > adding in a suitable warning to people thinking of copying it. > This definitely has my vote. Its an i

[OE-core] [PATCH 0/1] libxml2: fix LSB desktop-xml tests failure

2013-09-16 Thread Hongxu Jia
The following changes since commit dd36930f3f37b2e0e1258de28ac1b1fa99cf196f: bitbake: data_smart: Account for changes in append/prepend/remove in the config hash (2013-09-12 17:03:17 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/fix-lsb-libxml2

[OE-core] [PATCH 1/1] libxml2: fix LSB desktop-xml tests failure

2013-09-16 Thread Hongxu Jia
The commit http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=8780c5ddf2916bbd42fc67b79c286652aebb1546 add a patch to fix a security issue. It modify include file 'tree.h' to add 'const char *dummy_children' on 'struct _xmlNs'. But lsb test suites didn't do this in his own include file, so

Re: [OE-core] [PATCH] perf: Remove CFLAGS and LDFLAGS override

2013-09-16 Thread Otavio Salvador
On Mon, Sep 16, 2013 at 4:10 AM, Saul Wold wrote: > On 09/15/2013 06:37 PM, Otavio Salvador wrote: >> >> The kernel build system does the right thing here and we should stop >> overriding it. This code has been added based on a change from >> 'meta-metro' layer, revision 9d698004137c1a888d40d6a480

Re: [OE-core] [PATCH 1/2] transfig-native: remove, nothing depends on it

2013-09-16 Thread Robert Yang
On 09/16/2013 05:30 PM, Burton, Ross wrote: On 16 September 2013 10:15, Burton, Ross wrote: On 16 September 2013 09:58, Robert Yang wrote: Is there a specify reason that we need to remove it ? transfig provides fig2dev which is used for building the documentation, for example, gstreamer and

Re: [OE-core] [PATCH] linux-libc-headers: Add big warning about antisocial behaviour

2013-09-16 Thread Anders Darander
* Khem Raj [130914 06:24]: > On Friday, September 13, 2013, Richard Purdie wrote: > I'm getting concerned with the number of people forking this recipe > and not understanding what they're doing. I'm therefore proposing > adding in a suitable warning to people thinking of copying i

Re: [OE-core] [PATCH] linux-libc-headers: Add big warning about antisocial behaviour

2013-09-16 Thread Anders Darander
* Richard Purdie [130913 13:18]: > I'm getting concerned with the number of people forking this recipe > and not understanding what they're doing. I'm therefore proposing > adding in a suitable warning to people thinking of copying it. > Signed-off-by: Richard Purdie Acked-by: Anders Darander

[OE-core] [PATCH V1] openssh: use volatiles for managing /var/run/sshd

2013-09-16 Thread Ming Liu
It fixes the following failure: "fatal: Missing privilege separation directory: /var/run/sshd" when sshd is started through xinetd. Signed-off-by: Ming Liu --- .../openssh/openssh-6.2p2/volatiles.99_sshd|1 + meta/recipes-connectivity/openssh/openssh_6.2p2.bb |8 ++-- 2 file

Re: [OE-core] [PATCH 1/2] transfig-native: remove, nothing depends on it

2013-09-16 Thread Burton, Ross
On 16 September 2013 10:15, Burton, Ross wrote: > On 16 September 2013 09:58, Robert Yang wrote: >> Is there a specify reason that we need to remove it ? transfig >> provides fig2dev which is used for building the documentation, >> for example, gstreamer and libtheora may use fig2dev. > > Conside

Re: [OE-core] [PATCH] openssh: use volatiles for managing /var/run/sshd

2013-09-16 Thread Ming Liu
On 09/16/2013 04:54 PM, Stanacar, StefanX wrote: Hi Ming, On Fri, 2013-09-13 at 17:10 +0800, Ming Liu wrote: It fixes the following failure: "fatal: Missing privilege separation directory: /var/run/sshd" when sshd is started through xinetd. With this patch applied, openssh doesn't start anymo

Re: [OE-core] [PATCH 1/2] transfig-native: remove, nothing depends on it

2013-09-16 Thread Burton, Ross
On 16 September 2013 09:58, Robert Yang wrote: > Is there a specify reason that we need to remove it ? transfig > provides fig2dev which is used for building the documentation, > for example, gstreamer and libtheora may use fig2dev. Considering nothing depends on it, clearly not in stock oe-core.

Re: [OE-core] [PATCH 1/2] transfig-native: remove, nothing depends on it

2013-09-16 Thread Robert Yang
Hi Ross, Is there a specify reason that we need to remove it ? transfig provides fig2dev which is used for building the documentation, for example, gstreamer and libtheora may use fig2dev. // Robert On 09/16/2013 04:26 PM, Ross Burton wrote: Signed-off-by: Ross Burton --- .../transfig/tran

Re: [OE-core] [PATCH] openssh: use volatiles for managing /var/run/sshd

2013-09-16 Thread Stanacar, StefanX
Hi Ming, On Fri, 2013-09-13 at 17:10 +0800, Ming Liu wrote: > It fixes the following failure: > "fatal: Missing privilege separation directory: /var/run/sshd" > > when sshd is started through xinetd. With this patch applied, openssh doesn't start anymore in standard images (e.g. core-image-sato-

[OE-core] [PATCH 1/2] transfig-native: remove, nothing depends on it

2013-09-16 Thread Ross Burton
Signed-off-by: Ross Burton --- .../transfig/transfig-native_3.2.5d.bb | 39 .../packagegroups/packagegroup-toolset-native.bb |1 - 2 files changed, 40 deletions(-) delete mode 100644 meta/recipes-devtools/transfig/transfig-native_3.2.5d.bb diff --git a/m

[OE-core] [PATCH 2/2] imake: remove

2013-09-16 Thread Ross Burton
Remove both imake and the associated xorg-cf-files, as nothing has used imake to build for a long time. Signed-off-by: Ross Burton --- .../packagegroups/packagegroup-toolset-native.bb |2 -- meta/recipes-graphics/xorg-util/imake_1.0.5.bb | 20 .../xorg-util/xorg-

Re: [OE-core] [PATCH] connman: Fix EXTRA_OECONF

2013-09-16 Thread Jukka Rissanen
On 13.09.2013 17:59, Muhammad Shakeel wrote: On 09/13/2013 05:56 PM, Jukka Rissanen wrote: Hi Muhammad, -PACKAGECONFIG[wifi] = "--enable-wifi, --disable-wifi, wpa-supplicant" -PACKAGECONFIG[bluetooth] = "--enable-bluetooth, --disable-bluetooth, bluez4" -PACKAGECONFIG[3g] = "--enable-ofono, --d

Re: [OE-core] [PATCH] perf: Remove CFLAGS and LDFLAGS override

2013-09-16 Thread Saul Wold
On 09/15/2013 06:37 PM, Otavio Salvador wrote: The kernel build system does the right thing here and we should stop overriding it. This code has been added based on a change from 'meta-metro' layer, revision 9d698004137c1a888d40d6a4808d94afa22387e7, without any information about what problem it f