Re: [yocto] RPi app built with SDK won't load

2017-07-05 Thread Paul D. DeRocco
I incorporated all the relevant symbols from environment-setup-cortexa7hf-neon-vfpv4-poky-linux-gnueabi. I defined the compilation command as ${CC} ${CFLAGS} and the linker command as ${LD} ${LDFLAGS}. Other Eclipse settings added -O3 -Wall -c to the compile, and -s to the link. When I did the

Re: [yocto] setting groups and users other than root

2017-07-05 Thread Khem Raj
On Wed, Jul 5, 2017 at 8:28 PM, sourabh banerjee wrote: > I have observed that the group and user default to root for unless I do > explicit chown and chgrp in the do_install step for a given recipe. > > I have few recipes for which the group and user are to be set to something > other than root.

[yocto] setting groups and users other than root

2017-07-05 Thread sourabh banerjee
I have observed that the group and user default to root for unless I do explicit chown and chgrp in the do_install step for a given recipe. I have few recipes for which the group and user are to be set to something other than root. Is there a way to achieve this? Such that the user and group defau

[yocto] [yocto-autobuilder][PATCH V4 1/1] ScrapeTargets.py: improve target search algorithm

2017-07-05 Thread Stephano Cetola
When scraping the build targets from refkit-ci.inc, grep would only return the first line of the search result. By replacing grep with awk, we are now searching for multi-line variables, and should now scrape build targets even if they have line breaks between them. [YOCTO #11720] Signed-off-by:

[yocto] [yocto-autobuilder][PATCH V4 0/1] better matching for refkit ci

2017-07-05 Thread Stephano Cetola
changed since V3: Remove line breaks as well. Stephano Cetola (1): ScrapeTargets.py: improve target search algorithm .../site-packages/autobuilder/buildsteps/ScrapeTargets.py| 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) -- 2.13.2 --

[yocto] [yocto-autobuilder][PATCH V3 1/1] ScrapeTargets.py: improve target search algorithm

2017-07-05 Thread Stephano Cetola
When scraping the build targets from refkit-ci.inc, grep would only return the first line of the search result. By replacing grep with awk, we are now searching for multi-line variables, and should now scrape build targets even if they have line breaks between them. [YOCTO #11720] Signed-off-by:

[yocto] [yocto-autobuilder][PATCH V3 0/1] better matching for refkit ci

2017-07-05 Thread Stephano Cetola
Updates since V2: match the first line and remove the variable name, rather than skipping the first line. Also, removed some backslashes and submitted the correct patch rather than resubmitting the old patch again. fixes [YOCTO #11720] Stephano Cetola (1): ScrapeTargets.py: improve target searc

[yocto] [yocto-autobuilder][PATCH V2 0/1] better matching for refkit ci

2017-07-05 Thread Stephano Cetola
Updates since V1: match the first line and remove the variable name, rather than skipping the first line. fixes [YOCTO #11720] Stephano Cetola (1): ScrapeTargets.py: improve target search algorithm .../site-packages/autobuilder/buildsteps/ScrapeTargets.py| 9 - 1 file changed

[yocto] [yocto-autobuilder][PATCH V2 1/1] ScrapeTargets.py: improve target search algorithm

2017-07-05 Thread Stephano Cetola
When scraping the build targets from refkit-ci.inc, grep would only return the first line of the search result. By replacing grep with awk, we are now searching for multi-line variables, and should now scrape build targets even if they have line breaks between them. [YOCTO #11720] Signed-off-by:

Re: [yocto] [yocto-autobuilder][PATCHv2 4/5] autobuilder/buildsteps: Add DAFTFlash buildstep

2017-07-05 Thread Ylinen, Mikko
On Mon, Jul 3, 2017 at 7:37 PM, Aníbal Limón wrote: > > > On 07/03/2017 09:03 AM, Joshua Lock wrote: > > On Tue, 2017-06-06 at 10:46 -0500, Aníbal Limón wrote: > >> This will execute daft flash cycle without reboot and prepare the dut > >> for sanity tests. > >> > >> [YOCTO #10604] > >> > >> Sign

Re: [yocto] [qa-tools][PATCH 1/4] poduct/init: Add support for PackageManagement component

2017-07-05 Thread Jose Perez Carranza
On 07/04/2017 05:19 PM, Robert P. J. Day wrote: "poduct/init" ? This patch is referring to qa-tools repo. http://git.yoctoproject.org/cgit/cgit.cgi/qa-tools/tree/testopia_update/product rday -- Saludos José -- ___ yocto mailing list yocto@y