Re: [yocto] Build directory toolchain

2018-02-05 Thread Gigi W
Thanks for the input ! The idea was that we have the build directory for building our project + full image, so everything is already there, already setup, all the tools+libraries etc. If a new dependency is added, your environment is updated during bitbaking the project, so everything is updated "

Re: [yocto] Running Docker

2018-02-05 Thread Bruce Ashfield
On 2018-02-05 4:58 PM, Jakob Hasse wrote: Hello Bruce, Thanks for the reply! No, the interpreter seems to be different, other executables are e.g.: # file /usr/bin/python2.7 /usr/bin/python2.7: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linu

[yocto] [Yocto] Building openjdk for ppc(PPC464)

2018-02-05 Thread Harshal Govind (hgovind)
HI Raj, I am building a yocto project for my target platform which is PowerPC architecture and machine is PPC464. While building the target image, I am facing following two issues. 1. Building openjdk I am building the openjdk-8 and openjre-8 for PowerPC (PPC464) with yocto-2.1.1 and ge

[yocto] Reminder: Yocto Project Technical Team Meeting

2018-02-05 Thread Stephano Cetola
YPTM will be Feb. 6, 2018 at 8am PST. We encourage people attending the meeting to logon and announce themselves on the Yocto Project IRC chancel during the meeting (optional): Yocto IRC: http://webchat.freenode.net/?channels=#yocto IRC Tutorial: http://www.irchelp.org/irchelp/irctutorial.html h

Re: [yocto] Running Docker

2018-02-05 Thread Jakob Hasse
Hello Bruce, Thanks for the reply! No, the interpreter seems to be different, other executables are e.g.: # file /usr/bin/python2.7 /usr/bin/python2.7: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, for GNU/Linux 3.2.0, BuildID

Re: [yocto] changing the apache2 conf (meta-webserver)

2018-02-05 Thread Bishop, Mark (STRT)
I want to change the ErrorLog entries. It's a common thing to do but I need help in how to do that in Yocto. -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Khem Raj Sent: Monday, February 05, 2018 3:07 PM To: yocto@yoctoproje

Re: [yocto] changing the apache2 conf (meta-webserver)

2018-02-05 Thread Khem Raj
On 2/5/18 11:45 AM, Bishop, Mark (STRT) wrote: > Let me start with that I'm new to Yocto. > >   > > I've been able to get apache2 onto my zynq board but I need to change > the config.  I'm using a read-only rootfs and apache won't start because > it wants to write to a log file.  I know what I ne

[yocto] changing the apache2 conf (meta-webserver)

2018-02-05 Thread Bishop, Mark (STRT)
Let me start with that I'm new to Yocto. I've been able to get apache2 onto my zynq board but I need to change the config. I'm using a read-only rootfs and apache won't start because it wants to write to a log file. I know what I need to change in the apache config but I have no idea how to

Re: [yocto] Running Docker

2018-02-05 Thread Khem Raj
On 2/5/18 10:05 AM, Bruce Ashfield wrote: > On 02/02/2018 11:21 AM, Jakob Hasse wrote: >> Hello, >> >> file says: >> # file /usr/bin/docker >> /usr/bin/docker: ELF 32-bit LSB executable, ARM, EABI5 version 1 >> (SYSV), dynamically linked, interpreter /lib/ld-linux.so.3, for this tells me that thi

Re: [yocto] Build directory toolchain

2018-02-05 Thread Khem Raj
On 2/5/18 3:25 AM, Gigi Work wrote: > What is the correct/official way to setup a toolchain derived from the > build directory - if it has everything in there and my app compiles fine > using bitbake, I don't want to create a toolchain installer and install > separately. I think SDK is the standar

Re: [yocto] Running Docker

2018-02-05 Thread Bruce Ashfield
On 02/02/2018 11:21 AM, Jakob Hasse wrote: Hello, file says: # file /usr/bin/docker /usr/bin/docker: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.3, for GNU/Linux 3.2.0, BuildID[sha1]=87db889a25d481762a8d2c7aaa1bd52af2458915, not stri

Re: [yocto] How to do_populate_sdk without QEMU

2018-02-05 Thread Khem Raj
On 2/5/18 2:19 AM, dhkoo wrote: > Hello. > >   > > I'm working with Rocko 2.4.1, and as my work reaches to the last stage, > I'm beating my head to distribute SDK for my colleagues. > I found that command "do_populate_sdk" can make SDK environment easily, > but the problem is SDK's capacity is to

[yocto] musl and /lib{32,64} directories

2018-02-05 Thread Martin Dickopp
Hello, I'm new to Yocto, so please bear with me if I'm missing something obvious. When I build Poky (current master) with a vendor-provided BSP layer for an ARM64 board and musl as the C library, shared libraries are installed in /lib64 (and /usr/lib64), where the musl dynamic runtime linker does

[yocto] Yocto Project Status WW06’18

2018-02-05 Thread Jolley, Stephen K
Current Dev Position: YP 2.5 M3 development Next Deadline: YP 2.5 M3 cut off was 2/19/18 SWAT team rotation: Juro -> Paul on Feb. 2, 2018. SWAT team rotation: Paul -> Tracy on Feb. 9, 2018. https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: · YP 2.5

[yocto] brcmfmac43430-sdio.bin and BCM43430A1.hcd and upstream linux-firmware

2018-02-05 Thread Ryan Harkin
Hello, I'm sure there's a lot of history around this topic, so I'm sorry if this is opening up old wounds. I'm sure it's not straight forward. First, a bit of background: I'm using an NXP WaRP7 board. It has a Murata LBEE5KL1DX WiFi/Bluetooth chip, which is in turn has a Cypress CYW4343W chipset

[yocto] Build directory toolchain

2018-02-05 Thread Gigi Work
What is the correct/official way to setup a toolchain derived from the build directory - if it has everything in there and my app compiles fine using bitbake, I don't want to create a toolchain installer and install separately. My recipe compiles successfully using "bitbake my-recipe", but compili

[yocto] How to do_populate_sdk without QEMU

2018-02-05 Thread dhkoo
Hello. I'm working with Rocko 2.4.1, and as my work reaches to the last stage, I'm beating my head to distribute SDK for my colleagues. I found that command "do_populate_sdk" can make SDK environment easily, but the problem is SDK's capacity is too huge. Of course there's many reasons for t

Re: [yocto] Remove nfs packages from image

2018-02-05 Thread Marek Słomiany
I have managed to track down what was including nfs-utils. What I have done is, I think, worth to mention for future: I have added BBMASK in my conf/local.conf to mask nfs-utils.bb recipe, than tried to build my image. As expected, build failed because nfs-utils recipe was required but not found. I