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

2014-08-27 Thread Sven Ebenfeld
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 to hard code > paths as they may change if a configuration f

Re: [yocto] building a hierarchical poky variable glossary, noting what's missing

2014-08-27 Thread Robert P. J. Day
On Tue, 26 Aug 2014, Rifenbark, Scott M wrote: > Robert, > > I can see your link being referenced from the YP ref-manual to > augment variable descriptions and explanations. Also, your > compilation could act as another source of information similar to > the list of "other information" items that

Re: [yocto] Image that depends on another image

2014-08-27 Thread Seth Bollinger
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 image? > > > do_rootfs[depends] += "some-other-image:do_rootf

Re: [yocto] Force recipe to provide specific file

2014-08-27 Thread Richard Leitner
On Fri, 22 Aug 2014 11:07:41 +0200 Anders Darander wrote: > > > What happens for example if do_install_append is already defined in the > > recipe? > > > No issue at all. The do_install_append's will just be appended one after > each other. Thanks you for this info! Maybe it would be a goo

[yocto] Build dts alone

2014-08-27 Thread Anooj Gopi
Hello, After changing the kernel dts file (directly in work directory) I would like to build just the dtb file from yocto (without rebuilding entire virtual/kernel target). Is it possible to do so? Regards, Anooj -- ___ yocto mailing list yocto@yoctopr

Re: [yocto] Build dts alone

2014-08-27 Thread Maciej Borzecki
On Wednesday 27 of August 2014 15:57:40 Anooj Gopi wrote: > Hello, > > After changing the kernel dts file (directly in work directory) I would > like to build just the dtb file from yocto (without rebuilding entire > virtual/kernel target). Is it possible to do so? First: bitbake -c devshell virtu

Re: [yocto] Build dts alone

2014-08-27 Thread Anooj Gopi
Thank you very much... devshell is really cool. It would be nice if we could mention this info some where in http://www.yoctoproject.org/docs/current/kernel-dev/kernel-dev.html On Wed, Aug 27, 2014 at 4:05 PM, Maciej Borzecki < maciej.borze...@open-rnd.pl> wrote: > On Wednesday 27 of August 20

Re: [yocto] Build dts alone

2014-08-27 Thread Maciej Borzecki
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.yoctoproject.org/docs/current/kernel-dev/kernel-dev.html It is mentioned in developer's manual: https://www.yoc

Re: [yocto] [yocto-autobuilder] buildsteps/RunOeSelftest.py: change the way oe-selftest is called

2014-08-27 Thread Flanagan, Elizabeth
On Wed, Aug 20, 2014 at 5:57 AM, Corneliu Stoicescu wrote: > A recent patch went in poky master that added command line parsing and > options to the oe-selftest script. > Changing the way oe-selftest is called by the autobuilder to account for > these changes. > > Signed-off-by: Corneliu Stoices

[yocto] Add the new driver in yocto

2014-08-27 Thread vinod kumar
Hi, I am using yocto for wandboard. I have written one I2C driver for my I2C device. *The procedure which I followed to add and build the driver in yocto is as* : 1) Make the entry of my driver in Makefile and Kconfig in build directory. 2) Replace the defconfig (present in source directory) wi

[yocto] [RFT] Moving on from eglibc to glibc 2.20

2014-08-27 Thread Khem Raj
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 eglibc in there but then eglibc and glibc were pretty much same a