Re: [yocto] System service

2019-05-03 Thread Andreas Müller
On Fri, May 3, 2019 at 10:22 AM JH wrote: > > Hi Andreas, > > > In cases like these: > > > > * expecting sytemd starting service automatically > > * something went wrong > > > > I ask systemd for it with 'systemctl status ' > > > > So what does 'systemctl status ofono' say? > > You right, it was

Re: [yocto] Could not find glib.h

2019-05-01 Thread Andreas Müller
runmake -e } Or similar in your Makefile And and don't forget inherit pkgconfig in your recipe Andreas > > do_compile() { > oe_runmake -e > } > > > fatal error: glib.h: No such file or directory #include > >^~~~ > compilation terminated. > > Than

Re: [yocto] Could not find glib.h

2019-05-01 Thread Andreas Müller
On Wed, May 1, 2019 at 12:35 PM JH wrote: > > Thanks Richard, where to run pkg-config? If I run pkg-config in the > host, it pointed to host Ubuntu package which is different to the > cross compiler. > > On 5/1/19, Richard Purdie wrote: > > On Wed, 2019-05-01 at 10:43 +1000, JH wrote: > >> Hi, >

Re: [yocto] CMake based recipes and defining CMAKE_BUILD_TYPE

2019-02-06 Thread Andreas Müller
On Wed, Feb 6, 2019 at 11:53 PM Andreas Müller wrote: > > On Wed, Feb 6, 2019 at 11:24 PM Andreas Müller > wrote: > > > > On Wed, Feb 6, 2019 at 11:05 PM Matt Schuckmann > > wrote: > > > > > > Hi Andreas, > > > > > >

Re: [yocto] CMake based recipes and defining CMAKE_BUILD_TYPE

2019-02-06 Thread Andreas Müller
On Wed, Feb 6, 2019 at 11:24 PM Andreas Müller wrote: > > On Wed, Feb 6, 2019 at 11:05 PM Matt Schuckmann > wrote: > > > > Hi Andreas, > > > > Thanks for the response, do you set build type in each recipe individually > > or is there some central .conf fi

Re: [yocto] CMake based recipes and defining CMAKE_BUILD_TYPE

2019-02-06 Thread Andreas Müller
On Wed, Feb 6, 2019 at 11:05 PM Matt Schuckmann wrote: > > Hi Andreas, > > Thanks for the response, do you set build type in each recipe individually or > is there some central .conf file or other other location that you set it? > > Matt S. Honestly: I do not set them yet because I thought

Re: [yocto] CMake based recipes and defining CMAKE_BUILD_TYPE

2019-02-06 Thread Andreas Müller
On Wed, Feb 6, 2019 at 7:39 PM Matt Schuckmann wrote: > > I'm trying to understand why the cmake.bbclass doesn't make any attempt to > set CMAKE_BUILD_TYPE and what the design philosophy behind that is? > > On the surface I would expect that the default build type would be Release > but I can

Re: [yocto] [PATCH][meta-qt4] sip: re-add 4.19

2018-11-30 Thread Andreas Müller
On Fri, Nov 30, 2018 at 5:28 PM akuster wrote: > > > > On 11/30/18 7:34 AM, Andreas Müller wrote: > > * Haven't tested this but it seems unlikely that python-pyqt builds properly > > with '--sip-module PyQt5.sip' in meta-oe's sip > > Why not fix the v

[yocto] [PATCH][meta-qt4] sip: re-add 4.19

2018-11-30 Thread Andreas Müller
lready stripped' warning * tested build of python-pyqt Signed-off-by: Andreas Müller --- recipes-qt4/recipes-python/sip_4.19.bb | 41 ++ 1 file changed, 41 insertions(+) create mode 100644 recipes-qt4/recipes-python/sip_4.19.bb diff --git a/recipes-qt4/recipes-pyt

[yocto] Layerindex - actions required for deleted repos?

2018-10-04 Thread Andreas Müller
Hi, I am cleaning my github and want to remove some repos. One of them is meta-gumstix-community - it is not maintained any more. This layer is listed in layer-index. Will it be removed automatically or are there steps I have to take? Thanks Andreas --

Re: [yocto] [OE-core] layers.openembedded.org upgraded

2018-09-27 Thread Andreas Müller
On Thu, Sep 27, 2018 at 10:42 PM, Paul Eggleton wrote: > Hi all, > > I'm very happy to announce that we've finally been able to upgrade the layer > index at http://layers.openembedded.org to the latest revision on master, > incorporating quite a bit of work that's been going on for the past few >

Re: [yocto] [Mesa-dev] VC4 not working for me with mesa 17.3.7 - was [meta-raspberrypi] VC4 not working for me with mesa 17.3.7

2018-04-03 Thread Andreas Müller
On Tue, Apr 3, 2018 at 2:26 AM, Trevor Woerner <twoer...@gmail.com> wrote: > On Mon 2018-04-02 @ 11:46:39 PM, Andreas Müller wrote: >> On Mon, Apr 2, 2018 at 11:12 PM, Trevor Woerner <twoer...@gmail.com> wrote: >> > I'm re-building my rpi3-64 image to see if things ar

Re: [yocto] [Mesa-dev] VC4 not working for me with mesa 17.3.7 - was [meta-raspberrypi] VC4 not working for me with mesa 17.3.7

2018-04-02 Thread Andreas Müller
On Mon, Apr 2, 2018 at 11:46 PM, Andreas Müller <schnitzelt...@gmail.com> wrote: > On Mon, Apr 2, 2018 at 11:12 PM, Trevor Woerner <twoer...@gmail.com> wrote: > Removed mesa-dev - this is oe specific only. >> Even without the patch, simply adding: >> >>

Re: [yocto] [Mesa-dev] VC4 not working for me with mesa 17.3.7 - was [meta-raspberrypi] VC4 not working for me with mesa 17.3.7

2018-04-02 Thread Andreas Müller
On Mon, Apr 2, 2018 at 11:12 PM, Trevor Woerner wrote: Removed mesa-dev - this is oe specific only. > Even without the patch, simply adding: > > PACKAGECONFIG_append_pn-mesa = "dri3" > I checked again: BOTH meta-raspi-light and meta-raspberrypi do not enable dri3 by

Re: [yocto] [Mesa-dev] VC4 not working for me with mesa 17.3.7 - was [meta-raspberrypi] VC4 not working for me with mesa 17.3.7

2018-04-02 Thread Andreas Müller
On Mon, Apr 2, 2018 at 3:05 PM, Andreas Müller <schnitzelt...@gmail.com> wrote: > On Mon, Apr 2, 2018 at 2:42 PM, Daniel Stone <dan...@fooishbar.org> wrote: >> Hi Andreas, >> >> On 31 March 2018 at 15:18, Andreas Müller <schnitzelt...@gmail.com> wrote: >&g

Re: [yocto] [Mesa-dev] VC4 not working for me with mesa 17.3.7 - was [meta-raspberrypi] VC4 not working for me with mesa 17.3.7

2018-04-02 Thread Andreas Müller
On Mon, Apr 2, 2018 at 2:42 PM, Daniel Stone <dan...@fooishbar.org> wrote: > Hi Andreas, > > On 31 March 2018 at 15:18, Andreas Müller <schnitzelt...@gmail.com> wrote: >> Thanks for prompt an VERY helpful support. I did: >> >> * Check my configure and found:

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

2018-04-02 Thread Andreas Müller
On Mon, Apr 2, 2018 at 5:10 AM, Trevor Woerner <twoer...@gmail.com> wrote: > On Fri, Mar 30, 2018 at 6:45 AM, Andreas Müller <schnitzelt...@gmail.com> > wrote: >> >> After party hangover: sddm and kde look horrible with this patch. >> Should respect lin

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

2018-03-30 Thread Andreas Müller
On Thu, Mar 29, 2018 at 11:46 PM, Trevor Woerner <twoer...@gmail.com> wrote: > 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 >> <schnitzelt...@gmail.com> wrote: >> > On Thu, Mar 29, 2018 at 11:05 PM

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 <schnitzelt...@gmail.com> wrote: > On Thu, Mar 29, 2018 at 11:05 PM, Trevor Woerner <twoer...@gmail.com> wrote: >> I've seen the 'Modifier 0x0 vs. tiling(0x7001) mismatch' error >> and blank screen hund

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 Andreas Müller
On Thu, Mar 29, 2018 at 10:37 PM, Andreas Müller <schnitzelt...@gmail.com> wrote: > On Thu, Mar 29, 2018 at 10:23 PM, Andreas Müller > <schnitzelt...@gmail.com> wrote: >> On Thu, Mar 29, 2018 at 9:29 PM, Khem Raj <raj.k...@gmail.com> wrote: >>> 64bit

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 <schnitzelt...@gmail.com> wrote: > On Thu, Mar 29, 2018 at 9:29 PM, Khem Raj <raj.k...@gmail.com> wrote: >> 64bit with mesa yes, for 32bit I usually test on wayland+Westeros+WPE >> >> 2018-03-29 12:26 GMT-07:00 T

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

[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] [meta-raspberrypi] linux kernel rt

2018-03-01 Thread Andreas Müller
On Fri, Jan 26, 2018 at 3:09 PM, Trevor Woerner wrote: > On Fri, Jan 26, 2018 at 3:43 AM, Martin Hundebøll > wrote: >> >> >> >> On 2018-01-26 04:51, Khem Raj wrote: >>> >>> >>> Secondly, I wonder how good is upstream mainline kernel for rpi now a

Re: [yocto] [Openembedded-architecture] OpenEmbedded stand at FOSDEM 2018

2018-01-28 Thread Andreas Müller
On Mon, Dec 11, 2017 at 9:55 AM, Paul Barker wrote: > Hi all, > > We've got confirmation for an OpenEmbedded stand at FOSDEM 2018! We're > in the AW building as usual, you can see the full list of stands and > location details here: https://fosdem.org/2018/stands/ > > What

Re: [yocto] Layer index not updated

2018-01-12 Thread Andreas Müller
On Tue, Jan 9, 2018 at 4:54 AM, Paul Eggleton <paul.eggle...@linux.intel.com > wrote: > On Tuesday, 9 January 2018 1:14:05 AM NZDT Andreas Müller wrote: > > > Ping? > > Still broken (sorry about that!) but Michael and I will be working > together on > it tomorrow. &

Re: [yocto] Layer index not updated

2018-01-08 Thread Andreas Müller
On Mon, Nov 20, 2017 at 9:12 PM, Paul Eggleton < paul.eggle...@linux.intel.com> wrote: > On Friday, 10 November 2017 8:32:36 AM NZDT Paul Eggleton wrote: > > On Thursday, 9 November 2017 9:36:26 PM NZDT Andreas Müller wrote: > > > did not find any heads up here so: Laye

Re: [yocto] [oe] Slideshow for FOSDEM

2018-01-04 Thread Andreas Müller
On Wed, Jan 3, 2018 at 6:29 PM, Philip Balister wrote: > On 01/03/2018 09:47 AM, Paul Barker wrote: > > Hi all, > > > > As we've only got one table at FOSDEM this year we're not going to > > have space for as many bits of hardware as usual. I'd still like us to > > show off

Re: [yocto] [meta-raspberrypi] linux kernel rt

2017-12-22 Thread Andreas Müller
On Fri, Dec 22, 2017 at 7:57 PM, Paul Barker <pbar...@toganlabs.com> wrote: > On Fri, Dec 22, 2017 at 2:17 PM, Andreas Müller <schnitzelt...@gmail.com> > wrote: > > On Fri, Dec 22, 2017 at 2:25 PM, Andrei Gherzan <and...@gherzan.ro> > wrote: > >> >

Re: [yocto] [meta-raspberrypi] linux kernel rt

2017-12-22 Thread Andreas Müller
On Fri, Dec 22, 2017 at 2:25 PM, Andrei Gherzan <and...@gherzan.ro> wrote: > Hi Andreas, > > On Thu, Dec 21, 2017 at 8:59 PM, Andreas Müller <schnitzelt...@gmail.com> > wrote: > >> On Thu, Dec 21, 2017 at 5:08 PM, Andrei Gherzan <and...@gherzan.ro> >>

Re: [yocto] [meta-raspberrypi] linux kernel rt

2017-12-21 Thread Andreas Müller
On Thu, Dec 21, 2017 at 5:08 PM, Andrei Gherzan <and...@gherzan.ro> wrote: > Hi all, > > On Thu, Dec 14, 2017 at 12:09 PM, Andreas Müller <schnitzelt...@gmail.com> > wrote: > >> On Thu, Dec 14, 2017 at 11:40 AM, Mirza Krak <mirza.k...@gmail.com> >> wr

Re: [yocto] [meta-raspberrypi] linux kernel rt

2017-12-14 Thread Andreas Müller
On Thu, Dec 14, 2017 at 11:40 AM, Mirza Krak <mirza.k...@gmail.com> wrote: > 2017-12-14 9:41 GMT+01:00 Andreas Müller <schnitzelt...@gmail.com>: > > On Thu, Dec 14, 2017 at 2:58 AM, Sherif Omran <sherifomran2...@gmail.com > > > > wrote: > >> > >

Re: [yocto] [meta-raspberrypi] linux kernel rt

2017-12-14 Thread Andreas Müller
On Thu, Dec 14, 2017 at 2:58 AM, Sherif Omran wrote: > hey guys, > > any body tried the real time kernel? I get an error, it is snot in the > compatibility list. > can we skip it? > > thanks > > -- > Good news: I use RT kernel only together with VC4 graphics and have

[yocto] Layer index not updated

2017-11-09 Thread Andreas Müller
Hi, did not find any heads up here so: Layer index stopped updating ~1,5 month. Low priority - this is just notification & thanks in advance for taking care :) Andreas -- ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] Current state of linux-raspberrypi-rt?

2017-06-26 Thread Andreas Müller
for > a 4.4 kernel, which is now considered "old". > >> Is there anything new on this? I'm trying to do some compute-intensive >> audio on an RPi3, and it really needs a real-time kernel. > > Andreas Müller has a meta-raspberrypi fork in which he has an -rt > reci

Re: [yocto] [meta-freescale] etnaviv image

2017-05-25 Thread Andreas Müller
On Thu, May 25, 2017 at 10:48 AM, Trevor Woerner wrote: > w00t!! > > It took a lot of hacking, but I was able to build and run an image for > the wandboard dual that uses etnaviv :-D > > Patches to follow. > > I now have 4 dev boards using open-source graphics: > 1) rpi3-32

Re: [yocto] [meta-raspberrypi] gles2 on raspi3

2017-04-20 Thread Andreas Müller
On Thu, Apr 20, 2017 at 1:56 PM, Herve Jourdain wrote: > Hi Trevor, > > I agree with you that VC4 is easier to work with - and can be patched if > there are issues. > But normally you lose the H.264 and MPEG2 HW decoders, and a bunch of audio > codecs, provided by the

Re: [yocto] [meta-raspberrypi] Unified serial console device option

2017-04-19 Thread Andreas Müller
On Wed, Apr 19, 2017 at 1:00 PM, Andrei Gherzan wrote: > Hello all, > > I'm trying to have the ability for user to use serial0 as serial port > on the header and serial1 (when available) for Bluetooth. In this way > rpi2 and rpi3 (32b) will have the same configuration. The

Re: [yocto] [meta-raspberrypi][PATCH 1/3] udev: Create rules file to generate serial0/1

2017-04-19 Thread Andreas Müller
On Wed, Apr 19, 2017 at 12:41 PM, Andrei Gherzan wrote: > > I was thinking about that but extraconf brings additional > functionality (ex automount) that might not be of interest. I > personally don't want that. What do you think? > Ooops previous mail went out too early.

Re: [yocto] [meta-raspberrypi][PATCH 1/3] udev: Create rules file to generate serial0/1

2017-04-19 Thread Andreas Müller
On Wed, Apr 19, 2017 at 12:41 PM, Andrei Gherzan wrote: > On Tue, Apr 18, 2017 at 7:55 PM, Khem Raj wrote: >> On Tue, Apr 18, 2017 at 11:13 AM, Andrei Gherzan wrote: >>> Signed-off-by: Andrei Gherzan >>> --- >>>

Re: [yocto] [meta-raspberrypi] gles2 on raspi3

2017-04-16 Thread Andreas Müller
On Mon, Apr 17, 2017 at 2:27 AM, Trevor Woerner <twoer...@gmail.com> wrote: > On Mon 2017-04-17 @ 01:52:57 AM, Andreas Müller wrote: >> On Sun, Apr 16, 2017 at 1:16 AM, Trevor Woerner <twoer...@gmail.com> wrote: >> > w00T! \O/ >> > >> > Swapping out

Re: [yocto] [meta-raspberrypi] gles2 on raspi3

2017-04-16 Thread Andreas Müller
On Mon, Apr 17, 2017 at 2:30 AM, Trevor Woerner <twoer...@gmail.com> wrote: > On Mon 2017-04-17 @ 01:23:25 AM, Andreas Müller wrote: >> > Thank you very much for your explanations, they really cleared up a lot of >> > stuff in my head. Already I'm 10x smarter on th

Re: [yocto] [meta-raspberrypi] gles2 on raspi3

2017-04-16 Thread Andreas Müller
On Sun, Apr 16, 2017 at 1:16 AM, Trevor Woerner wrote: > w00T! \O/ > > Swapping out meta-raspberrypi for your meta-raspi-light works!!! I now have > accelerated glmark2-es2 ~40FPS :-D 40fps for glmark-es2 (did you mean glxgears)? The total result I get for Pi3 on X11 (xfce) is

Re: [yocto] [meta-raspberrypi] gles2 on raspi3

2017-04-16 Thread Andreas Müller
both come from the same source base! * userland builds egl/gles2 libraries * mesa-gl is a drop in for (Desktop) OpenGL to ensure we can build applications which need it. AFAIK it is shipped with swrast - so not really useful. > > On Sat 2017-04-15 @ 08:09:02 PM, Andreas Müller wrote: >> In

Re: [yocto] [meta-raspberrypi] gles2 on raspi3

2017-04-15 Thread Andreas Müller
On Sat, Apr 15, 2017 at 6:35 PM, Trevor Woerner <twoer...@gmail.com> wrote: > On Sat 2017-04-15 @ 04:46:14 PM, Andreas Müller wrote: >> > Does anyone have any of these (or something else?) working? >> > >> Ehm userland gles2 on X11? I would not expect th

Re: [yocto] [meta-raspberrypi] gles2 on raspi3

2017-04-15 Thread Andreas Müller
On Sat, Apr 15, 2017 at 3:39 PM, Trevor Woerner wrote: > Hi, > > I seem to have all the pieces in place, but can't get gles2 to work on the > raspberry pi. Specifically I'm using the raspberry pi 3, but the 32-bit armv7 > build. > > gles2 is provided by userland, and I've

Re: [yocto] [meta-raspberrypi][PATCH] xserver-xf86-config: remove evdev configuration

2017-02-16 Thread Andreas Müller
On Thu, Feb 16, 2017 at 2:50 PM, Andreas Müller <schnitzelt...@googlemail.com> wrote: > On Thu, Feb 16, 2017 at 2:42 PM, Andreas Müller > <schnitzelt...@googlemail.com> wrote: >> On Thu, Feb 16, 2017 at 2:38 PM, Gary Thomas <g...@mlbassoc.com> wrote: >>> On

Re: [yocto] [meta-raspberrypi][PATCH] xserver-xf86-config: remove evdev configuration

2017-02-16 Thread Andreas Müller
On Thu, Feb 16, 2017 at 2:42 PM, Andreas Müller <schnitzelt...@googlemail.com> wrote: > On Thu, Feb 16, 2017 at 2:38 PM, Gary Thomas <g...@mlbassoc.com> wrote: >> On 2017-02-16 12:49, Andreas Müller wrote: >>> >>> xorg-xserver recommends xf86-input-libinput

Re: [yocto] [meta-raspberrypi][PATCH] xserver-xf86-config: remove evdev configuration

2017-02-16 Thread Andreas Müller
On Thu, Feb 16, 2017 at 2:38 PM, Gary Thomas <g...@mlbassoc.com> wrote: > On 2017-02-16 12:49, Andreas Müller wrote: >> >> xorg-xserver recommends xf86-input-libinput since oe-core's commit >> >> | commit 2d005faff6341a81a2afae28860101ba9db51ae8 >>

[yocto] [meta-raspberrypi][PATCH] xserver-xf86-config: remove evdev configuration

2017-02-16 Thread Andreas Müller
rnings for missing evdev in Xorg.0.log are gone. Signed-off-by: Andreas Müller <schnitzelt...@googlemail.com> --- .../rpi/xorg.conf.d/10-evdev.conf | 40 -- .../xorg-xserver/xserver-xf86-config_0.1.bbappend | 22 ++-- 2 files changed, 10 inser

Re: [yocto] [meta-raspberrypi][PATCH] rpi-base.inc: Add xf86-input-evdev to XSERVER

2017-02-15 Thread Andreas Müller
On Thu, Feb 16, 2017 at 8:37 AM, Jussi Kukkonen wrote: > On 16 February 2017 at 04:14, Gary Thomas wrote: >> >> On 2017-02-16 02:45, Andrei Gherzan wrote: >>> >>> On Mon, Feb 13, 2017 at 12:25:48AM +0900, Yusuke Mitsuki wrote: In order to

Re: [yocto] [Openembedded-architecture] [OE-core] OpenEmbedded Stand at FOSDEM

2017-02-02 Thread Andreas Müller
On Fri, Jan 27, 2017 at 8:44 AM, Paul Barker wrote: > > There's 3 of us from Togán Labs who'll be able to help out manning the > stand. I know I can do all day Saturday and up to about 4pm on Sunday > and I'm happy to be at the stand all day (with the obvious caffeine >

Re: [yocto] [OE-core] OpenEmbedded Stand at FOSDEM

2017-01-26 Thread Andreas Müller
On Thu, Jan 5, 2017 at 4:30 PM, Philip Balister <phi...@balister.org> wrote: > On 01/03/2017 08:13 PM, Andreas Müller wrote: >> On Tue, Jan 3, 2017 at 4:32 PM, Philip Balister <phi...@balister.org> wrote: >>> Every year since 2007, OpenEmbedded has a stand at FOS

Re: [yocto] Openembedded layer index stopped updating

2017-01-17 Thread Andreas Müller
On Tue, Jan 17, 2017 at 11:21 PM, Paul Eggleton <paul.eggle...@linux.intel.com> wrote: > On Fri, 13 Jan 2017 11:02:20 Andreas Müller wrote: >> On Fri, Jan 13, 2017 at 9:55 AM, Paul Eggleton >> <paul.eggle...@linux.intel.com> wrote: >> > On Fri, 13 Ja

Re: [yocto] [meta-raspberrypi][PATCH v2] linux-raspberrypi-rt: add

2017-01-16 Thread Andreas Müller
On Tue, Jan 17, 2017 at 1:12 AM, Trevor Woerner wrote: > Hi Paul, > > On Thu 2017-01-05 @ 09:59:16 PM, Paul Barker wrote: >> Also, are you thinking of moving the -rt recipe to the 4.9 series when >> upstream linux-raspberrypi declares that stable? > > I just want to confirm

Re: [yocto] Openembedded layer index stopped updating

2017-01-13 Thread Andreas Müller
On Fri, Jan 13, 2017 at 9:55 AM, Paul Eggleton <paul.eggle...@linux.intel.com> wrote: > Hi Andreas, > > On Fri, 13 Jan 2017 08:56:47 Andreas Müller wrote: >> again me... sorry but I use index regularly to check if somebody else >> already created a recipe I am i

[yocto] Openembedded layer index stopped updating

2017-01-13 Thread Andreas Müller
Hi, again me... sorry but I use index regularly to check if somebody else already created a recipe I am interested in. I think it was caused by maintenance changes. Andreas -- ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi-rt: add

2017-01-04 Thread Andreas Müller
On Wed, Jan 4, 2017 at 7:43 AM, Khem Raj wrote: > perhaps the defconfig can be made smaller. If you regenerate it using > make savedefconfig in a prepared tree and using the resulting config > file which will be smaller in size > when compared to fully expanded .config. > Just

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi-rt: add

2017-01-03 Thread Andreas Müller
On Wed, Jan 4, 2017 at 1:05 AM, Andreas Müller <schnitzelt...@googlemail.com> wrote: > On Tue, Jan 3, 2017 at 8:38 PM, Trevor Woerner <twoer...@gmail.com> wrote: >> Add an -rt kernel option for Raspberry Pi that includes the FIQ patch which >> adds stability to the -rt k

Re: [yocto] [OE-core] OpenEmbedded Stand at FOSDEM

2017-01-03 Thread Andreas Müller
On Tue, Jan 3, 2017 at 4:32 PM, Philip Balister wrote: > Every year since 2007, OpenEmbedded has a stand at FOSDEM > (http://www.fosdem.org) > > From the first year: > > https://www.flickr.com/photos/32615155@N00/405229708/in/album-72157594561002629/ > > Belen and I are sort

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi-rt: add

2017-01-03 Thread Andreas Müller
On Tue, Jan 3, 2017 at 8:38 PM, Trevor Woerner wrote: > Add an -rt kernel option for Raspberry Pi that includes the FIQ patch which > adds stability to the -rt kernel (with full preemption enabled) and is an > improvement to simply disabling FIQ on the kernel cmdline. > >

Re: [yocto] [meta-raspberrypi][PATCH 0/1] linux-rpi: clean .config in before do_configure step

2016-12-15 Thread Andreas Müller
On Thu, Dec 15, 2016 at 11:05 AM, Piotr Lewicki wrote: > Previously using bbappend files for linux-raspberrypi recipe did not allow to > use "kernel_configure_variable" function to set kernel config variables. > If user wanted to use it in his bbappend with

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi-base.bbclass: remove version hack

2016-12-12 Thread Andreas Müller
On Mon, Dec 12, 2016 at 11:33 PM, Petter Mabäcker <pet...@technux.se> wrote: > 2016-12-12 06:21 skrev Khem Raj: > > On Thu, Dec 8, 2016 at 2:40 AM, Andreas Müller > <schnitzelt...@googlemail.com> wrote: > > * no more required (version > 3.17 | > 4.3.x | >

[yocto] [meta-raspberrypi][PATCH 2/2] rpi-base.inc: remove input modules form XSERVER

2016-12-12 Thread Andreas Müller
This is nothing a BSP has to decide Signed-off-by: Andreas Müller <schnitzelt...@googlemail.com> --- conf/machine/include/rpi-base.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index 9ce647d..9f20663

[yocto] [meta-raspberrypi][PATCH 1/2] rpi-base.inc: add xserver-xorg-extension-glx to XSERVER for vc4 enabled

2016-12-12 Thread Andreas Müller
make glxinfo/glggears/.. work Signed-off-by: Andreas Müller <schnitzelt...@googlemail.com> --- conf/machine/include/rpi-base.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index 497dd29..9ce647d 100644 ---

[yocto] [meta-raspberrypi][PATCH] linux-raspberrypi-base.bbclass: remove version hack

2016-12-08 Thread Andreas Müller
* no more required (version > 3.17 | > 4.3.x | > 4.4.5) * causes error with rt kernel Signed-off-by: Andreas Müller <schnitzelt...@googlemail.com> --- classes/linux-raspberrypi-base.bbclass | 15 --- 1 file changed, 15 deletions(-) diff --git a/classes/linux-raspberry

Re: [yocto] [meta-raspberrypi] Current master broken

2016-12-07 Thread Andreas Müller
On Wed, Dec 7, 2016 at 8:42 AM, Paul Barker wrote: > On Wed, 7 Dec 2016 07:25:23 + > Paul Barker wrote: > >> On Tue, 6 Dec 2016 21:17:55 -0500 >> Trevor Woerner wrote: >> >> > On Tue 2016-12-06 @ 11:00:34 PM, Paul Barker

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi-base.bbclass: allow -rt kernels

2016-12-07 Thread Andreas Müller
On Tue, Dec 6, 2016 at 7:37 PM, Andrei Gherzan wrote: > On Tue, Dec 06, 2016 at 06:27:32PM +, Andrei Gherzan wrote: >> On Mon, Nov 28, 2016 at 08:37:09PM -0500, Trevor Woerner wrote: >> > On Mon 2016-11-28 @ 03:16:11 PM, Khem Raj wrote: >> > > >> > > > On Nov 28, 2016, at

Re: [yocto] Big endian ARM machine with NEON wanted

2016-10-14 Thread Andreas Müller
On Fri, Oct 14, 2016 at 7:41 AM, Mike Looijmans <mike.looijm...@topic.nl> wrote: > On 13-10-16 19:20, Andreas Müller wrote: >> >> >> Does anybody know a big endian and common machine supporting NEON? I >> would need one for testing my port of portaudio. > > &

[yocto] Big endian ARM machine with NEON wanted

2016-10-13 Thread Andreas Müller
Hi, Does anybody know a big endian and common machine supporting NEON? I would need one for testing my port of portaudio. Thanks in advance Andreas -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: Remove redundant RPI_KERNEL_VERSION

2016-10-06 Thread Andreas Müller
On Thu, Oct 6, 2016 at 2:20 PM, Jonathan Liu wrote: > The value of the RPI_KERNEL_VERSION can change between None and the > kernel version which can result in taskhash mismatch errors while > building images. > > The taskhash mismatch errors can be reproduced using: > bitbake -c

Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: remove redundant IMAGEDATESTAMP

2016-10-04 Thread Andreas Müller
On Wed, Oct 5, 2016 at 2:01 AM, Jonathan Liu wrote: > Hi Trevor, > > See if the following helps: > bitbake -c cleanall core-image-minimal && bitbake core-image-minimal > > Regards, > Jonathan > Hi, I would try a cleansstate for virtual/kernel too. In my meta.. fork I did: *

[yocto] [meta-raspberrypi][PATCH 5/6] eglinfo-x11: align to VC4

2016-09-21 Thread Andreas Müller
Signed-off-by: Andreas Müller <schnitzelt...@googlemail.com> --- recipes-graphics/eglinfo/eglinfo-x11_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend b/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend index f

[yocto] [meta-raspberrypi][PATCH 6/6] rpi-base.inc: build vc4-fkms-v3d.dtbo

2016-09-21 Thread Andreas Müller
For those who want to run closed source driver with mesa. See further details at [1] [1] http://anholt.livejournal.com/47717.html Signed-off-by: Andreas Müller <schnitzelt...@googlemail.com> --- conf/machine/include/rpi-base.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/m

[yocto] [meta-raspberrypi][PATCH 4/6] linux-raspberrypi: update to 4.4.21

2016-09-21 Thread Andreas Müller
This version contains vc4_firmware_kms [1] https://github.com/raspberrypi/linux/commit/598f79fb5a7ea1a6fbd37b9849e097dd0bea70fc Signed-off-by: Andreas Müller <schnitzelt...@googlemail.com> --- .../0002-vc4-ioctl-rendering-allow.patch | 29 -- recipes-kernel

[yocto] [meta-raspberrypi][PATCH 3/6] vc4: why no framebuffer device?

2016-09-21 Thread Andreas Müller
Signed-off-by: Andreas Müller <schnitzelt...@googlemail.com> --- recipes-kernel/linux/linux-rpi.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-rpi.inc b/recipes-kernel/linux/linux-rpi.inc index 3eeefee..95a9530 100644 --- a/recipes-kernel

[yocto] [meta-raspberrypi][PATCH 2/6] xorg align for vc4

2016-09-21 Thread Andreas Müller
Signed-off-by: Andreas Müller <schnitzelt...@googlemail.com> --- recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend | 9 + 1 file changed, 9 insertions(+) create mode 100644 recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend diff --git a/recipes-graphics/xorg-xserver/xserver

[yocto] [meta-raspberrypi][PATCH 1/6] mesa: align for vc4

2016-09-21 Thread Andreas Müller
Signed-off-by: Andreas Müller <schnitzelt...@googlemail.com> --- recipes-graphics/mesa/mesa_%.bbappend | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend index 9c5df99..e789022 100644 --- a/recipes-graphics/mesa

[yocto] [meta-raspberrypi][PATCH 0/6] Kernel update + VC4-enhancements

2016-09-21 Thread Andreas Müller
Patches I am using for a while. If my images don't break for other issues I am able to run X11 and weston accelerated in one image. Had never a machine before able to do that. Andreas Müller (6): mesa: align for vc4 xorg align for vc4 vc4: why no framebuffer device? linux-raspberrypi

Re: [yocto] OpenEmbedded Metadata: Recipe update broken

2016-09-21 Thread Andreas Müller
On Wed, Sep 21, 2016 at 7:05 PM, Philip Balister <phi...@balister.org> wrote: > On 09/20/2016 07:29 PM, Paul Eggleton wrote: >> On Thu, 25 Aug 2016 18:14:23 Andreas Müller wrote: >>> seems layer list update is broken again e.g I am committing on >>> meta-qt

Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: Fix sdimg generation

2016-09-21 Thread Andreas Müller
On Wed, Sep 21, 2016 at 9:58 AM, Gary Thomas <g...@mlbassoc.com> wrote: > On 2016-09-21 09:54, Andreas Müller wrote: >> >> On Wed, Sep 21, 2016 at 9:26 AM, Gary Thomas <g...@mlbassoc.com> wrote: >>> >>> Track changes in OE-core variable names - need

Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: Fix sdimg generation

2016-09-21 Thread Andreas Müller
On Wed, Sep 21, 2016 at 9:26 AM, Gary Thomas wrote: > Track changes in OE-core variable names - needed to be able to > build an rpi-sdimg image file. > > Signed-off-by: Gary Thomas > --- > classes/sdcard_image-rpi.bbclass | 4 ++-- > 1 file changed, 2

Re: [yocto] OpenEmbedded Metadata: Recipe update broken

2016-09-21 Thread Andreas Müller
On Wed, Sep 21, 2016 at 1:29 AM, Paul Eggleton <paul.eggle...@linux.intel.com> wrote: > On Thu, 25 Aug 2016 18:14:23 Andreas Müller wrote: >> seems layer list update is broken again e.g I am committing on >> meta-qt5-extra regularly but last commit reported is one month ag

Re: [yocto] [meta-raspberrypi][PATCH 2/2] sdcard_image-rpi.bbclass: avoid corrupted images with latest oe-core

2016-09-13 Thread Andreas Müller
On Tue, Sep 13, 2016 at 2:19 AM, Andreas Müller <schnitzelt...@googlemail.com> wrote: > oe-core's commit d54339d4b1a7e884de636f6325ca60409ebd95ff creates image in > IMGDEPLOYDIR and copies through sstate to DEPLOY_DIR_IMAGE. That causes > DEPLOY_DIR_IMAGE not valid when ca

Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: remove redundant IMAGEDATESTAMP

2016-09-13 Thread Andreas Müller
On Tue, Sep 13, 2016 at 4:06 AM, Jonathan Liu wrote: > The IMAGE_NAME variable already contains the date and time so it is > redundant to also include the date again with IMAGEDATESTAMP > when writing to image-version-info in the boot partition. > > Signed-off-by: Jonathan Liu

[yocto] [meta-raspberrypi][PATCH 2/2] sdcard_image-rpi.bbclass: avoid corrupted images with latest oe-core

2016-09-12 Thread Andreas Müller
oe-core's commit d54339d4b1a7e884de636f6325ca60409ebd95ff creates image in IMGDEPLOYDIR and copies through sstate to DEPLOY_DIR_IMAGE. That causes DEPLOY_DIR_IMAGE not valid when calling IMAGE_CMD. Therefore use IMGDEPLOYDIR for sdcard creation too. Signed-off-by: Andreas Müller <schnitz

[yocto] [meta-raspberrypi][PATCH 1/2] sdcard_image-rpi.bbclass: remove stamp file

2016-09-12 Thread Andreas Müller
-image.bb.do_image_rpi_sdimg ERROR: Taskhash mismatch 3fad6675b6fcc6b048099609adf21967 versus f0665d2ea6d2db2359c456c60a33e52e for /home/superandy/data/oe-core/sources/meta-misc/recipes-image/kde/kde-base-image.bb.do_image_rpi_sdimg Signed-off-by: Andreas Müller <schnitzelt...@googlemail.com> --- classes/sdcard

Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: exclude IMAGEDATESTAMP from signatures of do_image_rpi_sdimg

2016-09-12 Thread Andreas Müller
On Wed, Aug 17, 2016 at 6:58 AM, Khem Raj wrote: > Fixes taskhash mismatch e.g. > > ERROR: core-image-minimal-1.0-r0 do_image_rpi_sdimg: Taskhash mismatch > 78b2e0830a66052318e5e7eba193 versus 4b9bbe5dba1b48cf5cb5ad365d991de9 for >

Re: [yocto] [layerindex-web][PATCH 0/3] Layer index fixes

2016-08-30 Thread Andreas Müller
On Tue, Aug 30, 2016 at 11:03 PM, Paul Eggleton wrote: > Some minor fixes for the recent python3 work in the layer index, but more > importantly fix parsing in master for the multiconfig changes that recently > went into bitbake. > > NOTE: this depends on the

Re: [yocto] [meta-raspberrypi][PATCH v4 00/12] Support for VC4 graphics driver

2016-08-10 Thread Andreas Müller
On Sun, Jul 31, 2016 at 9:56 PM, Khem Raj wrote: > On Jul 31, 2016 12:54 PM, "Andrei Gherzan" wrote: >> >> On Thu, Jul 21, 2016 at 08:32:05PM +0800, Herve Jourdain wrote: >> > v4 series: >> > a. rebased >> > b. Upstream-Status added to the patch to the VC4

Re: [yocto] [PATCH v3] Support for .dtbo files for dtb overlays

2016-05-31 Thread Andreas Müller
On Tue, May 31, 2016 at 9:08 AM, Herve Jourdain wrote: > v3: rebased > Recent kernels tend to use .dtbo files for device tree overlays, instead of > .dtb before. > .dtb are still used, but only for the "real" device trees (not the overlays). > > On some platforms

Re: [yocto] [meta-raspberrypi][PATCH 5/8] Support for vc4 graphics driver: upgrade 4.4 kernel to 4.4.10

2016-05-19 Thread Andreas Müller
On Thu, May 19, 2016 at 7:21 AM, Herve Jourdain wrote: > Hi Andreas, > > I've been able to do some testing with the latest 4.1 kernel. > So it can actually "work" in a way, but both the device tree overlay and the > driver in the kernel are "old". > This has an impact on

Re: [yocto] [meta-raspberrypi][PATCH 8/8] Support for vc4 graphics driver: modify the configuration for mesa

2016-05-18 Thread Andreas Müller
On Thu, May 19, 2016 at 12:02 AM, Andreas Müller <schnitzelt...@googlemail.com> wrote: > On Wed, May 18, 2016 at 2:21 PM, Herve Jourdain <herve.jourd...@neuf.fr> > wrote: >> This patch series enables the support for the VC4 graphics driver from Eric >> Anh

Re: [yocto] [meta-raspberrypi][PATCH 5/8] Support for vc4 graphics driver: upgrade 4.4 kernel to 4.4.10

2016-05-18 Thread Andreas Müller
On Wed, May 18, 2016 at 11:46 PM, Andreas Müller <schnitzelt...@googlemail.com> wrote: > On Wed, May 18, 2016 at 7:32 PM, Herve Jourdain <herve.jourd...@neuf.fr> > wrote: >> One thing I didn't make configurable, but that maybe could be, is the >> parameter passed

Re: [yocto] [meta-raspberrypi][PATCH 8/8] Support for vc4 graphics driver: modify the configuration for mesa

2016-05-18 Thread Andreas Müller
On Wed, May 18, 2016 at 2:21 PM, Herve Jourdain wrote: > This patch series enables the support for the VC4 graphics driver from Eric > Anholt. > Add some configuration for building mesa, on raspberrypi, when VC4 is in use. > > Signed-off-by: Herve Jourdain

Re: [yocto] [meta-raspberrypi][PATCH 5/8] Support for vc4 graphics driver: upgrade 4.4 kernel to 4.4.10

2016-05-18 Thread Andreas Müller
On Wed, May 18, 2016 at 7:32 PM, Herve Jourdain wrote: > One thing I didn't make configurable, but that maybe could be, is the > parameter passed to the overlay. > I selected cma-256, based on experience from other people, and because my > configuration is RPI2/3 with 1G

[yocto] [meta-raspberrypi][PATCH] replace base_contains by bb.utils.contains

2016-04-30 Thread Andreas Müller
Signed-off-by: Andreas Müller <schnitzelt...@googlemail.com> --- recipes-connectivity/bluez5/bluez5_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-connectivity/bluez5/bluez5_%.bbappend b/recipes-connectivity/bluez5/bluez5_%.bbappend index eec52e0..8

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: Adjust for libexecdir changes

2016-02-23 Thread Andreas Müller
On Tue, Feb 23, 2016 at 10:02 PM, Anders Darander wrote: > Ping? > > We can't build on master branch without this fix... > > Cheers, > Anders > > * Khem Raj [160130 18:07]: > >> libexecdir has changed its location in latest OE core, it used to be >>

Re: [yocto] OpenEmbedded Metadata: Recipe update broken

2016-02-18 Thread Andreas Müller
On Wed, Feb 3, 2016 at 9:06 PM, Andreas Müller <schnitzelt...@googlemail.com> wrote: > On Wed, Feb 3, 2016 at 8:10 PM, Paul Eggleton > <paul.eggle...@linux.intel.com> wrote: >> Hi Andreas, >> >> On Wed, 03 Feb 2016 14:41:42 Andreas Müller wrote: >>>

  1   2   >