[yocto] [PATCH] [rrs] Show the 'Upstream version' column only when relevant

2015-12-03 Thread Belen Barros Pena
From: Belen Barros Pena Currently the recipes table always shows the 'Upstream version' column. However, for recipes up-to-date, this column is irrelevant, since for such recipes 'version' always equals 'upstream version'. Since the vast majority of the recipes are

Re: [yocto] Pure initramfs image

2015-12-03 Thread Gary Thomas
On 2015-12-03 09:24, Michael Habibi wrote: All, I have interest in creating an image that runs purely in an initramfs space. It seems that overall this shouldn't be too difficult - I can set my IMAGE_FSTYPE to cpio.gz, and as long as it's a reasonable size, it shouldn't be an issue to point

Re: [yocto] Big Endian set for qemuarm64 build based on poky

2015-12-03 Thread akuster808
Jin Li, On 12/02/2015 09:53 PM, Jin Li wrote: > Hi, > > There is build error when I'm trying to build qemuarm64 project based on > default poky git repo with the big endian set as follows: > > l00356543@hulk-test1:~/poky$ git diff > meta/conf/machine/include/arm/arch-arm64.inc > diff --git

[yocto] Pure initramfs image

2015-12-03 Thread Michael Habibi
All, I have interest in creating an image that runs purely in an initramfs space. It seems that overall this shouldn't be too difficult - I can set my IMAGE_FSTYPE to cpio.gz, and as long as it's a reasonable size, it shouldn't be an issue to point to it as an initrd. The only quirk is that

Re: [yocto] Fixing build when changing kernel PREFERRED_PROVIDER

2015-12-03 Thread Bryan Evenson
Andre, > -Original Message- > From: Andre McCurdy [mailto:armccu...@gmail.com] > Sent: Wednesday, December 02, 2015 4:57 PM > To: Bryan Evenson > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] Fixing build when changing kernel > PREFERRED_PROVIDER > > On Wed,

[yocto] Build from local mirror GCC recipe

2015-12-03 Thread Ilya Katsnelson
I'm trying to figure out how to convince Yocto to build gcc using my local GIT source rather than standard location it uses. So by default the recipe to build GCC located in meta/recipes-devtools/gcc/gcc-5.2.inc points to BASEURI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2" as the location

Re: [yocto] Best practice for files copied directly into sysroot?

2015-12-03 Thread Michael Habibi
Bryan, I looked through the documentation and I'm a bit unclear on how to use bin_package, and haven't been able to find a good example. Where do I actually place my rootfs files/binaries to get copied to my image rootfs? Under ${THISDIR}/${PN} like other recipe artifacts? How does it copy them

Re: [yocto] Pure initramfs image

2015-12-03 Thread Michael Habibi
Oh well that's easy. I figured it was already added because it was in the deployed directory, but I guess the tasks behave differently. On Thu, Dec 3, 2015 at 10:32 AM, Gary Thomas wrote: > On 2015-12-03 09:24, Michael Habibi wrote: > >> All, >> >> I have interest in creating

Re: [linux-yocto] sorry for spam

2015-12-03 Thread Bruce Ashfield
On 15-12-02 03:38 AM, Cristian Bercaru wrote: Hello! I sent a series of patches for linux-yocto 3.4, 3.14 and 4.1. The first time I sent them (yesterday) postfix couldn't connect to the yocto mail server, so I re-sent them today. However, postfix apparently cached my emails from yesterday and

[yocto] YOCTO: Device Tree Issue - Linux Kernel Does Not Boot

2015-12-03 Thread Paul DeMetrotion
I am brand new to Yocto and have an issue that I cannot resolve. I have searched through the existing documentation and archives without any luck. We have a custom SBC based on the Freescale i.MX6Q processor that previously used LTIB to create a Linux BSP. I have been tasked with converting to