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

2019-11-15 Thread Andrei Gherzan
. -- 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
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 as descri

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

2019-08-19 Thread Andrei Gherzan
epository. 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
re 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 link m

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

2019-05-23 Thread Andrei Gherzan
ying/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 -- ___ yocto mailing

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 m

[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
r 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 final conf

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

2019-05-16 Thread Andrei Gherzan
> 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
d: 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

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 <ste...@korgrd.

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

2018-05-09 Thread Andrei Gherzan
t already. > > 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

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 <and...@gherzan.ro> wrote: > Hi guys, > > On Wed, Mar 28, 2018 at 2:40 PM, Paul Barker <pbar...@toganlabs.com> > wrote: > >> On Wed, Mar 28, 2018 at 1:41 PM, Måns Zigher <mans.zig...@gmail.com> >&g

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

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

2018-03-28 Thread Andrei Gherzan
+ support PR to master. Afterwards we can start backporting 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
you refer to is not included / integrated in oe but 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
t; > was outside both the kernel and the PREEMPT_RT patch. > > > > -- > Seems RPi.org made some progress on this[1]. > > If I only had some time left to give this a try... > > [1] https://github.com/raspberrypi/linux/issues/2244# > issuecomment-369597357 Nice. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

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 <drew.mose...@northern.tech> wrote: > On 09/04/2017 06:17 AM, Andrei Gherzan wrote: > > On Wed, Aug 30, 2017 at 11:44 PM, Drew Moseley <drew.mose...@northern.tech > > wrote: > >> Has anyone managed to use the

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
L, will get undefined symbols. > > > > 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

Re: [yocto] Layer documentation for meta-raspberrypi

2018-01-25 Thread Andrei Gherzan
On Thu, Jan 25, 2018 at 6:34 PM, Khem Raj <raj.k...@gmail.com> 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 <mirza.k...@gm

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 <schnitzelt...@gmail.com> wrote: > 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...@gmai

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

2017-12-21 Thread Andrei Gherzan
: git is > very good at maintaining huge text content and this should not be a problem > 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. > >

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 Gherzan

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 <mirza.k...@gmail.com> wrote: > On Dec 18, 2017 20:50, "Paul Barker" <pbar...@toganlabs.com> wrote: > > On Mon, Dec 11, 2017 at 12:20 PM, Paul Barker <pbar...@toganlabs.com> >

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

2017-12-01 Thread Andrei Gherzan
; > > > If you're happy that this is applicable for everyone could you submit > > this as a pull request on github > > (https://github.com/agherzan/meta-raspberrypi). > > > > Someone has come back off-list and said they use that display without > the lcd_rotate setting. I think

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 <and...@gherzan.com> 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.

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

2017-11-02 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan <and...@gherzan.com> --- 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/firmwa

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

2017-11-02 Thread Andrei Gherzan
. Signed-off-by: Andrei Gherzan <and...@gherzan.com> --- 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/inclu

[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 <and...@gherzan.com> --- 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-devto

[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 <and...@gherzan.com> --- 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

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

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

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

2017-10-27 Thread Andrei Gherzan
.txt >${D}${nonarch_base_libdir}/firmware/brcm > } > > FILES_${PN}-bcm43430 += " \ >- /lib/firmware/brcm/brcmfmac43430-sdio.txt \ >+ ${nonarch_base_libdir}/firmware/brcm/brcmfmac43430-sdio.txt \ > " >-- >2.14.3 > >--

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

2017-10-27 Thread Andrei Gherzan
ly, pyro will 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 -- An

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

2017-10-02 Thread Andrei Gherzan
e create MACHINE_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
s Software LTDA. > - > -PACKAGECONFIG_GL_rpi = "gles2 eglfs" What would be the solution though? -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

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

2017-09-14 Thread Andrei Gherzan
t specific entry in IMAGE_BOOT_FILES. This sounds like a 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

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

2017-09-11 Thread Andrei Gherzan
ERROR: ParseError at /home/yahia/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. Namel

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 <and...@gherzan.com> wrote: > As well integrate with meta-oe bbclass pypi. > > Signed-off-by: Andrei Gherzan <and...@gherzan.com> > --- > recipes-devtools/python/rpi-gpio_0.6.2.bb | 21 - > recipes-

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

2017-09-07 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan <and...@gherzan.com> --- 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/r

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

2017-09-07 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan <and...@gherzan.com> --- 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

[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 <and...@gherzan.com> --- 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/r

[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 <and...@gherzan.com> --- 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(

[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 <and...@gherzan.com> --- 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(-) delet

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

2017-09-06 Thread Andrei Gherzan
ooth > > +} > > + > > +FILES_${PN}_append_raspberrypi3 = " ${BCM_BT_FIRMWARE}" > > + > > +SYSTEMD_SERVICE_${PN}_append_raspberrypi3 = " ${BCM_BT_SERVICE}" > > -- > > 2.7.4 > > > > This an

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

2017-09-04 Thread Andrei Gherzan
PN}_append_raspberrypi0-wifi = " brcm43438.service" >> >> I don't like the amount of duplication here. Could you define some >> common variables and use those in the appends? This will make it >> easier to change/upgrade in the future and avoid risk of the >> duplicates falling out of sync with each other. >> >> Eg. >> >> RPI_WIFI_SOURCES = "" >> >> SRC_URI_append_raspberrypi3 = "${RPI_WIFI_SOURCES}" >> SRC_URI_append_raspberrypi0-wifi = "${RPI_WIFI_SOURCES}" >> >> I know Michal worked on this not long ago. Michal, could you give us some hints here? Maybe backport the changes in resinOS? -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

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

[yocto] kernel-yocto class requires BSP definition now

2017-08-23 Thread Andrei Gherzan
now since finding BSP definition files is a requirement in the class. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

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|

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

2017-07-14 Thread Andrei Gherzan
phics/userland/userland_git.bb > +++ b/recipes-graphics/userland/userland_git.bb > @@ -34,6 +34,7 @@ SRC_URI = "\ > file://0012-implement-buffer-wrapping-interface-for-dispmanx.patch \ > file://0013-Implement-triple-buffer

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

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

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 <pet...@technux.se> wrote: > On Mon, 2017-06-26 at 17:12 +0100, Andrei Gherzan wrote: > > On Mon, Jun 26, 2017 at 2:29 PM, Trevor Woerner <twoer...@gmail.com> > wrote: > > On Mon, Jun 26, 2017 at 9:21 AM, Andrei Ghe

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 --

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

2017-06-28 Thread Andrei Gherzan
getting this working > :-) > > Tested-by: Trevor Woerner <twoer...@gmail.com> > > > FYI, additional discussion is ongoing at https://github.com/ > agherzan/meta-chip/pull/9. I’ll have a V3 in a few days. The V3 changes > a

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 <twoer...@gmail.com> wrote: > On Mon, Jun 26, 2017 at 9:21 AM, Andrei Gherzan <and...@gherzan.ro> wrote: > > We've been testing a setup with meta-raspberrypi which seems to work > fine: > > PR to github integrated

[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 <msm-...@mcclintock.net > wrote: > On Wed, Jun 21, 2017 at 9:26 AM, Andrei Gherzan <and...@gherzan.ro> wrote: > > P.S.: Would really be helpful to push a PR to github too so I can merge > it > > easier. > >

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

2017-06-21 Thread Andrei Gherzan
; >>> > > >>> > # Align partitions > >>> > @@ -145,6 +149,10 @@ IMAGE_CMD_rpi-sdimg () { > >>> > echo "${IMAGE_NAME}" > ${WORKDIR}/image-version-info > >>> > mcopy -i ${WORKDIR}/boot.img

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

2017-06-15 Thread Andrei Gherzan
; Looks good. Merged to master. Thanks. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

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

2017-06-10 Thread Andrei Gherzan
that is where UBoot expects to find > it. > > Signed-off-by: Drew Moseley <drew.mose...@mender.io> > --- > conf/machine/chip.conf | 3 ++- > recipes-core/images/chip-hwup-image.bb | 6 -- > 2 files changed, 2 insertions(+), 7 deletions(-) Merged to ma

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

2017-06-09 Thread Andrei Gherzan
-devtools/pi-blaster/pi-blaster.inc | 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 l

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

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

2017-06-01 Thread Andrei Gherzan
patch via GitHub as per the new contributing > instructions for 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 m

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

2017-05-31 Thread Andrei Gherzan
an example of doing that. > > > > ah perfect. Thats what we need here > > http://cgit.openembedded.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
would be to create a new 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 <raj.k...@gmail.com> wrote: > On Fri, May 26, 2017 at 5:52 AM, Andrei Gherzan <and...@gherzan.ro> wrote: > > Hello all, > > > > I moved recently on a new arch linux host and everything works fine with > one

[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
+ > + 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
ns and provided 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 <and...@gherzan.ro> wrote: > On Mon, May 15, 2017 at 10:14 AM, Paul Barker <pbar...@toganlabs.com> wrote: >> Hi all, >> >> Yocto Project 2.3 has now been released so I think it's time to create >> a pyro

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 problem

2017-05-16 Thread Andrei Gherzan
n0 flags: No such device > > WEXT: 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 th

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 <pbar...@toganlabs.com> wrote: > On Fri, May 12, 2017 at 7:05 PM, Andrei Gherzan <and...@gherzan.ro> wrote: >> Hi all, >> >> I know I promised long ago but finally I took a Friday to invest into >> github pull re

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 >> >>

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

2017-05-12 Thread Andrei Gherzan
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
gl_%.bbappend > @@ -0,0 +1 @@ > +PACKAGECONFIG_append_rpi = " gbm" > -- Merged to master. -- Andrei Gherzan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

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

2017-05-11 Thread Andrei Gherzan
++ b/recipes-graphics/userland/userland_git.bb > @@ -33,6 +33,7 @@ SRC_URI = "\ > 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 \ &

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

2017-05-08 Thread Andrei Gherzan
t; changes that happened in the linux-yocto 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

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

2017-04-21 Thread Andrei Gherzan
_______ > 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_

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 <and...@gherzan.ro> > --- > conf/machine/raspberrypi2.conf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/conf/machine/raspberrypi2.conf b/conf/m

[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 <and...@gherzan.ro> --- conf/machine/raspberrypi3.conf | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git

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

2017-04-20 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan <and...@gherzan.ro> --- conf/machine/raspberrypi2.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/raspberrypi2.conf b/conf/machine/raspberrypi2.conf index 9b4c02a..a17289c 100644 --- a/conf/machine/raspberrypi2.conf +++

Re: [yocto] [meta-raspberrypi][PATCH 1/1] raspberrypi.conf: Have the ability to overwrite SERIAL_CONSOLE

2017-04-20 Thread Andrei Gherzan
On Thu, Apr 20, 2017 at 12:23:46PM +0100, Andrei Gherzan wrote: > Signed-off-by: Andrei Gherzan <and...@gherzan.ro> > --- > conf/machine/raspberrypi.conf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/conf/machine/raspberrypi.conf b/conf/machine/

  1   2   3   4   5   6   7   8   9   10   >