Re: [yocto] WARNING: bluez5-5.50-r0 do_fetch: Failed to fetch URL file://variscite-bt.conf

2019-08-26 Thread Zoran Stojsavljevic
BTW, I have created the complete description of this problem! https://github.com/ZoranStojsavljevic/imx6-sabre-automotive-bsp/tree/master/Issues Best Regards, Zoran ___ On Mon, Aug 26, 2019 at 5:23 PM Zoran Stojsavljevic < zoran.stojsavlje...@gmail.com> wrote: > Hello Folks, > > While doing

Re: [yocto] metadata mismatch between image and package (uninative)

2019-08-26 Thread Tim Blechmann
> i've been able to build by `INHERIT_remove`ing "uninative", but this > feels like a hack. > > so i'm wondering: what could cause a reparse error when `uninative` is > enabled? i think i've tracked down the error: `uninative_event_enable` extends `PATH`, but only if `UNINATIVE_LOADER` points to

Re: [yocto] [meta-mingw] QEMU on thud mingw SDK is broken

2019-08-26 Thread Sinan Kaya
On 8/26/2019 9:47 PM, Joshua Watt wrote: > No, I don't think that is supported. Just to make sure, did you try > building with > > SDKMACHINE = "x86_64-mingw32" > > to try building the entire SDK as 64-bit? Yup, that's what I have been using. SDKMACHINE = "x86_64-mingw32" --

Re: [linux-yocto] [PATCH] module: Fix build failure due to cracked commit

2019-08-26 Thread Bruce Ashfield
oops. Sorry about that, I forgot to push the resolution I did earlier today for this. It should be in the tree now. Bruce On Mon, Aug 26, 2019 at 10:14 PM wrote: > > From: He Zhe > > This is the missing half of the following commit that is cracked during > merging, > which causes build

[linux-yocto] [PATCH] module: Fix build failure due to cracked commit

2019-08-26 Thread zhe.he
From: He Zhe This is the missing half of the following commit that is cracked during merging, which causes build failure. 3b5be16c7e90 ("modules: page-align module section allocations only for arches supporting strict module rwx") Signed-off-by: He Zhe --- This is for every branches of

Re: [yocto] [meta-mingw] QEMU on thud mingw SDK is broken

2019-08-26 Thread Joshua Watt
On Mon, Aug 26, 2019 at 4:47 PM Sinan Kaya wrote: > > On 8/26/2019 5:33 PM, Joshua Watt wrote: > > On 8/19/19 7:30 AM, Sinan Kaya wrote: > >> I noticed last week that qemu packaged into mingw sdk is broken while > >> the qemu in linux sdk works fine. > >> > >> Qemu crashes very early while

Re: [yocto] [meta-mingw] QEMU on thud mingw SDK is broken

2019-08-26 Thread Sinan Kaya
On 8/26/2019 5:33 PM, Joshua Watt wrote: > On 8/19/19 7:30 AM, Sinan Kaya wrote: >> I noticed last week that qemu packaged into mingw sdk is broken while >> the qemu in linux sdk works fine. >> >> Qemu crashes very early while launching the kernel boot. >> This used to work fine on sumo. >> >>

Re: [yocto] [meta-mingw] QEMU on thud mingw SDK is broken

2019-08-26 Thread Joshua Watt
On 8/19/19 7:30 AM, Sinan Kaya wrote: I noticed last week that qemu packaged into mingw sdk is broken while the qemu in linux sdk works fine. Qemu crashes very early while launching the kernel boot. This used to work fine on sumo. Does anybody see this problem too? Doesn't look like it. I

Re: [yocto] npm nodejs

2019-08-26 Thread Jonas Andersson
cool, get the feeling that this is an way in the right direction. Have you dropped the use of shrinkwrap an lockdown files? As I understand npm package lock files have replaced this? Den ons 21 aug. 2019 kl 21:24 skrev Stefan Herbrechtsmeier < ste...@herbrechtsmeier.net>: > Hi Jonas, > > Am

Re: [yocto] kernel modul install

2019-08-26 Thread Rudolf J Streif
Michael, You might want to share your recipe. Since do_install works on a private sysroot for your recipe it is unlikely that your module conflicts with a module with the same name from another recipe. You might install the module twice or you might have some leftovers from your development

Re: [linux-yocto] v4.18.x - stable updates comprising v4.18.42

2019-08-26 Thread Paul Gortmaker
[Re: v4.18.x - stable updates comprising v4.18.42] On 25/08/2019 (Sun 22:10) Bruce Ashfield wrote: > On Sun, Aug 18, 2019 at 10:14 AM Paul Gortmaker > wrote: > > > > Bruce, Yocto kernel folks: > > > > Here is the next 4.18.x stable update "extension" primarily created > > for the Yocto project,

[yocto] WARNING: bluez5-5.50-r0 do_fetch: Failed to fetch URL file://variscite-bt.conf

2019-08-26 Thread Zoran Stojsavljevic
Hello Folks, While doing the following YOCTO build: http://variwiki.com/index.php?title=Yocto_Build_Release=RELEASE_MORTY_V1 Actually, using the latest available tag: thud-fslc-4.14.78-mx6ul-v1.1 >From

[yocto] kernel modul install

2019-08-26 Thread Michael Eichhorn
Dear all,   i am new to yocto and i created a recipe for a kernel modul for my bt and wifi chip. it seems that everthing works, but in my do_install i receive an error: ...is trying to install files into a shared area when those files already exist... My receipe is somehow producing an

Re: [linux-yocto] [linux-yocto-dev] Merge tag 'v5.3-rc6' into standard/base

2019-08-26 Thread Bruce Ashfield
On Mon, Aug 26, 2019 at 6:50 AM Jun Miao wrote: > > Hi Bruce, > >I am sorry to trouble you . > >When you merge tag 'v5.3-rc6' into standard/base, why you delete "define > debug_align(X) (X)" and lose the "#endif" (#ifend ... #endif) ? > Hmm. That wasn't on purpose. My builds ran

Re: [yocto] QA issue applibrary rdepends on app-dev [dev-deps], where is the do_package_qa?

2019-08-26 Thread Ola x Nilsson
You now have nonstandard library names, which will confuse the package-split and automatic library dependency checker. As a result, a dependency is added from the applibrary on app-dev. But depending on -dev packages is a no-no, hence the QA error. I have no idea whether the renameing of the

Re: [yocto] U-boot recipe fails for the master branch(new sbc)

2019-08-26 Thread nishant poorswani
I managed to use dtc-1.14.5. Getting other errors while compiling now. Here is the log: https://pastebin.com/2i5vRrTx Maybe it's because of the gcc version. I had used rocko which has gcc-7.3 as the default compiler. Regards, Nishant Poorswani On Sun, Aug 25, 2019 at 11:17 PM akuster wrote:

[linux-yocto] [linux-yocto-dev] Merge tag 'v5.3-rc6' into standard/base

2019-08-26 Thread Jun Miao
Hi Bruce,    I am sorry to trouble you .    When you merge tag 'v5.3-rc6' into standard/base, why you delete  "define debug_align(X) (X)" and lose the "#endif" (#ifend ... #endif)  ? -- commit

Re: [yocto] Conditional include in image recipe.

2019-08-26 Thread Quentin Schulz
Hi Mauro, On Sat, Aug 24, 2019 at 12:19:08PM +0200, Mauro Ziliani wrote: > Hi all > > I working on a image recipe. > > If I include the layer meta-raspberrypi layer  I'd like to include > recipes-code/images/rpi-basic-image-bb. > > While if i not include meta-raspberrypi layer I don't include

Re: [yocto] Conditional include in image recipe.

2019-08-26 Thread Erik Botö
Hi, On Sat, Aug 24, 2019 at 12:20 PM Mauro Ziliani wrote: > > Hi all > > I working on a image recipe. > > If I include the layer meta-raspberrypi layer I'd like to include > recipes-code/images/rpi-basic-image-bb. > > While if i not include meta-raspberrypi layer I don't include >