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

2015-06-25 Thread Jon Szymaniak
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. This resolves some do_fetch() failures I've seen for bcm2835-bootfiles in which the clone operation takes a very long time,

[yocto] Automatic Upgrade Helper Announcement

2015-06-25 Thread Aníbal Limón
Hi all, 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 when AUH detects that upgrade is ne

[yocto] Pickup the latest changes

2015-06-25 Thread Andy Ng
Hi I would like to make a Yocto recipe that picks up a package from the server that has the latest timestamp. It has the same filename but, differnt timestamp, how do instruct my recipe to check the timestmp of the tar.bz2 file and try to get the latest? thanks Andy -- __

Re: [yocto] is there a doc section on yocto distribution creation/versioning?

2015-06-25 Thread Robert P. J. Day
On Thu, 25 Jun 2015, Bryan Evenson wrote: > Robert, > > > -Original Message- > > From: yocto-boun...@yoctoproject.org [mailto:yocto- > > boun...@yoctoproject.org] On Behalf Of Robert P. J. Day > > Sent: Thursday, June 25, 2015 6:29 AM > > To: Yocto discussion list > > Subject: [yocto] is t

Re: [yocto] is there a doc section on yocto distribution creation/versioning?

2015-06-25 Thread Bryan Evenson
Robert, > -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto- > boun...@yoctoproject.org] On Behalf Of Robert P. J. Day > Sent: Thursday, June 25, 2015 6:29 AM > To: Yocto discussion list > Subject: [yocto] is there a doc section on yocto distribution > creation/versio

[yocto] is there a doc section on yocto distribution creation/versioning?

2015-06-25 Thread Robert P. J. Day
is there a recommended workflow for tagging/versioning one's own builds from yocto? that is, given the collection of layers that might go into one's local builds, in order to properly version your builds for release, one would have to keep track of not only the checkouts of the various layers, b

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

2015-06-25 Thread Bian, Naimeng
Hi all We have a recipe named cluster-resource-agents_1.0.3.bb which is a implementation for OCF Resource Agents, Is it same as Resource Agents which is being maintained in https://github.com/ClusterLabs/resource-agents. If so, the cluster-resource-agents_1.0.3.bb is too old, I want to upgrade

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

2015-06-25 Thread Bian Naimeng
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-security/samhain/samhain-server_3.1.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 de