[yocto] (无主题)

2018-08-02 Thread besk
2852>, 12853<https://bugzilla.yoctoproject.org/show_bug.cgi?id=12853>, 12070<https://bugzilla.yoctoproject.org/show_bug.cgi?id=12070>, 12766<https://bugzilla.yoctoproject.org/show_bug.cgi?id=12766>, 12779<https://

Re: [yocto] Non-deterministic build error in package gcc-source

2018-08-02 Thread Erik Nellessen
Hi Ross, thanks for your response! I deactivated the archiver and started about 40 builds. The problem did not occur. We discussed the different archiver modes. For us, it is probably the best solution to run the archiver with the following configuration: ARCHIVER_MODE[src] ?= "original" AR

[yocto] Minutes: Yocto Project Weekly Triage Meeting

2018-08-02 Thread Jolley, Stephen K
Attendees: Armin, Stephen, Amanda, Joshua, Richard, Ross, Paul, Brian, Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage AR: Armin – Comment on 12865 AR: Armin – Close 12761, 128

Re: [yocto] Cannot use any TEST_TARGET besides simpleremote or qemu

2018-08-02 Thread Paulo Neves
Hello Paul, I find this functionality very useful for test benches of embedded systems. Now that you said it was broken i started pruning code and have 3 ways we can and save the current functionality: 1 In the testimage.bbclass, pass the td variable to OERuntimeTestContextExecutor.getTarget(). Al

[yocto] [yocto-docs][RFC PATCH 2/2] bsp-guide: Add "BSP Device Tree Examples" section

2018-08-02 Thread Nathan Rossi
Add the "BSP Device Tree Examples" section and sub-sections for documenting the two options for compiling device trees that are part of the meta layer. These sections cover examples for the beaglebone-yocto machine, as well as providing some information around reasons to use one method over the oth

[yocto] [yocto-docs][RFC PATCH 1/2] ref-manual: Added devicetree to the Classes section

2018-08-02 Thread Nathan Rossi
Add the devicetree class to the classes section of the ref-manual. This section covers the details around how the devicetree class works and how to use. Signed-off-by: Nathan Rossi --- This change includes documentation about the devicetree class which is not yet in oe-core. As such this document

Re: [yocto] Cannot use any TEST_TARGET besides simpleremote or qemu

2018-08-02 Thread Paul Eggleton
Hi Paulo, On Thursday, 2 August 2018 12:11:37 AM BST Paulo Neves wrote: > I am trying to create my own test controller. After copy pasting and > adapting the skeleton from BeagleBoneTarget to > $MYLAYER/lib/oeqa/controllers I set the appropriate TEST_TARGET. > > When I run the testimage task I al