Re: [yocto] Git/yocto newbie question re: submodules and multiple layers

2016-08-25 Thread Anders Darander
* Michael Habibi [160825 23:26]: > The difficulty I have is thus: > my_git_repo/ <--- what my platform developers will 'git clone' > my_git_repo/yocto_git/... <-- yocto framework > my_git_repo/yocto_git/meta-openembedded <-- another git repo nested > inside yocto repo > my_git_repo/yocto_git/me

Re: [yocto] OpenEmbedded Metadata: Recipe update broken

2016-08-25 Thread Paul Eggleton
On Thu, 25 Aug 2016 18:14:23 Andreas Müller wrote: > On Wed, Jul 13, 2016 at 6:00 AM, Paul Eggleton > wrote: > > On Fri, 19 Feb 2016 08:05:09 Andreas Müller wrote: > >> On Wed, Feb 3, 2016 at 9:06 PM, Andreas Müller > >> wrote: > >> > On Wed, Feb 3, 2016 at 8:10 PM, Paul Eggleton > >> > > >> >

Re: [yocto] Git/yocto newbie question re: submodules and multiple layers

2016-08-25 Thread Khem Raj
> On Aug 25, 2016, at 2:24 PM, Michael Habibi wrote: > > Hi, I am well-versed with Git but I haven't really ever had to use > submodules. I am trying to create a git repository on our server that > will host our yocto distribution. Our distribution will include the > yocto repo, plus meta-openem

[yocto] Git/yocto newbie question re: submodules and multiple layers

2016-08-25 Thread Michael Habibi
Hi, I am well-versed with Git but I haven't really ever had to use submodules. I am trying to create a git repository on our server that will host our yocto distribution. Our distribution will include the yocto repo, plus meta-openembedded repo, plus maybe some other layers. The difficulty I have

Re: [yocto] problem with yocto and qt5

2016-08-25 Thread Khem Raj
On Wed, Aug 24, 2016 at 2:26 AM, milad hasanvand wrote: > Dear all, > > i have frustrating issue with compiling qt5 using yocto and it is definitely > going to kill me. > i am using qemux86 as the target. i attached the bblayers.conf and > local.conf. i also added the -qpa eglfs to packageconfig b

[yocto] problem with yocto and qt5

2016-08-25 Thread milad hasanvand
Dear all, i have frustrating issue with compiling qt5 using yocto and it is definitely going to kill me. i am using qemux86 as the target. i attached the bblayers.conf and local.conf. i also added the -qpa eglfs to packageconfig but it fails when it comes to do-configure task of qt base. please he

Re: [yocto] How to add a textline to the busybox-syslog syslog.conf?

2016-08-25 Thread Khem Raj
> On Aug 25, 2016, at 3:58 AM, s.jar...@esa-grimma.de wrote: > > Hej ho > > I have an app that is using syslog. For it I like to set the amount of log > data. > > I am using the std. yocto(krogoth) together with the std. meta-atmel layer. > This layers are installing the "busybox-syslog"-pack

Re: [yocto] [prelink-cross][PATCH] rtld: Add missing DT_NEEDED DSOs to needed_list

2016-08-25 Thread Mark Hatle
Thanks! I'll try to get this included soon. --Mark On 8/25/16 10:39 AM, Kyle Russell wrote: > prelink-rtld may report an "error while loading shared libraries" for > the wrong library. > > If some set of DT_NEEDED DSOs are not in the default search path, they > may have a dso_list entry added,

[yocto] systemd-networkd

2016-08-25 Thread C. Handel
hi, i'm trying to build an image with systemd that runs systemd-networkd to initialize the network. So far it boots, the interface goes up and it receives an IP via dhcp. I now try to update my hostname from the one received by dhcp. As far as i understand systemd, the systemd-networkd sends

Re: [yocto] OpenEmbedded Metadata: Recipe update broken

2016-08-25 Thread Andreas Müller
On Wed, Jul 13, 2016 at 6:00 AM, Paul Eggleton wrote: > On Fri, 19 Feb 2016 08:05:09 Andreas Müller wrote: >> On Wed, Feb 3, 2016 at 9:06 PM, Andreas Müller >> wrote: >> > On Wed, Feb 3, 2016 at 8:10 PM, Paul Eggleton >> > wrote: >> >> On Wed, 03 Feb 2016 14:41:42 Andreas Müller wrote: >> >>> FA

[yocto] [prelink-cross][PATCH] rtld: Add missing DT_NEEDED DSOs to needed_list

2016-08-25 Thread Kyle Russell
prelink-rtld may report an "error while loading shared libraries" for the wrong library. If some set of DT_NEEDED DSOs are not in the default search path, they may have a dso_list entry added, but no matching entry is added to the needed_list. This causes the linker to miscalculate the max number

[yocto] How to add a textline to the busybox-syslog syslog.conf?

2016-08-25 Thread S . Jaritz
Hej ho I have an app that is using syslog. For it I like to set the amount of log data. I am using the std. yocto(krogoth) together with the std. meta-atmel layer. This layers are installing the "busybox-syslog"-package. This comes with the "/etc/syslog.conf" file. My question is: How to appe

Re: [yocto] Package mono-libs-4.5 size increase in Mono version 4.4.x

2016-08-25 Thread Alex J Lennon
On 18/08/2016 03:19, Craig McQueen wrote: > I wrote: >> I've just had to upgrade from Mono 4.2.x to Mono 4.4.x, to get a fix for SMTP >> SSL/TLS. >> >> I'm using the mono-libs-4.5 package. I see that the size of it has increased >> quite a lot (several MB) due to the upgrade. It looks as though i

[yocto] Problem to get Host packages.

2016-08-25 Thread TinTin Naing
I just followed the steps in Yocto Project Quick Start Guide and tried to get host packages download using following command: * $ sudo apt-get install gawk wget git-core diffstat unzip texinfo gcc-multilib \ build-essential chrpath socat libsdl1.2-dev xterm The following error come

Re: [yocto] [yocto-autobuilder][PATCH] nightly-wic.conf: add additional config settings for efi images

2016-08-25 Thread Beth 'pidge' Flanagan
On Wed, 2016-08-24 at 10:40 -0700, Bill Randle wrote: > Building efi disk images now requires extra config settings, so add > IMAGE_FSTYPES and MACHINE_FEATURES appends to the auto.conf file. > > Signed-off-by: Bill Randle > Merged to master. -b > --- >  buildset-config.controller/nightly-wic