Re: [yocto] [yocto-docs][PATCH 0/1] new PTEST_RUN_SCRIPT_PATH

2015-10-05 Thread Ray, Ian (GE Healthcare)
> New PTEST_RUN_SCRIPT_PATH allows recipes to override the default > location of the run-ptest script. Please disregard, open-embedded was patched in a simpler way. Ian -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/l

[yocto] Reminder: Yocto Project Technical Team Meeting - Tuesday, Oct. 6, 2015 8:00 AM US Pacific Time

2015-10-05 Thread Jolley, Stephen K
Tuesday, Oct. 6, 2015 8:00 AM US Pacific Time Agenda: * Opens collection - 5 min (Stephen) * Yocto Project status - 5 min (Stephen/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.9_Status https://wiki.yoctoproject.org/wiki/Yocto_1.9_Schedule https://wiki.yoctoproject.org/wiki/Yo

[yocto] Flashing Yocto to SOM?

2015-10-05 Thread Alexander Korsos
Hi, I'm trying to flash Yocto Dizzy (core-image-minimal built with BitBake) onto a LogicPD DM3730 / AM3730 Torpedo + Wireless SOM using the following commands at the U-Boot prompt: # nand erase.chip # env default -f # setenv loadaddr 0x8100 # setenv ramdiskaddr 0x8200 # setenv kernel_n

Re: [yocto] busybox udhcpd service file

2015-10-05 Thread Daniel.
I would suggest you to setup build history and look files installed by busybox package. 2015-10-05 13:13 GMT-03:00 Khem Raj : > On Wed, Sep 30, 2015 at 12:28 AM, Lukas Böhm wrote: >> Hello, >> >> I want to use the busybox udhcpd server in conjunction with systemd. As >> there is no service file i

Re: [yocto] busybox udhcpd service file

2015-10-05 Thread Khem Raj
On Wed, Sep 30, 2015 at 12:28 AM, Lukas Böhm wrote: > Hello, > > I want to use the busybox udhcpd server in conjunction with systemd. As > there is no service file included in the recipe (v1.22.1) and no udhcpd.conf > I made a bbappend to add this. Unfortunatelly the service file is not added > to

[yocto] [PATCH 1/1] gma500_gfx: Avoid inserting gma500_gfx module for certain devices

2015-10-05 Thread Alejandro Hernandez
The gma500_gfx driver will match certain devices on which it causes incorrect functionality, we want to avoid inserting this module, basicallly blacklist it for specific hardware, but still allow it to work on other hardware by default; usually when we have an already working system, using udev

[yocto] [PATCH] ref-manual: document strace dependency for Swabber

2015-10-05 Thread Maxin B. John
image-swab class depends on "strace" package to be present in the Build Host. Document that dependency. [YOCTO #8439] Signed-off-by: Maxin B. John --- documentation/ref-manual/ref-classes.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/documentation/ref-manual/ref-clas

Re: [yocto] busybox udhcpd service file

2015-10-05 Thread Lukas Böhm
Really no one any idea or hint? I could make it "dirty" but I would like to understand where the problem is. Am 30.09.2015 um 09:28 schrieb Lukas Böhm: Hello, I want to use the busybox udhcpd server in conjunction with systemd. As there is no service file included in the recipe (v1.22.1) and