Hi,
On 08/12/2013 02:30 PM, Björn Stenberg wrote:
> Paul Eggleton wrote:
>> Right, that's what we would be aiming for. Perhaps you could talk a little
>> bit about how you manage your hardware testing and any additional software
>> and scripts you make use of there?
>
> We run our tests from buil
Hi,
On 08/12/2013 12:28 PM, Paul Eggleton wrote:
>
> I agree. In fact our test lab would probably be limited to the reference
> boards that the Yocto Project officially supports within meta-yocto i.e. what
> we
> currently test on manually.
I have the Yocto reference boards as well, but will
I'm also trying to do something similar. I want an X server, but no desktop,
so I can run GTK (actually PyGTK) programs from the serial console that
essentially own the screen. In my case, I'm running a Gumstix board with a
4.3" LCD and a touchscreen.
I began with the gumstix-xfce-image, with a fe
Hi,
On 08/12/2013 12:44 PM, Paul Eggleton wrote:
>
> There's not much on the autobuilder side apart from ensuring the appropriate
> configuration is set - one of the aims was to avoid too much intrusion into
> the
> autobuilder code. The main class is testimage.bbclass, so you can just do
> I
Mark Hatle writes:
> On 8/6/13 4:07 AM, Paul Eggleton wrote:
>> Hi Francesco,
>>
>> On Tuesday 06 August 2013 09:55:06 Francesco Del Degan wrote:
>>> Playing with RDEPENDS variable i'm facing the needs to
>>> specify a dependency based on specific version of a package
>>> (greather than, in my sp
On 13 August 2013 07:08, tom schuring wrote:
> could you please point me in the right location of where i could find some
> documentation about the matchbox-keyboard ? for example is there an API for
> the keyboard ?
There isn't any real documentation, but the latest version of the
keyboard has a
thanks Ross,
is there an example that uses the API ? is it the matchbox-keyboard-im ?
> There isn't any real documentation, but the latest version of the
> keyboard has an embedded API available.
>
> Ross
___
yocto mailing list
yocto@yoctoproject.org
On 13 August 2013 10:05, tom schuring wrote:
> thanks Ross,
>
> is there an example that uses the API ? is it the matchbox-keyboard-im ?
The only example I'm aware of is a piece of closed source software,
sorry. You can try contacting the maintainer of matchbox-keyboard,
to...@sleepfive.com.
Ro
Robert Berger wrote:
> Are your scripts available somewhere to give it a try? Do they integrate
> into autobuilder?
The scripts are hardcoded for our environment and our modified autobuilder and
are therefore not published anywhere.
While I could see us publishing these or similar snippets, I th
Hi,
For a while I've been wondering about the possible performance
improvement from using a tmpfs as $WORKDIR, so each package is
unpacked, compiled, installed, and packaged in a tmpfs and then the
final packages moved to the deploy/sstate/sysroot in persistent
storage. In theory with lots of RAM
On 13 August 2013 11:40, Burton, Ross wrote:
> Everyone loves graphs, so here's one I knocked up: http://bit.ly/146B0Xo
Well that URL didn't work. Try http://burtonini.com/computing/tmpfs.png.
Ross
___
yocto mailing list
yocto@yoctoproject.org
https:
Hi all,
As part of the feature development work for 1.5, we've recently added the
ability to easily define runtime tests written in python, replacing the old
shell-based imagetest.bbclass. However, for 1.5 this is limited to running the
tests within a QEMU environment; the obvious and desirable
On Tue, Aug 13, 2013 at 11:40:03AM +0100, Burton, Ross wrote:
> Hi,
>
> For a while I've been wondering about the possible performance
> improvement from using a tmpfs as $WORKDIR, so each package is
> unpacked, compiled, installed, and packaged in a tmpfs and then the
> final packages moved to th
Hi Martin,
On 13 August 2013 12:32, Martin Jansa wrote:
> 1) with 64GB ram + rm_work I can do my huge world builds (with 20+ layers)
> in tmpfs (whole TMPDIR not only WORKDIR)
As I said, ungodly amounts. ;)
I expect tmpfs for $WORKDIR or $TMPDIR is incredibly useful to remove
I/O limits from CP
Time flies fast, and the travel schedules for fall will likely need to
be set soon...
Are there any plans for a YP Dev.Day in Edinburgh, and if so, any dates
set?
Cheers,
Anders
--
Anders Darander
ChargeStorm AB / eStorm AB
___
yocto mailing list
yoc
I am working on installing and setting up the Eclipse IDE plug-in for Eclipse
Juno. I am using poky/dylan (at the yocto-1.4.1 tag) for my build environment.
I am to the "Configuring the Cross-Compiler Options" section from the current
Yocto Project mega-manual, and after setting up the Toolcha
Hi Ross
On Aug 13, 2013, at 3:40 AM, "Burton, Ross" wrote:
> Hi,
>
> For a while I've been wondering about the possible performance
> improvement from using a tmpfs as $WORKDIR, so each package is
> unpacked, compiled, installed, and packaged in a tmpfs and then the
> final packages moved to th
On 13 August 2013 17:37, Khem Raj wrote:
> This seems reasonable especially for folks who don't want to keep
> intermediate objects around
> in build tree. I also have a setup where I build in tmpfs. I think it would
> be a nice step
> to write a wiki document explaining steps that are needed to
On Aug 13, 2013, at 9:39 AM, "Burton, Ross" wrote:
> On 13 August 2013 17:37, Khem Raj wrote:
>> This seems reasonable especially for folks who don't want to keep
>> intermediate objects around
>> in build tree. I also have a setup where I build in tmpfs. I think it would
>> be a nice step
>>
Attendees:
DavidW, Nitin, SteveL, Saul, DaveST, Beth, ChrisL, ScottR, TomZ, MichaelH,
MarkH, Denys, BruceA, Cristian, Cristiana, Richard, JeffP, Darren, Belen,
Simar, PaulE, Song
Welcome back, Richard!
Agenda:
* Opens collection - 5 min (Song)
* Yocto 1.5 status - 10 min (Song/team)
https://
Hi Anders - we are still in the planning stages for Dev Day. I'll be
sure to announce on this list as soon as we get anything established,
hopefully later this week. For those planning travel, if we do have a
DevDay it will likely be Weds 23 October, all day.
On Tue, Aug 13, 2013 at 6:57 AM, Ander
I have some scripts I'd like to copy to the target to a simple folder, e.g.
/lib/foo
Ideally I'd like to just create a simple recipe something like this:
SRC_URI = "file://lib/foo/foo.sh"
inherit install_only
Is there a class like this?
It seems like most recipes of this form accomplish th
On Aug 13, 2013, at 5:15 PM, Brad Litterell wrote:
> I have some scripts I'd like to copy to the target to a simple folder, e.g.
> /lib/foo
>
> Ideally I'd like to just create a simple recipe something like this:
>
> SRC_URI = "file://lib/foo/foo.sh"
> inherit install_only
>
> Is there a cla
Ok, thanks - mainly wanted to make sure I was following a best practice of
sorts.
On Aug 13, 2013, at 5:39 PM, Khem Raj
mailto:raj.k...@gmail.com>> wrote:
On Aug 13, 2013, at 5:15 PM, Brad Litterell
mailto:br...@taser.com>> wrote:
I have some scripts I'd like to copy to the target to a simpl
The weekly build should be available soon at:
http://autobuilder.yoctoproject.org/pub/nightly/20130813-3
Known issues:
- Both eclipse buildouts are using the wrong repo. I'll have the issue
fixed in the morning.
- nightly-ppc sanity failure
- nightly-qa-systemd sanity failure
meta-fs
Hi,
Using the Yocto Project 1.4, I want to build the packages like ssh,
telnet, alias and other library packages for arm. I am not getting an idea how
I should have to add those packages in my build environment. I want to build
them and test, using the QEMU, is that possible? I want
On Aug 13, 2013, at 10:49 PM, Amit Kumar wrote:
> Hi,
>
> Using the Yocto Project 1.4, I want to build the packages like
> ssh, telnet, alias and other library packages for arm. I am not getting an
> idea how I should have to add those packages in my build environment. I want
>
27 matches
Mail list logo