Re: [yocto] IMAGE_INSTALL_append workflow

2012-11-26 Thread Trevor Woerner
On Mon, Nov 26, 2012 at 6:52 PM, Trevor Woerner wrote: > I haven't yet figured out if the "PREFERRED_PROVIDER_virtual/kernel = > "linux-yocto-rt"" line might be the culprit. No, it is not related, this problem doesn't need any fancy configuration features. This problem is reproducible with just t

[yocto] some questions when writing recipes

2012-11-26 Thread Liu
Dear all,     I'm learning how to write a recipe recently and I wrote a recipe to build a package from source code.And now I want to add an function to the recipe to make it just unpack the binary and libraries which generated from source code.It seems like the functions "make from src" and "make

Re: [yocto] Wiki Main page terrible sparse

2012-11-26 Thread Jeff Osier-Mixon
Hi Maxin - it would be good to coordinate your effort with the rest of the community. Can you let us know what you have in mind before starting? Also, please let me know if you have trouble with access. I don't see any account requests being held. thanks On Fri, Nov 23, 2012 at 6:16 AM, Maxin Jo

Re: [yocto] IMAGE_INSTALL_append workflow

2012-11-26 Thread Trevor Woerner
ppend = " trace-cmd" and run $ bitbake core-image-minimal everything builds just fine. Then I modify that last line as follows: IMAGE_INSTALL_append = " trace-cmd bash" now when I try to build I get: Build Configuration: BB_VERSION= "1.16.0" TARGET_ARCH =

[yocto] Yocto Project Technical Team Meeting

2012-11-26 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] Yocto Project Technical Team Meeting

2012-11-26 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

Re: [yocto] IMAGE_INSTALL_append workflow

2012-11-26 Thread Robert P. J. Day
On Mon, 26 Nov 2012, Aws Ismail wrote: > Have you also tried this? > > IMAGE_INSTALL_append += "foo" GAHH!!! :-) rday -- Robert P. J. Day Ottawa, Ontario, CANADA

[yocto] Agenda: Yocto Project Technical Team Meeting - Tuesday, November 27, 2012 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US & Canada).

2012-11-26 Thread Liu, Song
Agenda:   * Opens collection - 5 min (Song) * Yocto 1.4 status - 20 min (Song/team) * SWAT team rotation: Ross -> LaurentiuP * Opens - 10 min * Team Sharing - 20 min -Original Appointment- We encourage people attending the meeting to logon the Yocto IRC chancel during the meeting (opt

Re: [yocto] IMAGE_INSTALL_append workflow

2012-11-26 Thread Aws Ismail
On 11/26/2012 02:04 PM, Eren Türkay wrote: On Mon, Nov 26, 2012 at 10:47:31AM -0500, Trevor Woerner wrote: I'm kinda surprised nobody jumped in on this one; either my question is so silly it isn't worth anyone's time, or I'm the only one who wants to add packages to an image after a full build.

Re: [yocto] does meta-intel/meta-tlk layer require a README.sources file?

2012-11-26 Thread Tom Zanussi
On Sat, 2012-11-24 at 07:59 -0500, Robert P. J. Day wrote: > more annoying pedantry, but from what i read in the current yocto > BSP manual, a BSP layer *requires* a README.sources file, but there is > no such file in the meta-intel/meta-tlk layer, although i can > appreciate that that layer isn't

Re: [yocto] my wiki page for using OE and meta-ti layer to build for panda ES

2012-11-26 Thread Robert P. J. Day
On Mon, 26 Nov 2012, Evade Flow wrote: > Love it! Any chance you could add an 'Advanced' or 'Next Steps' > section that shows how to go beyond a minimal build? Like, how to get > a working Qt stack into a custom image on the PandaBoard? > > On Wed, Nov 21, 2012 at 2:44 PM, Robert P. J. Day > wro

Re: [yocto] my wiki page for using OE and meta-ti layer to build for panda ES

2012-11-26 Thread Robert P. J. Day
On Mon, 26 Nov 2012, Evade Flow wrote: > Love it! Any chance you could add an 'Advanced' or 'Next Steps' > section that shows how to go beyond a minimal build? Like, how to get > a working Qt stack into a custom image on the PandaBoard? > > On Wed, Nov 21, 2012 at 2:44 PM, Robert P. J. Day > wro

Re: [yocto] IMAGE_INSTALL_append workflow

2012-11-26 Thread Eren Türkay
On Mon, Nov 26, 2012 at 10:47:31AM -0500, Trevor Woerner wrote: > I'm kinda surprised nobody jumped in on this one; either my question > is so silly it isn't worth anyone's time, or I'm the only one who > wants to add packages to an image after a full build. I know my > question has nothing to do w

Re: [yocto] my wiki page for using OE and meta-ti layer to build for panda ES

2012-11-26 Thread Evade Flow
Love it! Any chance you could add an 'Advanced' or 'Next Steps' section that shows how to go beyond a minimal build? Like, how to get a working Qt stack into a custom image on the PandaBoard? On Wed, Nov 21, 2012 at 2:44 PM, Robert P. J. Day wrote: > > not strictly related to yocto but i figure

Re: [yocto] IMAGE_INSTALL_append workflow

2012-11-26 Thread Trevor Woerner
I'm kinda surprised nobody jumped in on this one; either my question is so silly it isn't worth anyone's time, or I'm the only one who wants to add packages to an image after a full build. I know my question has nothing to do with trace-cmd specifically, adding any package after a full build result

Re: [yocto] Best way to support multiple versions of Poky?

2012-11-26 Thread Burton, Ross
On 26 November 2012 13:55, Jerrod Peach wrote: > build-bundle (git repo with our layers + tools) > | > +-- meta-ourstuff (git submodule, i.e. separate repo locked to a specific > version within build-bundle) > +-- poky (another submodule) >| >+-- poky BB files (i.e. within meta, meta-yocto

Re: [yocto] Best way to support multiple versions of Poky?

2012-11-26 Thread Jerrod Peach
On Thu, Nov 22, 2012 at 3:35 AM, Chris Tapp wrote: > I'm just getting round to moving from 'denzil' to 'danny'. I've got a > layer that makes some changes to a few recipes through bbappend files. > > However, 'danny' has bumped a few of these to a new version (which is > good) which means I now h

Re: [yocto] [PATCH resend][opkg-utils] opkg.py/opkg-build: fix creation of tar archives

2012-11-26 Thread Burton, Ross
On 26 November 2012 13:19, Burton, Ross wrote: > On 10 November 2012 09:33, Tomas Frydrych wrote: >> Could this be also applied to the danny branch (and perhaps even denzil)? > > This was present in the Danny release. For Denzil you'd have to ask Scott... Apologies, I was grepping the wrong bra

Re: [yocto] mail list for Xilinx Zynq platform?

2012-11-26 Thread Elvis Dowson
Hi Daniel, As far as I know, there is no specific mailing list for the Xilinx Zynq platform. I use the Xilinx forums to get help at the moment. I personally have used Philip's meta-zynq layer to build a working u-boot and linux kernel image using Yocto. It works really well.

Re: [yocto] [PATCH resend][opkg-utils] opkg.py/opkg-build: fix creation of tar archives

2012-11-26 Thread Burton, Ross
On 10 November 2012 09:33, Tomas Frydrych wrote: > Could this be also applied to the danny branch (and perhaps even denzil)? This was present in the Danny release. For Denzil you'd have to ask Scott... Ross ___ yocto mailing list yocto@yoctoproject.or

[yocto] [PATCH 3/3] Validate Recipe autopopulated fields

2012-11-26 Thread Ioana Grigoropol
- validate that generated md5sums and sha256 sums are valid before populating the fields - clear all previous commands output (like after source & bitbake -e) in order to limit output parsing Signed-off-by: Ioana Grigoropol --- .../org/yocto/bc/remote/utils/RemoteHelper.java|3 -- .../

[yocto] [PATCH 2/3] Fix Bitbake commander project wizard

2012-11-26 Thread Ioana Grigoropol
- do not run git task in a loop - wait for the command to finish - use ModalContext.allowReadAndDispatch(false) - (needs some fixes for upstream RSE API - TBA) Signed-off-by: Ioana Grigoropol --- .../yocto/bc/ui/wizards/install/InstallWizard.java | 27 ++-- 1 file changed, 14

[yocto] [PATCH 1/3] Initialize bitbake session & environment parse variables

2012-11-26 Thread Ioana Grigoropol
- source oe-init-env for the connection shell - parse environment variables Signed-off-by: Ioana Grigoropol --- .../src/org/yocto/bc/bitbake/BBSession.java| 13 +++-- .../src/org/yocto/bc/bitbake/ShellSession.java | 53 2 files changed, 26 insertions(+), 40 d

[yocto] mail list for Xilinx Zynq platform?

2012-11-26 Thread Daniel Martinez Ramos
Hi all, I've found a bsp layer in Xilinx here http://forums.xilinx.com/t5/Embedded-Linux/Yocto-BSP-for-ZC-702/td-p/246932, which is pretty interesting. Is any mail list under Yocto for the Xilinx Zinq platform? Best regards, Daniel Martinez ___