Re: [yocto] [meta-raspberrypi] Has anybody run VC4 + X + recent meta/masters lately

2018-03-29 Thread Trevor Woerner
On Thu 2018-03-29 @ 11:34:08 PM, Andreas Müller wrote: > On Thu, Mar 29, 2018 at 11:23 PM, Andreas Müller > wrote: > > On Thu, Mar 29, 2018 at 11:05 PM, Trevor Woerner wrote: > >> I've seen the 'Modifier 0x0 vs. tiling(0x7001) mismatch'

Re: [yocto] [meta-raspberrypi] Has anybody run VC4 + X + recent meta/masters lately

2018-03-29 Thread Andreas Müller
On Thu, Mar 29, 2018 at 11:23 PM, Andreas Müller wrote: > On Thu, Mar 29, 2018 at 11:05 PM, Trevor Woerner wrote: >> I've seen the 'Modifier 0x0 vs. tiling(0x7001) mismatch' error >> and blank screen hundreds of times while working on

Re: [yocto] [meta-raspberrypi] Has anybody run VC4 + X + recent meta/masters lately

2018-03-29 Thread Andreas Müller
On Thu, Mar 29, 2018 at 11:05 PM, Trevor Woerner wrote: > I've seen the 'Modifier 0x0 vs. tiling(0x7001) mismatch' error > and blank screen hundreds of times while working on getting chromium-x11 > accelerated. It would happen if chromium was trying to use the

Re: [yocto] [meta-raspberrypi] Has anybody run VC4 + X + recent meta/masters lately

2018-03-29 Thread Trevor Woerner
I've seen the 'Modifier 0x0 vs. tiling(0x7001) mismatch' error and blank screen hundreds of times while working on getting chromium-x11 accelerated. It would happen if chromium was trying to use the system gl/gles libraries instead of the ones it builds. --

Re: [yocto] [meta-raspberrypi] Has anybody run VC4 + X + recent meta/masters lately

2018-03-29 Thread Andreas Müller
On Thu, Mar 29, 2018 at 10:37 PM, Andreas Müller wrote: > On Thu, Mar 29, 2018 at 10:23 PM, Andreas Müller > wrote: >> On Thu, Mar 29, 2018 at 9:29 PM, Khem Raj wrote: >>> 64bit with mesa yes, for 32bit I usually test on

Re: [yocto] [meta-raspberrypi] Has anybody run VC4 + X + recent meta/masters lately

2018-03-29 Thread Andreas Müller
On Thu, Mar 29, 2018 at 10:23 PM, Andreas Müller wrote: > On Thu, Mar 29, 2018 at 9:29 PM, Khem Raj wrote: >> 64bit with mesa yes, for 32bit I usually test on wayland+Westeros+WPE >> >> 2018-03-29 12:26 GMT-07:00 Trevor Woerner :

[yocto] Kernel build directory path

2018-03-29 Thread Arek Marud
Hello, I'm trying to create a recipe for driver from external company. Unfortunately compilation process require path to Kernel build directory. I red "Incorporating Out-of-Tree Modules" chapter in Kernel Dev Manual, and tried to use module.bbclass. But I only got path to

[yocto] [error-report-web][PATCH] error-details: pull Bugzilla URL from project settings

2018-03-29 Thread Kyle Russell
Signed-off-by: Kyle Russell --- Post/views.py| 2 +- project/settings.py | 2 ++ templates/error-details.html | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Post/views.py b/Post/views.py index 7f2cffb..c093e7b 100644 ---

Re: [yocto] [meta-raspberrypi] Has anybody run VC4 + X + recent meta/masters lately

2018-03-29 Thread Andreas Müller
On Thu, Mar 29, 2018 at 9:29 PM, Khem Raj wrote: > 64bit with mesa yes, for 32bit I usually test on wayland+Westeros+WPE > > 2018-03-29 12:26 GMT-07:00 Trevor Woerner : >> 64bit RPi or 32? >> >> -- >> ___ >> yocto

Re: [yocto] [meta-raspberrypi] Has anybody run VC4 + X + recent meta/masters lately

2018-03-29 Thread Khem Raj
64bit with mesa yes, for 32bit I usually test on wayland+Westeros+WPE 2018-03-29 12:26 GMT-07:00 Trevor Woerner : > 64bit RPi or 32? > > -- > ___ > yocto mailing list > yocto@yoctoproject.org >

Re: [yocto] [meta-raspberrypi] Has anybody run VC4 + X + recent meta/masters lately

2018-03-29 Thread Trevor Woerner
64bit RPi or 32? -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [meta-raspberrypi] Has anybody run VC4 + X + recent meta/masters lately

2018-03-29 Thread Andreas Müller
Hi, To prepare for sumo I updated all my oe-metas from more or less rocko to recent masters. Since then I am in trouble with VC4/GL/GLES on Raspi: * On X start glmark2-es: complains with 'Modifier 0x0 vs. tiling (0x7001) mismatch and window remains black * On Wayland (weston)

Re: [yocto] ClamAV PCRE support

2018-03-29 Thread Tom Gibson
Hi, Does anyone have any ideas for how I might fix this bitbake error? Also is there an example initscript to start clamd? Thanks in advance. Regards, Tom Gibson C Software Limited From: Tom Gibson Sent: 27 March 2018 16:28 To: 'akuster808' ; yocto@yoctoproject.org

Re: [yocto] defconfig file (or fragment files) not used

2018-03-29 Thread Vincent Daanen
Hi, What’s the difference between fragment and patch ? I can easily make a patch but how do I make sure the patch will be applied to the .config file ? Thanks for your help Vincent De : Prakash Ks Envoyé : jeudi 29 mars 2018 11:46 À : Khem Raj Cc

[yocto] [meta-raspberrypi] change to armhf

2018-03-29 Thread Sherif Omran
i created a standard image with meta-raspberrypi with dpkg and tried to install some packages from the raspbian, but then i faced packaging is armhf and we have armel. any body know how to change our system into armhf? i read someinfo about defaulttune but how to use it, it is arm1176jzfshf

[yocto] selectively enabling/disabling multiple systemd services in recipes

2018-03-29 Thread Andrea Galbusera
Hi! I know a recipe can list more than one service in SYSTEMD_SERVICE variable. Then, is there a way to selectively enable/disable each of them? To me, it looks like SYSTEMD_AUTO_ENABLE acts globally on every service in the above list. I have a recipe which provides a single executable

Re: [yocto] defconfig file (or fragment files) not used

2018-03-29 Thread Bruce Ashfield
On 03/28/2018 12:27 PM, Vincent Daanen wrote: Hi, I want to add CAN driver support to the kernel. Here is the procedure I followed: 1. Generate a .config file 2. Copy it to meta-myWork/recipes-kernel/linux/files/defconfig 3. Update it: set at the end the config to enable CAN as follows #

Re: [yocto] defconfig file (or fragment files) not used

2018-03-29 Thread Vincent Daanen
>On 3/28/18 9:27 AM, Vincent Daanen wrote: >> Hi, >> >> I want to add CAN driver support to the kernel. Here is the procedure >> I >> followed: >> >> 1. Generate a .config file >> 2. Copy it to meta-myWork/recipes-kernel/linux/files/defconfig >> 3. Update it: set at the end the config to

Re: [yocto] defconfig file (or fragment files) not used

2018-03-29 Thread Prakash Ks
just create patch and run bitbake -c patch recipename, then check defconfig file in your build folder, if your patch worked properly then the changes will be available in your defconfig file. Thanks! Prakash On Thu, Mar 29, 2018 at 4:12 PM, Vincent Daanen < vincent.daa...@orthotaxy.com> wrote:

Re: [yocto] defconfig file (or fragment files) not used

2018-03-29 Thread Prakash Ks
Hi Vincent, Its better to create patch and apply from platform specific kernel recipes. if you need more info let me know. Thanks! Prakash On Thu, Mar 29, 2018 at 1:55 PM, Khem Raj wrote: > > > On 3/28/18 11:00 PM, Vincent Daanen wrote: > >> On 3/28/18 9:27 AM, Vincent

Re: [yocto] defconfig file (or fragment files) not used

2018-03-29 Thread Khem Raj
On 3/28/18 11:00 PM, Vincent Daanen wrote: On 3/28/18 9:27 AM, Vincent Daanen wrote: Hi, I want to add CAN driver support to the kernel. Here is the procedure I followed: 1. Generate a .config file 2. Copy it to meta-myWork/recipes-kernel/linux/files/defconfig 3. Update it: set at the

[yocto] [Yocto] What is the preferred way to add build data to os-release

2018-03-29 Thread Måns Zigher
Hi, I see a lot of systems making use of the /etc/os-release where they put in build information like sha, build numbers and version numbers. When doing that you will encounter basehash errors and taskhash errors from bitbake in my experience (or I might be doing something wrong). To remove these

Re: [yocto] CPU Load

2018-03-29 Thread Jussi Laako
On 29.03.2018 04:24, Andre McCurdy wrote: On Tue, Mar 27, 2018 at 4:44 AM, Ryan Meulenkamp wrote: Hi y'all, I have some questions about CPU load and performance, but first some background information. We have small embedded system running an openembedded classic