[yocto] [meta-tensorflow][PATCH 07/13] Customize Yocto toolchain for cross compiling

2019-02-21 Thread Hongxu Jia
The idea comes from upstream arm compiler which `Build from source for the Raspberry Pi' $ ls /third_party/toolchains/cpus/arm/ arm_compiler_configure.bzl BUILD CROSSTOOL.tpl https://www.tensorflow.org/install/source_rpi Signed-off-by: Hongxu Jia --- recipes-framework/tensorflow/files/BUILD

Re: [yocto] Toolchain , kernel-dev and xenomai

2019-02-14 Thread Khem Raj
On Wed, Feb 13, 2019 at 2:43 AM Johann Obermayr wrote: > > Hello, > > > > At this time we work with 1.3.2 (yes, it’s very old, but we are working to > change to v2.5.x) > > > > We have some trouble with your toolchain. > > Kernel/scripts/basic/fixdep is missing. > this looks more like a kernel

[yocto] Toolchain , kernel-dev and xenomai

2019-02-14 Thread Johann Obermayr
Hello, At this time we work with 1.3.2 (yes, it's very old, but we are working to change to v2.5.x) We have some trouble with your toolchain. 1. Kernel/scripts/basic/fixdep is missing. If I will compile in the toolchain kernel source directory "make scripts" I get some other errors (see

[yocto] Toolchain , kernel-dev and xenomai

2019-02-13 Thread Johann Obermayr
Hello, At this time we work with 1.3.2 (yes, it's very old, but we are working to change to v2.5.x) We have some trouble with your toolchain. 1. Kernel/scripts/basic/fixdep is missing. If I will compile in the toolchain kernel source directory "make scripts" I get some other errors (see

[yocto] Toolchain generation

2017-11-14 Thread Peter Balazovic
Dears, I have built under Ubuntu/Linux 14.04 an Yocto image *imx-morty* for i.MX6QP with *bitbake fsl-image-qt5*. Now I want to generate the cross-toolchain for this image as follows root@02849625e4d5:/home/root/fsl-morty-bsp/build-x11/tmp/deploy/sdk# sh fsl-imx-x11-glibc-x86_64-fsl-image-qt5-cor

[yocto] toolchain from meta-mingw gets error x86_64-poky-linux-gcc: error: CreateProcess: No such file or directory

2017-08-17 Thread Wang, Yang Y
I'm using Yocto krogoth and meta-mingw to build the meta-toolchain for windows system. The build is quite smooth. I extract the built toolchain poky-glibc-x86_64-meta-toolchain-core2-64-toolchain-2.1.tar.xz on windows to c:/yocto2.1 However when I try to run a simple build from windows cmd conso

Re: [yocto] Failed to cross compile kernel with Yocto toolchain

2016-07-01 Thread Zhenhua Luo
hem Raj ; yocto@yoctoproject.org > Subject: Re: [yocto] Failed to cross compile kernel with Yocto toolchain > > The problem is that ccache is not finding the compiler after environment- > setup*.sh is sourced.Your error message can be foud at: > https://github.com/ccache/ccache/

Re: [yocto] Failed to cross compile kernel with Yocto toolchain

2016-07-01 Thread Khem Raj
[mailto:danielhi...@gmail.com] >> Sent: Friday, July 01, 2016 4:48 AM >> To: Zhenhua Luo >> Cc: Khem Raj ; yocto@yoctoproject.org >> Subject: Re: [yocto] Failed to cross compile kernel with Yocto toolchain >> >> The problem is that ccache is not finding the co

Re: [yocto] Failed to cross compile kernel with Yocto toolchain

2016-06-30 Thread Daniel.
>> From: Daniel. [mailto:danielhi...@gmail.com] >> Sent: Wednesday, June 29, 2016 8:14 PM >> To: Zhenhua Luo >> Cc: Khem Raj ; yocto@yoctoproject.org >> Subject: Re: [yocto] Failed to cross compile kernel with Yocto toolchain >> >> Is /usr/lib64/gcc a

Re: [yocto] Failed to cross compile kernel with Yocto toolchain

2016-06-29 Thread Zhenhua Luo
o@yoctoproject.org > Subject: Re: [yocto] Failed to cross compile kernel with Yocto toolchain > > Is /usr/lib64/gcc a file or a link? Is it a valid link? > > 2016-06-29 5:52 GMT-03:00 Zhenhua Luo : > > The /usr/lib64/ccache is added in PATH by /etc/profile.d/ccache.sh > >

Re: [yocto] Failed to cross compile kernel with Yocto toolchain

2016-06-29 Thread Daniel.
t; $ > > $ which gcc > > /usr/lib64/ccache/gcc > > $ gcc -v > > ccache: error: Could not find compiler "gcc" in PATH > > $ > > > > > > Best Regards, > > > > Zhenhua > > > > From: Khem Raj [mailto:raj.k...@gmail.com] > Se

Re: [yocto] Failed to cross compile kernel with Yocto toolchain

2016-06-29 Thread Zhenhua Luo
st Regards, Zhenhua From: Khem Raj [mailto:raj.k...@gmail.com] Sent: Tuesday, June 28, 2016 10:48 PM To: Zhenhua Luo Cc: yocto@yoctoproject.org Subject: RE: [yocto] Failed to cross compile kernel with Yocto toolchain /usr/lib64/ccache is unusual why do you have it in path and if you really ne

Re: [yocto] Failed to cross compile kernel with Yocto toolchain

2016-06-28 Thread Zhenhua Luo
=powerpc-poky-linux- Best Regards, Zhenhua > -Original Message- > From: Daniel. [mailto:danielhi...@gmail.com] > Sent: Tuesday, June 28, 2016 9:34 PM > To: Zhenhua Luo > Cc: Burton, Ross ; yocto@yoctoproject.org > Subject: Re: [yocto] Failed to cross compile kernel wi

Re: [yocto] Failed to cross compile kernel with Yocto toolchain

2016-06-28 Thread Khem Raj
t: Tuesday, June 28, 2016 12:36 AM > To: Zhenhua Luo > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] Failed to cross compile kernel with Yocto toolchain > > On Mon, Jun 27, 2016 at 1:16 AM, Zhenhua Luo > wrote: > > Hello all, > > > > > > > >

Re: [yocto] Failed to cross compile kernel with Yocto toolchain

2016-06-28 Thread Daniel.
[mailto:ross.bur...@intel.com] >> Sent: Tuesday, June 28, 2016 6:27 PM >> To: Zhenhua Luo >> Cc: Khem Raj ; yocto@yoctoproject.org >> Subject: Re: [yocto] Failed to cross compile kernel with Yocto toolchain >> >> On 28 June 2016 at 06:56, Zhenhua Luo wrote: >

Re: [yocto] Failed to cross compile kernel with Yocto toolchain

2016-06-28 Thread Zhenhua Luo
Hi, > From: Burton, Ross [mailto:ross.bur...@intel.com] > Sent: Tuesday, June 28, 2016 6:27 PM > To: Zhenhua Luo > Cc: Khem Raj ; yocto@yoctoproject.org > Subject: Re: [yocto] Failed to cross compile kernel with Yocto toolchain > > On 28 June 2016 at 06:56, Zhenhua Luo

Re: [yocto] Failed to cross compile kernel with Yocto toolchain

2016-06-28 Thread Burton, Ross
On 28 June 2016 at 06:56, Zhenhua Luo wrote: > [Luo Zhenhua-B19537] gcc can't be found after sourcing the SDK env script. > but the /usr/bin is in the PATH env variable. > You *do* have a gcc in /usr/bin, right? Ross -- ___ yocto mailing list yocto@y

Re: [yocto] Failed to cross compile kernel with Yocto toolchain

2016-06-27 Thread Zhenhua Luo
Hello Khem, > -Original Message- > From: Khem Raj [mailto:raj.k...@gmail.com] > Sent: Tuesday, June 28, 2016 12:36 AM > To: Zhenhua Luo > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] Failed to cross compile kernel with Yocto toolchain > > On Mon, Jun 27,

Re: [yocto] Failed to cross compile kernel with Yocto toolchain

2016-06-27 Thread Khem Raj
On Mon, Jun 27, 2016 at 1:16 AM, Zhenhua Luo wrote: > Hello all, > > > > I generate the Yocto toolchain by “bitbake meta-toolchain”, and use this > toolchain to cross-compile kernel, I met the following error. Is this a bug > or I missed something? My host Linux is Fedora 22.

[yocto] Failed to cross compile kernel with Yocto toolchain

2016-06-27 Thread Zhenhua Luo
Hello all, I generate the Yocto toolchain by "bitbake meta-toolchain", and use this toolchain to cross-compile kernel, I met the following error. Is this a bug or I missed something? My host Linux is Fedora 22. $ source /opt/poky/2.1+snapshot/environment-setup-ppce500mc-poky-linux

Re: [yocto] use yocto toolchain as external toolchain

2016-03-19 Thread Gary Thomas
On 03/17/2016 12:40 PM, gm...@reliableembeddedsystems.com wrote: Hi, It may sound slightly crazy:) but can I use a toolchain, which was created by Poky as an external toolchain for Poky? What I am after is something like this: I create a multiplatfrom v7 compatible Yocto project, which spits

[yocto] use yocto toolchain as external toolchain

2016-03-19 Thread gmane
Hi, It may sound slightly crazy:) but can I use a toolchain, which was created by Poky as an external toolchain for Poky? What I am after is something like this: I create a multiplatfrom v7 compatible Yocto project, which spits out toolchain/rootfs/kernel/various device trees.[1] Now I nee

[yocto] Toolchain

2015-11-24 Thread Virgilia Eigner
hi, in my YOCTO project I seeking inspiration. Now I'm at a point where I am jumping from one to another error. So before I will proceed, could you please check my listing. Is it the right way, respectively correct direction?   My approach - working with poky/fido - downloaded and integrated met

Re: [yocto] Toolchain with debug support

2015-10-14 Thread Khem Raj
> On Oct 12, 2015, at 12:57 AM, atulkumar singh wrote: > > Hi All, > > Can anyone please tell me how to build a meta toolchain with debug support by > setting CFLAGS to "-g -O0”. > Read http://www.yoctoproject.org/docs/1.8/ref-manual/ref-manual.html#var-DEBUG_BUILD

Re: [yocto] Toolchain with debug support (atulkumar singh)

2015-10-12 Thread Taek Hyun Shin
Hi, Try the following: TARGET_CFLAGS_append = " -g -O0" TARGET_CXXFLAGS_append = " -g -O0" Thanks, Best Regards, Wily Taekhyun Shin = Wily Taekhyun Shin Research Engineer R&D Center Telechips Inc. Tel : +

[yocto] Toolchain with debug support

2015-10-12 Thread atulkumar singh
Hi All, Can anyone please tell me how to build a meta toolchain with debug support by setting CFLAGS to "-g -O0". I tried adding this into gcc recipe but that didn't worked out for me as another option I even tried adding CFLAGS_gcc = "-g -O0". But no success, actually I wish to debug inside a fu

Re: [yocto] Toolchain and SDK

2015-05-11 Thread Keskinarkaus, Teemu
system engineer maximatecc making machines smart, safe and productive > -Original Message- > From: Trevor Woerner [mailto:twoer...@gmail.com] > Sent: 12. toukokuuta 2015 1:03 > To: Keskinarkaus, Teemu; yocto@yoctoproject.org > Subject: Re: [yocto] Toolchain and SDK >

Re: [yocto] Toolchain and SDK

2015-05-11 Thread Trevor Woerner
On 05/11/15 03:52, Keskinarkaus, Teemu wrote: > > > I’ve learned that there is command: bitbake image-recipe –c > populate_sdk that’ll create the sdk. The thing is that it contains the > sysroots, but toolchain is not there. > Just to clarify, you're not literally typing "bitbake image-recipe -

[yocto] Toolchain and SDK

2015-05-11 Thread Keskinarkaus, Teemu
Hi, I'm sure (or at least hope so) that there is documentation for this, but I just couldn't find it. We are using Yocto to build Linux images on couple different HW (x86 and imx6). Now we would like to make SDK (with toolchain) for them. I've learned that there is command: bitbake image-recip

[yocto] yocto toolchain

2015-03-23 Thread Haim Badash
How can I install the yocto toolchain in directory that I choose (not the default directory)? I run poky...toolchain-1.6.2.sh (that created when I run 'bitbake meta-toolchain'), and I choose target directory for SDK. The toolchain Installed in the directory that I choose, but yet has

[yocto] Toolchain for Qt SDK

2014-12-04 Thread Tran TriTin
Hi all, i tried to build a toolchain for Qt SDK with following command, but i received an error. Can anyone know how to fix it? Thanks in advance. *[tvtritin@g-105-1 build-core-image]$ bitbake -k meta-toolchain-qtLoading cache: 100% |###

Re: [yocto] Toolchain build independent of host machine

2014-07-16 Thread Nicolas Dechesne
On Wed, Jul 16, 2014 at 6:37 PM, atulkumar singh wrote: > Thanks for your reply. > And i am using Fedora20. > Also please let me know how to check whether the machine has been install > with 32bit lib or not? I don't use Fedora, so i can't give the exact instructions, but the first 2 links on goo

Re: [yocto] Toolchain build independent of host machine

2014-07-16 Thread atulkumar singh
Hi Nicolas, Thanks for your reply. And i am using Fedora20. Also please let me know how to check whether the machine has been install with 32bit lib or not? Thanks and regards, Atul On 16 Jul 2014 19:15, "Nicolas Dechesne" wrote: > On Wed, Jul 16, 2014 at 3:28 PM, atulkumar singh > wrote: > >

Re: [yocto] Toolchain build independent of host machine

2014-07-16 Thread Nicolas Dechesne
On Wed, Jul 16, 2014 at 3:28 PM, atulkumar singh wrote: > I wish to build my toolchain independent of host machine, either my sdk > machine is 32bit or 64 bit. > Like for 32bit host machine i am mentioning with i686 for SDKMACHINE in > local.conf and x86-64 for 64 bit machine. > Please let me know

[yocto] Toolchain build independent of host machine

2014-07-16 Thread atulkumar singh
Hi All, I wish to build my toolchain independent of host machine, either my sdk machine is 32bit or 64 bit. Like for 32bit host machine i am mentioning with i686 for SDKMACHINE in local.conf and x86-64 for 64 bit machine. Please let me know what i need to do to make my toolchain independent of whe

Re: [yocto] Toolchain

2014-03-06 Thread Paul Barker
On 5 March 2014 21:14, Khem Raj wrote: > On Wed, Mar 5, 2014 at 9:00 AM, Michael Gloff wrote: >> | *** Error: Package name contains illegal characters, (other than >> [a-z0-9.+-]) > > hmm meta-environment-PMX-090T is a package name and > thats limitation of opkg backend, if you are too tied to

Re: [yocto] Toolchain

2014-03-05 Thread Khem Raj
On Wed, Mar 5, 2014 at 9:00 AM, Michael Gloff wrote: > | *** Error: Package name contains illegal characters, (other than > [a-z0-9.+-]) hmm meta-environment-PMX-090T is a package name and thats limitation of opkg backend, if you are too tied to ___ yo

Re: [yocto] Toolchain

2014-03-05 Thread Michael Gloff
Thanks, Not a big deal at all to build the toolchain with a different machine name. Just curious. Michael Gloff On Wed, Mar 5, 2014 at 11:45 AM, Paul Eggleton < paul.eggle...@linux.intel.com> wrote: > On Wednesday 05 March 2014 11:00:31 Michael Gloff wrote: > > On Mon, Mar 3, 2014 at 12:52 PM,

Re: [yocto] Toolchain

2014-03-05 Thread Paul Eggleton
On Wednesday 05 March 2014 11:00:31 Michael Gloff wrote: > On Mon, Mar 3, 2014 at 12:52 PM, Paul Eggleton > wrote: > > On Sunday 02 March 2014 19:58:41 Michael Gloff wrote: > > > Is there a reason why the toolchain cannot be built with a machine name > > > that contains capital letters? Seems wei

Re: [yocto] Toolchain

2014-03-05 Thread Michael Gloff
Paul, The error is below. Machine name: PMX-090T. This is on dora 1.5.1 ERROR: Function failed: opkg-build execution failed ERROR: Logfile of failure stored in: /opt/oe/build/tmp/work/i686-nativesdk-emacsdk-linux/meta-environment-PMX-090T/1.0-r8/temp/log.do_package_write_ipk.15358 Log data follows

Re: [yocto] Toolchain

2014-03-03 Thread Paul Eggleton
Hi Michael, On Sunday 02 March 2014 19:58:41 Michael Gloff wrote: > Is there a reason why the toolchain cannot be built with a machine name > that contains capital letters? Seems weird, everything else builds fine, > but meta-toolchain fails complaining about caps. Although machine names are trad

[yocto] Toolchain

2014-03-02 Thread Michael Gloff
Is there a reason why the toolchain cannot be built with a machine name that contains capital letters? Seems weird, everything else builds fine, but meta-toolchain fails complaining about caps. Thanks, Michael Gloff ___ yocto mailing list yocto@yoctopro

Re: [yocto] toolchain

2014-01-03 Thread Gary Thomas
On 2014-01-03 15:48, Philip Balister wrote: Please post meta-xilinx questions to the meta-xilinx list. On 01/03/2014 11:46 AM, Edward Vidal wrote: Hello all, I am currently working with the zedboard using a rootfs generated with a dylan branch of yocto (gsl, gnuplot, gnuradio, java, vlc, v4l-ut

Re: [yocto] toolchain

2014-01-03 Thread Philip Balister
Please post meta-xilinx questions to the meta-xilinx list. On 01/03/2014 11:46 AM, Edward Vidal wrote: > Hello all, > I am currently working with the zedboard using a rootfs generated with a > dylan branch of yocto (gsl, gnuplot, gnuradio, java, vlc, v4l-utils, and > openCV with C920 camera). My

[yocto] toolchain

2014-01-03 Thread Edward Vidal
Hello all, I am currently working with the zedboard using a rootfs generated with a dylan branch of yocto (gsl, gnuplot, gnuradio, java, vlc, v4l-utils, and openCV with C920 camera). My zImage and devicetree.dtb were built with yocto sdk. My BOOT.BIN (FSBL system.bit and u-boot) were built with 1

Re: [yocto] How to use pre-built external Yocto toolchain

2013-11-28 Thread Paul Eggleton
Hi Christopher, On Wednesday 27 November 2013 23:02:43 Thornburg, Christopher A wrote: > I must be missing something obvious. It's easy for me to build and install a > toolchain package using bitbake meta-toolchain > The resulting toolchain package shows up at... > ./tmp/deploy/sdk/poky-eglibc-i68

[yocto] How to use pre-built external Yocto toolchain

2013-11-27 Thread Thornburg, Christopher A
I must be missing something obvious. It's easy for me to build and install a toolchain package using bitbake meta-toolchain The resulting toolchain package shows up at... ./tmp/deploy/sdk/poky-eglibc-i686-meta-toolchain-core2-toolchain-1.5.sh ...which is easy to install. It seems the proper way t

[yocto] Toolchain compilation issue

2013-11-17 Thread Rohit2 Jindal
Hi, We have a requirement to build our own custom toolchain for BSP mips64 architecture. We have to use glibc(2.13) instead of eglibc and newlib(1.20) instead of uclibc as libraries. Toolchain to be build with version 4.6.3 . I am able to override existing toolchain version SRC 4.7.2 to 4.6.3

Re: [yocto] Yocto toolchain build question

2013-10-31 Thread Khem Raj
On Thu, Oct 31, 2013 at 9:19 AM, jan alexandru vaduva wrote: > I have attached the log file. You need to package them up correctly in packages Look at the external sourcery toolchain recipes for help > > > On Thu, Oct 31, 2013 at 6:11 PM, Khem Raj wrote: >> >> On Thu, Oct 31, 2013 at 7:54 AM, j

Re: [yocto] Yocto toolchain build question

2013-10-31 Thread Khem Raj
On Thu, Oct 31, 2013 at 7:54 AM, jan alexandru vaduva wrote: > I am trying something like this, but I have some annoying QA issues: > QA Issue: Files/directories were installed but not shipped > > Hope to make them dissapear. I tried adding: > FILES_${PN} += .. > or > install -D -m 0755 ${S}/...

Re: [yocto] Yocto toolchain build question

2013-10-31 Thread jan alexandru vaduva
I am trying something like this, but I have some annoying QA issues: QA Issue: Files/directories were installed but not shipped Hope to make them dissapear. I tried adding: FILES_${PN} += .. or install -D -m 0755 ${S}/... ${D}/... but with no succes. Do you have any ideeas regarding this. Than

Re: [yocto] Yocto toolchain build question

2013-10-31 Thread Khem Raj
On Thu, Oct 31, 2013 at 1:38 AM, jan alexandru vaduva wrote: > Thanks for the information. That is what I was looking for. I was asking of > the canadian build possibilities for a toolchian and I found the answer to > that question. > > If I may ask. There was a thread: > " > >>* I have a cross-to

[yocto] Yocto toolchain build question

2013-10-31 Thread jan alexandru vaduva
Thanks for the information. That is what I was looking for. I was asking of the canadian build possibilities for a toolchian and I found the answer to that question. If I may ask. There was a thread: " >* I have a cross-toolchain supplied by an ARM SoC vendor which I need to*>* use to build my di

Re: [yocto] Yocto toolchain build question

2013-10-30 Thread Khem Raj
On Wed, Oct 23, 2013 at 6:19 AM, jan alexandru vaduva wrote: > Hello, > > I have a curiosity: > Take a toolchain that builds for a 32-bits architecture, but breaks for a > 64-bits one. > Is there a way to ensure that when builded with Yocto that toolchain will be > generated and used to build targ

Re: [yocto] Yocto toolchain compilation Issues

2013-10-28 Thread Khem Raj
On Wed, Oct 23, 2013 at 2:01 AM, Rohit2 Jindal wrote: > Hi , > > Actually I am trying to compile our own toolchain by applying our board > specific patches to it in yocto . But getting error (attached error log) > while running gcc-cross-initial for 4.6.3 toolchain . > > I have removed some patc

[yocto] Yocto toolchain build question

2013-10-23 Thread jan alexandru vaduva
Hello, I have a curiosity: Take a toolchain that builds for a 32-bits architecture, but breaks for a 64-bits one. Is there a way to ensure that when builded with Yocto that toolchain will be generated and used to build target specific recipes. Thanks, Alex __

[yocto] Yocto toolchain compilation Issues

2013-10-23 Thread Rohit2 Jindal
Hi , Actually I am trying to compile our own toolchain by applying our board specific patches to it in yocto . But getting error (attached error log) while running gcc-cross-initial for 4.6.3 toolchain . I have removed some patches to make it compatible for my own required toolchain patch vers

Re: [yocto] Toolchain... Issues with systemd (probably)

2013-06-20 Thread DAMARLA Satya Swaroop
I think you guys are right and now I am able to build the toolchain perfectly On Thu, Jun 20, 2013 at 12:06 PM, Burton, Ross wrote: > On 20 June 2013 10:07, DAMARLA Satya Swaroop > wrote: > > The udev version to ve installed is 182-r7 bu I dont understand why > 1:204-r0 > > is trying to

Re: [yocto] Toolchain... Issues with systemd (probably)

2013-06-20 Thread Burton, Ross
On 20 June 2013 10:07, DAMARLA Satya Swaroop wrote: > The udev version to ve installed is 182-r7 bu I dont understand why 1:204-r0 > is trying to get installed.. This is because your deploy directory contains the systemd "udev" package, which is version 204 and so newer than the sysvinit "udev" p

Re: [yocto] Toolchain... Issues with systemd (probably)

2013-06-20 Thread DAMARLA Satya Swaroop
Yeah.. I checked it and its true. In the errror its totally different issue *| The following packages have unmet dependencies:* *| udev-dev : Depends: udev (= 182-r7) but 1:204-r0 is to be installed* *| Recommends: libusb-dev but it is not installable* *| Recommends: modul

Re: [yocto] Toolchain... Issues with systemd (probably)

2013-06-20 Thread Paul Eggleton
On Thursday 20 June 2013 00:29:23 Khem Raj wrote: > On Jun 20, 2013, at 12:12 AM, DAMARLA Satya Swaroop > wrote: > > Any reasons why toolchains compile wihtout any issues on sysvinit and not > > with systemd? > > > > > > On Wed, Jun 19, 2013 at 3:11 PM, DAMARLA Satya Swaroop > > wrote: Yes... I

Re: [yocto] Toolchain... Issues with systemd (probably)

2013-06-20 Thread DAMARLA Satya Swaroop
Hi Khem, May I ask you where I have to set that because I dont see anything like sysvinit has been set ... would be greatfull if you can tell me that Greets, Satya On Thu, Jun 20, 2013 at 9:29 AM, Khem Raj wrote: > > On Jun 20, 2013, at 12:12 AM, DAMARLA Satya Swaroop < > satyaswaroop.dama...

Re: [yocto] Toolchain... Issues with systemd (probably)

2013-06-20 Thread Khem Raj
On Jun 20, 2013, at 12:12 AM, DAMARLA Satya Swaroop wrote: > Any reasons why toolchains compile wihtout any issues on sysvinit and not > with systemd? > > > On Wed, Jun 19, 2013 at 3:11 PM, DAMARLA Satya Swaroop > wrote: > Yes... I thought the same and so, I made two build directories , on

Re: [yocto] Toolchain... Issues with systemd (probably)

2013-06-20 Thread DAMARLA Satya Swaroop
Any reasons why toolchains compile wihtout any issues on sysvinit and not with systemd? On Wed, Jun 19, 2013 at 3:11 PM, DAMARLA Satya Swaroop < swaroop.dama...@gmail.com> wrote: > Yes... I thought the same and so, I made two build directories , one for > sysvinit and the other for systemd and t

Re: [yocto] Toolchain... Issues with systemd (probably)

2013-06-19 Thread DAMARLA Satya Swaroop
Yes... I thought the same and so, I made two build directories , one for sysvinit and the other for systemd and the errors I get abosulte no error when I try to *populate_sdk* under sysvinit but I get the following errors when I run the same under systemd. *| The following packages have unmet depe

Re: [yocto] Toolchain... Issues with systemd (probably)

2013-06-19 Thread Burton, Ross
On 19 June 2013 13:08, DAMARLA Satya Swaroop wrote: > I think I had to open the issue as its not closed... Here is more > clarity > > The issue is I decided the problem may be with init_manager. I did two > builds one with sysvinit using traditional Poky distro and other one is > uisng systemd

[yocto] Toolchain... Issues with systemd (probably)

2013-06-19 Thread DAMARLA Satya Swaroop
I think I had to open the issue as its not closed... Here is more clarity The issue is I decided the problem may be with init_manager. I did two builds one with sysvinit using traditional Poky distro and other one is uisng systemd using new distribution which is different as we need a new dist

Re: [yocto] Toolchain rework, call for testing

2012-08-21 Thread Martin Jansa
On Tue, Aug 21, 2012 at 10:15:47AM -0700, Khem Raj wrote: > On Tue, Aug 21, 2012 at 5:18 AM, Martin Jansa wrote: > > > > Maybe it's because > > http://git.openembedded.org/openembedded-core/commit/?id=30617bde61a3b0a0944b49a0c9fb7159dacbb19f > > is missing PR bump and gcc wasn't rebuilt before egl

Re: [yocto] Toolchain rework, call for testing

2012-08-21 Thread Khem Raj
On Tue, Aug 21, 2012 at 5:18 AM, Martin Jansa wrote: > > Maybe it's because > http://git.openembedded.org/openembedded-core/commit/?id=30617bde61a3b0a0944b49a0c9fb7159dacbb19f > is missing PR bump and gcc wasn't rebuilt before eglibc upgrade (OEBasic not > OEBasicHash here). yes seems so. I have

Re: [yocto] Toolchain rework, call for testing

2012-08-21 Thread Martin Jansa
On Thu, Aug 16, 2012 at 09:47:37PM -0700, Khem Raj wrote: > Hi All > > Recently glibc build has been simplified upstream. It has dropped the > dependency on libgcc_s and libgcc_eh for building glibc itself. > This means that we can simplify our toolchain bootstrap a bit by > dropping 1 of the 3 cr

[yocto] Toolchain rework, call for testing

2012-08-16 Thread Khem Raj
Hi All Recently glibc build has been simplified upstream. It has dropped the dependency on libgcc_s and libgcc_eh for building glibc itself. This means that we can simplify our toolchain bootstrap a bit by dropping 1 of the 3 cross gcc build stages. We do not need gcc-cross-intermediate anymore. T

Re: [yocto] toolchain queries

2011-07-15 Thread Khem Raj
On Fri, Jul 15, 2011 at 2:13 PM, Kumar Gala wrote: > > On Jul 15, 2011, at 2:28 PM, Khem Raj wrote: > >> On Thu, Jul 14, 2011 at 7:36 PM, Kumar Gala >> wrote: >>> Where is the best place to ask questions and try and get support for adding >>> some toolchain variations in? >>> >>> I'm wanting to

Re: [yocto] toolchain queries

2011-07-15 Thread Kumar Gala
On Jul 15, 2011, at 2:28 PM, Khem Raj wrote: > On Thu, Jul 14, 2011 at 7:36 PM, Kumar Gala wrote: >> Where is the best place to ask questions and try and get support for adding >> some toolchain variations in? >> >> I'm wanting to add support in for a few different flavors of PPC that are >>

Re: [yocto] toolchain queries

2011-07-15 Thread Khem Raj
On Thu, Jul 14, 2011 at 7:36 PM, Kumar Gala wrote: > Where is the best place to ask questions and try and get support for adding > some toolchain variations in? > > I'm wanting to add support in for a few different flavors of PPC that are not > currently supported: > > * e500v2 (gcc needs --enab

Re: [yocto] toolchain queries

2011-07-15 Thread Kumar Gala
On Jul 15, 2011, at 8:37 AM, Richard Purdie wrote: > On Fri, 2011-07-15 at 08:33 -0500, Kumar Gala wrote: >> On Jul 14, 2011, at 9:36 PM, Kumar Gala wrote: >> >>> Where is the best place to ask questions and try and get support for adding >>> some toolchain variations in? >>> >>> I'm wanting t

Re: [yocto] toolchain queries

2011-07-15 Thread Richard Purdie
On Fri, 2011-07-15 at 08:33 -0500, Kumar Gala wrote: > On Jul 14, 2011, at 9:36 PM, Kumar Gala wrote: > > > Where is the best place to ask questions and try and get support for adding > > some toolchain variations in? > > > > I'm wanting to add support in for a few different flavors of PPC that

Re: [yocto] toolchain queries

2011-07-15 Thread Kumar Gala
On Jul 14, 2011, at 9:36 PM, Kumar Gala wrote: > Where is the best place to ask questions and try and get support for adding > some toolchain variations in? > > I'm wanting to add support in for a few different flavors of PPC that are not > currently supported: > > * e500v2 (gcc needs --enabl

Re: [yocto] toolchain queries

2011-07-14 Thread Bruce Ashfield
On 11-07-14 10:36 PM, Kumar Gala wrote: Where is the best place to ask questions and try and get support for adding some toolchain variations in? Here can work, or the oe-core lists. I'm wanting to add support in for a few different flavors of PPC that are not currently supported: * e500v

Re: [yocto] toolchain queries

2011-07-14 Thread NiQingliang
may be meta/conf/machine/include. On Fri, 2011-07-15 at 10:36 +0800, Kumar Gala wrote: > Where is the best place to ask questions and try and get support for adding > some toolchain variations in? > > I'm wanting to add support in for a few different flavors of PPC that are not > currently supp

[yocto] toolchain queries

2011-07-14 Thread Kumar Gala
Where is the best place to ask questions and try and get support for adding some toolchain variations in? I'm wanting to add support in for a few different flavors of PPC that are not currently supported: * e500v2 (gcc needs --enable-e500_double, eglibc * e5500 (64-bit embedded ppc) * e5500 -

Re: [yocto] toolchain with big symbolic links?

2010-11-24 Thread João Henrique Freitas
Thanks, I will try. 2010/11/24 Mark Hatle : > I've seen issues in the past where long symlinks have caused problems.  It's > either a length limitation in the filesystem or Linux itself.  I never > bothered > to track it down. > > The way I resolved it was to switch from absolute links to relati

Re: [yocto] toolchain with big symbolic links?

2010-11-24 Thread Mark Hatle
I've seen issues in the past where long symlinks have caused problems. It's either a length limitation in the filesystem or Linux itself. I never bothered to track it down. The way I resolved it was to switch from absolute links to relative.. but I'm not sure that is possible in the first exampl

[yocto] toolchain with big symbolic links?

2010-11-23 Thread João Henrique Freitas
Hi, I am using yocto 0.9 release and trying to generate my own meta-toolchain. With toolchain from yocto: joa...@joaohf-desktop:~/Downloads$ ls /opt/poky/sysroots/x86_64-pokysdk-linux/usr/libexec/armv5te-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.5.0/ -l total 30920 lrwxrwxrwx 1 1006 users