Since the dawn of time, we have set CMAKE_VERBOSE_MAKEFILE=1 in cmake.bbclass.
Back in 2016, we also explicitly set VERBOSE=1 in cmake_do_compile(),
to ensure that make (and ninja) output were verbose in log.do_compile.
Turning off CMAKE_VERBOSE_MAKEFILE=1 means that make (or ninja)
invocations fr
Signed-off-by: Armin Kuster
---
.../xorg-lib/{libxcomposite_0.4.4.bb => libxcomposite_0.4.5.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/xorg-lib/{libxcomposite_0.4.4.bb =>
libxcomposite_0.4.5.bb} (86%)
diff --git a/meta/recipes-graphics/xorg
Signed-off-by: Armin Kuster
---
.../xorg-lib/{libxcursor_1.1.15.bb => libxcursor_1.2.0.bb} | 7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
rename meta/recipes-graphics/xorg-lib/{libxcursor_1.1.15.bb =>
libxcursor_1.2.0.bb} (80%)
diff --git a/meta/recipes-graphics/xorg-lib/
Signed-off-by: Armin Kuster
---
.../xorg-lib/{libxdamage_1.1.4.bb => libxdamage_1.1.5.bb} | 7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
rename meta/recipes-graphics/xorg-lib/{libxdamage_1.1.4.bb =>
libxdamage_1.1.5.bb} (87%)
diff --git a/meta/recipes-graphics/xorg-lib/l
Signed-off-by: Armin Kuster
---
.../xorg-app/{xmodmap_1.0.9.bb => xmodmap_1.0.10.bb} | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
rename meta/recipes-graphics/xorg-app/{xmodmap_1.0.9.bb => xmodmap_1.0.10.bb}
(78%)
diff --git a/meta/recipes-graphics/xorg-app/xmodma
Signed-off-by: Armin Kuster
---
meta/recipes-graphics/xorg-app/{xvinfo_1.1.3.bb => xvinfo_1.1.4.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/xorg-app/{xvinfo_1.1.3.bb => xvinfo_1.1.4.bb}
(71%)
diff --git a/meta/recipes-graphics/xorg-app/xvinfo_1.1.
On Sun, 10 Mar 2019, Bruce Ashfield wrote:
On Sun, Mar 10, 2019 at 11:12 PM Richard Purdie
wrote:
Testing stap on armv7 machines was failing due to intermixing of thumb/arm
instructions. Patch the kernel to always use the v7 march options since
we know our gcc versions support it to avoid
On Sun, Mar 10, 2019 at 11:09 AM Armin Kuster wrote:
>
> WARNING: gnutls-3.6.6-r0 do_configure: QA Issue: gnutls: configure was passed
> unrecognised options: --without-libunistring-prefix [unknown-configure-option]
>
> drop --without-libunistring-prefix
>
> Signed-off-by: Armin Kuster
> ---
>
On Sun, Mar 10, 2019 at 8:13 PM Richard Purdie
wrote:
>
> Testing stap on armv7 machines was failing due to intermixing of thumb/arm
> instructions. Patch the kernel to always use the v7 march options since
> we know our gcc versions support it to avoid the failure and allow
> systemtap to work.
>
On Sun, Mar 10, 2019 at 9:20 PM Peter Kjellerstedt
wrote:
>
> I'm trying to build with master of OE-core and one of our products now
> fails with:
>
> ERROR: OE-core's config sanity checker detected a potential misconfiguration.
> Either fix the cause of this error or at your own risk disable
From: Bruce Ashfield
As reported by Paul Barker, my attempt to allow the patching
of kernel meta data broke other repository configurations, since
the meta data patch routing was matching too broadly and the
same repo would end up being patched twice.
Using his suggested fix, we are up and runni
I'm trying to build with master of OE-core and one of our products now
fails with:
ERROR: OE-core's config sanity checker detected a potential misconfiguration.
Either fix the cause of this error or at your own risk disable the checker
(see sanity.conf). Following is the list of potenti
On Mon, Mar 11, 2019 at 12:01 AM Bruce Ashfield
wrote:
>
> On Sun, Mar 10, 2019 at 11:14 PM Bruce Ashfield
> wrote:
> >
> > On Sun, Mar 10, 2019 at 10:35 PM Bruce Ashfield
> > wrote:
> > >
> > > On Sat, Mar 9, 2019 at 5:10 PM Paul Barker wrote:
> > > >
> > > > On 06/03/2019 16:37, bruce.ashfi..
On Sun, Mar 10, 2019 at 11:14 PM Bruce Ashfield
wrote:
>
> On Sun, Mar 10, 2019 at 10:35 PM Bruce Ashfield
> wrote:
> >
> > On Sat, Mar 9, 2019 at 5:10 PM Paul Barker wrote:
> > >
> > > On 06/03/2019 16:37, bruce.ashfi...@gmail.com wrote:
> > > > From: Bruce Ashfield
> > > >
> > > > For testing
Sorry if this came through twice, there was some lag when I was generating
the patch and it looks like it fired multiple times.
Bruce
On Sun, Mar 10, 2019 at 11:45 PM wrote:
>
> From: Bruce Ashfield
>
> We need to enable the arm unwinder for systemtap to work out of the
> box:
>
> root@qemua
From: Bruce Ashfield
Integrating Richard Purdie's kernel patch to fix systemtap on arm:
[
arm/Makefile: Fix systemtap
Currently systemtap fails to operate correctly on armv7 systems such as
beaglebone and
soon, qemuarm.
root@qemuarm:/usr/src/kernel# env -uARCH -uKBUILD_EXTMOD
From: Bruce Ashfield
We need to enable the arm unwinder for systemtap to work out of the
box:
root@qemuarm:~# stap --disable-cache -DSTP_NO_VERREL_CHECK ./hello.stp
[ 1600.955262] stap_2097: loading out-of-tree module taints kernel.
hello world
This option is useful for much more than sys
*** BLURB HERE ***
The following changes since commit 5220a105a74780a5c5a7d1cc6d1ab71e18d2e565:
python: time.tzset missing (2019-03-09 14:43:12 +)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib ChenQi/systemd-one-more
http://git.pokylinux.org/cgit.cgi/poky
We backported a patch to fix parallel build failure about version.h. But
that is not enough. We need one more patch to really fix this issue.
Signed-off-by: Chen Qi
---
...clare-version.h-as-dependency-for-systemd.patch | 32 ++
meta/recipes-core/systemd/systemd_241.bb
On Sun, Mar 10, 2019 at 11:12 PM Richard Purdie
wrote:
>
> Testing stap on armv7 machines was failing due to intermixing of thumb/arm
> instructions. Patch the kernel to always use the v7 march options since
> we know our gcc versions support it to avoid the failure and allow
> systemtap to work.
On Sun, Mar 10, 2019 at 10:35 PM Bruce Ashfield
wrote:
>
> On Sat, Mar 9, 2019 at 5:10 PM Paul Barker wrote:
> >
> > On 06/03/2019 16:37, bruce.ashfi...@gmail.com wrote:
> > > From: Bruce Ashfield
> > >
> > > For testing purposes, it is often easier to patch a fragment
> > > in a kernel-meta rep
This test does not work on centos7 so diable it (as was done in the
original series before we thought it was working).
Signed-off-by: Richard Purdie
---
meta-selftest/lib/oeqa/runtime/cases/virgl.py | 6 ++
1 file changed, 6 insertions(+)
diff --git a/meta-selftest/lib/oeqa/runtime/cases/vi
Testing stap on armv7 machines was failing due to intermixing of thumb/arm
instructions. Patch the kernel to always use the v7 march options since
we know our gcc versions support it to avoid the failure and allow
systemtap to work.
[YOCTO #13153]
Signed-off-by: Richard Purdie
---
...0001-arm-M
Ensure we turn on edid for the VGA display which fixes a hang with the
5.0 kernel for qemuarm64.
Thanks to Jon Mason for the fix.
Signed-off-by: Richard Purdie
---
meta/conf/machine/qemuarm64.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/conf/machine/qemuarm64.co
From: Bruce Ashfield
Signed-off-by: Bruce Ashfield
---
meta/conf/machine/include/x86-base.inc | 2 +-
meta/conf/machine/qemuarm64.conf | 2 --
meta/conf/machine/qemuarmv5.conf | 2 +-
3 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/meta/conf/machine/include/x86-base.i
From: Jon Mason
Add new QEMU BSP for a Arm Cortex-A15 system and use this as qemuarm,
moving the old armv5te Versatile PB based machine to qemuarmv5.
The new machine uses the QEMU virt machine type, which should be
faster to emulate and updates the qemuarm support to a modern
architecture.
Sign
On Sat, Mar 9, 2019 at 5:10 PM Paul Barker wrote:
>
> On 06/03/2019 16:37, bruce.ashfi...@gmail.com wrote:
> > From: Bruce Ashfield
> >
> > For testing purposes, it is often easier to patch a fragment
> > in a kernel-meta repository versus needing to make a copy or
> > modify the source repositor
--
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
--
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
Signed-off-by: Martin Jansa
---
.../busybox/busybox/CVE-2011-5325-fix.patch | 393 ++
meta/recipes-core/busybox/busybox_1.27.2.bb | 1 +
2 files changed, 394 insertions(+)
create mode 100644 meta/recipes-core/busybox/busybox/CVE-2011-5325-fix.patch
diff --git a/meta/recipe
Signed-off-by: Martin Jansa
---
.../grub/files/fix.build.with.squashfs.patch | 24 +++
meta/recipes-bsp/grub/grub2.inc | 1 +
2 files changed, 25 insertions(+)
create mode 100644 meta/recipes-bsp/grub/files/fix.build.with.squashfs.patch
diff --git a/meta/recipes-
Signed-off-by: Armin Kuster
---
meta/recipes-graphics/xorg-app/{xprop_1.2.3.bb => xprop_1.2.4.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/xorg-app/{xprop_1.2.3.bb => xprop_1.2.4.bb} (78%)
diff --git a/meta/recipes-graphics/xorg-app/xprop_1.2.3.bb
remove nss-fix-SHA_HTONL-bug-for-arm-32be.patch now included
Signed-off-by: Armin Kuster
---
.../nss/nss-fix-SHA_HTONL-bug-for-arm-32be.patch | 34 --
.../nss/{nss_3.41.bb => nss_3.42.1.bb} | 5 ++--
2 files changed, 2 insertions(+), 37 deletions(-)
delete mod
WARNING: gnutls-3.6.6-r0 do_configure: QA Issue: gnutls: configure was passed
unrecognised options: --without-libunistring-prefix [unknown-configure-option]
drop --without-libunistring-prefix
Signed-off-by: Armin Kuster
---
meta/recipes-support/gnutls/{gnutls_3.6.5.bb => gnutls_3.6.6.bb} | 5 +
Signed-off-by: Armin Kuster
---
meta/recipes-support/nspr/{nspr_4.20.bb => nspr_4.21.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-support/nspr/{nspr_4.20.bb => nspr_4.21.bb} (96%)
diff --git a/meta/recipes-support/nspr/nspr_4.20.bb
b/meta/recipes-support/ns
Signed-off-by: Armin Kuster
---
meta/recipes-graphics/xorg-app/{xinit_1.4.0.bb => xinit_1.4.1.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/xorg-app/{xinit_1.4.0.bb => xinit_1.4.1.bb} (79%)
diff --git a/meta/recipes-graphics/xorg-app/xinit_1.4.0.bb
refactor diet-x11 patch
LIC_FILES_CHKSUM changed to do merging of copyright/license notices
https://gitlab.freedesktop.org/xorg/app/mkfontscale/commit/8609ad731b9c9c670a815c915055ae416d2396d8
Signed-off-by: Armin Kuster
---
meta/recipes-graphics/xorg-app/xev/diet-x11.patch | 79 ---
Signed-off-by: Armin Kuster
---
.../xorg-app/{xmodmap_1.0.9.bb => xmodmap_1.0.10.bb} | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
rename meta/recipes-graphics/xorg-app/{xmodmap_1.0.9.bb => xmodmap_1.0.10.bb}
(78%)
diff --git a/meta/recipes-graphics/xorg-app/xmodma
Signed-off-by: Armin Kuster
---
.../kexec/{kexec-tools_2.0.18.bb => kexec-tools_2.0.19.bb}| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-kernel/kexec/{kexec-tools_2.0.18.bb =>
kexec-tools_2.0.19.bb} (95%)
diff --git a/meta/recipes-kernel/kexec/kexec-t
Signed-off-by: Armin Kuster
---
meta/recipes-graphics/xorg-app/{xvinfo_1.1.3.bb => xvinfo_1.1.4.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/xorg-app/{xvinfo_1.1.3.bb => xvinfo_1.1.4.bb}
(71%)
diff --git a/meta/recipes-graphics/xorg-app/xvinfo_1.1.
Signed-off-by: Armin Kuster
---
.../xorg-lib/{libxkbcommon_0.8.3.bb => libxkbcommon_0.8.4.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/xorg-lib/{libxkbcommon_0.8.3.bb =>
libxkbcommon_0.8.4.bb} (83%)
diff --git a/meta/recipes-graphics/xorg-l
Signed-off-by: Armin Kuster
---
.../xorg-lib/{libfontenc_1.1.3.bb => libfontenc_1.1.4.bb} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-graphics/xorg-lib/{libfontenc_1.1.3.bb =>
libfontenc_1.1.4.bb} (72%)
diff --git a/meta/recipes-graphics/xorg-lib/l
Signed-off-by: Armin Kuster
---
meta/recipes-graphics/xorg-app/{xhost_1.0.7.bb => xhost_1.0.8.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/xorg-app/{xhost_1.0.7.bb => xhost_1.0.8.bb} (83%)
diff --git a/meta/recipes-graphics/xorg-app/xhost_1.0.7.bb
43 matches
Mail list logo