Re: [yocto] m4-native, zedboard, "Please port gnulib fseeko.c to your platform"

2018-11-14 Thread Gunnar Andersson
Robert, On Tue, 2018-11-13 at 15:28 -0500, Robert P. J. Day wrote: > been away from YP for a few months, diving back in, want to build a > core-image-minimal for my zedboard, and i will first admit that i'm > using a non-approved distro (fully-updated fedora 29): > [...] > but i'm unsure

[yocto] Fetcher failure on mpfr 4.0.1

2018-10-30 Thread Gunnar Andersson
I'm right now seeing a fetcher failure on mpfr-4.0.1.tar.xz As far as mirrors I believe we rely on this through the inclusion of poky.conf? http://downloads.yoctoproject.org/mirror/sources/ but we also add our own (PRE)MIRRORS in the conf files. Regardless of the project, it's not enough to

Re: [yocto] SUSE SLES target OS

2018-10-22 Thread Gunnar Andersson
utronix.de/en/open-source/vortraege.php (look for slides & video) [2] https://apertis.org (not Yocto) HTH, - Gunnar -- Gunnar Andersson Development Lead GENIVI Alliance -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] (How) did you script bitbake/set up nightly builds?

2018-08-31 Thread Gunnar Andersson
] https://github.com/GENIVI/genivi-dev-platform/blob/master/scripts/ci-build.sh [3] https://github.com/GENIVI/genivi-dev-platform/tree/master/gdp-src-build/conf/templates -- Gunnar Andersson Development Lead GENIVI Alliance -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] chromium is compiling but is not able to add in the image

2018-08-24 Thread Gunnar Andersson
ow the advice of some dedicated expert companies in this area. Hope this helps, - Gunnar [1] https://github.com/GENIVI/genivi-dev-platform -- Gunnar Andersson Development Lead GENIVI Alliance > Best regards, > Stefano Babic > > -- > =

Re: [yocto] cannelloni.bb (Was: [Chicken and Egg problem] Defining RDEPENDS of the package itself)

2018-07-19 Thread Gunnar Andersson
e out a good strategy together. - Gunnar -- Gunnar Andersson Development Lead GENIVI Alliance -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Regarding build Yocto offline

2018-07-16 Thread Gunnar Andersson
f the recipes, and if changing to SRCREV= in all recipes solves the problem. Here is a reference to an earlier discussion - I think it is commonly recurring question. (Maybe you can propose a change to the docs, to indicate this near the description of the BB_NO_NETWORK variable?) https://lists.yoctopro

Re: [yocto] .kernel-meta/configs folder missing make linux-raspberrypi to fail

2017-12-15 Thread Gunnar Andersson
On Fri, 2017-12-15 at 12:50 -0200, Daniel. wrote: > As I told before, by pass this is a simple matter of running devshell, > creating the folder and running running the build again, > > Paul ask me for more information and so I did, I'll remove that duplicated > layer and fire `bitbake -fc

Re: [yocto] .kernel-meta/configs folder missing make linux-raspberrypi to fail

2017-12-15 Thread Gunnar Andersson
ANY canonical source for a base distro with an official list of yocto/poky required packages ready to go, so why not use this one & support it with any needed update? HTH - Gunnar [1] https://github.com/gmacario/easy-build --  Gunnar Andersson <ganders...@genivi.org> Development Lead GENIVI

Re: [yocto] "(-)"??

2017-09-21 Thread Gunnar Andersson
ct as a list of words - many other bitbake variables do - and one for patterns: COMPATIBLE_MACHINE_EXACT = "first-machine second-machine" COMPATIBLE_MACHINE_EXACT += " third-machine" COMPATIBLE_MACHINE_PATTERN = "(.*x86.*)" Just my 2c, take it for what it's worth. - Gunnar --  Gun

Re: [yocto] Idea for bbappend / layer organization and naming convention

2017-08-18 Thread Gunnar Andersson
On Mon, 2017-08-14 at 23:02 -0400, Bruce Ashfield wrote: > On 2017-08-14 3:36 PM, Gunnar Andersson wrote: > > > > Yocto community, > > > > Triggered by the previous email request to yocto@ about best practices > > for layer organization I'm finally firing off th

[yocto] Idea for bbappend / layer organization and naming convention

2017-08-14 Thread Gunnar Andersson
ck my neck out anyway because it seems to solve some issues of organization and understanding at least for us (and I'm a sucker for some flamebait ;) If the intro is too formal and long, just look at the final examples. I think you'll get it. Feel free to ask. - Gunnar --  Gunnar Andersso

Re: [yocto] release management

2017-08-14 Thread Gunnar Andersson
c organization for layer modifications / bbappends. I have been meaning to write an email to gather community feedback on it, but it's better done in a separate thread I think. Best Regards - Gunnar [1] https://github.com//GENIVI/genivi-dev-platform --  Gunnar Ander

[yocto] Questions on HOSTTOOLS and the documented host packages in the manual

2017-07-10 Thread Gunnar Andersson
Hi everyone To get repeatable quality builds we ensure the build agents in CI are identical and that they install a _minimal_ list of packages taken from the instructions in the Yocto manual [1].  But from time to time some dependency is missing, especially since things change in Yocto over time

Re: [yocto] AppArmor

2017-06-21 Thread Gunnar Andersson
n  > AppAmor, in the Open, but I have never eared about it since that https://apertis.org Code and docs came out around a year after the initial announcement under the new name, so it has been published about 2 years or so. Apertis builds with OBS, so it might not directly help the OP however.

Re: [yocto] Compiling meta-browser ==>chromium ? cleaning ?

2017-06-21 Thread Gunnar Andersson
Khem's example.   See recipe syntax in Yocto manual [1]. Look for the item "Line continuation". HTH - Gunnar [1] http://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#un derstanding-recipe-syntax --  Gunnar Andersson <ganders...@genivi.org> De

Re: [yocto] Compiling meta-browser ==>chromium ? cleaning ?

2017-06-18 Thread Gunnar Andersson
thub.com/GENIVI/genivi-dev-platform/blob/chromium/meta-genivi-dev/meta-genivi-dev/recipes-extended/chromium/chromium-wayland_%25.bbappend [3]  http://www.yoctoproject.org/docs/latest/mega-manual/mega-manual.html#building-an-image-for-emulation   --  Gunnar Andersson <ganders...@genivi.org> D