[linux-yocto] [PATCHv2 1/2] iio: tmp006: Set correct iio name

2016-05-30 Thread Yong Li
When load the driver using the below command: echo tmp006 0x40 > /sys/bus/i2c/devices/i2c-0/new_device In sysfs, the i2c name is tmp006, however the iio name is 0-0040, they are inconsistent. With this patch, the iio name will be the same as the i2c device name Upstream-status:

[linux-yocto] [PATCHv2 2/2] iio: si7020: Set correct iio name

2016-05-30 Thread Yong Li
When load the driver using the below command: echo si7020 0x40 > /sys/bus/i2c/devices/i2c-0/new_device In sysfs, the i2c name is si7020, however the iio name is 0-0040, they are inconsistent. With this patch, the iio name will be the same as the i2c device name Upstream-status: Pending

[linux-yocto] [PATCHv2 0/2] iio: Set correct iio name

2016-05-30 Thread Yong Li
Dear Maintainers, This patchset fixes the “incorrect IIO device name” issue. without this patch, the device I2C name is mismatch with the IIO name(It is I2C bus related): root@intel-corei7-64:/sys/bus/i2c/devices/1-0040# cat name tmp006 root@intel-corei7-64:/sys/bus/i2c/devices/1-0040# cat

Re: [linux-yocto] [PATCH 0/2] iio: Set correct iio name

2016-05-30 Thread Bruce Ashfield
On 2016-05-30 11:38 PM, Yong Li wrote: Hi Bruce, The Upstream-Status:Submitted[http://www.spinics.net/lists/linux-iio/msg24331.html] for more information, please visit https://github.com/ostroproject/meta-ostro-bsp/pull/34 without this patch, the device I2C name is mismatch with the IIO name:

Re: [linux-yocto] [PATCH 0/2] iio: Set correct iio name

2016-05-30 Thread Yong Li
Hi Bruce, The Upstream-Status:Submitted[http://www.spinics.net/lists/linux-iio/msg24331.html] for more information, please visit https://github.com/ostroproject/meta-ostro-bsp/pull/34 without this patch, the device I2C name is mismatch with the IIO name:

Re: [yocto] Is There a Package Limit to use of Smart / RPM?

2016-05-30 Thread Mike Looijmans
We've seen similar effects with IPK packages and opkg, but the problem then isn't so much the package manager, but it's just that some packages don't upgrade properly when bunched together with some others. For example, two packages A and B which individually upgrade just fine, but if you try

Re: [yocto] [meta-raspberrypi][PATCH 1/6] linux-raspberrypi: Allow override of PV

2016-05-30 Thread Paul Barker
On Mon, 30 May 2016 20:58:53 +0300 Khem Raj wrote: > On May 30, 2016 1:09 AM, "Paul Barker" wrote: > > > > On Sun, 29 May 2016 21:20:21 +0300 > > Khem Raj wrote: > > > > > On May 29, 2016 9:00 AM, "Paul Barker"

Re: [yocto] [psplash][PATCH] Add fbdev option to set the proper /dev/fbX.

2016-05-30 Thread Julien Gueytat
Thanks for your reply Richard. For FBDEV, I have been told on #yocto that the FBENV variable is kind of useless at least for the startup as the environment is not read yet. This why I replaced it. But I will let it available in the next patch if this is what should be done. For the psplash

[yocto] [meta-raspberrypi][PATCH v3 14/14] linux-raspberrypi-4.4: add patch to enable proper operation of renderD128 device

2016-05-30 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- .../0002-vc4-ioctl-rendering-allow.patch | 23 ++ recipes-kernel/linux/linux-raspberrypi_4.4.bb | 1 + 2 files changed, 24 insertions(+) create mode 100644

[yocto] [meta-raspberrypi][PATCH v3 13/14] linux-raspberrypi_4.4.bb: bump the kernel revision to 4.4.10 to support vc4graphics (including renderD128 device)

2016-05-30 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- recipes-kernel/linux/linux-raspberrypi_4.4.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.4.bb b/recipes-kernel/linux/linux-raspberrypi_4.4.bb index 789fef1..02016fe

[yocto] [meta-raspberrypi][PATCH v3 12/14] firmware.inc: bump version to support vc4graphics

2016-05-30 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- recipes-bsp/common/firmware.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc index bf11e4c..b467fc6 100644 --- a/recipes-bsp/common/firmware.inc

[yocto] [meta-raspberrypi][PATCH v3 11/14] linux-rpi.inc: add the configuration options required to support vc4graphics

2016-05-30 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- recipes-kernel/linux/linux-rpi.inc | 10 ++ 1 file changed, 10 insertions(+) diff --git a/recipes-kernel/linux/linux-rpi.inc b/recipes-kernel/linux/linux-rpi.inc index 1755685..c120dbd 100644 ---

[yocto] [meta-raspberrypi][PATCH v3 10/14] mesa_%.bbappend: new file to add the correct configuration options to support vc4graphics

2016-05-30 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- recipes-graphics/mesa/mesa_%.bbappend | 4 1 file changed, 4 insertions(+) create mode 100644 recipes-graphics/mesa/mesa_%.bbappend diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend new

[yocto] [meta-raspberrypi][PATCH v3 09/14] weston/weston_%.bbappend: modify configuration options to support vc4graphics

2016-05-30 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- recipes-graphics/weston/weston_%.bbappend | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/recipes-graphics/weston/weston_%.bbappend b/recipes-graphics/weston/weston_%.bbappend index 3ec311d..70f4360

[yocto] [meta-raspberrypi][PATCH v3 07/14] rpi-config_git.bb: add v4c overlay to config.txt to support vc4graphics

2016-05-30 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- recipes-bsp/bootfiles/rpi-config_git.bb | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/recipes-bsp/bootfiles/rpi-config_git.bb b/recipes-bsp/bootfiles/rpi-config_git.bb index 4bc8eb7..f610718 100644 ---

[yocto] [meta-raspberrypi][PATCH v3 08/14] wayland/weston_%.bbappend: modify configuration options to support vc4graphics

2016-05-30 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- recipes-graphics/wayland/weston_%.bbappend | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/recipes-graphics/wayland/weston_%.bbappend b/recipes-graphics/wayland/weston_%.bbappend index c3a7421..57b8079 100644

[yocto] [meta-raspberrypi][PATCH v3 06/14] raspberrypi3.conf: set the default value of VC4_CMA_SIZE to support vc4graphics

2016-05-30 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- conf/machine/raspberrypi3.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/raspberrypi3.conf b/conf/machine/raspberrypi3.conf index cb6056e..438c6e6 100644 --- a/conf/machine/raspberrypi3.conf +++

[yocto] [meta-raspberrypi][PATCH v3 05/14] raspberrypi2.conf: set the default value of VC4_CMA_SIZE to support vc4graphics

2016-05-30 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- conf/machine/raspberrypi2.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/raspberrypi2.conf b/conf/machine/raspberrypi2.conf index b6346e6..3a82d66 100644 --- a/conf/machine/raspberrypi2.conf +++

[yocto] [meta-raspberrypi][PATCH v3 03/14] raspberrypi.conf: set the default value of VC4_CMA_SIZE to support vc4graphics

2016-05-30 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- conf/machine/raspberrypi.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/raspberrypi.conf b/conf/machine/raspberrypi.conf index 0f95f1a..b369c67 100644 --- a/conf/machine/raspberrypi.conf +++

[yocto] [meta-raspberrypi][PATCH v3 04/14] raspberrypi0.conf: set the default value of VC4_CMA_SIZE to support vc4graphics

2016-05-30 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- conf/machine/raspberrypi0.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/raspberrypi0.conf b/conf/machine/raspberrypi0.conf index ccf9ae7..0df9121 100644 --- a/conf/machine/raspberrypi0.conf +++

[yocto] [meta-raspberrypi][PATCH v3 02/14] rpi-base.inc: add vc4-kms-v3d to the overlays to support vc4graphics

2016-05-30 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- 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 2c9d8e0..23f8619 100644 --- a/conf/machine/include/rpi-base.inc +++

[yocto] [meta-raspberrypi][PATCH v3 01/14] rpi-default-providers.inc: change default providers to support vc4graphics

2016-05-30 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- conf/machine/include/rpi-default-providers.inc | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/machine/include/rpi-default-providers.inc b/conf/machine/include/rpi-default-providers.inc index

[yocto] [meta-raspberrypi][PATCH v3 00/14] Support for VC4 graphics driver

2016-05-30 Thread Herve Jourdain
This v3 series addresses the following issues with the v2 series: a. patch rebased b. new revision of kernel, to get a version of the VC4 graphics driver that handles render nodes c. patch to the VC4 driver to enable proper working of the render nodes (need to add authorization for IOCTLs) v2

[yocto] [meta-raspberrypi][PATCH v4 5/5] linux-raspberrypi_4.4.inc: support for .dtbo files for dtb overlays

2016-05-30 Thread Herve Jourdain
Signed-off-by: Herve Jourdain --- recipes-kernel/linux/linux-raspberrypi_4.4.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.4.bb b/recipes-kernel/linux/linux-raspberrypi_4.4.bb index ba47b22..789fef1 100644 ---

[yocto] [meta-raspberrypi][PATCH v4 4/5] linux-raspberrypi_4.4.inc: support for .dtbo files for dtb overlays

2016-05-30 Thread Herve Jourdain
Kernel 4.4.6+ on RaspberryPi support .dtbo files for overlays, instead of .dtb. Patch the kernel, which has faulty rules to generate .dtbo the way yocto does Signed-off-by: Herve Jourdain --- .../0001-fix-dtbo-rules.patch | 27 ++

[yocto] [meta-raspberrypi][PATCH v4 3/5] rpi-base.inc: support for .dtbo files for dtb overlays

2016-05-30 Thread Herve Jourdain
Kernel 4.4.6+ on RaspberryPi support .dtbo files for overlays, instead of .dtb. Add support for both variants of overlays ("-overlay.dtb" and ".dtbo") for the default KERNEL_DEVICETREE variable Signed-off-by: Herve Jourdain --- conf/machine/include/rpi-base.inc | 36

[yocto] [meta-raspberrypi][PATCH v4 2/5] sdcard_image-rpi.bbclass: support for .dtbo files for dtb overlays

2016-05-30 Thread Herve Jourdain
Kernel 4.4.6+ on RaspberryPi support .dtbo files for overlays, instead of .dtb. Add support for both extensions for overlays (".dtb" and ".dtbo") Signed-off-by: Herve Jourdain --- classes/sdcard_image-rpi.bbclass | 7 --- 1 file changed, 4 insertions(+), 3

Re: [linux-yocto] [PATCH 0/2] iio: Set correct iio name

2016-05-30 Thread Bruce Ashfield
On 2016-05-28 09:50 PM, Saul Wold wrote: On Sat, 2016-05-28 at 12:34 +0800, Yong Li wrote: Hi Bruce Saul, I had submitted the patches into Kernel mail list, the concern is the legacy application compatibility: http://www.spinics.net/lists/linux-iio/index.html#24331 For the Ostro OS, Using

Re: [linux-yocto] [PATCH] meta: add efi-ext into common-pc-64.scc

2016-05-30 Thread Bruce Ashfield
On 2016-05-27 07:51 PM, Jianxun Zhang wrote: Sync up with 32 bit common-pc variant to bring EFI framebuffer driver into 64 bit PC config. [YOCTO #9653] Signed-off-by: Jianxun Zhang --- This patch is for Fido (3.14 kernel). We could have another one to kernel

Re: [yocto] Is There a Package Limit to use of Smart / RPM?

2016-05-30 Thread Darcy Watkins
Thanks! I think what was happening in my case was some post install scriptlets triggered activity that in turned killed an upgrade service that was running. We handle the upgrades with the system in sort of an offline state so we don't want the RPM installs / upgrades launching things. Since

[yocto] How to set a cmake cache variable to a spezific value?

2016-05-30 Thread S . Jaritz
Hej I want to build a recipe for a cmake based application. To make it run I need to set a cached cmake variable. What is the common/best way to achive it? Regards! Stefan Jaritz ESA Elektroschaltanlagen Grimma GmbH Broner Ring 30

Re: [yocto] [PATCH][matchbox-wm] wm: Do not set MB theme based on Net/ThemeName

2016-05-30 Thread Jussi Kukkonen
On 27 May 2016 at 12:32, Burton, Ross wrote: > On 26 April 2016 at 08:57, Jussi Kukkonen wrote: >> >> MBWM already supports setting MB theme with "MATCHBOX/THEME", >> there is no advantage to also set it with "Net/ThemeName" -- the >> expectation

Re: [yocto] [meta-raspberrypi][PATCH 5/6] linux-raspberrypi: Drop version 3.18

2016-05-30 Thread Paul Barker
On Sun, 29 May 2016 21:17:29 +0300 Khem Raj wrote: > I think we should remove it. But lets give a chance for folks to > respond if any one is using 3.18 still > On May 29, 2016 9:07 AM, "Paul Barker" wrote: > > > The linux-raspberrypi v3.18 recipe

Re: [yocto] [meta-raspberrypi][PATCH 1/6] linux-raspberrypi: Allow override of PV

2016-05-30 Thread Paul Barker
On Sun, 29 May 2016 21:20:21 +0300 Khem Raj wrote: > On May 29, 2016 9:00 AM, "Paul Barker" wrote: > > > > PV is now set in each version of the linux-raspberrypi recipe > > instead of > in > > linux-raspberrypi.inc. This allows linux-raspberrypi.inc to