Re: [yocto] [PATCH 2/2] yocto-bsp: clarify help with reference to meta-intel

2012-04-27 Thread Tom Zanussi
On Fri, 2012-04-27 at 22:44 -0700, Darren Hart wrote: > > On 04/27/2012 05:25 PM, tom.zanu...@intel.com wrote: > > From: Tom Zanussi > > > > The current yocto-bsp help assumes knowledge that the meta-intel layer > > needs to be cloned before it's put into the BBLAYERS. Avoid the > > guesswork a

Re: [yocto] [PATCH 2/2] yocto-bsp: clarify help with reference to meta-intel

2012-04-27 Thread Darren Hart
On 04/27/2012 05:25 PM, tom.zanu...@intel.com wrote: > From: Tom Zanussi > > The current yocto-bsp help assumes knowledge that the meta-intel layer > needs to be cloned before it's put into the BBLAYERS. Avoid the > guesswork and state the details explicitly in the help. > > Also, the shorter

Re: [yocto] [PATCH 1/2] yocto-kernel: use BUILDDIR to find bblayers.conf

2012-04-27 Thread Darren Hart
On 04/27/2012 05:25 PM, tom.zanu...@intel.com wrote: > From: Tom Zanussi > > The current code assumes that builddir == srcdir/build, which it > obviously isn't sometimes. Use BUILDDIR to get the actual builddir > being used. > > Fixes [YOCTO #2219]. > > Signed-off-by: Tom Zanussi Acked-by:

Re: [yocto] [PATCH 2/2] yocto-bsp: clarify help with reference to meta-intel

2012-04-27 Thread Tom Zanussi
On Fri, 2012-04-27 at 17:01 -0700, Darren Hart wrote: > > On 04/27/2012 12:00 PM, tom.zanu...@intel.com wrote: > > From: Tom Zanussi > > > > The current yocto-bsp help assumes knowledge that the meta-intel layer > > needs to be cloned before it's put into the BBLAYERS. Avoid the > > guesswork a

[yocto] [PATCH 2/2] yocto-bsp: clarify help with reference to meta-intel

2012-04-27 Thread tom . zanussi
From: Tom Zanussi The current yocto-bsp help assumes knowledge that the meta-intel layer needs to be cloned before it's put into the BBLAYERS. Avoid the guesswork and state the details explicitly in the help. Also, the shorter 'usage' string doesn't mention it at all; it would help to at minimu

[yocto] [PATCH 1/2] yocto-kernel: use BUILDDIR to find bblayers.conf

2012-04-27 Thread tom . zanussi
From: Tom Zanussi The current code assumes that builddir == srcdir/build, which it obviously isn't sometimes. Use BUILDDIR to get the actual builddir being used. Fixes [YOCTO #2219]. Signed-off-by: Tom Zanussi --- scripts/lib/bsp/kernel.py |7 ++- 1 files changed, 6 insertions(+), 1

[yocto] [PATCH 0/2] A couple yocto-bsp fixes, v2

2012-04-27 Thread tom . zanussi
From: Tom Zanussi Fixes for a couple yocto-bsp bugs. v2: fixed up the yocto-bsp help text as suggested by Darren Hart. The following changes since commit c47a869308cb0cccde0b1aee9a001352c99a8395: Richard Purdie (1): netbase: Correctly set FILESEXTRAPATHS to include the version are av

Re: [yocto] [PATCH 2/2] yocto-bsp: clarify help with reference to meta-intel

2012-04-27 Thread Darren Hart
On 04/27/2012 12:00 PM, tom.zanu...@intel.com wrote: > From: Tom Zanussi > > The current yocto-bsp help assumes knowledge that the meta-intel layer > needs to be cloned before it's put into the BBLAYERS. Avoid the > guesswork and state the details explicitly in the help. > > Also, the shorter

Re: [yocto] [PATCH 1/2] yocto-kernel: use BUILDDIR to find bblayers.conf

2012-04-27 Thread Darren Hart
On 04/27/2012 12:00 PM, tom.zanu...@intel.com wrote: > From: Tom Zanussi > > The current code assumes that builddir == srcdir/build, which it > obviously isn't sometimes. Use BUILDDIR to get the actual builddir > being used. > > Fixes [YOCTO #2219]. > > Signed-off-by: Tom Zanussi > --- > s

[yocto] looking for recom for MIPS dev kit (*not* RS pro)

2012-04-27 Thread Robert P. J. Day
a potential training client of mine would like an intro embedded linux course ideally on a MIPS-based dev kit. i'm aware that the reference BSP for that in yocto is the routerstation pro, but i just learned today that it's "end of life" so i'd rather get something newer. any recommendations

Re: [yocto] Experimenting with kgit-scc

2012-04-27 Thread Bruce Ashfield
On Fri, Apr 27, 2012 at 4:18 PM, Thomas Fitzsimmons wrote: > Hi, > > Are there plans in the Yocto roadmap to make the meta/scripts/kgit tools > generally usable? > > I like the organization of the Yocto kernel repository and for my > embedded project I'm considering using the Yocto build system al

Re: [yocto] [PATCH] augeas: Add libxml2 dependency

2012-04-27 Thread Saul Wold
On 01/10/2012 05:32 AM, Martin Donnelly wrote: This patch fixes the following Augeas configure error. | checking for LIBXML... no | configure: error: Package requirements (libxml-2.0) were not met: | | No package 'libxml-2.0' found | | Consider adjusting the PKG_CONFIG_PATH environment variable

[yocto] Yocto Project 1.2 release readiness meeting

2012-04-27 Thread Liu, Song
BEGIN:VCALENDAR METHOD:REQUEST PRODID:Microsoft Exchange Server 2010 VERSION:2.0 BEGIN:VTIMEZONE TZID:Pacific Standard Time BEGIN:STANDARD DTSTART:16010101T02 TZOFFSETFROM:-0700 TZOFFSETTO:-0800 RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11 END:STANDARD BEGIN:DAYLIGHT DTSTART:16010101T02000

[yocto] FW: Yocto Project 1.2 release readiness meeting

2012-04-27 Thread Liu, Song
BEGIN:VCALENDAR METHOD:REQUEST PRODID:Microsoft Exchange Server 2010 VERSION:2.0 BEGIN:VTIMEZONE TZID:Pacific Standard Time BEGIN:STANDARD DTSTART:16010101T02 TZOFFSETFROM:-0700 TZOFFSETTO:-0800 RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11 END:STANDARD BEGIN:DAYLIGHT DTSTART:16010101T02000

[yocto] Experimenting with kgit-scc

2012-04-27 Thread Thomas Fitzsimmons
Hi, Are there plans in the Yocto roadmap to make the meta/scripts/kgit tools generally usable? I like the organization of the Yocto kernel repository and for my embedded project I'm considering using the Yocto build system along with a Yocto-style kernel tree instead of maintaining my kernel patc

[yocto] 48 hour delay: Bugzilla Downtime for Upgrades

2012-04-27 Thread Michael Halstead
There was a possible error during the Bugzilla upgrade today. We have rolled back to the current version out of caution. Total downtime was 9 minutes. No data was affected. We are rescheduling to run the upgrade again in 48 hours. Bugzilla will temporarily go offline on Sunday April 29th 2012 at

Re: [yocto] rebuilds -- when to do what??

2012-04-27 Thread jfabernathy
On 04/27/2012 11:39 AM, McClintock Matthew-B29882 wrote: On Fri, Apr 27, 2012 at 9:15 AM, jfabernathy wrote: Over the past 6 months, I've learned a lot about what I should do to work with Yocto successfully, However, the area of biggest confusion for me is what to do when I want to rebuild some

Re: [yocto] rebuilds -- when to do what??

2012-04-27 Thread McClintock Matthew-B29882
On Fri, Apr 27, 2012 at 9:15 AM, jfabernathy wrote: > Over the past 6 months, I've learned a lot about what I should do to work > with Yocto successfully, However, the area of biggest confusion for me is > what to do when I want to rebuild something. > > I generally work from Master repository and

[yocto] rebuilds -- when to do what??

2012-04-27 Thread jfabernathy
Over the past 6 months, I've learned a lot about what I should do to work with Yocto successfully, However, the area of biggest confusion for me is what to do when I want to rebuild something. I generally work from Master repository and when I see significant changes while doing git pull, I tr

Re: [yocto] [opkg-utils][PATCH 00/22] Partially prepare for python3 and fix old Packages file reuse

2012-04-27 Thread Koen Kooi
Op 27 apr. 2012, om 08:39 heeft Koen Kooi het volgende geschreven: > > Op 26 apr. 2012, om 20:52 heeft Martin Jansa het volgende geschreven: > >> On Thu, Apr 26, 2012 at 06:21:45PM +0200, Koen Kooi wrote: >>> >>> Op 26 apr. 2012, om 12:43 heeft Richard Purdie het volgende geschreven: >>>

[yocto] build image with read-only rootfs

2012-04-27 Thread Johannes König
Hi, Is there a preferred way to build an image with a read-only rootfs using Yocto (poky-edison-6.0.1)? Are there recipes available which can be used? I use a custom image by inheriting from image.bbclass and defining a couple of custom tasks. Best Regards, Johannes _