Re: [yocto] [meta-raspberrypi][PATCH 0/1] layer.conf: set high layer priority

2015-02-28 Thread Andrei Gherzan
Hello, On Fri, Feb 20, 2015 at 05:40:21PM +0100, Petter Mabäcker wrote: > The following changes since commit d8bf60ce6c4a6c6371527c6df2e3243d2771c0cc: > > README: Github repo changed (2015-02-14 02:00:57 +0100) > > are available in the git repository at: > > git://git.yoctoproject.org/poky-con

Re: [yocto] [meta-raspberrypi][PATCH 1/3] userland: Fix build for armv7

2015-02-28 Thread Andrei Gherzan
On Wed, Feb 11, 2015 at 09:34:56PM +0100, Andrei Gherzan wrote: > [Bug #49] > > Change-Id: I340b4134ae4227f315c1c3df1345b04ebd4b874b > Signed-off-by: Andrei Gherzan > --- > conf/machine/raspberrypi2.conf| 5 - > recipes-graphics/userland/userland_git.bb | 1 + > 2 files changed, 1

Re: [yocto] [meta-raspberrypi][PATCH V2 1/5] linux-raspberrypi: Refactor kernel recipes

2015-02-28 Thread Andrei Gherzan
On Tue, Feb 10, 2015 at 12:52:17AM +0100, Andrei Gherzan wrote: > We use this to simplify the update process. Updating a kernel version will not > require renaming the recipe but only tweaking LINUX_VERSION. > > Update kernel version: > - bump SRCREV > - bump LINUX_VERSION if needed

Re: [yocto] Error while building my own package

2015-02-28 Thread Priya Agarwal
Oh yes. I forgot 'md5' part in LIC_FILE_CHKSUM. Sorry and thanks. On Sat, Feb 28, 2015 at 7:36 PM, Gary Thomas wrote: > On 2015-02-28 06:08, Priya Agarwal wrote: > >> Hi, >> >> I want to add a very simple autotools based package to the kernel image >> (for freescale's t4240qds board) I built wi

Re: [yocto] Error while building my own package

2015-02-28 Thread Gary Thomas
On 2015-02-28 06:08, Priya Agarwal wrote: Hi, I want to add a very simple autotools based package to the kernel image (for freescale's t4240qds board) I built with yocto for testing purposes. Background: I wrote a simple c++ code, autoconf and automake'd it and compressed it as tar.bz2 file.

[yocto] Unable to fetch the linux-yocto-3.14.24

2015-02-28 Thread andre seame
It is my first compilation of the Yocto system. Yesterday, I did git clone http://git.yoctoproject.org/git/poky, according the "http://www.yoctoproject.org/docs/1.7.1/yocto-project-qs/yocto-project-qs.

[yocto] Error while building my own package

2015-02-28 Thread Priya Agarwal
Hi, I want to add a very simple autotools based package to the kernel image (for freescale's t4240qds board) I built with yocto for testing purposes. Background: I wrote a simple c++ code, autoconf and automake'd it and compressed it as tar.bz2 file. Wrote a simple recipe for it. I have attached