Dear community,
I am using Freescale's SDK 1.8 based on poky 1.6.2.
How can extract SDK that supports building of both 32 and 64 bit applications?
I defined configuration for my board to be 32 bit with 64 bit kernel and
extracted SDK for application development.
Everything works fine: I can bui
I saw such behavior in 'expr' when I upgraded bash 3.1 - it started printing
floats instead of integers.
You can solve it using awk's OFMT: awk '{OFMT="%.0f";print $1}'
Michael
-Original Message-
From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On
Behalf Of
See below
Michael
> -Original Message-
> From: yocto-boun...@yoctoproject.org [mailto:yocto-
> boun...@yoctoproject.org] On Behalf Of Bryan Evenson
> Sent: יום ג 19 נובמבר 2013 18:19
> To: Paul Eggleton
> Cc: yocto@yoctoproject.org
> Subject: Re: [yocto] Compile on recipe works the sec
Hi,
I have several similar boards with different PPC CPUs.
How can I build packages for different MACHINEs without changing local.conf?
I tried setting MACHINE and/or MACHINEOVERRIDES in my recipe that lists all my
other recipes in DEPENDS. However, MACHINE setting affected only the main
recipe,
> -Original Message-
> From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com]
> Sent: יום ד 24 אפריל 2013 13:13
> To: Michael Fainstein
> Cc: yocto@yoctoproject.org
> Subject: Re: [yocto] do_clean failure on NFS drive
>
> On Tuesday 23 April 2013 06:10:05
Recently I moved my working environment from local drive to NFS and since then
do_clean task is failing all the time with error:
ERROR: Error executing a python function in ..:
OSError: [Errno 39] Directory not empty: '../temp'
However, when I look at temp directory it is empty!
I put th
IMHO program strip should be removed from meta/site/common-linux.
I had a problem in my recipe: 'make install' was failing due to /usr/bin/strip
failure to recognize file format (I am building for powerpc on x86_64 PC). I
traced this error back to ./configure that was selecting /usr/bin/strip in
> -Original Message-
> From: yocto-boun...@yoctoproject.org [mailto:yocto-
> boun...@yoctoproject.org] On Behalf Of Burton, Ross
> Sent: יום ד 17 אפריל 2013 21:55
> To: Satya Swaroop Damarla
> Cc: yocto@yoctoproject.org
> Subject: Re: [yocto] Adding prebuilt binaries to /usr/bin on rootfs
>
I have a lot of source packages from CentOS-5. They all use autoconf 2.59 and
automake 1.9.6.
Autotools in Yocto are much newer: autoconf 2.63 and automake 1.11.1.
CentOS-5 packages fail to auto-configure with newer autotools.
Can I install and use in parallel several versions of autoconf and aut
> -Original Message-
> From: Eric Bénard [mailto:e...@eukrea.com]
> Sent: יום ה 11 אפריל 2013 15:53
> To: Michael Fainstein
> Cc: yocto@yoctoproject.org
> Subject: Re: [yocto] how to use native executable from one recipe during
> install in another recipe
>
>
I have one recipe that inherits "native", builds native executable and installs
it in tmp/work/x86_64-linux/foo-native-1.00-r0/image/sbin/foo
Another recipe depends on first one and needs to execute foo in its do_install
in order to install files in
tmp/work/ppce500v2-fsl-linux-gnuspe/foo-1.00-r
> -Original Message-
> From: Samuel Stirtzel [mailto:s.stirt...@googlemail.com]
> Sent: יום ד 03 אפריל 2013 13:47
> To: Paul Eggleton
> Cc: Michael Fainstein; yocto@yoctoproject.org
> Subject: Re: [yocto] how to convert source rpm spec to bitbake recipe?
>
>
Is there a tool or guide for conversion of source rpm spec file to bitbake
recipe?
I have a distro for our embedded product based on CentOS 5 with about 140
packages. Third are source rpm packages from CentOS without any change, third
are with some of our proprietary changes and the res
13 matches
Mail list logo