[yocto] [meta-swupd][PATCH 1/2] swupd-client, swupd-server: Patch swupd to treate /home/* as non-state

2016-07-15 Thread Amarnath Valluri
This allows bundles to deploy content specific to user Signed-off-by: Amarnath Valluri --- .../0001-Do-not-consider-home-as-user-state.patch | 29 ++ .../0001-Do-not-consider-home-as-user-state.patch | 29 ++ recipes-core/swupd-client/swupd-client_2.87.b

[yocto] [meta-swupd][PATCH 2/2] swupd-client: Fix typo

2016-07-15 Thread Amarnath Valluri
Typo in writing swupd version and urls to defaults Signed-off-by: Amarnath Valluri --- recipes-core/swupd-client/swupd-client_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-core/swupd-client/swupd-client_git.bb b/recipes-core/swupd-client/swupd-client_g

[yocto] [Devtool] RPM Source Package

2016-07-15 Thread Rudolf Streif
Devtool works reasonably well with repos and packaged source tarballs. We did a test with a source RPM which resulted in a simple stub recipe although the source rpm contained an autotooled package. devtool did not even make an attempt to unpack the source RPM into the workspace and analyze the cod

Re: [yocto] [Devtool] RPM Source Package

2016-07-15 Thread Khem Raj
> On Jul 15, 2016, at 12:43 AM, Rudolf Streif wrote: > > Devtool works reasonably well with repos and packaged source tarballs. We did > a test with a source RPM which resulted in a simple stub recipe although the > source rpm contained an autotooled package. devtool did not even make an > at

Re: [yocto] [Devtool] RPM Source Package

2016-07-15 Thread Burton, Ross
On 15 July 2016 at 08:43, Rudolf Streif wrote: > Devtool works reasonably well with repos and packaged source tarballs. We > did a test with a source RPM which resulted in a simple stub recipe > although the source rpm contained an autotooled package. devtool did not > even make an attempt to unp

Re: [yocto] [genericx86-jethro] core-image-sato HDDIMG 'install' - no hard drive selected - /etc/fstab no such file or directory

2016-07-15 Thread Simon Bolek
Thanks, but neither: pkg_postinst_kernel-base () nor: pkg_postinst_kernel-image () from /meta/classes/kernel.bbclass gets called when running: - bitbake core-image-sato or - bitbake linux-yocto I put some commands in there, which are definitely wrong (like foobar) and bitbake run successfully. Whe

[yocto] bitbake parsing but not attempting to build recipes in layer.

2016-07-15 Thread Mark T
Hi, I have several recipes in a layer. I have added the layer to build/conf/bblayers.conf. The layer.conf in that layer looks correct for the BBFILES+= etc. when I run "bitbake core-image-base" the recipes are bing parsed ( as it picked up errors for missing dependencies). With those fixed it ru

Re: [yocto] bitbake parsing but not attempting to build recipes in layer.

2016-07-15 Thread Nicolas Dechesne
On Fri, Jul 15, 2016 at 2:26 PM, Mark T wrote: > I have several recipes in a layer. I have added the layer to > build/conf/bblayers.conf. > > The layer.conf in that layer looks correct for the BBFILES+= etc. > > when I run "bitbake core-image-base" the recipes are bing parsed ( as it > picked up e

[yocto] How to set the console color by default

2016-07-15 Thread S . Jaritz
Hej It is Friday and the week is almost over - it is time for some image beautifications! Is there a switch to activate the console colours by default? If not - what is the preferred way to produce a nice coloured console? Regards! Stefan Jaritz --

Re: [yocto] bitbake parsing but not attempting to build recipes in layer.

2016-07-15 Thread Mark T
Thanks Nicolas, I nearly had it - I'd put IMAGE_INSTALL_APPEND in my layer.conf - once I changed to _append and had a space before the recipe name it sprang into life. On 15 July 2016 at 11:35, Nicolas Dechesne wrote: > On Fri, Jul 15, 2016 at 2:26 PM, Mark T wrote: > > I have several recipes

Re: [yocto] image-vmdk with genericx86

2016-07-15 Thread Maxin B. John
Hi Takashi-san, On Fri, Jul 15, 2016 at 05:32:32AM +, Takashi Matsuzawa wrote: >Hello. > >Well, the below line actually inheriting image-live.bbclass. The variable >values I can see by '-e' option may be the final values, not in the middle of >parsing. > > >>IMAGE_TYPE_live = "${@build_live

[yocto] Docker and Yocto

2016-07-15 Thread Daniel.
Is anybory out there using Docker containers inside Yocto images? I have some machines running at ARMv7 architeture and I want to know if there is somebody already using Docker on non-x86 embedded platforms and if it can help deploying applications in this case too!? Regards, -- "Do or do not. T

Re: [yocto] Docker and Yocto

2016-07-15 Thread Bruce Ashfield
Yep, that's something that we test consistently with the docker support in meta-virtualization. Bruce On Fri, Jul 15, 2016 at 9:56 AM, Daniel. wrote: > Is anybory out there using Docker containers inside Yocto images? I > have some machines running at ARMv7 architeture and I want to know if > t

[yocto] Yocto Project Status WW29

2016-07-15 Thread Saul Wold
Current Dev Position: YP 2.2 M2 Next Deadline: YP 2.2 M2 cut off would be: 7/18/16 (This coming Monday - 5:00pm GMT) SWAT team rotation: Paul -> Ross https://wiki.yoctoproject.org/wiki/Yoct o_Build_Failure_Swat_Team Key Status/Updates: * Richard has been out this week, so the report will be thi

Re: [yocto] Yocto Project Status WW29

2016-07-15 Thread akuster808
On 07/15/2016 08:32 AM, Saul Wold wrote: > > Current Dev Position: YP 2.2 M2 > Next Deadline: YP 2.2 M2 cut off would > be: 7/18/16 (This coming Monday - 5:00pm GMT) > > SWAT team rotation: Paul -> Ross > https://wiki.yoctoproject.org/wiki/Yoct > o_Build_Failure_Swat_Team > > Key Status/Update

[yocto] Development of stage recipe

2016-07-15 Thread Mont3z Claros
Hi All, I'm making a recipe to generate a component called ARM Trusted Firmware. This component is not to be deployed and it'll be used by u-boot recipe to generate a u-boot image. I was thinking on using STAGING_LOADER_DIR but it seems that this is deprecated. I would like to ask what is the ad

Re: [yocto] [meta-raspberrypi][PATCH v3 00/14] Support for VC4 graphics driver

2016-07-15 Thread Carlos Alberto Lopez Perez
On 30/05/16 22:49, Herve Jourdain wrote: > This v3 series addresses the following issues with the v2 series: > a. patch rebased > b. new revision of kernel, to get a version of the VC4 graphics driver that > handles render nodes > c. patch to the VC4 driver to enable proper working of the render n

Re: [yocto] Docker and Yocto

2016-07-15 Thread Daniel.
Hi Bruce, Thanks for answering me. What is your use case? I've been reading about Docker and seems to do some nice magic. I was wondering if would be possible and productive to deploy embedded applications using Docker... Also the Docker swarm seems really cool stuff, are you using this too? Rega

Re: [yocto] [yocto-autobuilder][PATCH 2/4] BuildImages.py: build toaster eventlog only when requested

2016-07-15 Thread Joshua G Lock
On Thu, 2016-07-14 at 10:05 -0700, Bill Randle wrote: > Qualify creation of the toaster eventlog based on the setting of the > new > 'custom_create_eventlog' property. Place the eventlog in > build/tmp/log, > instead of build and add a timestamp to the eventlog filename since > multiple event logs

Re: [yocto] [genericx86-jethro] core-image-sato HDDIMG 'install' - no hard drive selected - /etc/fstab no such file or directory

2016-07-15 Thread Simon Bolek
Hi Raj, Maybe you could help me with this. I found out that during rootfs (meta/lib/oe/rootfs.py), depmodwrapper script is beeing called. I noticed, that it does generate /lib/modules/.. directory structure under: poky/build/tmp/work/genericx86-poky-linux/core-image-sato However, at the end of the

Re: [yocto] [yocto-autobuilder][PATCH 2/4] BuildImages.py: build toaster eventlog only when requested

2016-07-15 Thread Randle, William C
On Fri, 2016-07-15 at 22:37 +0100, Joshua G Lock wrote: On Thu, 2016-07-14 at 10:05 -0700, Bill Randle wrote: Qualify creation of the toaster eventlog based on the setting of the new 'custom_create_eventlog' property. Place the eventlog in build/tmp/log, instead of build and add a timestamp to t

Re: [yocto] [genericx86-jethro] core-image-sato HDDIMG 'install' - no hard drive selected - /etc/fstab no such file or directory

2016-07-15 Thread Khem Raj
On Fri, Jul 15, 2016 at 3:17 PM, Simon Bolek wrote: > Hi Raj, > > Maybe you could help me with this. > I found out that during rootfs (meta/lib/oe/rootfs.py), depmodwrapper script > is beeing called. > I noticed, that it does generate /lib/modules/.. directory structure > under: > poky/build/tmp/w

Re: [yocto] How to set the console color by default

2016-07-15 Thread Khem Raj
2016-07-15 5:37 GMT-07:00 : > Hej > > It is Friday and the week is almost over - it is time for some image > beautifications! > > Is there a switch to activate the console colours by default? If not - what > is the preferred way to produce a nice coloured console? may be something like described