[yocto] librt within Yocto Recipe (beagle)

2013-01-14 Thread Thomas Besemer
I'm working with Beagleboard right now, stock top of tree from Yocto pull. GCC 4.7.2 builds fine. I am able to use tools built during this process to link with librt (-lrt) (as librt is in), but can't figure out how to do it from within a Yocto/OE recipe. I created a recipe to build my applicati

[yocto] Build external module against Yocto kernel

2013-01-14 Thread Patrick Turley
I have to build a module from a third-party that has nothing to do with Yocto. I want to build this module against the kernel Yocto is giving me. The Make file for this module has a build command like this: make -C $(LINUX_DIR) M=`pwd` $(ENV) \ EXTRA_CFLAGS="$(EXTRA_CFLAGS)" modules

[yocto] YP Linux Kernel Development Manual

2013-01-14 Thread Rifenbark, Scott M
All, There is a new YP manual under development. It is a development manual for Linux kernels in the YP. Darren Hart is the original author of the manual as you probably know. It is still being worked on but it is in HTML form and now part of the yocto-docs/master branch. It is published a

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

2013-01-14 Thread Liu, Song
Agenda:   * Opens collection - 5 min (Song) * Yocto Project 1.2.2 status - 10 min (Scott/AlexG) * Yocto Project 1.3.1 status - 10 min (Ross) * Yocto 1.4 status - 10 min (Song/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.4_Status#Overview * SWAT team rotation: Radu Moisan -> Constant

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

2013-01-14 Thread Liu, Song
Agenda:   * Opens collection - 5 min (Song) * Yocto Project 1.2.2 status - 10 min (Scott/AlexG) * Yocto Project 1.3.1 status - 10 min (Ross) * Yocto 1.4 status - 10 min (Song/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.4_Status#Overview * SWAT team rotation: Radu Moisan -> Constanti

Re: [yocto] SRCPV description

2013-01-14 Thread Rifenbark, Scott M
Thanks for the explanations for this variable all. Scott >-Original Message- >From: Martin Jansa [mailto:martin.ja...@gmail.com] >Sent: Monday, January 14, 2013 8:19 AM >To: Jerrod Peach >Cc: Rifenbark, Scott M; Yocto discussion list >Subject: Re: [yocto] SRCPV description > >On Mon, Jan

Re: [yocto] [ANOUNCEMENT] bmaptool

2013-01-14 Thread Artem Bityutskiy
On Mon, 2013-01-14 at 18:56 +0100, Wolfgang Denk wrote: > Thanks for doing this, as the links on the page referenced above are > broken: both [1] "Introduction" and [2] "Usage" give just a 404 to > me... > > [1] > https://source.tizen.org/documentation/reference/bmap-tool/bmap-introduction > [2]

Re: [yocto] [meta-ivi][PATCH 01/23] base-passwd: Modify patch as home directory of root user is /root

2013-01-14 Thread Andrei Gherzan
On Mon, Jan 7, 2013 at 5:22 AM, ChenQi wrote: > Home directory is now configurable now. > You could specify it in local.conf. > > See the following commits for more details. > > 845c2c0 oprofile: use dynamic root home directory > 2af073a base-passwd: use configurable root home directory > 07b842f

Re: [yocto] [ANOUNCEMENT] bmaptool

2013-01-14 Thread Wolfgang Denk
Dear Artem, In message <1358167593.2731.66.ca...@sauron.fi.intel.com> you wrote: > > Please, read all the details in the project wiki page: > https://source.tizen.org/documentation/reference/bmaptool > > The project was created for Tizen IVI, but it is generic and is not > bounded to Tizen in an

Re: [yocto] Enabling shared state mirrors

2013-01-14 Thread McClintock Matthew-B29882
On Fri, Jan 11, 2013 at 4:06 PM, Thornburg, Christopher A wrote: > Struggling to get shared state mirrors to work. I can see files with the > same file name (and therefore the same hash) in my mirror and, after a > build, in my local sstate cache direcotry. Ala: > > /storage/yocto-cache/sstate-too

Re: [yocto] SRCPV description

2013-01-14 Thread Martin Jansa
On Mon, Jan 14, 2013 at 10:10:58AM -0500, Jerrod Peach wrote: > On Mon, Jan 14, 2013 at 9:52 AM, Rifenbark, Scott M < > scott.m.rifenb...@intel.com> wrote: > > > Hi, > > > > I need a description of the SRCPV variable for the YP reference glossary. > > I have been told that it is generated and not

Re: [yocto] SRCPV description

2013-01-14 Thread Robert P. J. Day
it might be worth tweaking the comment in fetch2/__init__.py, which currently reads: def get_srcrev(d): """ Return the version string for the current package (usually to be used as PV) no, it's primarily used not *as* PV but in the *construction* of PV, as in: meta/conf/bitbake

Re: [yocto] SRCPV description

2013-01-14 Thread Jerrod Peach
On Mon, Jan 14, 2013 at 9:52 AM, Rifenbark, Scott M < scott.m.rifenb...@intel.com> wrote: > Hi, > > I need a description of the SRCPV variable for the YP reference glossary. > I have been told that it is generated and not assigned and that it is used > to define PV values that include the source

[yocto] SRCPV description

2013-01-14 Thread Rifenbark, Scott M
Hi, I need a description of the SRCPV variable for the YP reference glossary. I have been told that it is generated and not assigned and that it is used to define PV values that include the source revisions from an RCS. By default it is set to the following in the conf/bitbake.conf file: SR

[yocto] [ANOUNCEMENT] bmaptool

2013-01-14 Thread Artem Bityutskiy
Hi Yocto people, I would like to announce the bmap-tools project here, because I think it may be very useful for Yocto and some of the people who are using Yocto. The bmap-tools project is about disk images, like direct HDD images, or Virtual-machine images like vdmk or qcow2, etc. The project us

Re: [yocto] [PATCH] matchbox-wm: Fix build with automake-1.13

2013-01-14 Thread Burton, Ross
On 12 January 2013 09:09, Marko Lindqvist wrote: > Automake-1.13 fix to matchbox-wm git attached. Committed in git, thanks. Ross ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto