|
[PATCH 1/2] scripts: Add a conversion script to use SPDX license names
We're standardising on SPDX license names so it is overdue to change
the ones in the LICENSE fileds to the SPDX values. Add a conversion
script which makes this straightforward on the most
We're standardising on SPDX license names so it is overdue to change
the ones in the LICENSE fileds to the SPDX values. Add a conversion
script which makes this straightforward on the most
|
By
Richard Purdie
·
#161946
·
|
|
Re: [PATCHv2] cmake: remove CMAKE_ASM_FLAGS variable in toolchain file
If you provide ASFLAGS CMake will already load them into CMAKE_AS_FLAGS anyway, they will just not be force-overriden.
Martin
Am 17.02.22 um 20:46 schrieb Khem Raj:
If you provide ASFLAGS CMake will already load them into CMAKE_AS_FLAGS anyway, they will just not be force-overriden.
Martin
Am 17.02.22 um 20:46 schrieb Khem Raj:
|
By
Martin Beeger
·
#161945
·
|
|
Re: [PATCH v2] convert-variables: Script for Inclusive Language variable renames
We did try and make some of the names better describe what the variables do and
make the variables more consistent.
For example, a reference to HASHBASE was changed to BASEHASH which better
matches
We did try and make some of the names better describe what the variables do and
make the variables more consistent.
For example, a reference to HASHBASE was changed to BASEHASH which better
matches
|
By
Richard Purdie
·
#161944
·
|
|
Re: [PATCH v2] convert-variables: Script for Inclusive Language variable renames
<enrico.scholz=sigma-chemnitz.de@...> wrote:
Enrico, cut this out please. Every time you start with a specific,
kind of valid, question, then turn it into a rant about how the
<enrico.scholz=sigma-chemnitz.de@...> wrote:
Enrico, cut this out please. Every time you start with a specific,
kind of valid, question, then turn it into a rant about how the
|
By
Alexander Kanavin
·
#161943
·
|
|
Re: [Openembedded-architecture] Kirkstone Layer Compatibility
Hello,
+layer maintainers to ensure they see that.
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
Hello,
+layer maintainers to ensure they see that.
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
|
By
Alexandre Belloni
·
#161942
·
|
|
Re: [PATCH v2] convert-variables: Script for Inclusive Language variable renames
Richard Purdie <richard.purdie@...> writes:
s/descriptive/politically correct/
True; because it does not make sense, these variables should not be
named in this way.
The renamed
Richard Purdie <richard.purdie@...> writes:
s/descriptive/politically correct/
True; because it does not make sense, these variables should not be
named in this way.
The renamed
|
By
Enrico Scholz
·
#161941
·
|
|
Re: [oe] INCOMPATIBLE_LICENSES and WHITELIST_<license> usage
wrote:
Just as a warning, the code is actually confused. The base.bbclass code assumes
it is a recipe name, the license_image code assumes it is a package name.
All the more reason to come up with a
wrote:
Just as a warning, the code is actually confused. The base.bbclass code assumes
it is a recipe name, the license_image code assumes it is a package name.
All the more reason to come up with a
|
By
Richard Purdie
·
#161940
·
|
|
Re: [oe] INCOMPATIBLE_LICENSES and WHITELIST_<license> usage
We need to be mindful that we need to resolve this to unblock the other language
changes and feature creep here is potentially problematic. I do think it is
worth trying to improve things rather than
We need to be mindful that we need to resolve this to unblock the other language
changes and feature creep here is potentially problematic. I do think it is
worth trying to improve things rather than
|
By
Richard Purdie
·
#161939
·
|
|
Re: [PATCH v2] convert-variables: Script for Inclusive Language variable renames
wrote:
Whilst you could say they sound like booleans, they clearly can't be as that
wouldn't make sense, e.g. "Ignoring variables in basehash" makes no sense.
Secondly, most metadata variables are
wrote:
Whilst you could say they sound like booleans, they clearly can't be as that
wouldn't make sense, e.g. "Ignoring variables in basehash" makes no sense.
Secondly, most metadata variables are
|
By
Richard Purdie
·
#161938
·
|
|
Re: [PATCH v2] convert-variables: Script for Inclusive Language variable renames
"Saul Wold" <Saul.Wold@...> writes:
again: most of these renamings make identifiers much less descriptive
because they now sound like boolean flags instead of lists
Enrico
"Saul Wold" <Saul.Wold@...> writes:
again: most of these renamings make identifiers much less descriptive
because they now sound like boolean flags instead of lists
Enrico
|
By
Enrico Scholz
·
#161937
·
|
|
Re: [Openembedded-architecture] Kirkstone Layer Compatibility
The [3] should be https://git.openembedded.org/openembedded-core/commit/?id=311e61ae14b7216f5b98f1afe0e791644a07c9d0 that's where LAYERSERIES_CORENAMES was changed to kirkstone (it's not due to
The [3] should be https://git.openembedded.org/openembedded-core/commit/?id=311e61ae14b7216f5b98f1afe0e791644a07c9d0 that's where LAYERSERIES_CORENAMES was changed to kirkstone (it's not due to
|
By
Martin Jansa
·
#161936
·
|
|
[PATCH] recipeutils: Add missing get_srcrev() call
Updates within bitbake now require this call to be triggered somewhere with
floating git source revs. Add the missing call. Issue can be reproduced with:
devtool check-upgrade-status
Updates within bitbake now require this call to be triggered somewhere with
floating git source revs. Add the missing call. Issue can be reproduced with:
devtool check-upgrade-status
|
By
Richard Purdie
·
#161935
·
|
|
[PATCH 46/46][dunfell] grub: add a fix for a crash in scripts
This patch adds a fix for a crash in grub's script handling. It is
a part of a security series [1].
[1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg00007.html
Signed-off-by: Marta
This patch adds a fix for a crash in grub's script handling. It is
a part of a security series [1].
[1] https://lists.gnu.org/archive/html/grub-devel/2021-03/msg00007.html
Signed-off-by: Marta
|
By
Marta Rybczynska
·
#161934
·
|
|
[PATCH 45/46][dunfell] grub: avoid a NULL pointer dereference
This patch adds a fix for a NULL pointer dereference in grub's
commands/ls. It is a part of a security series [1].
[1]
This patch adds a fix for a NULL pointer dereference in grub's
commands/ls. It is a part of a security series [1].
[1]
|
By
Marta Rybczynska
·
#161933
·
|
|
[PATCH 44/46][dunfell] grub: add a fix for a NULL pointer dereference
This patch adds a fix for a NULL pointer dereference in grub's
script/execute. It is a part of a security series [1].
[1]
This patch adds a fix for a NULL pointer dereference in grub's
script/execute. It is a part of a security series [1].
[1]
|
By
Marta Rybczynska
·
#161932
·
|
|
[PATCH 43/46][dunfell] grub: fix incorrect use of a negative value
This patch adds a fix for an incorrect use of a negative value in grub's
util/glue-efi. It is a part of a security series [1].
[1]
This patch adds a fix for an incorrect use of a negative value in grub's
util/glue-efi. It is a part of a security series [1].
[1]
|
By
Marta Rybczynska
·
#161931
·
|
|
[PATCH 42/46][dunfell] grub: add a fix for an incorrect cast
This patch adds a fix for incorrect casting from signed to unsigned
in grub's util/grub-editenv. It is a part of a security series [1].
[1]
This patch adds a fix for incorrect casting from signed to unsigned
in grub's util/grub-editenv. It is a part of a security series [1].
[1]
|
By
Marta Rybczynska
·
#161930
·
|
|
[PATCH 41/46][dunfell] grub: add a fix for NULL pointer dereference
This patch adds a fix for a NULL pointer dereference in grub's
util/grub-install. It is a part of a security series [1].
[1]
This patch adds a fix for a NULL pointer dereference in grub's
util/grub-install. It is a part of a security series [1].
[1]
|
By
Marta Rybczynska
·
#161929
·
|
|
[PATCH 40/46][dunfell] grub: add a check for a NULL pointer
This patch adds a check for a NULL pointer before use in grub's
loader/xnu. It is a part of a security series [1].
[1]
This patch adds a check for a NULL pointer before use in grub's
loader/xnu. It is a part of a security series [1].
[1]
|
By
Marta Rybczynska
·
#161928
·
|
|
[PATCH 39/46][dunfell] grub: avoid a memory leak
This patch fixes a memory leak in grub's loader/xnu when an error is
detected in grub_xnu_writetree_toheap(). It is a part of a security
series [1].
[1]
This patch fixes a memory leak in grub's loader/xnu when an error is
detected in grub_xnu_writetree_toheap(). It is a part of a security
series [1].
[1]
|
By
Marta Rybczynska
·
#161927
·
|