Re: [yocto] [layerindex-web][PATCH 1/1] import_layer.py: add -t option for layer_type

2018-07-26 Thread Paul Eggleton
Hi Robert, On Monday, 23 July 2018 12:30:01 PM CEST Robert Yang wrote: > Now the logic is: > Use options.layer_type if specified, guess if not, default to 'M'. > > Note choices=['A', 'B', 'S', 'D', 'M', ''], the '' is for default='', we can't > use default='M' here, otherwise we don't know whethe

Re: [yocto] custom linux kernel recipe fails

2018-07-26 Thread ChenQi
On 07/27/2018 12:56 AM, Steve Pavao wrote: Hello - I’m trying to build using a custom 64-bit kernel at head of sumo, but I get an error. It seems that SRCPV cannot be resolved.Please send any ideas you may have about how I may adapt my recipe to get it to work. Normally, I use the defaul

Re: [yocto] net-snmp_5.7.3.bbappend

2018-07-26 Thread Simon Chamlian
Hi, I created a bbappend in the same directory where *net-snmp_5.7.3.bb * resides: /sources/meta-openembedded/meta-networking/recipes-protocols/net-snmp$ *cat net-snmp_5.7.3.bbappend* EXTRA_OECONF += " --enable-mini-agent --with-default-snmp-version=3 --disable-debug

Re: [yocto] How to force build of a blacklisted recipe?

2018-07-26 Thread MOHAMMAD RASIM
Thanks, that worked On 07/26/2018 01:43 PM, Paul Eggleton wrote: On Thursday, 26 July 2018 11:16:02 AM CEST MOHAMMAD RASIM wrote: I'm trying to build dvb-apps recipe which is blacklisted and was removed from the newer openembedded releases, but it exist in the release I work with Now when I t

Re: [yocto] How to force build of a blacklisted recipe?

2018-07-26 Thread Max Krummenacher
Hi > I'm trying to build dvb-apps recipe which is blacklisted and was removed > from the newer openembedded releases, but it exist in the release I work > with > > Now when I try to build the recipe I get this error: > > >ERROR: > /home/oealliancebuilder/openpli-oe-core/meta-openembedded/met

Re: [yocto] Intel machine with 64 Bit kernel and 32 Bit user space

2018-07-26 Thread Martin Jansa
It's not as simple as that in some cases, there are some components which are pulled in 64bit version even when building lib32-foo-image. Some are easy to override from the config e.g.: ROOTFS_PKGMANAGE = "${LIB32_PREFIX}opkg" SPLASH = "${LIB32_PREFIX}psplash" but to prevent building e.g. syslinu

[yocto] custom linux kernel recipe fails

2018-07-26 Thread Steve Pavao
Hello - I’m trying to build using a custom 64-bit kernel at head of sumo, but I get an error. It seems that SRCPV cannot be resolved.Please send any ideas you may have about how I may adapt my recipe to get it to work. Normally, I use the default meta-raspberrypi kernel, but for this build

Re: [yocto] Intel machine with 64 Bit kernel and 32 Bit user space

2018-07-26 Thread Mark Hatle
On 7/26/18 10:19 AM, Alexander Kanavin wrote: > 2018-07-26 14:56 GMT+02:00 Ayoub Zaki : >> Is it possible to define a MACHINE configuration with a 64 Bit kernel and 32 >> Bit user space ? >> >> The user space should not be using a x32 ABI. > > I think (but I am not sure), that you can do it with

Re: [yocto] Ordering of anonymous Python functions and task signature calculations

2018-07-26 Thread richard . purdie
On Thu, 2018-07-26 at 09:22 -0500, Matt Hoosier wrote: > On Wed, Jul 25, 2018 at 4:58 PM Richard Purdie > wrote: > Your advice about BB_DONT_CACHE does cause reparsing to get > triggered. I can see that in logs. > > > and that the > > task dependency exists. You have the dependency above and tha

Re: [yocto] Intel machine with 64 Bit kernel and 32 Bit user space

2018-07-26 Thread Alexander Kanavin
2018-07-26 14:56 GMT+02:00 Ayoub Zaki : > Is it possible to define a MACHINE configuration with a 64 Bit kernel and 32 > Bit user space ? > > The user space should not be using a x32 ABI. I think (but I am not sure), that you can do it with multilib. Define a configuration like this: https://gith

[yocto] Minutes: Yocto Project Weekly Triage Meeting

2018-07-26 Thread Jolley, Stephen K
Attendees: Joshua W., Stephen, Richard, Randy, Anuj, Amanda, Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage AR: Stephen – Have a discussion about 2.2.5 and 2.3.5 in next week’s triage. Thanks, Stephen K. Jolley Yocto Project Program Manager INTEL, MS JF1-255, 2111 N.E. 25th Avenue, Hillsbo

Re: [yocto] Ordering of anonymous Python functions and task signature calculations

2018-07-26 Thread Matt Hoosier
Thanks for the reply. On Wed, Jul 25, 2018 at 4:58 PM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Wed, 2018-07-25 at 08:47 -0500, Matt Hoosier wrote: > > Quite a while ago I wrote the following message: > > On Tue, Jan 24, 2017 at 11:55 AM Matt Hoosier > > wrote: > > > In or

Re: [yocto] can bitbake build offline ?

2018-07-26 Thread MOHAMMAD RASIM
Wow that's a cool trick and it worked for me so ,thank you. Also after some digging I found a solution that does exactly what I described in my previous message(I think), and I'm gonna leave it here in case someone face the same issue and find this message: You can use set BB_SRCREV_POLICY =

[yocto] Intel machine with 64 Bit kernel and 32 Bit user space

2018-07-26 Thread Ayoub Zaki
Hi list, Is it possible to define a MACHINE configuration with a 64 Bit kernel and 32 Bit user space ? The user space should not be using a x32 ABI. Thank you! best regards -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject

Re: [yocto] How to force build of a blacklisted recipe?

2018-07-26 Thread Paul Eggleton
On Thursday, 26 July 2018 11:16:02 AM CEST MOHAMMAD RASIM wrote: > I'm trying to build dvb-apps recipe which is blacklisted and was removed > from the newer openembedded releases, but it exist in the release I work > with > > Now when I try to build the recipe I get this error: > > >ERROR: >

Re: [yocto] can bitbake build offline ?

2018-07-26 Thread Paul Eggleton
On Thursday, 26 July 2018 12:09:46 PM CEST MOHAMMAD RASIM wrote: > Well, actually I used the find command in that wiki page to find the > recipe that uses tag name to chose github revision and it found only one > recipe > > >meta-openembedded/meta-initramfs/recipes-devtools/mtd/ubi-utils- > >k

Re: [yocto] can bitbake build offline ?

2018-07-26 Thread MOHAMMAD RASIM
Well, actually I used the find command in that wiki page to find the recipe that uses tag name to chose github revision and it found only one recipe >meta-openembedded/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc_1.5.1.bb I masked this recipe in the local.conf file and bitbake failed at

[yocto] How to force build of a blacklisted recipe?

2018-07-26 Thread MOHAMMAD RASIM
Hi, I'm trying to build dvb-apps recipe which is blacklisted and was removed from the newer openembedded releases, but it exist in the release I work with Now when I try to build the recipe I get this error: >ERROR: /home/oealliancebuilder/openpli-oe-core/meta-openembedded/meta-multimedia/r