|
[meta-oe][PATCH 6/8] wpa-supplicant: Use upstream defconfig
The copy of defconfig we were carrying was from 2014 and very out of
date; drop it and use the upstream version with appropriate edits for
our PACKAGECONFIG.
Switch PACKAGECONFIG to using a default
The copy of defconfig we were carrying was from 2014 and very out of
date; drop it and use the upstream version with appropriate edits for
our PACKAGECONFIG.
Switch PACKAGECONFIG to using a default
|
By
Alex Kiernan
·
#164270
·
|
|
[meta-oe][PATCH 5/8] wpa-supplicant: Build static library if not DISABLE_STATIC
Build the static library if the configuration indicates we should.
Signed-off-by: Alex Kiernan <alexk@...>
---
.../wpa-supplicant/wpa-supplicant_2.10.bb | 11 +++++++++++
1 file
Build the static library if the configuration indicates we should.
Signed-off-by: Alex Kiernan <alexk@...>
---
.../wpa-supplicant/wpa-supplicant_2.10.bb | 11 +++++++++++
1 file
|
By
Alex Kiernan
·
#164269
·
|
|
[meta-oe][PATCH 4/8] wpa-supplicant: Backport libwpa/clean build fixes
Enabling CONFIG_BUILD_WPA_CLIENT_SO or CONFIG_NO_WPA_PASSPHRASE do
nothing in the released 2.10 wpa-supplicant; backport the fixes for
this.
Also backport the fixes for `make clean` when
Enabling CONFIG_BUILD_WPA_CLIENT_SO or CONFIG_NO_WPA_PASSPHRASE do
nothing in the released 2.10 wpa-supplicant; backport the fixes for
this.
Also backport the fixes for `make clean` when
|
By
Alex Kiernan
·
#164268
·
|
|
[meta-oe][PATCH 3/8] wpa-supplicant: Use PACKAGE_BEFORE_PN/${PN}
Use PACKAGE_BEFORE_PN for packages which need to capture files early,
switch to idiomatic ${PN} for additional packages.
Signed-off-by: Alex Kiernan <alexk@...>
---
Use PACKAGE_BEFORE_PN for packages which need to capture files early,
switch to idiomatic ${PN} for additional packages.
Signed-off-by: Alex Kiernan <alexk@...>
---
|
By
Alex Kiernan
·
#164267
·
|
|
[meta-oe][PATCH 2/8] wpa-supplicant: Avoid changing directory in do_install
Changing directory leads to anyone coming later needing to be explicit
in their directory usage as the working directory is no longer ${B}.
Signed-off-by: Alex Kiernan <alexk@...>
---
Changing directory leads to anyone coming later needing to be explicit
in their directory usage as the working directory is no longer ${B}.
Signed-off-by: Alex Kiernan <alexk@...>
---
|
By
Alex Kiernan
·
#164266
·
|
|
[meta-oe][PATCH 1/8] wpa-supplicant: Reorder/group following style guide
Signed-off-by: Alex Kiernan <alexk@...>
---
.../wpa-supplicant/wpa-supplicant_2.10.bb | 41 ++++++++++---------
1 file changed, 22 insertions(+), 19 deletions(-)
diff --git
Signed-off-by: Alex Kiernan <alexk@...>
---
.../wpa-supplicant/wpa-supplicant_2.10.bb | 41 ++++++++++---------
1 file changed, 22 insertions(+), 19 deletions(-)
diff --git
|
By
Alex Kiernan
·
#164265
·
|
|
[PATCH] externalsrc/devtool: Fix to work with fixed export funcition flags handling
If we fix bitbake to correctly handle the cleandirs and fakeroot flags
for tasks handled by EXPORT_FUNCTIONS, we break devtool since it only
considers these for top level functions. Add in extra code
If we fix bitbake to correctly handle the cleandirs and fakeroot flags
for tasks handled by EXPORT_FUNCTIONS, we break devtool since it only
considers these for top level functions. Add in extra code
|
By
Richard Purdie
·
#164264
·
|
|
Re: [yocto-security] OE-core CVE metrics for master on Sun 10 Apr 2022 02:00:01 AM HST
I thought I'd update on a quick check through the status of the CVEs this is
reporting for master/kirkstone.
Steve is questioning the version restrictions on this, we don't think it applies
to
I thought I'd update on a quick check through the status of the CVEs this is
reporting for master/kirkstone.
Steve is questioning the version restrictions on this, we don't think it applies
to
|
By
Richard Purdie
·
#164263
·
|
|
[PATCH] git: Ignore CVE-2022-24975
Everyone I've talked to doesn't see this as a major issue. The CVE
asks for a documentation improvement on the --mirror option to
git clone as deleted content could be leaked into a mirror. For
Everyone I've talked to doesn't see this as a major issue. The CVE
asks for a documentation improvement on the --mirror option to
git clone as deleted content could be leaked into a mirror. For
|
By
Richard Purdie
·
#164262
·
|
|
[PATCH 2/2] tiff: Add marker for CVE-2022-1056 being fixed
As far as I can tell, the patches being applied also fix CVE-2022-1056 so
mark as such.
Signed-off-by: Richard Purdie <richard.purdie@...>
---
As far as I can tell, the patches being applied also fix CVE-2022-1056 so
mark as such.
Signed-off-by: Richard Purdie <richard.purdie@...>
---
|
By
Richard Purdie
·
#164261
·
|
|
[PATCH 1/2] qemu: Add fix for CVE-2022-1050
Add a fix queued upstream for the issue in this CVE:
"""
Guest driver might execute HW commands when shared buffers are not yet
allocated.
This might happen on purpose (malicious guest) or because
Add a fix queued upstream for the issue in this CVE:
"""
Guest driver might execute HW commands when shared buffers are not yet
allocated.
This might happen on purpose (malicious guest) or because
|
By
Richard Purdie
·
#164260
·
|
|
Re: [PATCH v2 2/2] pango: Upgrade to 1.50.6
Hi Khem,
New ptest failures with this
Hi Khem,
New ptest failures with this
|
By
Alexandre Belloni
·
#164259
·
|
|
[PATCH 4/4] libcap: add pam_cap license
If libcap is compiled with pam in PACKAGECONFIG
additional one additional license text becomes effective,
add that as a conditional
Signed-off-by: Konrad Weihmann <kweihmann@...>
---
If libcap is compiled with pam in PACKAGECONFIG
additional one additional license text becomes effective,
add that as a conditional
Signed-off-by: Konrad Weihmann <kweihmann@...>
---
|
By
Konrad Weihmann <kweihmann@...>
·
#164258
·
|
|
[PATCH 3/4] itstool: add missing COPYING.GPL3
to LIC_FILES_CHKSUM.
Format the list for better readability.
Remove useless line continuation from SRC_URI
Signed-off-by: Konrad Weihmann <kweihmann@...>
---
to LIC_FILES_CHKSUM.
Format the list for better readability.
Remove useless line continuation from SRC_URI
Signed-off-by: Konrad Weihmann <kweihmann@...>
---
|
By
Konrad Weihmann <kweihmann@...>
·
#164257
·
|
|
[PATCH 2/4] gmp: add missing COPYINGv3
add COPYINGv3 license text to LIC_FILES_CHKSUM
Signed-off-by: Konrad Weihmann <kweihmann@...>
---
meta/recipes-support/gmp/gmp_6.2.1.bb | 8 +++++---
1 file changed, 5 insertions(+), 3
add COPYINGv3 license text to LIC_FILES_CHKSUM
Signed-off-by: Konrad Weihmann <kweihmann@...>
---
meta/recipes-support/gmp/gmp_6.2.1.bb | 8 +++++---
1 file changed, 5 insertions(+), 3
|
By
Konrad Weihmann <kweihmann@...>
·
#164256
·
|
|
[PATCH 1/4] kern-tools-native: add missing license
add the Kconfiglib license, as this was missing in before.
Add MIT identifier to LICENSE
Signed-off-by: Konrad Weihmann <kweihmann@...>
---
add the Kconfiglib license, as this was missing in before.
Add MIT identifier to LICENSE
Signed-off-by: Konrad Weihmann <kweihmann@...>
---
|
By
Konrad Weihmann <kweihmann@...>
·
#164255
·
|
|
Re: [PATCH] icewm:include imlib2-loaders package
Or just add it in the line above and save bitbake some work with the append.
Or just add it in the line above and save bitbake some work with the append.
|
By
Martin Jansa
·
#164254
·
|
|
Re: [PATCH] icewm:include imlib2-loaders package
wrong ML and you probably wanted RDEPENDS:${PN}:append not RDEPENDS:append:${PN}
wrong ML and you probably wanted RDEPENDS:${PN}:append not RDEPENDS:append:${PN}
|
By
Martin Jansa
·
#164253
·
|
|
[PATCH] icewm:include imlib2-loaders package
From: KARN JYE LAU <karn.jye.lau@...>
icewm 2.0.0 above have use imlib2 as default
rendering engine.Update icewm recipe to include
the essential packages for icewm to work
From: KARN JYE LAU <karn.jye.lau@...>
icewm 2.0.0 above have use imlib2 as default
rendering engine.Update icewm recipe to include
the essential packages for icewm to work
|
By
Lau, Karn Jye
·
#164252
·
|
|
[PATCH 2/2] ccache: Fix build with gcc12/mips
Avoid gcc12 failure to inline function on mips
Signed-off-by: Khem Raj <raj.khem@...>
---
...t-Do-not-use-always_inline-with-mips.patch | 33 +++++++++++++++++++
Avoid gcc12 failure to inline function on mips
Signed-off-by: Khem Raj <raj.khem@...>
---
...t-Do-not-use-always_inline-with-mips.patch | 33 +++++++++++++++++++
|
By
Khem Raj
·
#164251
·
|