Re: [yocto] Antwort: How to make changes and build u-boot source code in yocto

2017-07-03 Thread Maciej Pijanowski
On 07/03/2017 08:49 AM, s.jar...@esa-grimma.de wrote: Hej ho my Workflow for adjusting uboot (u-boot-at91): 1.) build the original uboot 2.) apply changes 3.) create patch 3.1.) if you reconfigure it -> save/copy the config 3.2.) if you adding code -> use meld or something similar to create a

Re: [yocto] /poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb =>how to update the newest version ?

2017-07-03 Thread Takuro Ashie
Hi. How can I update to the latest firefox version? /poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb I'm now trying to upgrade it to 52ESR: https://github.com/OSSystems/meta-browser/pull/43 It almost done but seems have a problem. Drawing tabs may be broken. I'm now invest

Re: [yocto] /poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb =>how to update the newest version ?

2017-07-03 Thread Riko Ho
Hi, How can I update file into my computer ? Thanks On 03/07/17 15:32, Takuro Ashie wrote: Hi. How can I update to the latest firefox version? /poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb I'm now trying to upgrade it to 52ESR: https://github.com/OSSystems/meta-browse

Re: [yocto] [PATCH] Added missing LDFLAGS in sample recipe for morty branch

2017-07-03 Thread Burton, Ross
On 1 July 2017 at 15:53, Khem Raj wrote: > > do_compile() { > > - ${CC} helloworld.c -o helloworld > > + ${CC} ${LDFLAGS} helloworld.c -o helloworld > > perhaps doing compile and link in two steps where CFLAGS and LDFLAGS are > used would be clearer > > something like > > ${CC}

[yocto] /meta/recipes-support/attr/acl_2.2.52.bb:do_configure) failed with exit code '1'

2017-07-03 Thread Joseph Ngigi
Hello, I am trying to build a core-image-sato for Allwinner's cubieboard2. However, the acl_2.2.52.bb:do_configure fails.I am on Poky-Pyro branch. Any solutions out there? The build output is as follows: ERROR: pango-1.40.3-r0 do_compile: Function failed: do_compile (log file is located at /home

Re: [yocto] /meta/recipes-support/attr/acl_2.2.52.bb:do_configure) failed with exit code '1'

2017-07-03 Thread Burton, Ross
On 3 July 2017 at 13:11, Joseph Ngigi wrote: > | ../../pango-1.40.3/tests/gen-all-unicode.c:1:18: fatal error: glib.h: > No such file or directory > | #include > | ^ > | compilation terminated. > glib-2.0-native is a build dependency so this shouldn't have happened. > | ./c

Re: [yocto] [yocto-autobuilder][PATCH] buildset-config/nightly-refkit: add layers to bbconf

2017-07-03 Thread Joshua Lock
On Sun, 2017-07-02 at 06:56 -0700, Stephano Cetola wrote: > Since we are parsing and building all the images in refkit-ci.inc, > there are some layers that are now required. This includes flatpak, > industrial, and ROS layers. Since we are building a dynamic set of > images based on this inc file,

Re: [yocto] [yocto-autobuilder][PATCH] ScrapeTargets.py: improve target search algorithm

2017-07-03 Thread Joshua Lock
On Sat, 2017-07-01 at 15:05 -0700, Stephano Cetola wrote: > 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 th

Re: [yocto] [yocto-autobuilder][PATCHv2 1/5] buildsteps/BuildImages: Setproperty BUILDIMAGES

2017-07-03 Thread Joshua Lock
On Tue, 2017-06-06 at 10:46 -0500, Aníbal Limón wrote: > In certain situations is need to know what images was built for > example the DAFT executes flashing over certain image. > > [YOCTO #10604] > > Signed-off-by: Aníbal Limón > --- >  lib/python2.7/site-packages/autobuilder/buildsteps/BuildIm

Re: [yocto] [yocto-autobuilder][PATCHv2 3/5] autobuilder/buildsteps: Add DaftGetDevices step

2017-07-03 Thread Joshua Lock
On Tue, 2017-06-06 at 10:46 -0500, Aníbal Limón wrote: > This buildstep will copy the devices configuration from the > worker and read it, in order to get daft ip an ssh port, to > use later in RunSanityTests > > [YOCTO #10604] > > Signed-off-by: Aníbal Limón > Signed-off-by: Monserrat Sedeno

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

2017-07-03 Thread Joshua Lock
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] > > Signed-off-by: Aníbal Limón > Signed-off-by: Monserrat Sedeno Typo in the email address here. > Signed-off-by: Edwin Plauch

[yocto] File system optimization in yocto

2017-07-03 Thread Prasoon Kumar
Hi, I am trying to optimise the file system. I have removed the packages which are not required using PACKAGE_EXCLUDE. It still take around 8 seconds to load the file system. How can I optimization so that my file system loading take less time. Is there any way to load files in a multi-threaded w

[yocto] ERROR: Could not invoke dnf

2017-07-03 Thread Alexandre Freire da Silva Osorio
Hi, I'm trying to upgrade my build from Morty to Pyro, without success. Maintaining the same recipe for the image generation, the following errors happen in do_rootfs (these errors don't occur using Morty). ERROR: my-image-1.0-r0 do_rootfs: Could not invoke dnf. Error: Transaction check error

Re: [yocto] [yocto-autobuilder][PATCHv2 3/5] autobuilder/buildsteps: Add DaftGetDevices step

2017-07-03 Thread Aníbal Limón
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 buildstep will copy the devices configuration from the >> worker and read it, in order to get daft ip an ssh port, to >> use later in RunSanityTests >> >> [YOCTO #10604] >> >> Signed-off-by

Re: [yocto] [yocto-autobuilder][PATCHv2 1/5] buildsteps/BuildImages: Setproperty BUILDIMAGES

2017-07-03 Thread Aníbal Limón
On 07/03/2017 09:02 AM, Joshua Lock wrote: > On Tue, 2017-06-06 at 10:46 -0500, Aníbal Limón wrote: >> In certain situations is need to know what images was built for >> example the DAFT executes flashing over certain image. >> >> [YOCTO #10604] >> >> Signed-off-by: Aníbal Limón >> --- >> lib/p

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

2017-07-03 Thread Aníbal Limón
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] >> >> Signed-off-by: Aníbal Limón >> Signed-off-by: Monserrat Sedeno > > Typo i

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

2017-07-03 Thread Gonzalez Plascencia, Jair De Jesus
It seems to be a configuration issue. Currently, I’m working on the test harness we’ll use to expand our DAFT setup, and as part of it, I’ve updated the BeagleBone filesystem. Once it is deployed, the AB should be able to call DAFT without using the root user. Regards, Jair From: Ylinen, Mikko

Re: [yocto] How to make changes and build u-boot source code in yocto

2017-07-03 Thread Khem Raj
On 7/2/17 11:26 PM, Prasoon Kumar wrote: Hi, I am trying to make some changes in u-boot code and using bitbake u-boot to build. But it doesn't build. I also tried bitbake u-boot -c compile and bitbake u-boot deploy. This also didn't work. Can I Get some help on how to change and build u-bo

Re: [yocto] [meta-realtime][PATCH] schedtool-dl: Fix SCHED_DEADLINE value out of range

2017-07-03 Thread Bruce Ashfield
merged. Bruce On 2017-06-29 10:29 PM, zhe...@windriver.com wrote: From: He Zhe The upstream commit 3ffb479929c31cbae09de08f94f58b8f0f061d91 tries to fix this issue but it's not complete. This patch adds flags at the last necessary place. Signed-off-by: He Zhe --- recipes-tools/schedtool-

[yocto] Got error while building boundary-eval-image ( adding Qt plug in )

2017-07-03 Thread lakshmikanth r
Hi, I 'm trying to do bitbake using Morty branch with respective boundary image. I was got error keeps appearing like this Firmware-imx- 1_5.4-r0 do_fetch error. Unable to fetch the firmware. I'm looking forward for your response. Thanks & Regards , Lakshmikanth R --

Re: [yocto] /poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb =>how to update the newest version ?

2017-07-03 Thread Riko Ho
I got this error : checking for autoconf... | ERROR: Could not find autoconf 2.13 | *** Fix above errors and then restart with\ |"make -f client.mk build" | client.mk:375: recipe for target 'configure' failed | make: *** [configure] Error 1 | WARNING: exit code 1 from a shell comm

Re: [yocto] /poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb =>how to update the newest version ?

2017-07-03 Thread Takuro Ashie
Hi. > How to fix it ? thanks. I'm using Ubuntu 16.04 as a host. * Add autoconf2.13 to you system: $ sudo apt install autoconf2.13 * Add the following line to your local.conf if you are using recent poky. If you are using old poky, it's not needed. | HOSTTOOLS += "autoconf2.13" We are no

Re: [yocto] /poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb =>how to update the newest version ?

2017-07-03 Thread Riko Ho
Installing now and I'll let you know the result.. On 04/07/17 13:33, Takuro Ashie wrote: Hi. > How to fix it ? thanks. I'm using Ubuntu 16.04 as a host. * Add autoconf2.13 to you system: $ sudo apt install autoconf2.13 * Add the following line to your local.conf if you are using recent po

Re: [yocto] /poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb =>how to update the newest version ?

2017-07-03 Thread Riko Ho
another bug : checking for NSS - version >= 3.28.4... no | configure: error: you don't have NSS installed or your version is too old | DEBUG: | DEBUG: #include | DEBUG: #include | DEBUG: size_t malloc_usable_size(const void *ptr); | DEBUG: int main() { | DEB

Re: [yocto] /poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb =>how to update the newest version ?

2017-07-03 Thread Takuro Ashie
You need latest poky (current master branch is needed). But upgrading poky may also introduce unexpected changes for you. Another solution is using built-in nss & nspr instead of system's one. To use it remove or comment out following lines in your meta-browser/recipes-mozilla/firefox/firefox/mo

Re: [yocto] /poky/meta-browser/recipes-mozilla/firefox/firefox_45.9.0esr.bb =>how to update the newest version ?

2017-07-03 Thread Takuro Ashie
ac_add_options --with-system-nss ac_add_options --with-system-jpeg Oops, it's wrong. ac_add_options --with-system-nss ac_add_options --with-system-nspr On 2017年07月04日 15:34, Takuro Ashie wrote: You need latest poky (current master branch is needed). But upgrading poky may also introdu