Re: [yocto] Crosscompile packages (ipk) based on SDK

2017-07-28 Thread marco.stadler
gee...@identech.ch>; Khem Raj <raj.k...@gmail.com> Cc: yocto@yoctoproject.org Subject: Re: [yocto] Crosscompile packages (ipk) based on SDK On 27.07.2017 18:55, Manuel Geeler wrote: > I only got the standard SDK. Are the information I need for building my > own yocto installation matching th

Re: [yocto] Crosscompile packages (ipk) based on SDK

2017-07-27 Thread Josef Holzmayr
On 27.07.2017 18:55, Manuel Geeler wrote: I only got the standard SDK. Are the information I need for building my own yocto installation matching the target somewhere hidden in the SDK? Nope, the standard SDK is actually only little more than a compiler toolchain plus sysroot. You have to ask

Re: [yocto] Crosscompile packages (ipk) based on SDK

2017-07-27 Thread Khem Raj
On Thu, Jul 27, 2017 at 9:05 AM, Manuel Geeler wrote: > Hello Raj, > > thank you for your input. This solves the problem of bringing the packages > to the target once I havt the packages. But I'm still challenged with how to > create the packages in the first place. > > Do I

Re: [yocto] Crosscompile packages (ipk) based on SDK

2017-07-27 Thread Manuel Geeler
Hello Raj, thank you for your input. This solves the problem of bringing the packages to the target once I havt the packages. But I'm still challenged with how to create the packages in the first place. Do I need to have my own yocto installation to setup along the SDK? Will such a setup be

Re: [yocto] Crosscompile packages (ipk) based on SDK

2017-07-27 Thread Khem Raj
On Thu, Jul 27, 2017 at 7:43 AM, Manuel Geeler wrote: > Hello community, > > I got an image and the corresponding SDK for a hardware based on an iMX6 > processor. With this setup I was able to crosscompile a simple "Hello World" > program on the development machine (Ubuntu

[yocto] Crosscompile packages (ipk) based on SDK

2017-07-27 Thread Manuel Geeler
Hello community, I got an image and the corresponding SDK for a hardware based on an iMX6 processor. With this setup I was able to crosscompile a simple "Hello World" program on the development machine (Ubuntu 16.04.2 LTS), install and run it on the target. I then started to look deeper