Re: [yocto] NTP

2016-06-16 Thread Anicic Damir (PSI)
I am new to Yocto, so please explain a bit more. All I have done is: git clone -b krogoth git://git.yoctoproject.org/poky.git How do I now add layers ? Or can I somehow clone Yocto 2.1 with all layers ? Damir -- ___ yocto mailing list yocto@yoctop

Re: [yocto] NTP

2016-06-16 Thread piotr.lewicki
On 17.06.2016 08:33, Anicic Damir (PSI) wrote: Hi! I just realised that ntpd + ntpdate is not part of Yocto 2.1 What do you mean by "not part of Yocto"? I found http://layers.openembedded.org/layerindex/recipe/2299/ but how to get

[yocto] NTP

2016-06-16 Thread Anicic Damir (PSI)
Hi! I just realised that ntpd + ntpdate is not part of Yocto 2.1 I found http://layers.openembedded.org/layerindex/recipe/2299/ but how to get it? -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] Mercurial Fetcher and AUTOREV

2016-06-16 Thread roy_garrard
I'm trying to get a bitbake file to pull down the latest revision of a mercurial repo when it builds. It's unfortunately undocumented ( https://www.yoctoproject.org/docs/1.6/bitbake-user-manual/bitbake-user-manual.html#auto-revisions ), though there are a few mailing list posts on the topic. None

Re: [yocto] Dynamic PV version in recipe

2016-06-16 Thread Marco Garzola
Hi Christopher, PKGV seems very interesting to me. is there out there any example to follow ? if I add something like that at the end of do_compile task should it work? do_compile(){ #. do stuff and get in myVersion the revision {@setVar("PKGV","${myVersion}")} } Thanks . Marco ___

Re: [yocto] Dynamic PV version in recipe

2016-06-16 Thread Christopher Larson
On Thu, Jun 16, 2016 at 8:11 AM, Marco Garzola wrote: > I got a problem, maybe someone could help me.I have a recipe that takes > from a jenkins server via json API a binary file with a version that i know > only after do_compile task. the question is : is there any way to tell > bitbake that $PV

[yocto] Dynamic PV version in recipe

2016-06-16 Thread Marco Garzola
Hi all, I got a problem, maybe someone could help me.I have a recipe that takes from a jenkins server via json API a binary file with a version that i know only after do_compile task. the question is : is there any way to tell bitbake that $PV should change dynamically , maybe in do_install t

[yocto] [meta-selinux][PATCH] e2fsprogs: Update bbappend

2016-06-16 Thread Joe MacDonald
e2fsprogs has been updated with oe-core commit f221f331704c0bdfc7c1dd361e666ce2158fe282 Update our bbappend accordingly. Signed-off-by: Joe MacDonald --- .../e2fsprogs/{e2fsprogs_git.bbappend => e2fsprogs_%.bbappend}| 0 1 file changed, 0 insertions(+), 0 deletions(-) rename recipe

Re: [yocto] Test Cycle Report for Yocto Project master branch

2016-06-16 Thread Perez Carranza, Jose
Thanks for the updates Richard ! Regards, José -Original Message- From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org] Sent: Thursday, June 16, 2016 11:41 AM To: Perez Carranza, Jose ; yocto@yoctoproject.org Subject: Re: [yocto] Test Cycle Report for Yocto Project master bra

Re: [yocto] Test Cycle Report for Yocto Project master branch

2016-06-16 Thread Richard Purdie
On Thu, 2016-06-16 at 11:43 +0100, Richard Purdie wrote: > Hi Jose, > > Thanks for this, its useful. > > On Tue, 2016-06-14 at 13:08 +0100, Perez Carranza, Jose wrote: > > - Toaster - NameError when trying to search a table due > > Django, this one is blocking around 30% of the execution

Re: [yocto] ifenslave recipe

2016-06-16 Thread Stath, Paul
>> I'm looking at adding support for NIC bonding into our distribution. >> >> Along with bonding support in the kernel, I would like to build the >> 'ifenslave' >> utility program. >> >> In checking the OpenEmbedded Layer Index, I find recipes-support/ifenslave/ >> ifenslave_1.1.0.bb in the meta-n

Re: [yocto] Switch to GTK+3

2016-06-16 Thread Burton, Ross
On 16 June 2016 at 14:53, Jussi Kukkonen wrote: > Now, the default configuration is to build only support for Gtk+3 but it > is possible to support also Gtk+2 by adding "gtk2-im" into the > matchbox-keyboard PACKAGECONFIG. This is not done by default to prevent the > keyboard from bringing gtk+ i

Re: [yocto] Switch to GTK+3

2016-06-16 Thread Jussi Kukkonen
On 16 June 2016 at 15:44, Gary Thomas wrote: > > I just tried a build from the latest Poky/Yocto master (2a85038dd) > Overall, I think the switch to GTK+3 is an improvement, but I have > a number of [usability] questions: It's a tricky upgrade, essentially upgrading a major part of an operating s

Re: [yocto] ifenslave recipe

2016-06-16 Thread Joe MacDonald
Hi Paul, [[yocto] ifenslave recipe] On 16.06.16 (Thu 13:40) Stath, Paul wrote: > I'm looking at adding support for NIC bonding into our distribution. > > Along with bonding support in the kernel, I would like to build the > 'ifenslave' > utility program. > > In checking the OpenEmbedded Layer

[yocto] ifenslave recipe

2016-06-16 Thread Stath, Paul
I'm looking at adding support for NIC bonding into our distribution. Along with bonding support in the kernel, I would like to build the 'ifenslave' utility program. In checking the OpenEmbedded Layer Index, I find recipes-support/ifenslave/ifenslave_1.1.0.bb in the meta-networking layer. This

Re: [yocto] Additional layers with class and conf

2016-06-16 Thread Woronicz, Bartosz (Nokia - PL/Wroclaw)
Hi, I thought local.conf is automatically read, but I was wrong. For time being I put ‘ INHERIT += “my” ’ in layer.conf. Later on I will think of my own distro meta. Maybe I am wrong, but yocto is missing ability to have kind of utility meta layer. But maybe it is just unnecessary bloat. Kind

Re: [yocto] Additional layers with class and conf

2016-06-16 Thread Woronicz, Bartosz (Nokia - PL/Wroclaw)
That's a good point, I took a look at it. But for now I rather rely on poky distro. Later, possibly I will put my classes in INHERIT to mydistro.conf. Thanks! Kind regards, Bartosz Woronicz Engineer, Software Configuration (SCM) Nokia Networks - PL/Wroclaw -Original Message- From: Paul

[yocto] Switch to GTK+3

2016-06-16 Thread Gary Thomas
I just tried a build from the latest Poky/Yocto master (2a85038dd) Overall, I think the switch to GTK+3 is an improvement, but I have a number of [usability] questions: * I built firefox from meta-browser and noticed that on my touch only device, it does not automatically pop-up the keyboard. Ho

[yocto] can i get pointers to yocto layers that contain an "image creation" bbclass file?

2016-06-16 Thread Robert P. J. Day
hi, for educational purposes, i want to collect a bunch of examples of yocto layers that include a .bbclass file for generating a final "image", most commonly a final SD card image. i already know of a few: http://git.yoctoproject.org/cgit/cgit.cgi/meta-ivi/tree/meta-ivi-bsp/classes http://git.

Re: [yocto] Test Cycle Report for Yocto Project master branch

2016-06-16 Thread Richard Purdie
Hi Jose, Thanks for this, its useful. On Tue, 2016-06-14 at 13:08 +0100, Perez Carranza, Jose wrote: > - Toaster - NameError when trying to search a table due > Django, this one is blocking around 30% of the execution : 9749 [1] I'm hoping this one has been fixed/merged but am not 100% s

Re: [yocto] meta-qt3 and meta-qt4

2016-06-16 Thread Burton, Ross
On 16 June 2016 at 07:33, Anicic Damir (PSI) wrote: > I do not find meta-qt3 & meta-qt4 in Yocto 2.1 > That's because they're not included as in general they are not needed. https://layers.openembedded.org/layerindex/branch/master/layer/meta-qt3/ https://layers.openembedded.org/layerindex/branc