[yocto] [meta-swupd][PATCH] swupd-image: Fix files ownership if IMAGE_BASENAME is not default

2016-08-11 Thread Piotr Figiel
From: Piotr Figiel In case IMAGE_BASENAME is set on image recipe level the files ownership on target rootfs is incorrect for recipes inheriting swupd-image.bbclass. Depending on the context swupd-image.bbclass used either PN (PN_BASE) or IMAGE_BASENAME when

[yocto] Krogoth, Beaglebone Black, LCD...seeking direction

2016-08-11 Thread r10kindsofpeople
My overall goal is to get the 4D 4.3" LCD cape working on the BBB, with Yocto and Qt5 linuxfb. I've got Krogoth/core-image-sato booting on the BBB using the standard Yocto BSP, but there's no sign of activity on the LCD. I'm more than a bit confused about the direction in which I should proceed;

Re: [yocto] [meta][PATCH v2] python-3.4-manifest: Add some missing RDEPENDS

2016-08-11 Thread Kyle Russell
In case anyone is interested, I posted an update for both the script and .inc to openembedded-core (which now has master at python 3.5), but it doesn't seem to have gone anywhere yet. http://lists.openembedded.org/pipermail/openembedded-core/2016-August/124672.html On Mon, Aug 1, 2016 at 9:56

[yocto] [meta-raspberrypi][PATCH 01/23] linux-raspberrypi_4.4.bb: support for .dtbo files for dtb overlays

2016-08-11 Thread Khem Raj
From: 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 Signed-off-by: Khem Raj

[yocto] [meta-raspberrypi][PATCH 02/23] rpi-base.inc: support for .dtbo files for dtb overlays

2016-08-11 Thread Khem Raj
From: Herve Jourdain Kernel 4.4.6+ on RaspberryPi support .dtbo files for overlays, instead of .dtb. Add support for .dtbo variant of overlays for the default KERNEL_DEVICETREE variable (the list will be turned into "-overlay.dtb" by linux-raspberry-base.bbclass, if

[yocto] [meta-raspberrypi][PATCH 03/23] linux-raspberrypi-base.bbclass: support for .dtbo files for dtb overlays

2016-08-11 Thread Khem Raj
From: 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") Change which variant needs to be supported based on the kernel version CAUTION: when called from

[yocto] [meta-raspberrypi][PATCH 05/23] rpi-default-providers.inc: change default providers to support vc4graphics

2016-08-11 Thread Khem Raj
From: Herve Jourdain Signed-off-by: Herve Jourdain Signed-off-by: Khem Raj --- conf/machine/include/rpi-default-providers.inc | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

[yocto] [meta-raspberrypi][PATCH 04/23] sdcard_image-rpi.bbclass: support for .dtbo files for dtb overlays

2016-08-11 Thread Khem Raj
From: 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") CAUTION: in IMAGE_CMD_rpi-sdimg, 'TMPDIR' is not set, causing 'STAGING_KERNEL_BUILDDIR' to not be

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

2016-08-11 Thread Khem Raj
From: Herve Jourdain Signed-off-by: Herve Jourdain Signed-off-by: Khem Raj --- conf/machine/include/rpi-base.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/include/rpi-base.inc

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

2016-08-11 Thread Khem Raj
From: Herve Jourdain Signed-off-by: Herve Jourdain Signed-off-by: Khem Raj --- conf/machine/raspberrypi.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/raspberrypi.conf b/conf/machine/raspberrypi.conf

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

2016-08-11 Thread Khem Raj
From: Herve Jourdain Signed-off-by: Herve Jourdain Signed-off-by: Khem Raj --- conf/machine/raspberrypi0.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/raspberrypi0.conf

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

2016-08-11 Thread Khem Raj
From: Herve Jourdain Signed-off-by: Herve Jourdain Signed-off-by: Khem Raj --- conf/machine/raspberrypi2.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/raspberrypi2.conf

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

2016-08-11 Thread Khem Raj
From: Herve Jourdain Signed-off-by: Herve Jourdain Signed-off-by: Khem Raj --- conf/machine/raspberrypi3.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/raspberrypi3.conf

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

2016-08-11 Thread Khem Raj
From: Herve Jourdain Signed-off-by: Herve Jourdain Signed-off-by: Khem Raj --- recipes-graphics/wayland/weston_%.bbappend | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git

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

2016-08-11 Thread Khem Raj
From: Herve Jourdain Signed-off-by: Herve Jourdain Signed-off-by: Khem Raj --- recipes-bsp/bootfiles/rpi-config_git.bb | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git

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

2016-08-11 Thread Khem Raj
From: Herve Jourdain Signed-off-by: Herve Jourdain Signed-off-by: Khem Raj --- recipes-graphics/weston/weston_%.bbappend | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git

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

2016-08-11 Thread Khem Raj
From: Herve Jourdain Signed-off-by: Herve Jourdain Signed-off-by: Khem Raj --- recipes-kernel/linux/linux-rpi.inc | 10 ++ 1 file changed, 10 insertions(+) diff --git a/recipes-kernel/linux/linux-rpi.inc

[yocto] [meta-raspberrypi][PATCH 17/23] linux-raspberrypi_4.4: upgrade to 4.4.16

2016-08-11 Thread Khem Raj
Signed-off-by: Khem Raj --- 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 8fe5330..9a49dc1 100644 ---

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

2016-08-11 Thread Khem Raj
From: Herve Jourdain Signed-off-by: Herve Jourdain Signed-off-by: Khem Raj --- recipes-graphics/mesa/mesa_%.bbappend | 4 1 file changed, 4 insertions(+) create mode 100644 recipes-graphics/mesa/mesa_%.bbappend diff

[yocto] [meta-raspberrypi][PATCH 18/23] linux-raspberrypi: Add recipe for 4.7 release

2016-08-11 Thread Khem Raj
Signed-off-by: Khem Raj --- .../0001-fix-dtbo-rules.patch | 44 ++ recipes-kernel/linux/linux-raspberrypi_4.7.bb | 9 + 2 files changed, 53 insertions(+) create mode 100644

[yocto] [meta-raspberrypi][PATCH 21/23] vc4graphics: Support X11 with the VC4 driver.

2016-08-11 Thread Khem Raj
From: Carlos Alberto Lopez Perez * We need to use the X11 modesetting driver with VC4. * We need to build at least the mesa swrast DRI driver. (its already the default so don't overwrite it to empty) Signed-off-by: Carlos Alberto Lopez Perez

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

2016-08-11 Thread Khem Raj
From: Herve Jourdain Signed-off-by: Herve Jourdain Signed-off-by: Khem Raj --- .../0002-vc4-ioctl-rendering-allow.patch | 29 ++ recipes-kernel/linux/linux-raspberrypi_4.4.bb | 1 + 2 files

[yocto] [meta-raspberrypi][PATCH 23/23] weston: Fix typo with override

2016-08-11 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-graphics/weston/weston_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-graphics/weston/weston_%.bbappend b/recipes-graphics/weston/weston_%.bbappend index 70f4360..b964542 100644 ---

[yocto] [meta-raspberrypi][PATCH 22/23] Switch to using 4.4 as default kernel

2016-08-11 Thread Khem Raj
Signed-off-by: Khem Raj --- conf/machine/include/rpi-default-versions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/rpi-default-versions.inc b/conf/machine/include/rpi-default-versions.inc index c879dde..e65a4ae 100644 ---

[yocto] [meta-raspberrypi][PATCH 19/23] linux-raspberrypi_3.18: Remove

2016-08-11 Thread Khem Raj
Signed-off-by: Khem Raj --- .../0001-dts-add-overlay-for-pitft22.patch | 110 - recipes-kernel/linux/linux-raspberrypi_3.18.bb | 14 --- 2 files changed, 124 deletions(-) delete mode 100644

[yocto] [meta-raspberrypi][PATCH 20/23] firmware, userland: Bump to latest

2016-08-11 Thread Khem Raj
firmware -> 20160726 userland -> 20160728 Signed-off-by: Khem Raj --- recipes-bsp/common/firmware.inc| 4 +- ...-applications-to-set-next-resource-handle.patch | 10 ++-- ...ayland-Add-support-for-the-Wayland-winsys.patch | 65 --

[yocto] [eclipse-poky][PATCH 0/8] Add neon-master

2016-08-11 Thread Tim Orling
[YOCTO #9562] Minimum required java version for Neon is 1.8. [YOCTO #9907] Update to latest Eclipse release (Neon v4.6). [YOCTO #9908] Cleanup excessive number of compiler warnings. This series is also staged at:

[yocto] [eclipse-poky][PATCH 3/8] add script to update java version; update all to JavaSE-1.8

2016-08-11 Thread Tim Orling
[YOCTO #9562] Minimum required java version for Neon is 1.8 Signed-off-by: Tim Orling --- .../org.yocto.bc.headless.build/build.properties | 4 +- .../org.yocto.doc.headless.build/build.properties | 4 +- .../org.yocto.sdk.headless.build/build.properties

[yocto] [eclipse-poky][PATCH 7/8] org.yocto.sdk.ide: remove InvokeAction usage

2016-08-11 Thread Tim Orling
[YOCTO #9908] Dropped from CDT 9.0.0 (that work is done by handlers now) Suppress restriction warnings Cleanup unused imports Signed-off-by: Tim Orling --- .../src/org/yocto/sdk/ide/YoctoSDKChecker.java | 1 -

[yocto] [eclipse-poky][PATCH 8/8] org.yocto.sdk.remotetools: SubProgressMonitor -> SubMonitor

2016-08-11 Thread Tim Orling
[YOCTO #9908] Suppress restriction, unchecked and unused warnings. Cleanup unused imports/variables. Comment out some imports that were only used in commented out code. Signed-off-by: Tim Orling --- .../src/org/yocto/sdk/remotetools/YoctoJSONHelper.java | 6

Re: [yocto] can be designed don't using bb file?

2016-08-11 Thread Chris Z.
Hi, yes, it is possible but this is bad practice. Recipes should hold only configuration and way to build component/library/application + patches. http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#building-software-from-an-external-source Br, Chris On Thu, Aug 11, 2016 at 7:12

[yocto] [eclipse-poky][PATCH 6/8] org.yocto.remote.utils: fix or supress warnings

2016-08-11 Thread Tim Orling
[YOCTO #9908] Replace SubProgressMonitor usage with SubMonitor Signed-off-by: Tim Orling --- .../org/yocto/remote/utils/OutputProcessor.java| 2 ++ .../src/org/yocto/remote/utils/RemoteHelper.java | 31 +++---

[yocto] [eclipse-poky][PATCH 4/8] org.yocto.sdk/feature.xml: clean up unused dependencies

2016-08-11 Thread Tim Orling
[YOCTO #9908] Signed-off-by: Tim Orling --- features/org.yocto.sdk/feature.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/features/org.yocto.sdk/feature.xml b/features/org.yocto.sdk/feature.xml index 9ab19af..f0f4e38 100644 ---

[yocto] [eclipse-poky][PATCH 1/8] Update to Neon (4.6.0) release

2016-08-11 Thread Tim Orling
[YOCTO #9907] Signed-off-by: Tim Orling --- scripts/build.sh | 2 +- scripts/setup.sh | 36 +++- 2 files changed, 20 insertions(+), 18 deletions(-) diff --git a/scripts/build.sh b/scripts/build.sh index cc696e7..4cbb273 100755

[yocto] [eclipse-poky][PATCH 2/8] fix the build

2016-08-11 Thread Tim Orling
- scripts/build.sh: explicitly build org.yocto.utils - also drop org.eclipse.cdt.debug.mi (upstream change) Signed-off-by: Tim Orling --- plugins/org.yocto.bc.ui/META-INF/MANIFEST.MF | 2 +- plugins/org.yocto.sdk.ide/META-INF/MANIFEST.MF

[yocto] [eclipse-poky][PATCH 5/8] org.yocto.bc.ui: cleanup unused imports; fix generics warnings

2016-08-11 Thread Tim Orling
[YOCTO #9908] Also add any required unimplemented methods Fix deprecated Eclipse-LazyStart: true in META-INF/MANIFEST Signed-off-by: Tim Orling --- plugins/org.yocto.bc.ui/META-INF/MANIFEST.MF | 2 +- .../src/org/yocto/bc/bitbake/BBRecipe.java

Re: [linux-yocto] do_kernel_metadata error in preempt-rt kernel

2016-08-11 Thread Bruce Ashfield
On Thu, Aug 11, 2016 at 4:53 AM, Mittal, AnujX wrote: > Hello, > > It looks like there's a problem with one of the -rt19 patches that were > merged recently for preempt-rt: > > I get this error in log.do_kernel_metadata: > > DEBUG: Executing shell function

[linux-yocto] do_kernel_metadata error in preempt-rt kernel

2016-08-11 Thread Mittal, AnujX
Hello, It looks like there's a problem with one of the -rt19 patches that were merged recently for preempt-rt: I get this error in log.do_kernel_metadata: DEBUG: Executing shell function do_kernel_metadata ../intel-corei7-64-preempt-rt-meta.pre: line 1369: syntax error near unexpected token

[linux-yocto] [linux-yocto-4.4][PATCH] rt: remove () from patch names

2016-08-11 Thread Anuj Mittal
It results in errors while parsing the scc files for patches. Signed-off-by: Anuj Mittal --- bsp/intel-common/intel-corei7-64-preempt-rt.scc | 1 + ..._Use_local_lockunlock_irq_in_intel_pipe_update_startend.patch} | 0