Re: [yocto] [OE-core] [RFT] Moving on from eglibc to glibc 2.20

2014-08-28 Thread Khem Raj
On Thu, Aug 28, 2014 at 5:41 PM, Khem Raj wrote: > reproduced. will apprise as I have some fix. OK pushed another patch to the contrib tree that should take care of both xf86-input-synaptics xf86-input-vmmouse -- ___ yocto mailing list yocto@yoctoproje

Re: [yocto] [OE-core] [RFT] Moving on from eglibc to glibc 2.20

2014-08-28 Thread Khem Raj
On Thu, Aug 28, 2014 at 3:51 PM, Richard Purdie wrote: > We're also seeing: > > https://autobuilder.yoctoproject.org/main/builders/build-appliance/builds/15/steps/BuildImages_1/logs/stdio > > which turns out to be triggered by the libc change (I confirmed on a > local build). I haven't looked into

[yocto] [PATCH] Autobuilder.py: Fix triggered build bug

2014-08-28 Thread California Sullivan
When a build was configured to use the TriggerBuilds build step, it would take on the buildslave of the last triggered build rather than its own. Signed-off-by: California Sullivan --- lib/python2.7/site-packages/autobuilder/Autobuilder.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)

Re: [yocto] [OE-core] [RFT] Moving on from eglibc to glibc 2.20

2014-08-28 Thread Richard Purdie
On Wed, 2014-08-27 at 23:41 -0700, Khem Raj wrote: > Hi All > > As we all know eglibc has been merged back into glibc and 2.19 was the > last release, here I have put together the recipes for upcoming glibc > 2.20 release and removed eglibc 2.19 in favor of move. > > I also thought about leaving

Re: [yocto] systemd - how do I wait for a driver to load?

2014-08-28 Thread Chris Tapp
On 28 Aug 2014, at 20:51, Sven Ebenfeld wrote: > Am 28.08.2014 18:57, schrieb Chris Tapp: >> >> On 27 Aug 2014, at 08:46, Sven Ebenfeld wrote: >>> Am 26.08.2014 22:51, schrieb Chris Tapp: On 26 Aug 2014, at 21:02, Sven Ebenfeld wrote: > You should look at "ConditionPathExists=

Re: [yocto] Image that depends on another image

2014-08-28 Thread Diego Sueiro
On Thu, Aug 28, 2014 at 4:27 AM, Khem Raj wrote: > On 14-08-27 06:43:09, Seth Bollinger wrote: > > On Thu, Aug 21, 2014 at 7:25 PM, Christopher Larson > > > wrote: > > > > > > > > On Thu, Aug 21, 2014 at 5:08 PM, Seth Bollinger > > > wrote: > > > > > >> Our device requires two images to be buil

Re: [yocto] Build dts alone

2014-08-28 Thread Diego Sueiro
Anooj, On Wed, Aug 27, 2014 at 11:15 AM, Maciej Borzecki < maciej.borze...@open-rnd.pl> wrote: > On Wednesday 27 of August 2014 16:12:58 Anooj Gopi wrote: > > Thank you very much... devshell is really cool. > > > > It would be nice if we could mention this info some where in > > http://www.yoctop

Re: [yocto] systemd - how do I wait for a driver to load?

2014-08-28 Thread Sven Ebenfeld
Am 28.08.2014 18:57, schrieb Chris Tapp: > > On 27 Aug 2014, at 08:46, Sven Ebenfeld wrote: >> Am 26.08.2014 22:51, schrieb Chris Tapp: >>> On 26 Aug 2014, at 21:02, Sven Ebenfeld wrote: >>> You should look at "ConditionPathExists=" Options of systemd-units. >>> >>> Thanks, that looks like

Re: [yocto] systemd - how do I wait for a driver to load?

2014-08-28 Thread Chris Tapp
On 27 Aug 2014, at 08:46, Sven Ebenfeld wrote: > > > Am 26.08.2014 22:51, schrieb Chris Tapp: >> >> On 26 Aug 2014, at 21:02, Sven Ebenfeld wrote: >> >>> You should look at "ConditionPathExists=" Options of systemd-units. >> >> Thanks, that looks like it would do the job. I was hoping not

[linux-yocto] [PATCH 1/1] meta: enable Realtek ethernet driver

2014-08-28 Thread wei . tee . ng
From: "Ng, Wei Tee" Valley Island BSP does not have Realtek ethernet driver support. This patch will enabled Realtek ethernet driver by using configs available in common-pc-eth.cfg. Signed-off-by: Ng, Wei Tee --- .../kernel-cache/bsp/valleyisland/valleyisland.scc |2 ++ 1 file changed, 2 i

[linux-yocto] [PATCH 0/1] meta: enable Realtek ethernet driver for Valley Island BSP

2014-08-28 Thread wei . tee . ng
From: "Ng, Wei Tee" Hi all, This patch is to enable Realtek Ethernet driver support in valleyisland.scc. Valley Island BSP does not support this driver by default, we used the common-pc-eth.scc to turn on the driver configuration. This configuration was built and tested working on MinnowBoard M

Re: [yocto] is there a list of yocto-supported dev kits somewhere?

2014-08-28 Thread Jeff Osier-Mixon
I think the machines list is a great start, but it really lists actual machines, not dev kits. There isn't any way to see immediately from that list which are $99 dev boards and which are $ reference kits from the manufacturers. I think Robert is right that a list of inexpensive YP-supported bo

[yocto] Multiple kernels same machine

2014-08-28 Thread Seth Bollinger
Hello All, I'm trying to build two different kernels for the same machine. One kernel supports a manufacturing process, the other production kernel is meant to run on the device after it's been manufactured. I've manipulated the two images I'm using to build the two kernels (the solution is _ver

Re: [yocto] [meta-selinux][PATCH] Enable two options to ensure selinux can boot up

2014-08-28 Thread Pascal Ouyang
于 14-7-24 下午8:20, Zhenhua Luo 写道: * CONFIG_SECURITY=y * CONFIG_SECURITYFS=y Signed-off-by: Zhenhua Luo --- recipes-kernel/linux/linux-yocto/selinux.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-kernel/linux/linux-yocto/selinux.cfg b/recipes-kernel/linux/linux-yocto/selin

Re: [yocto] [meta-selinux][PATCH 0/2] refpolicy: split do_install to three steps & update refpolicy-minimum

2014-08-28 Thread Pascal Ouyang
于 14-7-29 下午3:30, wenzong@windriver.com 写道: > From: Wenzong Fan > > * split do_install to three steps: >+ prepare_policy_store() >+ rebuild_policy() >+ install_misc_files() > > This gets refpolicy-minimum work by re-writing the prepare_policy_store(). > > * update refpolicy-mini

Re: [yocto] [meta-selinux][PATCH] libcap-ng: CVE-2014-3215

2014-08-28 Thread Pascal Ouyang
于 14-7-23 下午2:56, jackie.hu...@windriver.com 写道: From: Shan Hai seunshare in policycoreutils 2.2.5 is owned by root with 4755 permissions, and executes programs in a way that changes the relationship between the setuid system call and the getresuid saved set-user-ID value, which makes it easier

Re: [yocto] [meta-selinux][PATCH 1/2] rpm: remove PR

2014-08-28 Thread Pascal Ouyang
于 14-7-15 下午5:52, Chong Lu 写道: Remove PR, since oe-core has a new version. Signed-off-by: Chong Lu --- recipes-devtools/rpm/rpm_5.4.14.bbappend |2 -- 1 file changed, 2 deletions(-) diff --git a/recipes-devtools/rpm/rpm_5.4.14.bbappend b/recipes-devtools/rpm/rpm_5.4.14.bbappend index f

Re: [yocto] is there a list of yocto-supported dev kits somewhere?

2014-08-28 Thread Robert P. J. Day
On Thu, 28 Aug 2014, Samuel Stirtzel wrote: > 2014-08-28 9:38 GMT+02:00 Robert P. J. Day : > > > > perhaps i just haven't noticed, but is there somewhere a list of dev > > kits that have a yocto project build for them? it would be great to > > have a reference list along the lines of, "boards fo

Re: [yocto] is there a list of yocto-supported dev kits somewhere?

2014-08-28 Thread Samuel Stirtzel
2014-08-28 9:38 GMT+02:00 Robert P. J. Day : > > perhaps i just haven't noticed, but is there somewhere a list of dev > kits that have a yocto project build for them? it would be great to > have a reference list along the lines of, "boards for which there is a > working YB build", with link(s) to

Re: [yocto] [OE-core] [RFT] Moving on from eglibc to glibc 2.20

2014-08-28 Thread Khem Raj
On 14-08-28 08:18:57, Richard Purdie wrote: > On Wed, 2014-08-27 at 23:41 -0700, Khem Raj wrote: > > Hi All > > > > As we all know eglibc has been merged back into glibc and 2.19 was the > > last release, here I have put together the recipes for upcoming glibc > > 2.20 release and removed eglibc 2

[yocto] is there a list of yocto-supported dev kits somewhere?

2014-08-28 Thread Robert P. J. Day
perhaps i just haven't noticed, but is there somewhere a list of dev kits that have a yocto project build for them? it would be great to have a reference list along the lines of, "boards for which there is a working YB build", with link(s) to relevant layer and instructions, etc. rday -- ===

Re: [yocto] Image that depends on another image

2014-08-28 Thread Khem Raj
On 14-08-27 06:43:09, Seth Bollinger wrote: > On Thu, Aug 21, 2014 at 7:25 PM, Christopher Larson > wrote: > > > > > On Thu, Aug 21, 2014 at 5:08 PM, Seth Bollinger > > wrote: > > > >> Our device requires two images to be built. Is there any way to have the > >> first image depend on the second

Re: [yocto] [OE-core] [RFT] Moving on from eglibc to glibc 2.20

2014-08-28 Thread Richard Purdie
On Wed, 2014-08-27 at 23:41 -0700, Khem Raj wrote: > Hi All > > As we all know eglibc has been merged back into glibc and 2.19 was the > last release, here I have put together the recipes for upcoming glibc > 2.20 release and removed eglibc 2.19 in favor of move. > > I also thought about leaving

[yocto] 1.7 release feature freeze deadline this Friday

2014-08-28 Thread Richard Purdie
If you've been in the various calls or read the minutes you'd know about this but it was mentioned to me that it has not been highlighted on the mailing list. The M3 milestone close is the end of the week and this marks the feature freeze point for the 1.7 release. We do have M4 after this but tha