> 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
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
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
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
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
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
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
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