Re: [yocto] /usr/lib/x86_64-linux-gnu/libdl.so: file not recognized: File format not recognized

2018-01-25 Thread Khem Raj
On 12/30/17 5:11 PM, cc_Smart wrote: Greetings all. Beating my own expectations it seems i got past the compile step for pylonGPS. However, now i get an error that seems to indicate linking to reach for host files instead of cross compiled. My understanding was that bitbake handles that..

Re: [yocto] [meta-raspberrypi] linux kernel rt

2018-01-25 Thread Khem Raj
On 12/22/17 2:28 PM, Andreas Müller wrote: On Fri, Dec 22, 2017 at 7:57 PM, Paul Barker > wrote: On Fri, Dec 22, 2017 at 2:17 PM, Andreas Müller mailto:schnitzelt...@gmail.com>> wrote: > On Fri, Dec 22, 2017 at 2:25 PM, Andrei Gherzan mailto:and...@ghe

[yocto] [eclipse-poky][oxygen][PATCH v2 2/2] setup.sh: show versions availables and version installed

2018-01-25 Thread Tim Orling
From: Chin Huat Ang Signed-off-by: Chin Huat Ang Signed-off-by: Tim Orling --- scripts/setup.sh | 26 +++--- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/scripts/setup.sh b/scripts/setup.sh index 024596bfb1e..e3da101cbe5 100755 --- a/scripts/setup.sh +++

[yocto] [eclipse-poky][oxygen][PATCH v2 1/2] setup.sh: install feature version which meets minimum version required

2018-01-25 Thread Tim Orling
From: Chin Huat Ang When only minimum version is specified, install feature with version closest to the minimum specified. Signed-off-by: Chin Huat Ang Signed-off-by: Tim Orling --- scripts/setup.sh | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/scripts/setup.sh b

Re: [yocto] Layer documentation for meta-raspberrypi

2018-01-25 Thread Paul Barker
On Thu, Jan 25, 2018 at 6:34 PM, Khem Raj wrote: > > On 12/21/17 7:15 AM, Andrei Gherzan wrote: > > Nice. Good job. > > > > -- > > Andrei Gherzan > > > > On Mon, Dec 18, 2017 at 9:57 PM, Mirza Krak > > wrote: > > > > On Dec 18, 2017 20:50, "Paul Barker" >

Re: [yocto] Layer documentation for meta-raspberrypi

2018-01-25 Thread Andrei Gherzan
On Thu, Jan 25, 2018 at 6:34 PM, Khem Raj wrote: > On 12/21/17 7:15 AM, Andrei Gherzan wrote: > > Nice. Good job. > > > > -- > > Andrei Gherzan > > > > On Mon, Dec 18, 2017 at 9:57 PM, Mirza Krak > > wrote: > > > > On Dec 18, 2017 20:50, "Paul Barker" >

Re: [yocto] Size of Packages from bitbake build feature idea

2018-01-25 Thread Philip Balister
On 01/25/2018 01:49 PM, nick wrote: > Greetings All, > > I assume this is possibly already there or is in another tool used by most > people > here. However if not I was wondering if it's a good idea to add support for > telling > what packages use up the most space on the root filesystem before

Re: [yocto] How to correctly understand "selects" and "selected by" in menuconfig to properly configure the kernel?

2018-01-25 Thread Khem Raj
On Sun, Jan 14, 2018 at 6:49 AM, Nguyễn Thanh Vũ wrote: > I'm currently trying to remove the networking components from the kernel > using menuconfig. However, it seems that there are a lot of dependencies > when I choose to exclude the networking component (error when bitbake build > after reconf

[yocto] Size of Packages from bitbake build feature idea

2018-01-25 Thread nick
Greetings All, I assume this is possibly already there or is in another tool used by most people here. However if not I was wondering if it's a good idea to add support for telling what packages use up the most space on the root filesystem before the build or even a good idea. Something like

Re: [yocto] [meta-raspberrypi] How to modify KERNEL_DEVICETREE?

2018-01-25 Thread Khem Raj
On 12/17/17 10:36 AM, Drew Moseley wrote: > I'm trying to figure out how to properly modify the KERNEL_DEVICETREE > variable.  It seems that the meta-raspberrypi layer uses that variable > in the sdcard_image-rpi.bbclass and defines it in the machine conf > layer.  In poky, the variable is set and

Re: [yocto] Layer documentation for meta-raspberrypi

2018-01-25 Thread Khem Raj
On 12/21/17 7:15 AM, Andrei Gherzan wrote: > Nice. Good job. > > -- > Andrei Gherzan > > On Mon, Dec 18, 2017 at 9:57 PM, Mirza Krak > wrote: > > On Dec 18, 2017 20:50, "Paul Barker" > wrote: > > On Mon, Dec 11, 2017 a

Re: [yocto] How do I generate a dtb for my board support package?

2018-01-25 Thread Peter Spierenburg
Thanks Maciej, I did add a patch to SRC_URI in my linux-yocto_4.12.bbappend file. Does the entry belong somewhere else instead? Peter. From: Maciej Pijanowski Sent: January 25, 2018 9:37:40 AM To: Peter Spierenburg; yocto@yoctoproject.org Subject: Re: [yoct

Re: [yocto] log4cpp-1.1

2018-01-25 Thread Khem Raj
On 1/25/18 6:04 AM, Thibaut SARRAZIN wrote: > > good morning everyone, > > i have a problem with the recipe log4cpp, i added layer log4cpp-1.1.1.bb > to my recipe. but when i look in my rootfs i have the log4cpp.so.5 > library but not the include ones. if you are calling it log4cpp-1.1.1.bb then

[yocto] log4cpp-1.1

2018-01-25 Thread Thibaut SARRAZIN
good morning everyone, i have a problem with the recipe log4cpp, i added layer log4cpp-1.1.1.bb to my recipe. but when i look in my rootfs i have the log4cpp.so.5 library but not the include ones. I can integrate them manually but I would like to add them in a .bbappend could you help me?

Re: [yocto] How do I generate a dtb for my board support package?

2018-01-25 Thread Maciej Pijanowski
On 25.01.2018 14:16, Peter Spierenburg wrote: | make[2]: *** No rule to make target `sc589-ezkit.dts'.  Stop. You are building linux-yocto. You need to either add a patch to SRC_URI which adds this dtb target to linux source, or build from a different repository, where this support is already

Re: [yocto] How do I generate a dtb for my board support package?

2018-01-25 Thread Ayoub Zaki
On Thu, Jan 25, 2018 at 2:16 PM, Peter Spierenburg < peter.spierenb...@nautel.com> wrote: > I am trying to write a board support package for the adzs-sc589-ezlite > board from Analog Devices, because AD only supplies a buildroot package, > and I would prefer to use yocto. > > > AD's buildroot prod

[yocto] How do I generate a dtb for my board support package?

2018-01-25 Thread Peter Spierenburg
I am trying to write a board support package for the adzs-sc589-ezlite board from Analog Devices, because AD only supplies a buildroot package, and I would prefer to use yocto. AD's buildroot produces a uImage kernel with dtb that is served to the board using tftp. The root file system is serv