Drop musl patch and backport a fix from upstream instead.
Signed-off-by: Anuj Mittal
---
...r_float-do-not-include-bits-endian.h.patch | 34 +++
.../libtirpc/libtirpc/musl.patch | 30
.../{libtirpc_1.1.4.bb => libtirpc_1.2.5.bb} | 6 ++--
3 files c
On Wed, Jan 22, 2020 at 9:32 PM Anuj Mittal wrote:
>
> Drop musl patch and backport a fix from upstream instead.
>
seems good. You might want to add a link to Backport section for reference
> Signed-off-by: Anuj Mittal
> ---
> ...r_float-do-not-include-bits-endian.h.patch | 34
Yes, patch already in 2.9.10
-Original Message-
From: akuster808
Sent: Thursday, January 23, 2020 1:46 PM
To: Lee, Chee Yang ;
openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH][zeus] libxml2: Fix CVE-2019-19956
On 1/22/20 6:09 PM, chee.yang@intel.com wrote:
On 1/22/20 6:09 PM, chee.yang@intel.com wrote:
> From: Lee Chee Yang
>
> see:
> https://gitlab.gnome.org/GNOME/libxml2/commit/5a02583c7e683896d84878bd90641d8d9b0d0549
>
> Signed-off-by: Lee Chee Yang
So Master is not affected? 2.9.10
- armin
> ---
> .../libxml/libxml2/Fix-CVE-2019-19956
Drop musl patch and backport a fix from upstream instead.
Signed-off-by: Anuj Mittal
---
...r_float-do-not-include-bits-endian.h.patch | 34 +++
.../libtirpc/libtirpc/musl.patch | 30
.../{libtirpc_1.1.4.bb => libtirpc_1.2.5.bb} | 6 ++--
3 files c
From: Lee Chee Yang
see:
https://gitlab.gnome.org/GNOME/libxml2/commit/5a02583c7e683896d84878bd90641d8d9b0d0549
Signed-off-by: Lee Chee Yang
---
.../libxml/libxml2/Fix-CVE-2019-19956.patch| 40 ++
meta/recipes-core/libxml/libxml2_2.9.9.bb | 1 +
2 files ch
Announcement: https://lists.gnu.org/archive/html/bug-make/2020-01/msg00057.html
1) Remove upstream provided patches
0001-glob-Do-not-assume-glibc-glob-internals.patch
and 0002-glob-Do-not-assume-glibc-glob-internals.patch.
2) License has been changed to GPLv3 only
3) Important bug-fix is
WARNING: ethtool-5.4-r0 do_patch: Fuzz detected:
Applying patch avoid_parallel_tests.patch
patching file configure.ac
Hunk #1 succeeded at 2 with fuzz 1.
The context lines in the patches can be updated with devtool:
devtool modify ethtool
devtool finish --force-patch-refresh ethtool
D
LGTM.
Thanks Matthew.
../Randy
On 1/22/20 3:20 PM, Mingde (Matthew) Zeng wrote:
This patch fixes kbd ptest libkbdfile-test08 failure in 64-bit images.
```sh
root@intel-x86-64:/usr/lib64/kbd/ptest# ./run-ptest
make: Entering directory '/usr/lib64/kbd/ptest/tests'
make[1]: Entering directory '
On Tue, Jan 21, 2020 at 8:32 AM Adrian Bunk wrote:
>
> On Thu, Jan 16, 2020 at 07:17:20AM -0800, Khem Raj wrote:
> > On Thu, Jan 16, 2020 at 5:13 AM Adrian Bunk wrote:
> > >
> > > On Wed, Jan 15, 2020 at 08:46:09PM -0800, Khem Raj wrote:
> > > > Clang detects that getcwd is being re-declared and
This patch fixes kbd ptest libkbdfile-test08 failure in 64-bit images.
```sh
root@intel-x86-64:/usr/lib64/kbd/ptest# ./run-ptest
make: Entering directory '/usr/lib64/kbd/ptest/tests'
make[1]: Entering directory '/usr/lib64/kbd/ptest/tests'
PASS: libkbdfile-test01
PASS: libkbdfile-test02
PASS: libk
Change your oneline summary from:
Re: [PATCH] kbd: fix ptest libkbdfile-test08
to:
Re: [PATCH] kbd: make libkbdfile-test08 ptest work for multilib
That's more specific so it helps readers but it's still terse
and just a bit over the recommended 50 character git shortlog length:
https://c
`DATADIR` and `ABS_DATADIR` are compile flags defined in
./kbd/tests/Makefile.am. `DATADIR` is the relative directory of
kbd, i.e `./kbd/ptest/tests` whereas `ABS_DATADIR` is the full
directory path, i.e `/usr/lib/kbd/ptest/tests`. The latter has a
problem when building ptests f
Hi Mikko,
Le 22/01/2020 à 10:28, mikko.rap...@bmw.de a écrit :
Which parts of util-linux are now licensed with GPLv3?
As said by Peter previously, it's only for hwclock. In fact
since commit 7a3000f7ba548cf7d74ac77cc63fe8de228a669e ("hwclock: use
parse_date function ") so the version 2.30,
h
On 1/22/20 10:06 AM, Richard Purdie wrote:
On Wed, 2020-01-22 at 10:02 -0600, Joshua Watt wrote:
On 1/22/20 9:53 AM, Richard Purdie wrote:
On Sun, 2020-01-19 at 12:59 -0600, Joshua Watt wrote:
Do not strip packages when testing reproducible builds. In some cases,
stripped data differs betwee
The locale data in the recipe is generated using cpp, which results in
differing amounts of whitespace depending on what compiler is used.
This means that the files may differ in just whitespace, which is
sufficient for RPM's multilib code to consider them different and not
allow lib32-libx11-local
The udhcpc script fails to properly set a default route when:
- 'ip' is present ($have_bin_ip -eq 1)
- there are 2 or more interfaces connected to the same network
(e.g. ethernet + wifi on the same home LAN / same DHCP server)
In this case, when the first interface gets an address from DHCP
On Wed, 2020-01-22 at 10:02 -0600, Joshua Watt wrote:
> On 1/22/20 9:53 AM, Richard Purdie wrote:
> > On Sun, 2020-01-19 at 12:59 -0600, Joshua Watt wrote:
> > > Do not strip packages when testing reproducible builds. In some cases,
> > > stripped data differs between builds, but then gets removed.
On 1/22/20 9:53 AM, Richard Purdie wrote:
On Sun, 2020-01-19 at 12:59 -0600, Joshua Watt wrote:
Do not strip packages when testing reproducible builds. In some cases,
stripped data differs between builds, but then gets removed. However,
the contents affect the generation of the GCC build-id, w
On Sun, 2020-01-19 at 12:59 -0600, Joshua Watt wrote:
> Do not strip packages when testing reproducible builds. In some cases,
> stripped data differs between builds, but then gets removed. However,
> the contents affect the generation of the GCC build-id, which then
> differs in the resulting ELF
packagegroup-base-vfat RRECOMMENDS on dosfstools, but this is GPLv3 so
may be blacklisted. Respect INCOMPATIBLE_LICENSE and don't recommend if
GPL-3.0 has been blacklisted.
Signed-off-by: Ross Burton
---
meta/recipes-core/packagegroups/packagegroup-base.bb | 2 +-
1 file changed, 1 insertion(+)
shared-mime-info needs itstool-native, not itstool. Fixing this removes itstool
from the rdepends of shared-mime-info-dev.
Signed-off-by: Ross Burton
---
meta/recipes-support/shared-mime-info/shared-mime-info_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipe
The client depends on readline which is GPLv3. Add a PACKAGECONFIG so users who
don't need the client and are against GPLv3 can disable it.
Also remove the explicit installation of the client in do_install_append, as the
Makefile installs it now.
Signed-off-by: Ross Burton
---
meta/recipes-con
From: Stefan Agner
Make use of the recently added systemd support in psplash. The utility
psplash-systemd communicates boot progress to the splash screen. The
splash is disabled once systemd consideres the system fully booted
(progress is at 1.0). Note that this can take a while if systemd is
stu
Hello,
When preparing an image for device I'd like to exclude test folders from
python install path, i.e. folders like:
/usr/lib/python2.7/test
/usr/lib/python2.7/sqlite3/test
...
They take much space and are not needed on my device.
Could you please advice is there a configure option for pytho
Hi there,
I encountered a problem using bitbake for different architectures and building
an image with the licenses:
local.conf:
COPY_LIC_MANIFEST = "1"
COPY_LIC_DIRS = "1"
LICENSE_CREATE_PACKAGE = "1"
The problem appears in warrior and can be reproduced with the following steps:
1. Buil
Hi Khem,
On Tue, Jan 21, 2020 at 10:08:59AM -0800, Khem Raj wrote:
> On Tue, Jan 21, 2020 at 1:23 AM Quentin Schulz
> wrote:
> >
> > Hi Khem,
> >
> > On Mon, Jan 20, 2020 at 11:26:27AM -0800, Khem Raj wrote:
> > > > Just checked, we still override that script in our layer, so definitely
> > > > w
On Tue, Jan 21, 2020 at 07:28:44PM +0100, Pierre-Jean Texier via
Openembedded-core wrote:
> License-Update: add GPLv3 text
Which parts of util-linux are now licensed with GPLv3?
-Mikko
> Drop upstreamed patch
>
> See full changelog
> https://lore.kernel.org/util-linux/20200121105711.zzeeolydl
> Am 21.01.2020 um 17:59 schrieb Martin Jansa :
>
> There are also some backwards incompatible changes introduced in this release.
>
> Link to whole
> announcement:https://lists.gnu.org/archive/html/bug-make/2020-01/msg00057.html
Do you want them included in commit message?
AFAIK hostbuild is
From: Mingli Yu
After transiton to meson build for gstreamer series,
for gstreamer1.0-plugins-base, with below two commits
introduced:
238080ed89 gstreamer: Remove unused common files and patches
20614408dc gstreamer1.0-plugins-base: Transition to meson based builds
With below config in local.co
On Tue, Jan 21, 2020 at 2:02 PM Khem Raj wrote:
>
>
>
> On Tue, Jan 21, 2020 at 12:22 PM Richard Purdie
> wrote:
>>
>> On Tue, 2020-01-21 at 11:35 -0800, Khem Raj wrote:
>> > This is failing on qemuarm btw
>> >
>> > http://errors.yoctoproject.org/Errors/Details/307410/
>>
>> That is odd as it pa
Use NSS_USE_ARM_HW_CRYPTO to detect USE_ARM_GCM, since there are
dependent, without this we control the crypto code function inclusion in
build but do not control the call sites, which can result in undefined
symbols e.g.
Linux_SINGLE_SHLIB/gcm.o: in function `gcmHash_InitContext':
/usr/src/debug/
32 matches
Mail list logo