The previous commit works only for
target. When test with configuration:
INHERIT += 'extrausers'
EXTRA_USERS_PARAMS += "useradd -p '' aBcD; "
and run "bitbake core-image-minimal", error occurs:
NOTE: core-image-minimal: Performing useradd with [
-R
.../build/tmp-glibc/work/qemux86_64-wrs-linux/co
From: Limeng
Add 9 patches to fix below CVE issues.
CVE-2019-13103
CVE-2019-13104
CVE-2019-13105
CVE-2019-13106
CVE-2019-14192
CVE-2019-14193
CVE-2019-14194
CVE-2019-14195
CVE-2019-14196
CVE-2019-14197
CVE-2019-14198
CVE-2019-14199
CVE-2019-14200
CVE-2019-14201
CVE-2019-14202
CVE-2019-14203
CVE-2
From: Limeng
Add 9 patches to fix below CVE issues.
CVE-2019-13103
CVE-2019-13104
CVE-2019-13105
CVE-2019-13106
CVE-2019-14192
CVE-2019-14193
CVE-2019-14194
CVE-2019-14195
CVE-2019-14196
CVE-2019-14197
CVE-2019-14198
CVE-2019-14199
CVE-2019-14200
CVE-2019-14201
CVE-2019-14202
CVE-2019-14203
CVE-2
Signed-off-by: Zang Ruochen
---
meta/recipes-devtools/bison/{bison_3.4.1.bb => bison_3.4.2.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-devtools/bison/{bison_3.4.1.bb => bison_3.4.2.bb} (90%)
diff --git a/meta/recipes-devtools/bison/bison_3.4.1.bb
b/meta/re
hi Armin,
On Sun, Jul 28, 2019 at 12:01 PM Dmitry Eremin-Solenikov
wrote:
>
> 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
When archiving patched source, WORKDIR should only be changed to
${ARCHIVER_WORKDIR} if the recipe doesn't use a shared work directory.
This matches the behavior of do_unpack_and_patch for these recipes.
This fixes kernel recipes that set S = "${WORKDIR}/git"
Signed-off-by: Joshua Watt
---
meta
On Wed, Sep 18, 2019 at 12:00:28PM -0700, akuster808 wrote:
>
>
> On 9/18/19 11:28 AM, Adrian Bunk wrote:
> > Signed-off-by: Adrian Bunk
> > ---
> > meta/recipes-support/libmpc/libmpc_1.1.0.bb | 2 --
> > 1 file changed, 2 deletions(-)
> >
> > diff --git a/meta/recipes-support/libmpc/libmpc_1.1
On 9/18/19 11:28 AM, Adrian Bunk wrote:
> Signed-off-by: Adrian Bunk
> ---
> meta/recipes-support/libmpc/libmpc_1.1.0.bb | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/meta/recipes-support/libmpc/libmpc_1.1.0.bb
> b/meta/recipes-support/libmpc/libmpc_1.1.0.bb
> index 1e48c576d4..bb
Signed-off-by: Adrian Bunk
---
.../{lttng-modules_2.10.10.bb => lttng-modules_2.10.11.bb}| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-kernel/lttng/{lttng-modules_2.10.10.bb =>
lttng-modules_2.10.11.bb} (93%)
diff --git a/meta/recipes-kernel/lttng/lttng-modu
Remove patch for issue fixed upstream.
Signed-off-by: Adrian Bunk
---
...config-time-check-for-new-gettid-API.patch | 57 ---
...ttng-ust_2.10.4.bb => lttng-ust_2.10.5.bb} | 5 +-
2 files changed, 2 insertions(+), 60 deletions(-)
delete mode 100644
meta/recipes-kernel/lttng/lt
Signed-off-by: Adrian Bunk
---
meta/recipes-support/libmpc/libmpc_1.1.0.bb | 2 --
1 file changed, 2 deletions(-)
diff --git a/meta/recipes-support/libmpc/libmpc_1.1.0.bb
b/meta/recipes-support/libmpc/libmpc_1.1.0.bb
index 1e48c576d4..bbc673ff38 100644
--- a/meta/recipes-support/libmpc/libmpc_1
Signed-off-by: Adrian Bunk
---
.../glib-2.0/{glib-2.0_2.60.6.bb => glib-2.0_2.60.7.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-core/glib-2.0/{glib-2.0_2.60.6.bb => glib-2.0_2.60.7.bb}
(88%)
diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.60.6.bb
Upstream is making releases again.
Signed-off-by: Adrian Bunk
---
meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb | 1 -
1 file changed, 1 deletion(-)
diff --git a/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb
b/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb
When doing a devtool build-sdk from within an esdk all nativesdk
components would be rebuilt. This patch introduces SDK_INCLUDE_NATIVESDK
flag to toggle the inclusion of nativesdk packages when creating the
esdk sstate
Currently locked-sigs.inc is generated during do_sdk_depends which
doesn't pull
This is a temporary workaround to avoid autobuilder failures until
https://github.com/systemd/systemd/issues/13581 is resolved.
Its being done globally even though its a mips problem for simplicity,
it doesn't hurt anything else to have a longer timeout.
Signed-off-by: Richard Purdie
---
meta/r
Ensure the task is properly regsistered as an sstate task as this
"half way" state confuses new code in bitbake and it isn't supported.
Signed-off-by: Richard Purdie
---
meta/recipes-core/meta/meta-extsdk-toolchain.bb | 5 +
1 file changed, 5 insertions(+)
diff --git a/meta/recipes-core/met
== Series Details ==
Series: gcc: Security fix for CVE-2019-15847 (rev2)
Revision: 2
URL : https://patchwork.openembedded.org/series/20014/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been exe
From: Armin Kuster
Affects <= 9.2.0
Dropped Changelog changes.
Signed-off-by: Armin Kuster
---
meta/recipes-devtools/gcc/gcc-9.2.inc | 3 +
.../gcc/gcc-9.2/CVE-2019-15847_1.patch| 521 ++
.../gcc/gcc-9.2/CVE-2019-15847_2.patch| 77 +++
.../gcc/gcc-9.
From: Armin Kuster
Affects <= 9.2.0
Dropped Changelog changes
Signed-off-by: Armin Kuster
---
meta/recipes-devtools/gcc/gcc-8.3.inc | 3 +
.../gcc/gcc-8.3/CVE-2019-15847_p1.patch| 521 +
.../gcc/gcc-8.3/CVE-2019-15847_p2.patch| 77 ++
Thanks for fix, I was seeing these issues in couple components using
nodejs-native (example bellow) and can confirm that this is now fixed.
internal/crypto/random.js:118
if (ex) throw ex;
^
Error: error:2406C06E:random number generator:RAND_DRBG_instantiate:error
retrieving entropy
Signed-off-by: Ross Burton
---
meta/recipes-graphics/piglit/piglit_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-graphics/piglit/piglit_git.bb
b/meta/recipes-graphics/piglit/piglit_git.bb
index 0b6519e3f8e..d489f82b14b 100644
--- a/meta/recipes-graphics/
Signed-off-by: Ross Burton
---
.../acpica/{acpica_20190509.bb => acpica_20190816.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-extended/acpica/{acpica_20190509.bb => acpica_20190816.bb}
(91%)
diff --git a/meta/recipes-extended/acpica/acpica_20190509.
Signed-off-by: Ross Burton
---
.../gdk-pixbuf/{gdk-pixbuf_2.38.1.bb => gdk-pixbuf_2.38.2.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-gnome/gdk-pixbuf/{gdk-pixbuf_2.38.1.bb =>
gdk-pixbuf_2.38.2.bb} (96%)
diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf
From: Dmitry Eremin-Solenikov
Use variables from image-uefi.conf instead of hardcoding them in the class.
Signed-off-by: Dmitry Eremin-Solenikov
---
meta/classes/systemd-boot.bbclass | 15 ---
1 file changed, 4 insertions(+), 11 deletions(-)
diff --git a/meta/classes/systemd-boot.
From: Dmitry Eremin-Solenikov
Use variables from image-uefi.conf instead of hardcoding them in the
recipe.
Signed-off-by: Dmitry Eremin-Solenikov
---
meta/recipes-bsp/grub/grub-efi_2.04.bb | 17 +++--
1 file changed, 7 insertions(+), 10 deletions(-)
diff --git a/meta/recipes-bsp/g
From: Dmitry Eremin-Solenikov
Define common functions for populating EFI directories in live image by
reusing common code from grub-efi and systemd-boot bbclasses.
Signed-off-by: Dmitry Eremin-Solenikov
---
meta/classes/grub-efi.bbclass | 28 +---
meta/classes/live-vm
From: Dmitry Eremin-Solenikov
Use variables from image-uefi.conf instead of hardcoding them in the
recipe.
Signed-off-by: Dmitry Eremin-Solenikov
---
meta/recipes-bsp/grub/grub-bootconf_1.00.bb | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/meta/recipes-bsp/grub
From: Dmitry Eremin-Solenikov
Use variables from image-uefi.conf instead of hardcoding them in the recipe.
Signed-off-by: Dmitry Eremin-Solenikov
---
meta/recipes-core/systemd/systemd-boot_243.bb | 15 ++-
1 file changed, 6 insertions(+), 9 deletions(-)
diff --git a/meta/recipes-c
From: Dmitry Eremin-Solenikov
Use variables from image-uefi.conf instead of hardcoding them in the
class.
Signed-off-by: Dmitry Eremin-Solenikov
---
meta/classes/grub-efi-cfg.bbclass | 1 -
meta/classes/grub-efi.bbclass | 20
2 files changed, 4 insertions(+), 17 delet
From: Dmitry Eremin-Solenikov
Create new config file defining common variables for all UEFI-related
packages (bootloaders, test applications, etc).
Signed-off-by: Dmitry Eremin-Solenikov
---
meta/conf/image-uefi.conf | 16
1 file changed, 16 insertions(+)
create mode 100644 m
On Wed, 2019-09-18 at 12:04 +0300, Dmitry Eremin-Solenikov wrote:
> ср, 18 сент. 2019 г. в 01:16, Richard Purdie
> :
> > On Tue, 2019-09-17 at 18:36 +0300, dbarysh...@gmail.com wrote:
> > >
> > Now I understand more about how this configuration file is being
> > used,
> > should it be called image
Check that /etc/gconf exists before trying to find files under it, to avoid
writing find error messages to the rootfs log.
Also use ${sysconfdir}/gconf instead of hardcoding /etc/gconf.
Signed-off-by: Ross Burton
---
meta/classes/rootfs-postcommands.bbclass | 6 --
1 file changed, 4 inserti
On 18/09/2019 12:12, Daniel Ammann wrote:
+SUMMARY = "dhex is a hex editor that includes a diff mode"
Doesn't seem fundamental enough to justify being in oe-core, please
considering submitting this to meta-oe instead.
Ross
--
___
Openembedded-core
Signed-off-by: Daniel Ammann
---
meta/recipes-support/dhex/dhex_0.69.bb | 24
1 file changed, 24 insertions(+)
create mode 100644 meta/recipes-support/dhex/dhex_0.69.bb
diff --git a/meta/recipes-support/dhex/dhex_0.69.bb
b/meta/recipes-support/dhex/dhex_0.69.bb
new fil
Signed-off-by: Ross Burton
---
.../wayland/{libinput_1.14.0.bb => libinput_1.14.1.bb} | 9 ++---
1 file changed, 6 insertions(+), 3 deletions(-)
rename meta/recipes-graphics/wayland/{libinput_1.14.0.bb =>
libinput_1.14.1.bb} (73%)
diff --git a/meta/recipes-graphics/wayland/libinput_1.14.
It is ok to merge this repo first, and error-report-web still old,
since error-report-web will ignore the new field.
but cannot update error-report-web to new one first, or the database of
error-report-web will report error
since report from oe-core don't provide default value for the new f
Hello,
ср, 18 сент. 2019 г. в 01:16, Richard Purdie
:
>
> On Tue, 2019-09-17 at 18:36 +0300, dbarysh...@gmail.com wrote:
> > From: Dmitry Eremin-Solenikov
> >
> > Create new config file defining common variables for all UEFI-related
> > packages (bootloaders, test applications, etc).
> >
> > Sign
On Tue, Sep 17, 2019 at 11:49:47AM -0700, Khem Raj wrote:
> with openSSL 1.1.1d we start seeing errors like
>
> Error Generating Key
> 139979727451584:error:2406C06E:random number
> generator:RAND_DRBG_instantiate:error retrieving
> entropy:../openssl-1.1.1d/crypto/rand/drbg_lib.c:342:
>
> when
38 matches
Mail list logo