Re: [yocto] [meta-selinux][PATCH 0/4] add targeted/minimum policy and some updates

2014-03-25 Thread Pascal Ouyang
于 14-3-25 上午9:07, wenzong@windriver.com 写道: > From: Wenzong Fan > > Changes: > * backport tmpfs_t patch from upstream; > * add rules for /var/log symlink on poky; > * add targeted policy type > * add minimum targeted policy > > The following changes since commit a6079a43719e79e12a57e609923a0

Re: [yocto] [OE-core] Features in Yocto Project 1.7

2014-03-25 Thread Philip Balister
On 03/25/2014 07:31 AM, David Nyström wrote: > On 2014-03-24 17:00, Richard Purdie wrote: >> As development on 1.6 finishes up, its time to think about what we >> should be doing in the 1.7 cycle. >> >> I think from my perspective, in 1.7 I'd like to see us looking at >> "Developer Workflow". Its a

Re: [yocto] Question on cross-compiling 32-bit application on 64-bit target platform

2014-03-25 Thread Khem Raj
On Fri, Mar 21, 2014 at 3:07 AM, Ong, Boon Leong wrote: > Hi, > Could anyone comment on whether we can cross-compile a 32-bit > application on a 64-bit Intel machine booted with core-image-sato-sdk hddimg. > If it is not enabled by default on the SDK image, how can I configure >

[linux-yocto] [PATCH 1/1] intel-common: Add mohonpeak BSP

2014-03-25 Thread boon . leong . ong
From: Ong Boon Leong Add mohonpeak 32-bit & 64-bit BSP into intel-common. Signed-off-by: Ong Boon Leong --- meta/cfg/kernel-cache/bsp/intel-common/intel-core2-32.scc |1 + meta/cfg/kernel-cache/bsp/intel-common/intel-corei7-64.scc |1 + 2 files changed, 2 insertions(+) diff --git a/m

Re: [yocto] Problems building documentation for bitbake 1.17.0

2014-03-25 Thread Rifenbark, Scott M
Glad it is working. Yes – there is quite a delta between “master” and 1.17.0 in the way the manual is generated. Scott From: Patrick Doyle [mailto:wpds...@gmail.com] Sent: Tuesday, March 25, 2014 9:48 AM To: Rifenbark, Scott M Cc: yocto@yoctoproject.org Subject: Re: [yocto] Problems building do

Re: [yocto] Problems building documentation for bitbake 1.17.0

2014-03-25 Thread Patrick Doyle
That's the ticket…. thanks. Installing dblatex and/or xmlto made everything work (and work much faster!). 1.17.0 installs fine (with python setup.py install --user) and "make DOC=user-manual" works for master. setup still doesn't work on master, probably because doc/manual/thml/* no longer exist

Re: [yocto] Problems building documentation for bitbake 1.17.0

2014-03-25 Thread Rifenbark, Scott M
Hmm… I can the following on Ubuntu 12.04: $ git clone git://git.openembedded.org/bitbake $ cd bitbake $ make DOC=user-manual Builds both HTML and PDF fine. Assumes the “master” branch. I have the make, xsltproc, docbook-utils, fop, dblatex, and xmlto packages

Re: [yocto] Question on cross-compiling 32-bit application on 64-bit target platform

2014-03-25 Thread Ong, Boon Leong
Just following up - can someone offer some help here?" > -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto- > boun...@yoctoproject.org] On Behalf Of Ong, Boon Leong > Sent: Friday, March 21, 2014 6:07 PM > To: yocto@yoctoproject.org > Cc: Khade, Abhishek > Subject: [y

Re: [yocto] inherit setuptools

2014-03-25 Thread Trevor Woerner
Hi Ross, On 03/22/14 15:45, Burton, Ross wrote: > And FWIW, I didn't get much out of bmap when I tried it because of how > our images were constructed: all of the sparse segments disappeared > when a whole-disk image was created. I have expanded a little bit on this issue here: http://twoerner.bl

Re: [yocto] Problems building documentation for bitbake 1.17.0

2014-03-25 Thread Patrick Doyle
I poked around some more after sending my email (instead of doing the work I was supposed to be doing) and found that, by ignoring the docbook messages and just letting the setup complete for 1.17.0, it worked (once I apt-got another package or two: xsltproc, libxml2-utils, fop, maybe others). So

[yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, March 25, 2014 8:00 AM US Pacific Time

2014-03-25 Thread Jolley, Stephen K
Attendees: Valentine, Beth, Ross, Jeff, Richard, Tom, Stephen, Michael B., Bruce, Jefro, Michael H., Belen, Alex G., Alex D., Nitin, Darren, * Opens collection - 5 min (Stephen) * Yocto 1.6 status - 5 min (Stephen/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.6_Status https

Re: [yocto] [OE-core] Features in Yocto Project 1.7

2014-03-25 Thread David Nyström
On 2014-03-24 17:00, Richard Purdie wrote: As development on 1.6 finishes up, its time to think about what we should be doing in the 1.7 cycle. I think from my perspective, in 1.7 I'd like to see us looking at "Developer Workflow". Its a generic topic which I think covered multiple areas (in no

Re: [yocto] Problems building documentation for bitbake 1.17.0

2014-03-25 Thread Rifenbark, Scott M
I created a fresh clone of the upstream BB repository, checked out the 1.17.0 tag and cannot make the user-manual. I don’t think the ability to make user-manual was in place at the time 1.17.0 tag happened. I am just guessing here though. Scott From: yocto-boun...@yoctoproject.org [mailto:yo

[yocto] Problems building documentation for bitbake 1.17.0

2014-03-25 Thread Patrick Doyle
Hello all, I just tried $ git clone git://git.openembedded.org/bitbake $ cd bitbake $ git checkout 1.17.0 $ python setup.py install and that failed with an infinite (well, I hit ^C before I found out for real) stream of messages of the form: http://docbook.sourceforge.net/release/xsl/current/co

Re: [yocto] [OE-core] Features in Yocto Project 1.7

2014-03-25 Thread Otavio Salvador
On Mon, Mar 24, 2014 at 1:00 PM, Richard Purdie wrote: > As development on 1.6 finishes up, its time to think about what we > should be doing in the 1.7 cycle. > > I think from my perspective, in 1.7 I'd like to see us looking at > "Developer Workflow". Its a generic topic which I think covered mu