Re: [yocto] EXT: Re: [meta-security] AppArmor 2.11 no longer available on Ubuntu archive (sumo branch)

2019-06-07 Thread Herman van Hazendonk
Hi Peter, You can find all tags at https://gitlab.com/apparmor/apparmor/tags and update the recipe in a similar way for your (sumo) build. Hope this helps! Herman On 2019-06-07 12:21, Smith, Peter1 (GE Renewable Energy) wrote: Many thanks, situation understood. Peter Smith Senior Emerging

Re: [yocto] Screenshot tool

2019-04-16 Thread Herman van Hazendonk
Hi Evan, We don't currently have a 4.9 kernel running for our project since we're working mainly with mobile devices which are stuck on 3.4 and 3.18 kernels for now, however we do have small screenshot utility which we have as a plugin to our compositor which we have been using since early Qt

Re: [yocto] connmand+dbus. Which alternatives?

2018-12-06 Thread Herman van Hazendonk
Hi Mauro, You can always try to get a newer version of connmand and dbus integrated into your build. Often some of these issues are solved in a newer version. Thud provides 1.35 (https://github.com/openembedded/openembedded-core/tree/thud/meta/recipes-connectivity/connman) and master 1.36

Re: [yocto] [Pyro] Multiple toolchains

2018-01-17 Thread Herman van Hazendonk
Hi Philippe, You might want to try to patch your kernel for newer GCC versions. We've done that successfully with our 3.4 based kernels. See for example the commits we used on our LG Hammerhead (Nexus 5) kernel. https://github.com/Halium/android_kernel_lge_hammerhead/commits/halium-5.1 See th

Re: [yocto] Slideshow for FOSDEM

2018-01-03 Thread Herman van Hazendonk
Hi Paul, Thanks for putting this together. I've added a slide at the end with projects I'm aware of that are using OE/Yocto. I'm sure there are plenty more to be added though. Best regards, Herman On 2018-01-03 15:47, Paul Barker wrote: Hi all, As we've only got one table at FOSDEM this ye

Re: [yocto] Enable qt web engine mp4 support in yocto

2017-05-17 Thread Herman van Hazendonk
Hi Andrea, It took us some fiddling to get it to work as well: See our implementation at: https://github.com/webOS-ports/meta-webos-ports/blob/pyro/meta-luneui/recipes-qt/qt5/qtwebengine_git.bbappend#L4 Cheers, Herman On 2017-05-17 16:32, Andrea Picaro wrote: Hello i'd like to enable mp4 vide

Re: [yocto] kernel/ libc compatibility problems

2017-05-15 Thread Herman van Hazendonk
Hi Paul, As per glibc 2.24 you'll need the a 3.2 kernel at least (https://abi-laboratory.pro/tracker/changelog/glibc/2.24/log.html): "The minimum Linux kernel version that this version of the GNU C Library can be used with is 3.2, except on i[4567]86 and x86_64, where Linux kernel version 2.

Re: [yocto] Where to find help for yocto application and and system development

2017-01-27 Thread Herman van Hazendonk
Hi Jakob, It's a bit trial & error with Yocto to be fair. We use it quite extensively in our LuneOS project. There are quite some layers available with example recipes as well that you could look into for inspiration :) I think 2 important things to note for you: SRC_URI can point to a git

Re: [yocto] Yocto 2.2 Morty supported Linux Distros

2016-11-01 Thread Herman van Hazendonk
Hi Martin, I would be surprised if it isn't. I've been running meta-openembedded and openembedded-core in our project without any issues on 16.04 with both Krogoth and Morty. Would be good if the project team can confirm though. Herman On 2016-11-01 16:19, Vuille, Martin (Martin) wrote: Not

Re: [yocto] Yocto and Google protobuffer

2016-09-01 Thread Herman van Hazendonk
layed much with the -native bits, so not sure how those work. On 2016-09-01 16:34, Pietro wrote: Herman van Hazendonk writes: Hi Pietro, You shouldn't need to specify a version. DEPENDS = "protobuf" or DEPENDS = "protobuf-native" should do :) Herrie Indeed

Re: [yocto] Yocto and Google protobuffer

2016-09-01 Thread Herman van Hazendonk
Hi Pietro, You shouldn't need to specify a version. DEPENDS = "protobuf" or DEPENDS = "protobuf-native" should do :) Herrie On 2016-09-01 15:40, Pietro wrote: Pietro writes: Jussi Kukkonen writes: On 1 September 2016 at 13:21, Herman van Hazendonk wrote:

Re: [yocto] Yocto and Google protobuffer

2016-09-01 Thread Herman van Hazendonk
Hi Pietro, You can override the recipe by adding a recipe for version 3.0.0+ in your own layer and making sure your layer has a higher priority in bblayers.conf. See for example what we do in our project: https://github.com/webOS-ports/webos-ports-setup/blob/testing/conf/bblayers.conf openem

Re: [yocto] help

2016-05-13 Thread Herman van Hazendonk
Alternatively when you are using meta-qt5 layer, you could use something like Maliit input framework (which is used by various distributions (Jolla/Sailfish/Ubuntu/LuneOS) as well). https://github.com/meta-qt5/meta-qt5/tree/master/recipes-qt/maliit Herrie On 2016-05-13 11:26, Burton, Ross wro