Elfutils has optional support for bzip2 and xz (lzma). It uses
this for decompressing embedded ELF sections like the .gnu_debugdata
section for "mini debuginfo":
https://sourceware.org/gdb/onlinedocs/gdb/MiniDebugInfo.html
Previously this support was unconditionally disabled but the reasons for
d
Excerpts from Dan Callaghan's message of 2019-10-15 15:48:27 +10:00:
> +PACKAGECONFIG ??= ""
> +PACKAGECONFIG[zlib] = "--with-zlib,--without-zlib,zlib"
> +PACKAGECONFIG[bzip2] = "--with-bzlib,--without-bzlib,bzip2"
> +PACKAGECONFIG[xz] = "--with-lzma,--without-lzma,xz"
I just realised that the --w
Elfutils has optional support for zlib, bzip2, and xz (lzma). It uses
this for decompressing embedded ELF sections like the .gnu_debugdata
section for "mini debuginfo":
https://sourceware.org/gdb/onlinedocs/gdb/MiniDebugInfo.html
Previously these were unconditionally disabled but the reasons for
Fixed:
PACKAGECONFIG_append_pn-bluez5 = ' btpclient'
$ bitbake bluez5
btpclient.c:2834:7: error: 'SIGINT' undeclared (first use in this function)
Signed-off-by: Robert Yang
---
meta/recipes-connectivity/bluez5/bluez5.inc| 1 +
.../0001-tools-btpclient.c-include-signal.h.patch | 30 +++
* V2:
- Fix upstream status to 'Backport' as Ross suggested
* V1:
- Initial version
The following changes since commit 59938780e7e776d87146002ea939b185f8704408:
build-appliance-image: Update to master head revision (2019-10-09 22:28:44
+0100)
are available in the git repository at:
gi
From: Peter Kjellerstedt
This makes sure, e.g., ${SOC_FAMILY} and ${MACHINE} have higher
priorities than aarch64.
Signed-off-by: Peter Kjellerstedt
Signed-off-by: Richard Purdie
Signed-off-by: Armin Kuster
---
meta/conf/machine/include/arm/arch-arm64.inc | 2 +-
1 file changed, 1 insertion(+
From: c-thaler
localversion files are ignored. This might lead to a bad version magic when
building out-of-tree modules via SDK.
(Backport from master
https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/meta/recipes-kernel/linux/kernel-devsrc.bb?id=59fcee90de0cbb5b6b8333ab2b0e36214b174e52)
S
From: Dan Tran
Signed-off-by: Dan Tran
Signed-off-by: Armin Kuster
---
.../gnutls/gnutls/CVE-2019-3829_p1.patch | 39 +
.../gnutls/gnutls/CVE-2019-3829_p2.patch | 871 +
.../gnutls/gnutls/CVE-2019-3829_p3.patch | 36 +
.../gnutls/gnutls/CVE-2
From: Muminul Islam
Signed-off-by: Muminul Islam
CVE: CVE-2018-20532 CVE-2018-20533 CVE-2018-20534
Upstream-Status: Backport
Cherry picked from https://github.com/openSUSE/libsolv/pull/291/commits
Signed-off-by: Armin Kuster
---
.../0003-Fix-Dereference-of-null-pointer.patch | 33
From: Muminul Islam
Signed-off-by: Muminul Islam
CVE: CVE-2019-6488, CVE-2019-7309
Upstream-Status: Backport
Signed-off-by: Armin Kuster
---
meta/recipes-core/glibc/glibc/CVE-2019-6488.patch | 274 ++
meta/recipes-core/glibc/glibc/CVE-2019-7309.patch | 207 +++
From: Muminul Islam
Signed-off-by: Muminul Islam
[Fixup for thud context]
Signed-off-by: Armin Kuster
---
meta/recipes-support/curl/curl/CVE-2019-5482.patch | 68 ++
meta/recipes-support/curl/curl_7.61.0.bb | 1 +
2 files changed, 69 insertions(+)
create mode 10
From: Dmitry Eremin-Solenikov
If one has provided external key/certificate for modules signing, Kbuild
will skip creating signing_key.pem and will write only signing_key.x509
certificate. Thus we have to check for .x509 file existence rather than
.pem one.
Signed-off-by: Dmitry Eremin-Solenikov
All these have been already reviewed by the community.
Passes AB -full
Please merge to thud
The following changes since commit e6728a873f1eef335a9e21bdface304f13f0c952:
uninative: Update to 2.7 release (2019-10-07 19:27:17 -0700)
are available in the git repository at:
git://git.openembedd
On Sun, Oct 13, 2019 at 2:06 AM Richard Purdie
wrote:
>
> On Tue, 2019-10-08 at 14:45 -0700, Alistair Francis wrote:
> > Signed-off-by: Alistair Francis
> > ---
> > .../u-boot/files/0001-CVE-2019-13103.patch| 69 ---
> >
> > .../u-boot/files/0002-CVE-2019-13104.patch| 49
Signed-off-by: Alistair Francis
---
meta/recipes-bsp/opensbi/{opensbi_0.4.bb => opensbi_0.5.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-bsp/opensbi/{opensbi_0.4.bb => opensbi_0.5.bb} (97%)
diff --git a/meta/recipes-bsp/opensbi/opensbi_0.4.bb
b/meta/recipes-bsp
Signed-off-by: Alistair Francis
---
meta/conf/machine/qemuriscv64.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/conf/machine/qemuriscv64.conf
b/meta/conf/machine/qemuriscv64.conf
index 99b48b309b..b45fdd556d 100644
--- a/meta/conf/machine/qemuriscv64.conf
+++ b/me
Signed-off-by: Alistair Francis
---
v2:
- Fix musl build failure for u-boot-fw-utils
.../u-boot/files/0001-CVE-2019-13103.patch| 69 ---
...nclude-env.h-Ensure-ulong-is-defined.patch | 31 +
.../u-boot/files/0002-CVE-2019-13104.patch| 49 -
.../u-boot
Hi Richard
>
> This is heading in the right direction but this patch still makes the
> nativesdk-rpm recipe machine specific and we can't do that.
>
If machine specific is not allowed, when user want to use rpm in nativesdk
environment, how should we get the corresponding arch info?
Do you ha
From: Dan Tran
Signed-off-by: Dan Tran
---
.../openssh/openssh/CVE-2018-20685.patch | 42 +++
.../openssh/openssh/CVE-2019-6109_p1.patch| 278 ++
.../openssh/openssh/CVE-2019-6109_p2.patch| 125 ++
.../openssh/openssh/CVE-2019-6111_p1.patch| 189 ++
...
Would need it for gnome-settings-daemon 3.34:
| meson.build:91:0: ERROR: Invalid version of dependency, need
'gsettings-desktop-schemas' ['>= 3.33.0'] found '3.32.0'.
Signed-off-by: Andreas Müller
---
...chemas_3.32.0.bb => gsettings-desktop-schemas_3.34.0.bb} | 6 +++---
1 file changed, 3 ins
From: Dmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov
---
meta/conf/image-uefi.conf | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/conf/image-uefi.conf b/meta/conf/image-uefi.conf
index 57fd18f02742..6173785d8327 100644
--- a/meta/conf/image-uefi.conf
+++ b/meta/conf/
From: Dmitry Eremin-Solenikov
Replace anonymous function setting GRUB_* variables with static
configuration, since systemd-boot.bbclass will use fixed names for
systemd bootloader.
Signed-off-by: Dmitry Eremin-Solenikov
---
meta/recipes-core/systemd/systemd-boot_243.bb | 23 +++
From: Dmitry Eremin-Solenikov
Replace anonymous function setting GRUB_* variables with static
configuration, since grub-efi.bbclass will use fixed names for grub
bootloader.
Signed-off-by: Dmitry Eremin-Solenikov
---
meta/recipes-bsp/grub/grub-efi_2.04.bb | 40 ++
1 fil
From: Dmitry Eremin-Solenikov
Add systemd-boot to NON_MULTILIB_RECIPES so that it won't be built for multilib
targets.
Signed-off-by: Dmitry Eremin-Solenikov
---
meta/conf/multilib.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/conf/multilib.conf b/meta/conf/mul
From: Dmitry Eremin-Solenikov
Building live images for lib32-core-minimal-image will fail because
image target override won't match grub's override. Fix this by
introducing anonymous python function. A proper fix should be to
introduce multilib overrides, but it will be more intrusive.
Signed-of
== Series Details ==
Series: sqlite3: CVE fix
Revision: 1
URL : https://patchwork.openembedded.org/series/20461/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the proposed
serie
From: Shubham Agrawal
CVE:CVE-2019-161680
Status: Backport
whitelist as changes already there due to previous patches in upstream
CVE:CVE-2018-20346
Status: Backported
Sign off: Shubham agrawaslshu...@microsoft.com
---
.../sqlite/files/CVE-2019-16168.patch | 37 +++
All,
The triage team is starting to try and collect up and classify bugs which a
newcomer to the project would be able to work on in a way which means
people can find them. They're being listed on the triage page under the
appropriate heading:
https://wiki.yoctoproject.org/wiki/Bug_Triage#New
From: Tekkub
Adding the nlohmann-fifo, c++ library for fifo maps.
Signed-off-by: Aatir
---
.../nlohmann-fifo/nlohmann-fifo_git.bb| 22 +++
1 file changed, 22 insertions(+)
create mode 100644 meta-oe/recipes-devtools/nlohmann-fifo/nlohmann-fifo_git.bb
diff --git a/meta
From: Dmitry Eremin-Solenikov
Add systemd-boot to NON_MULTILIB_RECIPES so that it won't be built for multilib
targets.
Signed-off-by: Dmitry Eremin-Solenikov
---
meta/conf/multilib.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/conf/multilib.conf b/meta/conf/mul
If SDK_VENDOR isn't formatted as -foosdk and is instead for example -foo-sdk
then the triple that are constructed are not in fact triples, which results in
mysterious compile errors.
Check in sanity.bbclass so this failure is detected early.
[ YOCTO #13573 ]
Signed-off-by: Ross Burton
---
meta
31 matches
Mail list logo