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 generating path to pseudo shared state
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;
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 AM,
[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:
http://git.yoctoproject.org/cgit/cgit.cgi/eclipse-poky-contrib/log/?h=neon-master-n
[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
--- a/scripts/build.sh
+++ b/script
- 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 | 1 -
.../src/o
[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 | 4 +-
.../build.properties
[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
--- a/features/org.yocto.sdk/feature.xml
+++ b/features/org.
[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 +++---
.../src/org/yocto/remote/utils/RemoteMachine.java | 9 +++---
[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/sdk/ide/actions/InvokeSyncAction.java| 110 -
[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 | 12 +-
.../src/org/yocto/bc/bitb
[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 ++
.../src/org/yocto/sdk/remo
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
---
.../0001-fix-dtbo-rules.patch | 44
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 needed, depending on the ker
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 IMAGE_CMD_rpi-sdimg, 'TMPDI
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 a/conf/machine/include/rpi-default-providers.inc
b/conf/machine/include/rpi-default-providers
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 expanded, causing get_dts() to
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
b/conf/machine/include/rpi-base.inc
index 47eb23b..aabc131 100644
--- a/conf/machine/include/r
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
index 72beeb8..df8194c 100644
--- a/conf/machine/raspberrypi.conf
+++
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 b/conf/machine/raspberrypi0.conf
index ccf9ae7..0df9121 100644
--- a/conf/machine/raspberrypi0.conf
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 b/conf/machine/raspberrypi2.conf
index d50ef70..3f13dc0 100644
--- a/conf/machine/raspberrypi2.conf
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 b/conf/machine/raspberrypi3.conf
index cb6056e..438c6e6 100644
--- a/conf/machine/raspberrypi3.conf
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 a/recipes-graphics/wayland/weston_%.bbappend
b/recipes-graphics/wayland/weston_%.bbappend
index c3a
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 a/recipes-bsp/bootfiles/rpi-config_git.bb
b/recipes-bsp/bootfiles/rpi-config_git.bb
index 4bc8eb7.
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 --git a/recipes-graphics/mesa/mesa_%.bbappend
b/recipes-graphics/mesa/
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 a/recipes-graphics/weston/weston_%.bbappend
b/recipes-graphics/weston/weston_%.bbappend
inde
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
b/recipes-kernel/linux/linux-rpi.inc
index 4b65fc2..3eeefee 100644
--- a/recipes
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
--- a/recipes-kernel/linux
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
Signed-off-by: Khem Raj
---
conf/machine/in
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
recipes-kernel/linux/linux-raspberrypi-4.7/0001-fix-dtbo-rules.patch
c
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
--- a/recipes-graphics/weston/weston_%.bba
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 changed, 30 insertions(+)
create mode 100644
recipes-kernel/linux/
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
recipes-kernel/linux/linux-raspberrypi-3.18/0001-dts-add-overlay-for-pit
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
--- a/conf/machine/include/rpi
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 --
.../0003-wayland-Add-Wa
35 matches
Mail list logo