Re: [yocto] Avoid creation of .sdcard images.

2015-06-26 Thread Daniel.
Well, I'm in home now monday I'll take a look on this, it should have a way, maybe a little hack is needed, thanks for informing, best regards I keep in touch Em 26/06/2015 21:39, "Nikolay Dimitrov" escreveu: > Hi Daniel, > > On 06/27/2015 03:30 AM, Daniel. wrote: > >> What you mean about deploye

Re: [yocto] Avoid creation of .sdcard images.

2015-06-26 Thread Nikolay Dimitrov
Hi Daniel, On 06/27/2015 03:30 AM, Daniel. wrote: What you mean about deployed? They are compiled but doesnt go to tmp/deploy folder?! Exactly. In my project I also don't use the sdcard image, but I just have to leave it because of the previously described behavior. Guess how I discovered it

Re: [yocto] Avoid creation of .sdcard images.

2015-06-26 Thread Daniel.
What you mean about deployed? They are compiled but doesnt go to tmp/deploy folder?! Im building to imx6 :/ Em 26/06/2015 21:25, "Nikolay Dimitrov" escreveu: > Hi guys, > > On 06/26/2015 11:32 PM, Daniel. wrote: > >> Hmm, this seems cleaner than setting whole IMAGE_FSTYPES, I'll try! >> >> Thank

Re: [yocto] Avoid creation of .sdcard images.

2015-06-26 Thread Nikolay Dimitrov
Hi guys, On 06/26/2015 11:32 PM, Daniel. wrote: Hmm, this seems cleaner than setting whole IMAGE_FSTYPES, I'll try! Thank you! 2015-06-26 17:28 GMT-03:00 Gary Thomas mailto:g...@mlbassoc.com>>: On 2015-06-26 13:52, Leonardo Sandoval wrote: On 06/26/2015 02:45 PM, Daniel. wrote:

Re: [yocto] [meta-security][PATCH] samhain-server: fix build warn

2015-06-26 Thread akuster808
Bian, thanks, merged. - armin On 06/25/2015 12:19 AM, Bian Naimeng wrote: WARNING: QA Issue: /etc/init.d/samhain-server_samhain-server contained in package samhain-server requires /bin/bash, but no providers found in its RDEPENDS [file-rdeps] Signed-off-by: Bian Naimeng --- recipes-secu

Re: [yocto] Avoid creation of .sdcard images.

2015-06-26 Thread Daniel.
Hmm, this seems cleaner than setting whole IMAGE_FSTYPES, I'll try! Thank you! 2015-06-26 17:28 GMT-03:00 Gary Thomas : > On 2015-06-26 13:52, Leonardo Sandoval wrote: > >> On 06/26/2015 02:45 PM, Daniel. wrote: >> >>> Does any one knows how to avoid the creation of .sdcard images? This ones >>>

Re: [yocto] Avoid creation of .sdcard images.

2015-06-26 Thread Gary Thomas
On 2015-06-26 13:52, Leonardo Sandoval wrote: On 06/26/2015 02:45 PM, Daniel. wrote: Does any one knows how to avoid the creation of .sdcard images? This ones The variable controlling the type of output images is IMAGE_FSTYPES, so you can redefine it under your local.conf. To see the current c

Re: [yocto] [meta-cgl][RFC]upgrade resource-agents

2015-06-26 Thread Alexandru Vaduva
OK, thanks for that Bian -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Bian, Naimeng Sent: Thursday, June 25, 2015 11:51 AM To: yocto@yoctoproject.org Subject: [yocto] [meta-cgl][RFC]upgrade resource-agents Hi all We have a

Re: [yocto] Avoid creation of .sdcard images.

2015-06-26 Thread Leonardo Sandoval
On 06/26/2015 02:45 PM, Daniel. wrote: Does any one knows how to avoid the creation of .sdcard images? This ones The variable controlling the type of output images is IMAGE_FSTYPES, so you can redefine it under your local.conf. To see the current content, you can do $bitbake -e | grep IMAGE_

[yocto] Avoid creation of .sdcard images.

2015-06-26 Thread Daniel.
Does any one knows how to avoid the creation of .sdcard images? This ones takes a lot of diskspace and I have to delete it periodically, which gives headaches about cleaning everything every time. A have an 50GB partition and from month to month I get out of disk space. :( Thanks in advance -- *

[yocto] [PATCH] views.py: Add how long a recipe hasn't been updated

2015-06-26 Thread mariano . lopez
From: Mariano Lopez This add a tooltip in the upstream status field that show how long the recipe hasn't been updated. Signed-off-by: Mariano Lopez --- rrs/models.py | 15 +++ rrs/views.py | 23 ++- templates/rrs/recipes.html | 8

[yocto] Copying an Xserver .conf file to the image rootfs usr/share/X11/xorg.conf.d

2015-06-26 Thread Chen, Simon
Software/Hardware Used: Yocto poky-dizzy-12.0.1 AMD Radeon E8860 GFX Card Hi all, I am trying write up a recipe that is supposed to pull in a custom radeon.conf file and install it into Yocto's rootfs at /usr/share/X11/xorg.conf.d. This file is basically an Xorg configuration file that enables

[yocto] Yocto Project Status WW26

2015-06-26 Thread Jolley, Stephen K
Current Dev Position: 1.9 Milestone 2 (M2) Next Deadline: M2 cut off of July 27th at noon GMT SWAT team rotation: Beth -> Saul https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: YP 1.9 M1 is in QA - Target for release is before July 10th. https://wiki.yoctoprojec

Re: [yocto] [poky] Automatic Upgrade Helper Announcement

2015-06-26 Thread Alexander Kanavin
On 06/25/2015 11:02 PM, Aníbal Limón wrote: I'm glad to announce the enabling of Automatic Upgrade Helper (a.k.a. AUH), the AUH is a service that provides recipe upgrades and will be run on weekly basis. If you are a maintainer (listed in [1]) you will receive AUH emails with Recipe upgrades whe

Re: [yocto] [meta-raspberrypi][PATCH] firmware.inc: Fetch a zip instead of cloning a git repo

2015-06-26 Thread Burton, Ross
On 26 June 2015 at 15:42, Jon Szymaniak wrote: > Back to the git depth point... why is "--depth 1" not the default for all > cases? Could anyone elaborate on some use cases where we'd actually want > the entire history for builds? > I'm sure I've been told that it's not as simple as you'd expec

Re: [yocto] [meta-raspberrypi][PATCH] firmware.inc: Fetch a zip instead of cloning a git repo

2015-06-26 Thread Jon Szymaniak
On Fri, Jun 26, 2015 at 10:19 AM, Burton, Ross wrote: > > > On 26 June 2015 at 15:16, Jon Szymaniak wrote: > >> I'm open to other suggestions as well, as this was just a first stab at >> it. I've been seeing that cloning this git repo containing binary firmware >> blobs takes an absurd amount of

Re: [yocto] [meta-raspberrypi][PATCH] firmware.inc: Fetch a zip instead of cloning a git repo

2015-06-26 Thread Jon Szymaniak
On Fri, Jun 26, 2015 at 4:31 AM, Burton, Ross wrote: > > On 26 June 2015 at 05:16, Jon Szymaniak wrote: > >> GitHub provides this ability to download repository contents at >> a specified changeset as a zip file. This is generally *much* quicker >> than fetching the entire git repository. >> > >

Re: [yocto] [meta-raspberrypi][PATCH] firmware.inc: Fetch a zip instead of cloning a git repo

2015-06-26 Thread Burton, Ross
On 26 June 2015 at 15:16, Jon Szymaniak wrote: > I'm open to other suggestions as well, as this was just a first stab at > it. I've been seeing that cloning this git repo containing binary firmware > blobs takes an absurd amount of time, if it even finishes at all > successfully. > I believe git

Re: [yocto] [poky] Automatic Upgrade Helper Announcement

2015-06-26 Thread Burton, Ross
On 25 June 2015 at 21:02, Aníbal Limón wrote: > I'm glad to announce the enabling of Automatic Upgrade Helper (a.k.a. > AUH), the AUH is a service > that provides recipe upgrades and will be run on weekly basis. > Excellent news, thanks Anibal for working on this! (one day I'll figure out where

Re: [yocto] [meta-raspberrypi][PATCH] firmware.inc: Fetch a zip instead of cloning a git repo

2015-06-26 Thread Burton, Ross
On 26 June 2015 at 10:07, Gary Thomas wrote: > Is that something that can be in the recipe, or is this ability > something that needs to be added to the bitbake/OE-core infrastructure? > The fetcher needs to be patched. Ross -- ___ yocto mailing list

Re: [yocto] [meta-raspberrypi][PATCH] firmware.inc: Fetch a zip instead of cloning a git repo

2015-06-26 Thread Gary Thomas
On 2015-06-26 02:31, Burton, Ross wrote: On 26 June 2015 at 05:16, Jon Szymaniak mailto:jon.szyman...@gmail.com>> wrote: GitHub provides this ability to download repository contents at a specified changeset as a zip file. This is generally *much* quicker than fetching the entire git

Re: [yocto] [meta-raspberrypi][PATCH] firmware.inc: Fetch a zip instead of cloning a git repo

2015-06-26 Thread Burton, Ross
On 26 June 2015 at 05:16, Jon Szymaniak wrote: > GitHub provides this ability to download repository contents at > a specified changeset as a zip file. This is generally *much* quicker > than fetching the entire git repository. > Github also can and will regenerate these tarballs whenever it fee