[yocto] [PATCH] oeqa/runtime/cases/manualbsp: Add BSP testcases

2018-07-16 Thread mohamad . noor . alim . hussin
From: Mohamad Noor Alim Hussin Manualbsp.py contain test cases that was converted from manual testcases to auto which would run on Yocto reference boards such as Minnowboard, NUC, edgerouter and beaglebone. The testcase was added to support QA automation which target devices attached with removab

Re: [yocto] How to split rootfs image?

2018-07-16 Thread Andre McCurdy
On Wed, Jul 11, 2018 at 12:16 PM, Lukasz Zemla wrote: > Dear All, > > Because of some formal reasons, we would like to split our rootfs image into > 2 parts: > > 1. base system - to be reused between different project variants, typical > rootfs content. > > 2. application/data - less critical appl

[yocto] Yocto Project Unassigned Bugs - Help Needed

2018-07-16 Thread Jolley, Stephen K
All, The triage team meets weekly and does its best to handle the bugs reported into the bugzilla. The numbers of people attending that meeting have fallen, as have the number of people available to help fix bugs. One of the things we hear users report is they don't know how to help. We (the

Re: [yocto] [layerindex-web] RFC: layer index docker fixes

2018-07-16 Thread Paul Eggleton
On Monday, 16 July 2018 8:24:53 PM CEST Konrad Scherer wrote: > On 07/13/2018 03:29 AM, Paul Eggleton wrote: > > On Thursday, 12 July 2018 10:16:12 PM CEST you wrote: > >> I just noticed that the image doesn't contain git. Was this > >> deliberate or an oversight? > > > > Ah, no, it wasn't deliber

Re: [yocto] [layerindex-web] RFC: layer index docker fixes

2018-07-16 Thread Konrad Scherer
On 07/13/2018 03:29 AM, Paul Eggleton wrote: On Thursday, 12 July 2018 10:16:12 PM CEST you wrote: I just noticed that the image doesn't contain git. Was this deliberate or an oversight? Ah, no, it wasn't deliberate - perhaps it was there earlier with buildpack- deps? It doesn't appear that we

[yocto] [rocko] Multilib backports

2018-07-16 Thread Marek Vasut
Hi Armin, Could these three be backported from master to rocko (and sumo), as they fix multilib build problems ? f1079cd193 staging/image: Fix multilib recipe sysroot issues 6ca693f284 staging: Improve fixup processing code f755066a00 staging: Always use the default sysroot for allarch recipes -

Re: [yocto] Regarding build Yocto offline

2018-07-16 Thread S, Karthikeyan
Hi, Thanks a lot for responding my message even in your busy schedule. As for recipe, it was linux. When I was trying to build entire image "core-image-base", it was failed with "linux kernel recipe". Please find attached linux kernel bb files, all other remaining packages were built success

Re: [yocto] Regarding build Yocto offline

2018-07-16 Thread S, Karthikeyan
Hi Ross, SHA mean "shasum" command in linux which gives some value when we type along with tar file, Thanks, Karthik -Original Message- From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Monday, July 16, 2018 5:36 PM To: S, Karthikeyan Cc: yocto@yoctoproject.org Subject: Re: [yo

Re: [yocto] Regarding build Yocto offline

2018-07-16 Thread S, Karthikeyan
Hi Ross, Really Thanks a lot for replying quickly. As for SHA, from where will I get this SHA value, below is the one we are using https://github.com/digi-embedded/linux Thanks, Karthik -Original Message- From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Monday, July 16, 2018 5:

Re: [yocto] [meta-mingw][sumo][PATCH 1/1] openssl: build for mingw

2018-07-16 Thread Bystricky, Juro
> Does this also work for rocko and master if the bbappend used a > wildcard? Or is it not required for rocko and master? Good question. I am inclined to think it should work. (I will test it). Juro -- ___ yocto mailing list yocto@yoctoproject.or

Re: [yocto] Writing a recipe that allows for extra depends, depending on the extra_oemake configurations

2018-07-16 Thread Giordon Stark
Thanks all! I did mean OE_CMAKE [I'm not the best typer]. Giordon On Fri, Jul 13, 2018 at 2:53 AM Burton, Ross wrote: > On 12 July 2018 at 23:12, Giordon Stark wrote: > > Hi Ross, > > > > Thanks. I saw that but the documentation doesn't explicitly mentioned > > EXTRA_OEMAKE. Is that the same a

Re: [yocto] Regarding build Yocto offline

2018-07-16 Thread Burton, Ross
Change SRCREV to a real SHA, not AUTOREV. That's all you need to do. Ross On 16 July 2018 at 13:04, S, Karthikeyan wrote: > Hi Ross, > From your reply and from the below link " > https://wiki.yoctoproject.org/wiki/How_do_I#Non-networked_Builds_and_Cached_Git_Respositories"; > I may have

Re: [yocto] Regarding build Yocto offline

2018-07-16 Thread Burton, Ross
That build is not building that recipe, because the recipe you've attached has SRC_URI=a local file, but the log clearly shows it going to github. Assuming you're actually using the original version of the recipe and not the edited version you sent, then the problem is that the recipe has SRCREV=$

Re: [yocto] Regarding build Yocto offline

2018-07-16 Thread Burton, Ross
Logs, please. Ross On 16 July 2018 at 10:45, S, Karthikeyan wrote: > Hi, >Thanks a lot for responding my message even in your busy schedule. As for > recipe, it was linux. When I was trying to build entire image > "core-image-base", it was failed with "linux kernel recipe". Please find >

Re: [yocto] [PATCH] iucode-tool: add a service file (systemd)

2018-07-16 Thread Burton, Ross
Isn't this the worst way of doing a microcode update? Specifically the documentation for -k says: "this update method is deprecated: it will be removed eventually from the kernel and from iucode_tool. Ross On 16 July 2018 at 05:54, wrote: > From: Changqing Li > > Add a service file (system

Re: [yocto] openssl

2018-07-16 Thread Alexander Kanavin
You are building something that requires openssl 1.0 (most likely openssh, which is not compatible with 1.1). You have to exclude it from your builds first. Alex 2018-07-16 3:19 GMT+02:00 Russell Peterson : > Hello, > > I’m looking to change to openssl version 1.1. I’m using the rocko branch. >

Re: [yocto] Regarding build Yocto offline

2018-07-16 Thread Burton, Ross
What recipe is failing? It's most likely to be a recipe which is using a git tag instead of a git hash in the SRCREV. Ross On 13 July 2018 at 09:58, S, Karthikeyan wrote: > Greetings, > > Initially I was able to built with github access, but our > requirement is to build offline(wi

Re: [yocto] Regarding build Yocto offline

2018-07-16 Thread Gunnar Andersson
On Fri, 2018-07-13 at 08:58 +, S, Karthikeyan wrote: > Greetings, > Initially I was able to built with github access, but our > requirement is to build offline(without Internet), I followed the steps > given in https://wiki.yoctoproject.org/wiki/How_do_I#Q:_How_do_I_create_my > _ow

Re: [yocto] Regarding build Yocto offline

2018-07-16 Thread Gunnar GMail
On Mon, 2018-07-16 at 10:55 +0200, Gunnar Andersson wrote: > [trimmed] > 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?) It seems to a

Re: [yocto] IMX6Q add new sound simple sound card

2018-07-16 Thread nick83ola
Hi, how is your sound card connected? If you look at the devicetree for a sound card to work you have to configure - system clock - device that handle the communication with the sound card (f ex i2s, or i2c or usb, or whatever) (sound-dai) - the soundcard itself (codec?) So you need m

Re: [yocto] Why can diffsigs take sometimes really looooong?

2018-07-16 Thread Uwe Geuder
Thanks for your reply! On Sun, Jul 15, 2018 at 1:38 PM, Richard Purdie wrote: > On Fri, 2018-07-13 at 19:18 +0300, Uwe Geuder wrote: >> At times I find the diffsigs command useful/educational to understand >> what is going on in my build. >> >> $ bitbake-diffsigs -t myimage do_image >> >> Often t

Re: [yocto] How to split rootfs image?

2018-07-16 Thread Darcy Watkins
I did something similar to this a while back, but I didn’t care about the image itself, just the manifest so I could generate RPM lists. So we would install the base content from a tarball and then install supplemental / optional content from RPMs. I used a filter in my script to exclude the ro