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 up-to-date, when you are
showi
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, Dec 2, 2015 at 1:08 PM, B
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
kernel
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 to
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 a/m
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 Y
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 an image that runs
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 o
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
to