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
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
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
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
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.
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.
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