Re: [yocto] [meta-raspberrypi][PATCH] wic: add swap partition and set /root and /swap size

2019-11-15 Thread Andrei Gherzan
the limit. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi] poky linux build fails if ARM erratum mfix linker switch is specified

2019-11-03 Thread Andrei Gherzan
On 3 November 2019 13:18:53 GMT, Khem Raj wrote: >On Sun, Nov 3, 2019 at 2:46 AM Andrei Gherzan >wrote: > >> On 01/11/2019 17:18, Khem Raj wrote: >> > On Fri, Nov 1, 2019 at 1:28 AM Andrei Gherzan >wrote: >> >> >> >> Hi Steve, >> >

Re: [yocto] [meta-raspberrypi] poky linux build fails if ARM erratum mfix linker switch is specified

2019-11-03 Thread Andrei Gherzan
On 01/11/2019 17:18, Khem Raj wrote: On Fri, Nov 1, 2019 at 1:28 AM Andrei Gherzan wrote: Hi Steve, On 01/11/2019 05:32, Steve Pavao wrote: poky linux build fails when ARM erratum mfix linker switch is specified in local.conf: TARGET_LD_ARCH_append += " -mfix-cortex-a53-843419” c

Re: [yocto] [meta-raspberrypi] poky linux build fails if ARM erratum mfix linker switch is specified

2019-11-01 Thread Andrei Gherzan
e ARM errata document. I haven't tried this erratum fix. It is indeed implemented at the linker's lever. It's curious though to see the bz2 dependency. Can you share the specific error? I assume you are doing this on RPi3. -- Andrei Gherzan -- _

Re: [yocto] Task vardeps on a variable changed externally

2019-10-09 Thread Andrei Gherzan
Cheers Paul! On 09/10/2019 11:07, Paul Barker wrote: On Wed, 9 Oct 2019, at 10:42, Andrei Gherzan wrote: Hi guys, I struggle to figure out an issue that I lately got into. I want to have a recipe which writes a manifest of all the layers part of the build. These layers are all git

[yocto] Task vardeps on a variable changed externally

2019-10-09 Thread Andrei Gherzan
eason the do_compile task gets invalidated (or I force it), the build system returns a "basehash value changed" error. I would expect that the change of revision to trickle a task invalidation and the task to be rerun but that doesn't seem to happen

Re: [yocto] [meta-raspberrypi] Issues building bcm2835_bootfiles in Thud

2019-08-19 Thread Andrei Gherzan
rry Pi firmware repository. It maintains a list of dtb as a variable and compiles them while compiling the kernel. I suspect that you have a bbappend which updates the kernel to current HEAD (includes a dtb rename backport). -- Andrei Gherzan gpg: rsa4096/D4D94F67AD0E9640 | t: @agherzan --

Re: [yocto] meta-rpi vs meta-raspberrypi. Which one?

2019-08-08 Thread Andrei Gherzan
: there is a meta-rpi layer. It could use a better readme description because the current one can be confusing. -- Andrei Gherzan gpg: rsa4096/D4D94F67AD0E9640 | t: @agherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] kernel-devsrc used to be full source - not the case since thud

2019-05-23 Thread Andrei Gherzan
On 23/05/2019 17.11, Bruce Ashfield wrote: > > > On Thu, May 23, 2019 at 11:24 AM Andrei Gherzan <mailto:and...@gherzan.ro>> wrote: > > On 23/05/2019 16.10, Bruce Ashfield wrote: >> >> >> On Thu, May 23, 2019 at 11:00 AM Andrei Gherz

Re: [yocto] kernel-devsrc used to be full source - not the case since thud

2019-05-23 Thread Andrei Gherzan
On 23/05/2019 16.10, Bruce Ashfield wrote: > > > On Thu, May 23, 2019 at 11:00 AM Andrei Gherzan <mailto:and...@gherzan.ro>> wrote: > > > On 23/05/2019 15.39, Bruce Ashfield wrote: >> >> >> On Thu, May 23, 2019 at 10:32 AM Bruce Ashfield &

Re: [yocto] kernel-devsrc used to be full source - not the case since thud

2019-05-23 Thread Andrei Gherzan
On 23/05/2019 15.39, Bruce Ashfield wrote: > > > On Thu, May 23, 2019 at 10:32 AM Bruce Ashfield > mailto:bruce.ashfi...@gmail.com>> wrote: > > > > On Thu, May 23, 2019 at 9:56 AM Andrei Gherzan <mailto:and...@gherzan.ro>> wrote: > >

Re: [yocto] kernel-devsrc used to be full source - not the case since thud

2019-05-23 Thread Andrei Gherzan
On 23/05/2019 15.32, Bruce Ashfield wrote: > > > On Thu, May 23, 2019 at 9:56 AM Andrei Gherzan <mailto:and...@gherzan.ro>> wrote: > > Hello, > > This might have been discussed before. I couldn't find a relevant > thread, but if it is so, just l

[yocto] kernel-devsrc used to be full source - not the case since thud

2019-05-23 Thread Andrei Gherzan
oying/using. Or even have another devsrc provider. I'm open to any implementation detail. I'd just want to have an option for a full kernel source recipe. Regards, -- Andrei Gherzan gpg: rsa4096/D4D94F67AD0E9640 | t: @agherzan -- ___

Re: [yocto] linux-raspberrypi_4.19.bb unknown commit

2019-05-21 Thread Andrei Gherzan
Hi, On 20/05/2019 19.30, Khem Raj wrote: > > > On 5/16/19 8:53 AM, Andrei Gherzan wrote: >> >> On 12/05/2019 16.04, Jean-Christian de Rivaz wrote: >>> Le 11.05.19 à 21:46, Paul Barker a écrit : >>>> On Sat, 11 May 2019, at 20:44, Jean-Christian de Rivaz

Re: [yocto] [meta-raspberrypi] RPi 7" Touch Display

2019-05-16 Thread Andrei Gherzan
Hi, On 16/05/2019 17.24, Rudolf J Streif wrote: > Thank you, Paul. I did read Andrei's excellent documentation and > enabled I2C and SPI etc. And it didn't work? -- Andrei Gherzan gpg: rsa4096/D4D94F67AD0E9640 | t: @agherzan -- _

[yocto] I'm currently finishing my masters thesis and I really need a bit of help from you if possible. I have a questionnaire which I need to get some feedback about and filled by people who are deep

2019-05-16 Thread Andrei Gherzan
sults after one week. Thanks in advance, -- Andrei Gherzan gpg: rsa4096/D4D94F67AD0E9640 | t: @agherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi] RPi 7" Touch Display

2019-05-16 Thread Andrei Gherzan
could not find anything. Maybe > somebody has an idea? Wrong firmware (maybe cannot be distributed > because of licensing...)? Sadly we don't actively test display and other related toys so they might be broken. Even so, I would be surprised if the DSI port doesn't work. What is you

Re: [yocto] linux-raspberrypi_4.19.bb unknown commit

2019-05-16 Thread Andrei Gherzan
x27;t have > time and money  to dig in that complexity and patch acceptance marathon. Feel free to complain upstream: https://github.com/raspberrypi/linux/issues/2931 -- Andrei Gherzan gpg: rsa4096/D4D94F67AD0E9640 | t: @agherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH] CAN: Add Pican2 support

2018-11-19 Thread Andrei Gherzan
t; > http://skpang.co.uk/catalog/pican2-canbus-board-for-raspberry-pi-23-p-1475.html > > Signed-off-by: Fabien Lahoudere > Could you please submit this PR in github? Check the readme for more information. -- Andrei Gherzan -- ___ yocto maili

Re: [yocto] meta-layer raspberry

2018-10-19 Thread Andrei Gherzan
Hi, On Fri, Oct 19, 2018 at 11:39 PM Zolee K wrote: > Hello, > > Do you know if I include tha raspberrypi layer it would compile to a > raspberry pi 1 machine as well or only to the later models? > > RaspberryPi 1 should work just fine.

Re: [yocto] [meta-raspberrypi] Problem enabling w1-gpio

2018-10-05 Thread Andrei Gherzan
Hi Markus, On Fri, Oct 5, 2018 at 4:28 PM Markus W wrote: > Hi! > > I'm creating a yocto image (sumo) for the raspberrypi and got stuck on how > to enable the one-wire interface on boot. > > I have enabled the SPI bus and I2C in my local.conf file. > > ENABLE_SPI_BUS = "1" > ENABLE_I2C = "1" > >

Re: [yocto] [meta-raspberry]rpi-config

2018-09-11 Thread Andrei Gherzan
failed: 1 > Is your image installing rpi-config? -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi] No package 'wayland-egl' found

2018-05-15 Thread Andrei Gherzan
Hi, On Tue, May 15, 2018 at 1:48 AM, Bill Jenkins wrote: > > > On May 14, 2018, at 2:43 PM, Bill Jenkins wrote: > > > > Hi, > > > > I just sync'd to the head of the master branch in the poky and > meta-raspberrypi repos today > > and tried a build that successfully completed last week, but now

Re: [yocto] [meta-raspberrypi] Compute Module 3 machine .conf questions

2018-05-14 Thread Andrei Gherzan
Currently, the cm3 machine is only there as for people to see clearly what machine as supported. As well, in some cases, we need some machine specific tweaks so we need a new machine - it's not the case here. -- Andrei Gherzan On Wed, May 2, 2018 at 11:56 PM, Steve Pavao wrote: > H

Re: [yocto] [PATCH] Revert "u-boot: Update RPi Zero W defconfig to support DTB."

2018-05-09 Thread Andrei Gherzan
Regards, > Ryan. > > I was just going to point that out. Anyway, the patch/fix is already in master. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi] Compute Module 3 machine .conf questions

2018-05-01 Thread Andrei Gherzan
Hi Steve, On Tue, May 1, 2018 at 12:40 AM, Steve Pavao wrote: > Hello, > > My company has bought a Raspberry Pi Compute Module 3 for evaluation, and > I have a 2 questions about the supplied machine .conf files for it. > > 1. Should the supplied raspberrypi-cm3.conf file internally refer to the

Re: [yocto] [Yocto][meta-raspberrypi] raspberrypi3 model B+ not booting

2018-03-28 Thread Andrei Gherzan
On Wed, Mar 28, 2018 at 2:57 PM, Andrei Gherzan wrote: > Hi guys, > > On Wed, Mar 28, 2018 at 2:40 PM, Paul Barker > wrote: > >> On Wed, Mar 28, 2018 at 1:41 PM, Måns Zigher >> wrote: >> > Hi, >> > >> > Thanks I will do that. But I have

Re: [yocto] [Yocto][meta-raspberrypi] raspberrypi3 model B+ not booting

2018-03-28 Thread Andrei Gherzan
On Wed, Mar 28, 2018 at 1:38 PM, Sherif Omran wrote: > Please use Morty, it works fine. > I don't think that is true though. It needs newer firmware. Not even master has it. -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.o

Re: [yocto] [Yocto][meta-raspberrypi] raspberrypi3 model B+ not booting

2018-03-28 Thread Andrei Gherzan
kporting things as needed. I'm currently only interested in rocko but if other people are willing to do it, we can PR stuff in older versions too. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi] how to install rpi-config package?

2018-03-08 Thread Andrei Gherzan
has a very similar name: raspi-config . So at this point when baking rpi-config all you get is a config.txt in the deploy directory. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

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

2018-03-01 Thread Andrei Gherzan
upstream? The last time I > > looked into PREEMPT_RT on the RPi, the only way to make it work/stable > was > > to patch the FIQ issue, or disable FIQ altogether (not ideal). This patch > > was outside both the kernel and the PREEMPT_RT patch. > >

Re: [yocto] [meta-chip] Wifi driver on CHIP boards?

2018-02-23 Thread Andrei Gherzan
On Thu, Feb 22, 2018 at 8:34 PM, Drew Moseley wrote: > On 09/04/2017 06:17 AM, Andrei Gherzan wrote: > > On Wed, Aug 30, 2017 at 11:44 PM, Drew Moseley > wrote: > >> Has anyone managed to use the onboard WIFI for the CHIP boards in the >> current meta-chip repo?

Re: [yocto] [meta-raspberrypi][PATCH] [kronos]wayland lib linking added for libbrcmEGL to avoid undefined symbol while linking libbrcmEGL.so

2018-02-01 Thread Andrei Gherzan
s. > > > > Best Regards > > Haseenamol > Hi, Thanks for your contribution. We are currently using github for sending patches to this yocto BSP. See http://meta-raspberrypi.readthedocs.io/en/latest/contributing.html for more infor

Re: [yocto] Layer documentation for meta-raspberrypi

2018-01-25 Thread Andrei Gherzan
On Thu, Jan 25, 2018 at 6:34 PM, Khem Raj wrote: > On 12/21/17 7:15 AM, Andrei Gherzan wrote: > > Nice. Good job. > > > > -- > > Andrei Gherzan > > > > On Mon, Dec 18, 2017 at 9:57 PM, Mirza Krak > <mailto:mirza.k...@gmail.com>> wro

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

2017-12-22 Thread Andrei Gherzan
Hi Andreas, On Thu, Dec 21, 2017 at 8:59 PM, Andreas Müller wrote: > On Thu, Dec 21, 2017 at 5:08 PM, Andrei Gherzan wrote: > >> Hi all, >> >> On Thu, Dec 14, 2017 at 12:09 PM, Andreas Müller > > wrote: >> >>> On Thu, Dec 14, 2017 at 11:40 AM, Mi

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

2017-12-21 Thread Andrei Gherzan
gt; these days. Another discussion about RT kernel was to have an extra kernel > for it and I never understood why. To me that seems nothing but an extra > maintenance burden. > > However - just wrote to Paul: I plan to be at FOSDEM and we can discuss > there how to get b

Re: [yocto] [meta-raspberrypi] How to modify KERNEL_DEVICETREE?

2017-12-21 Thread Andrei Gherzan
Hi, You need to make that variable available in both sdcard generation code which resides in the image recipe and in the kernel recipe. You can do this by modifying that variable from local.conf (distro would work too I think but it doesn't sounds like the right place to be). -- Andrei Gh

Re: [yocto] Layer documentation for meta-raspberrypi

2017-12-21 Thread Andrei Gherzan
Nice. Good job. -- Andrei Gherzan On Mon, Dec 18, 2017 at 9:57 PM, Mirza Krak wrote: > On Dec 18, 2017 20:50, "Paul Barker" wrote: > > On Mon, Dec 11, 2017 at 12:20 PM, Paul Barker > wrote: > > On Mon, Dec 11, 2017 at 12:08 PM, Mirza Krak > wrote: > >>

Re: [yocto] [meta-raspberrypi][PATCH] rpi-config: Setup lcd_rotate for Raspberry Pi display

2017-12-01 Thread Andrei Gherzan
te value? I've never > > used this display so not sure if that's specific to particular use > > cases or not. > > > > If you're happy that this is applicable for everyone could you submit > > this as a pull request on github > > (https://github.c

Re: [yocto] [meta-raspberrypi][PATCH 1/5] x264: Disable asm for raspberrypi0-wifi

2017-11-02 Thread Andrei Gherzan
Hi all, On Thu, Nov 2, 2017 at 3:51 PM, Andrei Gherzan wrote: > This used to work in the past because this machine was based on raspberrypi > one. Now that they are separate, we need a configuration for it too > otherwise: > > | common/arm/quant-a.S: Assembler messages: > | co

[yocto] [meta-raspberrypi][PATCH 5/5] firmware.in: Update to 20170811

2017-11-02 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-bsp/common/firmware.inc | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc index ac2bd82..67078c1 100644 --- a/recipes-bsp/common/firmware.inc +++ b/recipes-bsp

[yocto] [meta-raspberrypi][PATCH 4/5] rpi-base.inc: KERNEL_IMAGETYPE default to zzImage

2017-11-02 Thread Andrei Gherzan
etter. Signed-off-by: Andrei Gherzan --- conf/machine/include/rpi-base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index 688227c..71c63cb 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/ma

[yocto] [meta-raspberrypi][PATCH 3/5] pi-blaster: An .inc file looks too much for this small recipe

2017-11-02 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-devtools/pi-blaster/pi-blaster.inc| 21 - recipes-devtools/pi-blaster/pi-blaster_git.bb | 22 +- 2 files changed, 21 insertions(+), 22 deletions(-) delete mode 100644 recipes-devtools/pi-blaster/pi-blaster.inc

[yocto] [meta-raspberrypi][PATCH 2/5] linux-raspberrypi: Update 4.9 recipe to 4.9.59

2017-11-02 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-kernel/linux/linux-raspberrypi_4.9.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.9.bb b/recipes-kernel/linux/linux-raspberrypi_4.9.bb index dd9afe2..061e893 100644 --- a/recipes

[yocto] [meta-raspberrypi][PATCH 1/5] x264: Disable asm for raspberrypi0-wifi

2017-11-02 Thread Andrei Gherzan
mode | common/arm/quant-a.S:363: Error: selected processor does not support `rbit r1,r1' in ARM mode Signed-off-by: Andrei Gherzan --- recipes-multimedia/x264/x264_git.bbappend | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-multimedia/x264/x264_git.bbappend b/recipes-multi

Re: [yocto] [meta-raspberrypi][PATCH 1/3] linux-firmware: Replace /lib with ${nonarch_base_libdir}

2017-10-27 Thread Andrei Gherzan
narch_base_libdir}/firmware/brcm > } > > FILES_${PN}-bcm43430 += " \ >- /lib/firmware/brcm/brcmfmac43430-sdio.txt \ >+ ${nonarch_base_libdir}/firmware/brcm/brcmfmac43430-sdio.txt \ > " >-- >2.14.3 > >-- >___ >yocto mailing list >yocto@yoctopr

Re: [yocto] [meta-raspberrypi] Rocko branch maintenance

2017-10-27 Thread Andrei Gherzan
l also continue to be maintained until >it's around 12 months old. > >However, if anyone else wants to help spread the load then feel free >to step forward and propose yourself for rocko branch maintenance. > >Cheers, > >-- >Paul Barker >Togán Labs Ltd -- Andre

Re: [yocto] [meta-raspberrypi][PATCH] Revert "qtbase: Enable EGLFS support"

2017-10-02 Thread Andrei Gherzan
INE_SOCARCH in > meta-freescale. It allows for SoC specific packages but compatible > across machines. > > -- > Otavio Salvador O.S. Systems > http://www.ossystems.com.brhttp://code.ossystems.com.br > Mobile: +55 (53) 9981-7854

Re: [yocto] [meta-raspberrypi][PATCH] Revert "qtbase: Enable EGLFS support"

2017-09-27 Thread Andrei Gherzan
ipes-qt/qt5/qtbase_%.bbappend > deleted file mode 100644 > index ae3f1d3..000 > --- a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend > +++ /dev/null > @@ -1,3 +0,0 @@ > -# Copyright (C) 2017 O.S. Systems Software LTDA. > - > -PACKAGECONFIG_GL_rpi = "

Re: [yocto] [meta-raspberrypi] enable serial communication pi 3

2017-09-14 Thread Andrei Gherzan
bug to me. If you agree could you create an issue in github and maybe help us fix it as well? At this point I think bcm2835-bootfiles should be a MACHINE_ESSENTIAL_EXTRA_RDEPENDS. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi] Could not inherit file classes/pypi.bbclass

2017-09-11 Thread Andrei Gherzan
On Mon, Sep 11, 2017 at 1:40 PM, yahia farghaly wrote: > ok,thanks it is now building. i have another question, i don't need to use > the meta-gstreamer1.0 layer if i will use the gstreamer in your multimedia > layer with *IMAGE_INSTALL_append = gstreamer ?* > I personally haven't used that laye

Re: [yocto] [meta-raspberrypi] Could not inherit file classes/pypi.bbclass

2017-09-11 Thread Andrei Gherzan
a/Desktop/elinux_dev/bake_factory/git_versions/poky/meta-raspberrypi/recipes-devtools/python/rpi-gpio_0.6.3.bb:8 <http://rpi-gpio_0.6.3.bb:8>: Could not inherit file classes/pypi.bbclass* There is a dependency in the README which you missed in the bblayers. Namely meta-python. -- A

Re: [yocto] [PATCH 1/5] rpi-gpio: Update to 0.6.3

2017-09-07 Thread Andrei Gherzan
On Thu, Sep 7, 2017 at 2:24 PM, Andrei Gherzan wrote: > As well integrate with meta-oe bbclass pypi. > > Signed-off-by: Andrei Gherzan > --- > recipes-devtools/python/rpi-gpio_0.6.2.bb | 21 - > recipes-devtools/python/rpi-gpio_0.6.3.bb | 14 +++

[yocto] [PATCH 5/5] userland: Update to current master HEAD

2017-09-07 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-graphics/userland/userland_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb index 8ff1411..1fc0717 100644 --- a/recipes-graphics/userland

[yocto] [PATCH 4/5] omxplayer: Update to current master HEAD

2017-09-07 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- recipes-multimedia/omxplayer/omxplayer_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-multimedia/omxplayer/omxplayer_git.bb b/recipes-multimedia/omxplayer/omxplayer_git.bb index 0e0f9ba..713dacf 100644 --- a/recipes

[yocto] [PATCH 3/5] pi-blaster: Update to current master HEAD

2017-09-07 Thread Andrei Gherzan
License in the README was moved a couple of lines below. Signed-off-by: Andrei Gherzan --- recipes-devtools/pi-blaster/pi-blaster.inc| 2 +- recipes-devtools/pi-blaster/pi-blaster_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-devtools/pi-blaster/pi

[yocto] [PATCH 2/5] python-sense-hat: Update to 2.2.0

2017-09-07 Thread Andrei Gherzan
As well integrate with meta-oe bbclass pypi. Signed-off-by: Andrei Gherzan --- recipes-devtools/python/python-sense-hat_2.1.0.bb | 28 --- recipes-devtools/python/python-sense-hat_2.2.0.bb | 24 +++ 2 files changed, 24 insertions(+), 28 deletions(-) delete

[yocto] [PATCH 1/5] rpi-gpio: Update to 0.6.3

2017-09-07 Thread Andrei Gherzan
As well integrate with meta-oe bbclass pypi. Signed-off-by: Andrei Gherzan --- recipes-devtools/python/rpi-gpio_0.6.2.bb | 21 - recipes-devtools/python/rpi-gpio_0.6.3.bb | 14 ++ 2 files changed, 14 insertions(+), 21 deletions(-) delete mode 100644 recipes

Re: [yocto] [meta-raspberrypi][PATCH v2 1/2] bluez5: add functions/variables to enabling bluetooth on another raspberrypi

2017-09-06 Thread Andrei Gherzan
gt; > + > > +SYSTEMD_SERVICE_${PN}_append_raspberrypi3 = " ${BCM_BT_SERVICE}" > > -- > > 2.7.4 > > > > This and the follow up patch look excellent, should be easy to modify > in the future if we need to. > > We have switched to using github pul

Re: [yocto] [meta-raspberrypi][PATCH] bluez5: add functions for raspberrypi0-wifi

2017-09-04 Thread Andrei Gherzan
unitdir}/system >> > +fi >> > +} >> > + >> > +FILES_${PN}_append_raspberrypi0-wifi = " \ >> > +/lib/firmware/brcm/BCM43430A1.hcd \ >> > +" >> > + >> > +SYSTEMD_SERVICE_${PN}_append_raspberrypi

Re: [yocto] [meta-chip] Wifi driver on CHIP boards?

2017-09-04 Thread Andrei Gherzan
On Wed, Aug 30, 2017 at 11:44 PM, Drew Moseley wrote: > Has anyone managed to use the onboard WIFI for the CHIP boards in the > current meta-chip repo? I added the kernel-module-r8723bs and rtl8723bs > packages to my build and setup a wpa_supplicant.conf that works on other > boards but I get er

[yocto] kernel-yocto class requires BSP definition now

2017-08-23 Thread Andrei Gherzan
here is no scc definition used. meta-raspberrypi was using this for configuration fragments feature but without defining any scc or using any feature branches etc. This got broken now since finding BSP definition files is a requirement in the class. -- Andrei Gherzan --

Re: [yocto] [meta-raspberrypi][PATCH] userland: Add missing EGL_CAST defines

2017-07-14 Thread Andrei Gherzan
On Fri, Jul 14, 2017 at 2:31 PM, Khem Raj wrote: > On Fri, Jul 14, 2017 at 2:03 AM, Andrea Galbusera > wrote: > > Needed by libepoxy > > > > Signed-off-by: Andrea Galbusera > > --- > > .../0015-EGL-glplatform.h-define-EGL_CAST.patch| 32 > ++ > > recipes-graphics/userla

Re: [yocto] [meta-raspberrypi][PATCH] userland: Add missing EGL_CAST defines

2017-07-14 Thread Andrei Gherzan
land/userland_git.bb > @@ -34,6 +34,7 @@ SRC_URI = "\ > file://0012-implement-buffer-wrapping-interface-for-dispmanx.patch \ > file://0013-Implement-triple-buffering-for-wayland.patch \ > file://0014-GLES2-gl2ext.h-Define-GL_R8_EXT-and-GL_RG8_EXT.patch \ > +file://

Re: [yocto] [meta-raspberrypi][PATCH] rpi-base: wic: generate entries for u-boot

2017-06-30 Thread Andrei Gherzan
GE}', d)} \ > + ${@bb.utils.contains('KERNEL_IMAGETYPE', 'uImage', > 'u-boot.bin;${SDIMG_KERNELIMAGE}', '', d)} \ > + ${@bb.utils.contains('KERNEL_IMAGETYPE', 'uIma

Re: [yocto] [meta-chip] Jenkins, reviews and mailing list

2017-06-29 Thread Andrei Gherzan
On Tue, Jun 27, 2017 at 5:18 AM, Petter Mabacker wrote: > On Mon, 2017-06-26 at 17:12 +0100, Andrei Gherzan wrote: > > On Mon, Jun 26, 2017 at 2:29 PM, Trevor Woerner > wrote: > > On Mon, Jun 26, 2017 at 9:21 AM, Andrei Gherzan wrote: > > We've been testing a setu

Re: [yocto] [meta-chip][PATCH V3 0/4] Initial attempt at flashing instructions.

2017-06-29 Thread Andrei Gherzan
Hi, On Thu, Jun 29, 2017 at 2:12 AM, wrote: > From: Drew Moseley > > * V3: > > Cleanup README. > > Add CHIP_UBI_PAGE_SIZE variable to reuse the data from the machine > configuration. > Merged to master. Thanks, Drew. Andrei -- ___ yocto mailing lis

Re: [yocto] [meta-chip][PATCH V2 0/3] Initial attempt at flashing instructions.

2017-06-28 Thread Andrei Gherzan
cussion is ongoing at https://github.com/ > agherzan/meta-chip/pull/9. I’ll have a V3 in a few days. The V3 changes > are primarily cosmetic. > Correct. There are some small things to tweak. Nothing major and it will get in soon. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-chip] Jenkins, reviews and mailing list

2017-06-26 Thread Andrei Gherzan
On Mon, Jun 26, 2017 at 2:29 PM, Trevor Woerner wrote: > On Mon, Jun 26, 2017 at 9:21 AM, Andrei Gherzan wrote: > > We've been testing a setup with meta-raspberrypi which seems to work > fine: > > PR to github integrated with a jenkins server and use mailing list for >

[yocto] [meta-chip] Jenkins, reviews and mailing list

2017-06-26 Thread Andrei Gherzan
Hello all, We've been testing a setup with meta-raspberrypi which seems to work fine: PR to github integrated with a jenkins server and use mailing list for discussions. I recommend people pushing their patches to the mailing list too even if they send pull requests so people who don't use github

Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: deploy vfat partition

2017-06-26 Thread Andrei Gherzan
On Thu, Jun 22, 2017 at 10:11 PM, Matthew McClintock wrote: > On Wed, Jun 21, 2017 at 9:26 AM, Andrei Gherzan wrote: > > P.S.: Would really be helpful to push a PR to github too so I can merge > it > > easier. > > > FYI: https://github.com/agherzan/meta-raspberrypi/p

Re: [yocto] [meta-raspberrypi][PATCH] sdcard_image-rpi.bbclass: deploy vfat partition

2017-06-21 Thread Andrei Gherzan
GE_CMD_rpi-sdimg () { > >>> > echo "${IMAGE_NAME}" > ${WORKDIR}/image-version-info > >>> > mcopy -i ${WORKDIR}/boot.img -v > ${WORKDIR}/image-version-info :: > >>> > > >>> > +# Deploy vfat partition > >>> > +cp ${WORKDIR}/boot.img ${SDIMG_VFAT} > >>> > +ln -sf ${SDIMG_VFAT} ${SDIMG_LINK_VFAT} > >>> > + > >>> > >>> it is of use if I am not using u-boot ? is there any penalty ? > > Other than just having another thing copied into tmp there is no > effect, even if you're not using u-boot. > > >> > >> The stock firmware also uses a vfat partition, so this could just as > >> easily hold those contents. > > > > yes it does, can it do the same operations like u-boot ? > I think what Khem is trying to say is if we don't need it (because I don't think there is any use for it when using proprietary bootloader) can we deploy it only in the case of uboot bootloader section? P.S.: Would really be helpful to push a PR to github too so I can merge it easier. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-chip][PATCH] chip: Make sure to append to MACHINE_EXTRA_RRECOMMENDS rather than overwriting

2017-06-15 Thread Andrei Gherzan
On Mon, Jun 12, 2017 at 12:56 PM, wrote: > From: Drew Moseley > > Signed-off-by: Drew Moseley > --- > conf/machine/chip.conf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Looks good. Merged to master. Thank

Re: [yocto] [meta-chip][PATCH] chip: Unclude kernel-image and kernel-devicetree in all images.

2017-06-10 Thread Andrei Gherzan
ned-off-by: Drew Moseley > --- > conf/machine/chip.conf | 3 ++- > recipes-core/images/chip-hwup-image.bb | 6 -- > 2 files changed, 2 insertions(+), 7 deletions(-) Merged to master. Thanks for your contribution. -- Andrei Gherzan -- __

Re: [yocto] [meta-raspberrypi][PATCH v2] pi-blaster: update to include proper rpi3 support

2017-06-09 Thread Andrei Gherzan
| 2 +- > recipes-devtools/pi-blaster/pi-blaster_git.bb | 2 +- > 3 files changed, 30 insertions(+), 11 deletions(-) > Merged to master Petter. Thanks for this. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH] pi-blaster: update to include proper rpi3 support

2017-06-08 Thread Andrei Gherzan
On Thu, Jun 8, 2017 at 5:22 AM, Khem Raj wrote: > On Wed, Jun 7, 2017 at 9:09 PM, Petter Mabäcker wrote: > > 2017-06-08 00:54 skrev Khem Raj: > > > > > > On Wed, Jun 7, 2017 at 2:17 PM Petter Mabäcker > wrote: > >> > >> Update to latest available revision, in order to include proper rpi3 > >> s

Re: [yocto] [PATCH][meta-raspberrypi] linux-raspberrypi_dev: don't use AUTOREV

2017-06-01 Thread Andrei Gherzan
meta-raspberrypi. > > https://github.com/agherzan/meta-raspberrypi/pull/82 > > Funny. This was exactly what I wanted to propose. If the warning noise does not bother anyone, I'm up for this solution. PR merged to master. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [PATCH][meta-raspberrypi] linux-raspberrypi_dev: don't use AUTOREV

2017-05-31 Thread Andrei Gherzan
penembedded.org/openembedded-core/tree/meta/ > recipes-kernel/linux/linux-yocto-dev.bb?h=master#n28 > > please rename the recipe to be linux-raspberrypi-dev.bb and add the magic > above and send a v2 > > Using the magic above we still hardcode a revision there. So if a user wants to compile the recipe without setting the preferred provider it will fail. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] How to replace an arch*.inc file?

2017-05-26 Thread Andrei Gherzan
machine configuration. Where is this linaro version of arch-armv8? -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Very strange issue where bitbake hangs at do_rootfs

2017-05-26 Thread Andrei Gherzan
On Fri, May 26, 2017 at 5:19 PM, Khem Raj wrote: > On Fri, May 26, 2017 at 5:52 AM, Andrei Gherzan wrote: > > Hello all, > > > > I moved recently on a new arch linux host and everything works fine with > one > > exception: when I build a custom distribution based o

[yocto] Very strange issue where bitbake hangs at do_rootfs

2017-05-26 Thread Andrei Gherzan
If I don't install kernel-modules build succeeds. Any hints on how to debug this further? I can't seem to find anything relevant in smart output. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-chip][PATCH] Fix unclosed file

2017-05-24 Thread Andrei Gherzan
.setVar('DEPENDS', depends + ' lzop-native') > + > +configfile.close() > } Fixed in master and pyro. Thank you. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-chip][PATCH] Fix missing LICENSE field for u-boot-chip

2017-05-24 Thread Andrei Gherzan
e://Licenses/README;md5= > 0507cd7da8e7ad6d6701926ec9b84c95" > > DEPENDS += "dtc-native" > > Fixed in master and pyro. Thank you. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi] Pi 0 minimal consumption reached with Yocto?

2017-05-17 Thread Andrei Gherzan
results here but if you do, please do share with us. It would be nice to have it documented. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi] Pyro branch

2017-05-17 Thread Andrei Gherzan
Hi, On Tue, May 16, 2017 at 11:31 AM, Andrei Gherzan wrote: > On Mon, May 15, 2017 at 10:14 AM, Paul Barker wrote: >> Hi all, >> >> Yocto Project 2.3 has now been released so I think it's time to create >> a pyro branch for meta-raspberrypi. >> > > I&

Re: [yocto] [meta-raspberrypi] Pyro branch

2017-05-16 Thread Andrei Gherzan
d > spread the workload out a little bit. Does anyone have any thoughts or > objections to that? -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi] rpi0-w wifi&bluetooth problem

2017-05-16 Thread Andrei Gherzan
XT: could not set interface 'wlan0' UP > > wlan0: Failed to initialize driver interface > > ifconfig: SIOCGIFFLAGS No such device > > > > anybody solve this problem? > Can you pastebin a dmesg log, please? I want to confirm that my theory is cor

Re: [yocto] [meta-raspberrypi] Pull requests and jenkins

2017-05-12 Thread Andrei Gherzan
On Fri, May 12, 2017 at 7:34 PM, Paul Barker wrote: > On Fri, May 12, 2017 at 7:05 PM, Andrei Gherzan wrote: >> Hi all, >> >> I know I promised long ago but finally I took a Friday to invest into >> github pull requests integrated with a jenkins server. >> >

Re: [yocto] [meta-raspberrypi][PATCH] Make CMDLINE overridable from outside

2017-05-12 Thread Andrei Gherzan
On Fri, May 12, 2017 at 8:13 PM, Paul Barker wrote: > On Fri, Apr 28, 2017 at 4:37 PM, Gianfranco Costamagna > wrote: >> currently there is no way to override the default CMDLINE, lets set if only >> if not already set from outside >> >> Signed-off-by: Gianfranco Costamagna >> --- >> recipes-k

[yocto] [meta-raspberrypi] Pull requests and jenkins

2017-05-12 Thread Andrei Gherzan
morty and krogoth at this point) and additional boards. But for now I think it's a good start. Thoughts? -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH 2/2] mesa-gl: Enable gbm for rpi

2017-05-11 Thread Andrei Gherzan
/mesa/mesa-gl_%.bbappend > > diff --git a/recipes-graphics/mesa/mesa-gl_%.bbappend > b/recipes-graphics/mesa/mesa-gl_%.bbappend > new file mode 100644 > index 000..7897125 > --- /dev/null > +++ b/recipes-graphics/mesa/mesa-gl_%.bbappend > @@ -0,0 +1 @@ > +PACKAGECONFIG_app

Re: [yocto] [meta-raspberrypi][PATCH 1/2] userland: Add missing GLES2 defines

2017-05-11 Thread Andrei Gherzan
file://0011-build-shared-library-for-vchostif.patch \ > file://0012-implement-buffer-wrapping-interface-for-dispmanx.patch \ > file://0013-Implement-triple-buffering-for-wayland.patch \ > +file://0014-GLES2-gl2ext.h-Define-GL_R8_EXT-and-GL_RG8_EXT.patch \ > " > S = "${WORKDIR}/git" > Merged to master. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi] how to apply custom kernel configuration?

2017-05-08 Thread Andrei Gherzan
cto files in the meanwhile. >> >> Comments from gurus are welcome! ;-) > > I have been hinting at using yocto kernel tooling. Idea is worth a pull > request > care sending one ? I'm not using config fragments myself but I was under the impression that we do support it. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi] Stable branch plans

2017-05-08 Thread Andrei Gherzan
Hello all, On Tue, May 2, 2017 at 12:19 PM, Paul Barker wrote: > Hi all, > > I've now got a bit of a vested interest in the next meta-raspberrypi > stable branch as I'm planning to use it as a demo platform for our new > Oryx distro. > I like that most of the people around meta-rpi have direct i

Re: [yocto] [meta-raspberrypi][PATCH] rpi-base: fix make_dtb_boot_files() for raspberrypi3-64

2017-04-21 Thread Andrei Gherzan
gt; -- > 2.7.4 > > -- > ___ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.org/listinfo/yocto Merged to master. Thanks. -- Andrei Gherzan gpg: rsa4096/D4D94F67AD0E9640 | t: @agherzan signature.asc Description: PGP signature -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH] rpi-base: fix make_dtb_boot_files() for raspberrypi3-64

2017-04-21 Thread Andrei Gherzan
On Fri, Apr 21, 2017 at 05:04:40PM +0100, Andrei Gherzan wrote: > On Fri, Apr 21, 2017 at 10:37:52AM +0200, Andrea Galbusera wrote: > > Building the stock wic image for raspberrypi3-64 failed to find dtbs listed > > in > > IMAGE_BOOT_FILES. This patch updates the make_dtb_boo

Re: [yocto] [meta-raspberrypi][PATCH] rpi-base: fix make_dtb_boot_files() for raspberrypi3-64

2017-04-21 Thread Andrei Gherzan
file: ${KERNEL_IMAGETYPE}-hifiberry-amp.dtbp > +# DEPLOYDIR file: ${KERNEL_IMAGETYPE}-hifiberry-amp.dtbo Looks good to me but this seems like a typo. -- Andrei Gherzan gpg: rsa4096/D4D94F67AD0E9640 | t: @agherzan signature.asc Description: PGP signature -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi][PATCH 1/3] raspberrypi2.conf: Make SERIAL_CONSOLE overwritable

2017-04-21 Thread Andrei Gherzan
On Thu, Apr 20, 2017 at 06:18:14PM +0100, Andrei Gherzan wrote: > Signed-off-by: Andrei Gherzan > --- > conf/machine/raspberrypi2.conf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/conf/machine/raspberrypi2.conf b/conf/machine/raspberrypi2.conf > i

[yocto] [meta-raspberrypi][PATCH 2/3] raspberrypi3-64.conf: Make SERIAL_CONSOLE overwritable

2017-04-20 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- conf/machine/raspberrypi3-64.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/raspberrypi3-64.conf b/conf/machine/raspberrypi3-64.conf index 7e99da1..5e2b80c 100644 --- a/conf/machine/raspberrypi3-64.conf +++ b/conf/machine

[yocto] [meta-raspberrypi][PATCH 3/3] raspberrypi3.conf: Use a stand alone machine configuration

2017-04-20 Thread Andrei Gherzan
As well make all the variables assigned in a way that they can be overwritten so we can give maximum flexibility to distros. Signed-off-by: Andrei Gherzan --- conf/machine/raspberrypi3.conf | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/conf/machine/raspberrypi3

  1   2   3   4   5   6   7   8   9   10   >