Re: [OE-core] [RFC][PATCH] u-boot-mkimage: allow building target version of the tool

2014-11-08 Thread Denys Dmytriyenko
On Sat, Nov 08, 2014 at 05:12:36PM -0200, Otavio Salvador wrote: > On Fri, Nov 7, 2014 at 8:24 PM, Denys Dmytriyenko wrote: > > From: Denys Dmytriyenko > > > > u-boot doesn't really support building its tools for the target, as they are > > built with HOSTCC compiler, which is also used to compil

Re: [OE-core] [PATCH 1/1] systemd: make /etc/sysctl.conf have real effect

2014-11-08 Thread ChenQi
Martin & Koen, I've sent out a new patch. The title is '[OE-core] [PATCH 0/1] procps: install symlink under /etc/sysctl.d in case of systemd'. Thanks for your reviewing. Best Regards, Chen Qi On 11/07/2014 10:29 PM, Martin Jansa wrote: On Fri, Nov 07, 2014 at 11:34:47AM +0800, ChenQi wrote:

[OE-core] [PATCH 1/1] procps: install symlink under /etc/sysctl.d in case of systemd

2014-11-08 Thread Chen Qi
Install /etc/sysctl.d/99-sysctl.conf symlink in case of systemd so that /etc/sysctl.conf is taken into consideration by systemd-sysctl. Signed-off-by: Chen Qi --- meta/recipes-extended/procps/procps_3.2.8.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-extended/procps/pro

[OE-core] [PATCH 0/1] procps: install symlink under /etc/sysctl.d in case of systemd

2014-11-08 Thread Chen Qi
The following changes since commit d7a277b35bcc67050046c76fb70412101679a545: docbook-xsl-stylesheets: add perl to RDEPENDS (2014-11-04 10:20:34 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/procps-sysctl.d http://cgit.openembedd

[OE-core] building world

2014-11-08 Thread akuster808
Hello, I am seeing a warning while build world on oo-core Master and Dizzy. "WARNING: Building libpam but 'pam' isn't in DISTRO_FEATURES, PAM won't work correctly" It seems to me that if one is building 'world' then all "DISTRO_FEATURES" should be defined, otherwise World isn't really world.

Re: [OE-core] [oe-core][PATCH] lz4: update to version r123

2014-11-08 Thread akuster808
On 11/07/2014 04:00 AM, Burton, Ross wrote: On 1 October 2014 15:23, Armin Kuster mailto:akuster...@gmail.com>> wrote: Makefile md5sum changed since version is hardcode in it. In the future, changing the license checksum so that it only checksums the section of the Makefile that has the

Re: [OE-core] [RFC][PATCH] u-boot-mkimage: allow building target version of the tool

2014-11-08 Thread Otavio Salvador
On Fri, Nov 7, 2014 at 8:24 PM, Denys Dmytriyenko wrote: > From: Denys Dmytriyenko > > u-boot doesn't really support building its tools for the target, as they are > built with HOSTCC compiler, which is also used to compile fixdep utility > that gets executed during the build. Since it might be b

Re: [OE-core] [PATCH] gptfdisk: add 0.8.10+git version

2014-11-08 Thread Koen Kooi
> Op 7 nov. 2014, om 19:10 heeft Joshua Hernstrom het > volgende geschreven: > > Hi Koen, > >> Besides from being useful as fdisk replacement this gives us 'sgdisk' >> which can be used to set the GUID for partitions, e.g. >> >> sgdisk -t 1:C12A7328-F81F-11D2-BA4B-00A0C93EC93B /dev/mmcbl

Re: [OE-core] [PATCH 1/4] avahi.inc: use avahi-daemon as avahi's provider

2014-11-08 Thread Koen Kooi
> Op 7 nov. 2014, om 15:38 heeft Martin Jansa het > volgende geschreven: > > On Fri, Nov 07, 2014 at 03:57:01PM +0800, Hongxu Jia wrote: >> The package avahi does not exist, so we use avahi-daemon as the provider. >> It avoids the do_rootfs failure while IMAGE_INSTALL += "avahi" > > Why don't

Re: [OE-core] [PATCH 00/25] Add machine qemuarm64

2014-11-08 Thread Mark Hatle
On 11/8/14, 3:55 AM, Burton, Ross wrote: On 8 November 2014 08:53, Burton, Ross mailto:ross.bur...@intel.com>> wrote: On 6 November 2014 15:34, Kai Kang mailto:kai.k...@windriver.com>> wrote: It has been tested for core-image-minimal core-image-sato core-image-sato-sdk

Re: [OE-core] [PATCH 00/25] Add machine qemuarm64

2014-11-08 Thread Mark Hatle
On 11/8/14, 2:53 AM, Burton, Ross wrote: On 6 November 2014 15:34, Kai Kang mailto:kai.k...@windriver.com>> wrote: It has been tested for core-image-minimal core-image-sato core-image-sato-sdk meta-toolchain and world. When I boot core-image-sato, X can't start. Does the virtual mac

Re: [OE-core] [PATCH 2/2] xserver-xorg: update to 1.16.1

2014-11-08 Thread Richard Purdie
On Fri, 2014-11-07 at 08:52 +0100, Andreas Müller wrote: > * first version supporting rootless X (not tested yet) > * modesetting working for non PCI gpus (tested on gumstix overo) > > Signed-off-by: Andreas Müller > --- > .../xorg-xserver/xserver-xorg/crosscompile.patch | 22 > .../x

Re: [OE-core] [PATCH 1/1] eglibc-use-option-groups.patch: Several fixups

2014-11-08 Thread Richard Purdie
On Fri, 2014-11-07 at 13:59 -0600, Peter Seebach wrote: > This incorporates suggested changes for issues 6797 and 6809 from > bugzilla, and a proposed change for 6796. For 6796, the issue is > that you can't just include in libc-symbols, > so we may not always have the option group defines availab

[OE-core] [PATCH] classextend: Do not extend for that already have multilib prefix

2014-11-08 Thread jackie.huang
From: Jackie Huang If a BSP supports two or more multilibs, for example: MULTILIBS = "multilib:lib32 multilib:lib64" and a variable is already extended to include multilib variants, for example in populate_sdk_base: commit 396371588c7fd2d691ca9c39cd02287e43cb665b Author: Richard Pu

Re: [OE-core] [PATCH 00/25] Add machine qemuarm64

2014-11-08 Thread Burton, Ross
On 8 November 2014 08:53, Burton, Ross wrote: > On 6 November 2014 15:34, Kai Kang wrote: > >> It has been tested for core-image-minimal core-image-sato >> core-image-sato-sdk >> meta-toolchain and world. >> > > When I boot core-image-sato, X can't start. Does the virtual machine that > qemu ru

Re: [OE-core] [PATCH 2/4] oprofileui: use oprofileui-viewer as oprofileui's provider

2014-11-08 Thread Hongxu Jia
On 11/07/2014 10:47 PM, Burton, Ross wrote: On 7 November 2014 12:06, Burton, Ross > wrote: On 7 November 2014 07:57, Hongxu Jia mailto:hongxu@windriver.com>> wrote: The package oprofileui does not exist, so we use oprofileui-viewer as

[OE-core] [PATCH 0/1] compress_doc.bbclass: support update-alternatives

2014-11-08 Thread Hongxu Jia
The following changes since commit 7bd03ac24114b2c6015144a37e0c3fb4037baea6: bitbake: toastergui: fix invalid build url usage (2014-11-06 16:45:23 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/fix-doc-2 http://git.pokylinux.org/cgit.cgi/poky-con

[OE-core] [PATCH 1/1] compress_doc.bbclass: support update-alternatives

2014-11-08 Thread Hongxu Jia
While doc file make use of update-alternatives to fix confliction, we should reconfigure update-alternatives for doc compression. Such as util-linux-doc: ... update-alternatives --install /usr/share/man/man1/last.1 last.1 /usr/share/man/man1/last.1.util-linux 100 ... was updated by doc_compress

Re: [OE-core] [PATCH 00/25] Add machine qemuarm64

2014-11-08 Thread Burton, Ross
On 6 November 2014 15:34, Kai Kang wrote: > It has been tested for core-image-minimal core-image-sato > core-image-sato-sdk > meta-toolchain and world. > When I boot core-image-sato, X can't start. Does the virtual machine that qemu runs not have video support at the moment? Ross -- _