|
bitbake.conf: reason for assignment of deprecated variable
Hello,
with the deprecation of SERIAL_CONSOLE the following was introduced in bitbake.conf:
3f0d665384e6d1b7aa2854a9cc4f13e0961bacb7 (bitbake.conf: set SERIAL_CONSOLES from
SERIAL_CONSOLE by
Hello,
with the deprecation of SERIAL_CONSOLE the following was introduced in bitbake.conf:
3f0d665384e6d1b7aa2854a9cc4f13e0961bacb7 (bitbake.conf: set SERIAL_CONSOLES from
SERIAL_CONSOLE by
|
By
Markus Niebel
·
#164228
·
|
|
Re: [master][PATCH v3] libarchive: upgrate from 3.6.0 to 3.6.1
Hello,
I'm already carrying this upgrade from Khem, earlier today.
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
Hello,
I'm already carrying this upgrade from Khem, earlier today.
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
|
By
Alexandre Belloni
·
#164227
·
|
|
Re: [PATCH] go: Always pass interpreter to linker
Hi Jose,
Am 4/11/2022 um 3:30 PM schrieb Jose Quaresma:
Yes... of course this is wrong. /lib/ld-linux-x86-64.so.2 is the default
linker path for yocto on x86_64
Sorry about that
Joerg
Hi Jose,
Am 4/11/2022 um 3:30 PM schrieb Jose Quaresma:
Yes... of course this is wrong. /lib/ld-linux-x86-64.so.2 is the default
linker path for yocto on x86_64
Sorry about that
Joerg
|
By
J?rg Vehlow
·
#164226
·
|
|
Re: [PATCH] go: Always pass interpreter to linker
J?rg Vehlow <lkml@...> escreveu no dia segunda, 11/04/2022 à(s) 13:35:
Is this correct? The first path is the seme one of the second.
Jose
--
Best regards,
José Quaresma
J?rg Vehlow <lkml@...> escreveu no dia segunda, 11/04/2022 à(s) 13:35:
Is this correct? The first path is the seme one of the second.
Jose
--
Best regards,
José Quaresma
|
By
Jose Quaresma
·
#164225
·
|
|
[master][PATCH v3] libarchive: upgrate from 3.6.0 to 3.6.1
This release contains security fixes
including CVE-2022-26280 fix.
Signed-off-by: Davide Gardenal <davide.gardenal@...>
---
Update v3:
Instead of backporting the patch upgrade to the
This release contains security fixes
including CVE-2022-26280 fix.
Signed-off-by: Davide Gardenal <davide.gardenal@...>
---
Update v3:
Instead of backporting the patch upgrade to the
|
By
Davide Gardenal
·
#164224
·
|
|
Re: [master][PATCH v2] libarchive: backport patch to fix CVE-2022-26280
Hi Quentin,
I just missed the release so I'm going to send a v3 patch now, thanks!
Hi Quentin,
I just missed the release so I'm going to send a v3 patch now, thanks!
|
By
Davide Gardenal
·
#164223
·
|
|
Re: [master][PATCH v2] libarchive: backport patch to fix CVE-2022-26280
Hi Davide,
Any reason for not updating to 3.6.1 since it includes this patch (from the changelog info at least)?
Cheers,
Quentin
Hi Davide,
Any reason for not updating to 3.6.1 since it includes this patch (from the changelog info at least)?
Cheers,
Quentin
|
By
Quentin Schulz
·
#164222
·
|
|
[master][PATCH v2] libarchive: backport patch to fix CVE-2022-26280
Signed-off-by: Davide Gardenal <davide.gardenal@...>
---
Update v2:
Change title from [meta-oe] to [oe-core]
---
.../libarchive/CVE-2022-26280.patch | 31 +++++++++++++++++++
Signed-off-by: Davide Gardenal <davide.gardenal@...>
---
Update v2:
Change title from [meta-oe] to [oe-core]
---
.../libarchive/CVE-2022-26280.patch | 31 +++++++++++++++++++
|
By
Davide Gardenal
·
#164221
·
|
|
[meta-oe][master][PATCH] libarchive: backport patch to fix CVE-2022-26280
Signed-off-by: Davide Gardenal <davide.gardenal@...>
---
.../libarchive/CVE-2022-26280.patch | 31 +++++++++++++++++++
.../libarchive/libarchive_3.6.0.bb | 4 ++-
2 files
Signed-off-by: Davide Gardenal <davide.gardenal@...>
---
.../libarchive/CVE-2022-26280.patch | 31 +++++++++++++++++++
.../libarchive/libarchive_3.6.0.bb | 4 ++-
2 files
|
By
Davide Gardenal
·
#164220
·
|
|
[PATCH] go: Always pass interpreter to linker
From: Joerg Vehlow <joerg.vehlow@...>
When gos internal linker is used, it uses hardcoded paths to the
interpreter (dynamic linker). For x86_64 this hardcoded path is
/lib64/ld-linux-x86-64.so.2,
From: Joerg Vehlow <joerg.vehlow@...>
When gos internal linker is used, it uses hardcoded paths to the
interpreter (dynamic linker). For x86_64 this hardcoded path is
/lib64/ld-linux-x86-64.so.2,
|
By
J?rg Vehlow
·
#164219
·
|
|
[PATCH] itstool: correct upstream version check
Signed-off-by: Alexander Kanavin <alex@...>
---
meta/recipes-support/itstool/itstool_2.0.7.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git
Signed-off-by: Alexander Kanavin <alex@...>
---
meta/recipes-support/itstool/itstool_2.0.7.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git
|
By
Alexander Kanavin
·
#164218
·
|
|
Re: [PATCH] bluez5: install /var/lib/bluetooth directory
Am 08.04.2022 um 22:03 schrieb Markus Volk via lists.openembedded.org:
Regarding the documentation the ReadOnlyPaths and ReadWritePaths makes not sense because ProtectSystem=full mounts /usr, boot
Am 08.04.2022 um 22:03 schrieb Markus Volk via lists.openembedded.org:
Regarding the documentation the ReadOnlyPaths and ReadWritePaths makes not sense because ProtectSystem=full mounts /usr, boot
|
By
Stefan Herbrechtsmeier
·
#164217
·
|
|
Re: [PATCH] glib-networking: build with gnutls support
It's the dependencies that you have to count as well in order to link
with libgnutls in a program.
libgnutls requires nettle which requires GMP. GMP (>= 6.0.0) is dual licensed
LGPLv3+ or GPLv2+.
It's the dependencies that you have to count as well in order to link
with libgnutls in a program.
libgnutls requires nettle which requires GMP. GMP (>= 6.0.0) is dual licensed
LGPLv3+ or GPLv2+.
|
By
Khem Raj
·
#164216
·
|
|
[PATCH V3] meta: rust - Bug fix for target definitions returning 'NoneType' for arm
The build shows below error while building for arm machines.
Exception: TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'
Detailed error info :
Steps to
The build shows below error while building for arm machines.
Exception: TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'
Detailed error info :
Steps to
|
By
Sundeep KOKKONDA
·
#164215
·
|
|
Re: [PATCH] glib-networking: build with gnutls support
Am 11.04.22 um 06:25 schrieb Andre McCurdy:
In a perfect world, I would say you are right. There should not even exist more than one implementation.
In reality, at least for
Am 11.04.22 um 06:25 schrieb Andre McCurdy:
In a perfect world, I would say you are right. There should not even exist more than one implementation.
In reality, at least for
|
By
Markus Volk
·
#164214
·
|
|
[master][kirkstone][PATCH] musl: Move to 1.2.3 release tag
This actually are just 2 patches on top of what we have thus far
* 7a43f6fe release 1.2.3
* 01b14242 accept null pointer as message argument to gettext functions
Signed-off-by: Khem Raj
This actually are just 2 patches on top of what we have thus far
* 7a43f6fe release 1.2.3
* 01b14242 accept null pointer as message argument to gettext functions
Signed-off-by: Khem Raj
|
By
Khem Raj
·
#164213
·
|
|
Re: [PATCH] glib-networking: build with gnutls support
This should either be gnutls or openssl, not both. But aside from
that, gnutls brings (L)GPLv3 issues and therefore should not be
enabled by default.
Are you saying that some glib-networking
This should either be gnutls or openssl, not both. But aside from
that, gnutls brings (L)GPLv3 issues and therefore should not be
enabled by default.
Are you saying that some glib-networking
|
By
Andre McCurdy
·
#164212
·
|
|
[PATCH v2 2/2] pango: Upgrade to 1.50.6
Changes in this release [1]
[1] https://github.com/GNOME/pango/commit/37a427018c92a2bc679ef104097e07a619609c9c
Signed-off-by: Khem Raj <raj.khem@...>
---
v2: Rebased
Changes in this release [1]
[1] https://github.com/GNOME/pango/commit/37a427018c92a2bc679ef104097e07a619609c9c
Signed-off-by: Khem Raj <raj.khem@...>
---
v2: Rebased
|
By
Khem Raj
·
#164211
·
|
|
[PATCH v2 1/2] libarchive: Upgrade to 3.6.1
Changes in this release [1]
[1] https://github.com/libarchive/libarchive/releases/tag/v3.6.1
Signed-off-by: Khem Raj <raj.khem@...>
---
v2: Fix subject line to reflect right version
Changes in this release [1]
[1] https://github.com/libarchive/libarchive/releases/tag/v3.6.1
Signed-off-by: Khem Raj <raj.khem@...>
---
v2: Fix subject line to reflect right version
|
By
Khem Raj
·
#164210
·
|
|
Re: [PATCH] glib-networking: build with gnutls support
Hi Markus,
Please use one commit per component as it is easy to describe.
Jose
Markus Volk <f_l_k@...> escreveu no dia domingo, 10/04/2022 à(s) 18:29:
--
Best regards,
José Quaresma
Hi Markus,
Please use one commit per component as it is easy to describe.
Jose
Markus Volk <f_l_k@...> escreveu no dia domingo, 10/04/2022 à(s) 18:29:
--
Best regards,
José Quaresma
|
By
Jose Quaresma
·
#164209
·
|