[yocto] [yocto-docs][PATCH] ref-features.xml: Remove documentation for the removed irda feature

2019-05-16 Thread Adrian Bunk
IrDA support was removed in upstream kernel 4.17, and irda-utils as well as the feature are now also removed. Signed-off-by: Adrian Bunk --- documentation/ref-manual/ref-features.xml | 4 1 file changed, 4 deletions(-) diff --git a/documentation/ref-manual/ref-features.xml b/documentation

[yocto] [psplash][PATCH 1/2] Allow users to specify a horizontal offset parameter

2019-05-16 Thread Philipp Schrader
I have a system where the framebuffer size doesn't match the display size. In order to figure out which portion of the framebuffer makes it to the screen I wanted a way to quickly move the picture around. I decided to add a command line option for a horizontal offset that at runtime lets you change

[yocto] [psplash][PATCH 2/2] Add config option to disable fifo

2019-05-16 Thread Philipp Schrader
I have a use case where I want psplash to write its image to the frame buffer without supporting a progress bar. That means a single write into the framebuffer. Then it's done. This patch adds a PSPLASH_ENABLE_CLIENT config option which defaults to 1 (i.e. true). This keeps the default behaviour t

[yocto] [meta-gplv2][warrior][master][PATCH] licenses: restore Elfutils-Exception from oe-core

2019-05-16 Thread Martin Jansa
* it's still used by: recipes-devtools/elfutils/elfutils_0.148.bb:LICENSE = "(GPL-2+ & Elfutils-Exception)" * was removed in oe-core with: http://git.openembedded.org/openembedded-core/commit/?id=88188807a6ac9bab738a69f6b4caba9ed092d78f * causing: do_rootfs: The license listed Elfutils-Exce

Re: [yocto] [meta-gplv2][warrior][master][PATCH] licenses: restore Elfutils-Exception from oe-core

2019-05-16 Thread Mikko.Rapeli
On Wed, May 15, 2019 at 10:57:00AM +, Martin Jansa wrote: > * it's still used by: > recipes-devtools/elfutils/elfutils_0.148.bb:LICENSE = "(GPL-2+ & > Elfutils-Exception)" > * was removed in oe-core with: > > http://git.openembedded.org/openembedded-core/commit/?id=88188807a6ac9bab738a69f

[yocto] Support NAND Flash

2019-05-16 Thread JH
Hi, Anyone used NAND Flash PARALLEL 48TSOP? Which (defconfig) kernel device driver needs be enabled to support it? Thank you. - jupiter -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

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

2019-05-16 Thread Rudolf J Streif
I am trying to use the "official" RPi 7" touch display (https://www.raspberrypi.org/products/raspberry-pi-touch-display/) with meta-raspberrypi (most recent from master). However, I cannot get it to work. As a matter of fact the display does not even show the GPU rainbow screen making me think

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

2019-05-16 Thread Paul Barker
On Thu, 16 May 2019, at 16:33, Rudolf J Streif wrote: > I am trying to use the "official" RPi 7" touch display > (https://www.raspberrypi.org/products/raspberry-pi-touch-display/) with > meta-raspberrypi (most recent from master). However, I cannot get it to > work. As a matter of fact the displ

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

2019-05-16 Thread Andrei Gherzan
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 wrote: >>> Hi, >>> >>> I try to use the Linux 4.19 for the RaspberryPi from the >>> meta-raspberrypi recipe linux-raspberrypi_4.19.bb but the c

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

2019-05-16 Thread Andrei Gherzan
HI, On 16/05/2019 16.31, Rudolf J Streif wrote: > I am trying to use the "official" RPi 7" touch display > (https://www.raspberrypi.org/products/raspberry-pi-touch-display/) > with meta-raspberrypi (most recent from master). However, I cannot get > it to work. As a matter of fact the display does

[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
Hi guys, I'm currently finishing my masters thesis and I really need a bit of help if possible. The project is entitled "Empowering git repositories with visualization tools to aid awareness of dependencies in open source" and I have a questionnaire which I need to get some feedback on and filled

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

2019-05-16 Thread Rudolf J Streif
Thank you, Andrei. Much appreciated. https://pastebin.com/bHUHaRkL It's the config.txt that is packaged with the image. :rjs On 5/16/19 9:01 AM, Andrei Gherzan wrote: HI, On 16/05/2019 16.31, Rudolf J Streif wrote: I am trying to use the "official" RPi 7" touch display (https://www.raspberr

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

2019-05-16 Thread Rudolf J Streif
Thank you, Paul. I did read Andrei's excellent documentation and enabled I2C and SPI etc. :rjs On 5/16/19 8:39 AM, Paul Barker wrote: On Thu, 16 May 2019, at 16:33, Rudolf J Streif wrote: I am trying to use the "official" RPi 7" touch display (https://www.raspberrypi.org/products/raspberry-pi

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

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

2019-05-16 Thread Rudolf J Streif
No, unfortunately not. HDMI works just fine but no video on the touch display. On 5/16/19 9:46 AM, Andrei Gherzan wrote: 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? -- - Ru

[yocto] do_rootfs failed (not sure why)

2019-05-16 Thread Gaurav Kalra
Hi, I am new in the Yocto world and have started learning the concepts recently. A big thanks to the broadcasts on twitch and numerous youtube videos. What I am doing: Modifying boot2qt ( https://codereview.qt-project.org/gitweb?p=yocto/meta-boot2qt.git;a=shortlog;h=refs/heads/thud) as my bluepri