|
[meta/master][PATCH] kernel.bbclass: Use KERNEL_IMAGEDEST instead of hardcoded boot path
The behaviour doesn't change because KERNEL_IMAGEDEST is defined as
'boot' in the same file (line 215).
Signed-off-by: Alessio Igor Bogani <alessio.bogani@...>
---
meta/classes/kernel.bbclass
The behaviour doesn't change because KERNEL_IMAGEDEST is defined as
'boot' in the same file (line 215).
Signed-off-by: Alessio Igor Bogani <alessio.bogani@...>
---
meta/classes/kernel.bbclass
|
By
Alessio Igor Bogani
·
#163885
·
|
|
Re: [PATCH v2 3/3] depmodwrapper: Use nonarch_base_libdir for depmod.d
Shouldn't the above go into the kmod recipe? We need this on target as well as
in our rootfs build, right? I'm worried about the case where someone calls
depmod on target.
Does anything in the build
Shouldn't the above go into the kmod recipe? We need this on target as well as
in our rootfs build, right? I'm worried about the case where someone calls
depmod on target.
Does anything in the build
|
By
Richard Purdie
·
#163884
·
|
|
Re: [master] meta: scripts - relocation script adapted to support big-endian machines
I think we can make the change a bit neater, maybe putting ">" or "<" into the
global variable and then doing something like:
hdr_fmt = endian_prefix + "HHIQQQIHHHHHH"
?
Cheers,
Richard
I think we can make the change a bit neater, maybe putting ">" or "<" into the
global variable and then doing something like:
hdr_fmt = endian_prefix + "HHIQQQIHHHHHH"
?
Cheers,
Richard
|
By
Richard Purdie
·
#163883
·
|
|
Re: meta: rust: Bug fix for target definitions returning 'NoneType'
Can you please explain why changing arm-eabi to arm fixes the issue
and provide the complete error?
We do build rust for arm machines on the autobuilder, and there is no
error like that
Can you please explain why changing arm-eabi to arm fixes the issue
and provide the complete error?
We do build rust for arm machines on the autobuilder, and there is no
error like that
|
By
Alexander Kanavin
·
#163882
·
|
|
meta: rust: Bug fix for target definitions returning 'NoneType'
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'
All the target definitions within
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'
All the target definitions within
|
By
Sundeep KOKKONDA
·
#163881
·
|
|
[meta] meta: scripts - relocation script adapted to support big-endian machines
relocate_sdk.py was developed for little-endian architures and when tries
to install SDK for big-endian machines errors like below will be shown.
Error: struct.error: unpack requires a string argument
relocate_sdk.py was developed for little-endian architures and when tries
to install SDK for big-endian machines errors like below will be shown.
Error: struct.error: unpack requires a string argument
|
By
Sundeep KOKKONDA
·
#163880
·
|
|
[master] meta: scripts - relocation script adapted to support big-endian machines
relocate_sdk.py was developed for little-endian architures and when tries
to install SDK for big-endian machines errors like below will be shown.
The changes made in the script to support big-endian
relocate_sdk.py was developed for little-endian architures and when tries
to install SDK for big-endian machines errors like below will be shown.
The changes made in the script to support big-endian
|
By
Sundeep KOKKONDA
·
#163879
·
|
|
[hardknott][PATCH 00/20] Pull request
The following changes since commit bcef80623f015c006778edee5cf40dad063e51db:
wic: Use custom kernel path if provided (2022-03-15 23:00:09 +0800)
are available in the Git repository at:
The following changes since commit bcef80623f015c006778edee5cf40dad063e51db:
wic: Use custom kernel path if provided (2022-03-15 23:00:09 +0800)
are available in the Git repository at:
|
By
Anuj Mittal
·
#163878
·
|
|
[dunfell][PATCH v2] bluez5: fix CVE-2022-0204
Fix heap overflow when appending prepare writes
The code shall check if the prepare writes would append more the
allowed maximum attribute length.
Upstream-Status: Backport
Fix heap overflow when appending prepare writes
The code shall check if the prepare writes would append more the
allowed maximum attribute length.
Upstream-Status: Backport
|
By
Ralph Siemsen
·
#163877
·
|
|
[dunfell 00/17] Pull request (cover letter only)
Note: this also includes the patches from my previous pull request on Tuesday
The following changes since commit 71015408c60ddf2e9af00cc8574815971e1b689d:
oeqa/selftest/tinfoil: Improve tinfoil
Note: this also includes the patches from my previous pull request on Tuesday
The following changes since commit 71015408c60ddf2e9af00cc8574815971e1b689d:
oeqa/selftest/tinfoil: Improve tinfoil
|
By
Steve Sakoman
·
#163876
·
|
|
[PATCH] meson: Robustify compiler detection logic
meson would fail to detect compiler type in some rare care where
specific substring '-xt' is detected in compiler --version output and
it so happens that this string can be generated by clang
meson would fail to detect compiler type in some rare care where
specific substring '-xt' is detected in compiler --version output and
it so happens that this string can be generated by clang
|
By
Khem Raj
·
#163875
·
|
|
[PATCH v2 3/3] depmodwrapper: Use nonarch_base_libdir for depmod.d
This ensure that when depmod-native runs we can find the correct
exclude.conf information, in this case adding .debug to ignore
the .debug kernell modules. The kmod utilities like depmod can
This ensure that when depmod-native runs we can find the correct
exclude.conf information, in this case adding .debug to ignore
the .debug kernell modules. The kmod utilities like depmod can
|
By
Saul Wold
·
#163874
·
|
|
[PATCH v2 1/3] busybox: Exclude .debug from depmod
As with the kmod version of depmod, exclude .debug from being
searched. Since busybox does not use the depmod.d and any
configuration file option is ignored we just hardcode it.
Signed-off-by: Saul
As with the kmod version of depmod, exclude .debug from being
searched. Since busybox does not use the depmod.d and any
configuration file option is ignored we just hardcode it.
Signed-off-by: Saul
|
By
Saul Wold
·
#163873
·
|
|
[PATCH v2 2/3] kmod: Add an exclude directive to depmod
This adds a new configuration directive to depmod that causes
depmod to exclude a give path entry like .debug.
kernel-dbg provides the modules .debug/<module>.ko files and
when installed either
This adds a new configuration directive to depmod that causes
depmod to exclude a give path entry like .debug.
kernel-dbg provides the modules .debug/<module>.ko files and
when installed either
|
By
Saul Wold
·
#163872
·
|
|
[PATCH] python3: update to 3.10.4
Signed-off-by: Oleksandr Kravchuk <open.source@...>
---
.../python/{python3_3.10.3.bb => python3_3.10.4.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Signed-off-by: Oleksandr Kravchuk <open.source@...>
---
.../python/{python3_3.10.3.bb => python3_3.10.4.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
|
By
Oleksandr Kravchuk
·
#163871
·
|
|
Re: [dunfell][PATCH] bluez5: fix CVE-2022-0204
I approve of the location and format. And it is useful too :-)
Steve
I approve of the location and format. And it is useful too :-)
Steve
|
By
Steve Sakoman
·
#163870
·
|
|
Re: [dunfell][PATCH] bluez5: fix CVE-2022-0204
Yep, I must have fumbled it before sending it out.
Please ignore this one, I'll do a v2 later.
Any comments on the usefulness/format of the "Status in other
branches" would be appreciated.
Ralph
Yep, I must have fumbled it before sending it out.
Please ignore this one, I'll do a v2 later.
Any comments on the usefulness/format of the "Status in other
branches" would be appreciated.
Ralph
|
By
Ralph Siemsen
·
#163869
·
|
|
Re: [dunfell][PATCH] bluez5: fix CVE-2022-0204
seems to have tabs vs spaces problem.
seems to have tabs vs spaces problem.
|
By
Khem Raj
·
#163868
·
|
|
[dunfell][PATCH] bluez5: fix CVE-2022-0204
Fix heap overflow when appending prepare writes
The code shall check if the prepare writes would append more the
allowed maximum attribute length.
Upstream-Status: Backport
Fix heap overflow when appending prepare writes
The code shall check if the prepare writes would append more the
allowed maximum attribute length.
Upstream-Status: Backport
|
By
Ralph Siemsen
·
#163867
·
|
|
Re: [PATCH 1/1] unzip: fix CVE-2021-4217
The origin of the patch needs to be better explained, right now it
seems like a random thing off the internet. Upstream-Status is
certainly not inappropriate, as it is a security fix.
Alex
The origin of the patch needs to be better explained, right now it
seems like a random thing off the internet. Upstream-Status is
certainly not inappropriate, as it is a security fix.
Alex
|
By
Alexander Kanavin
·
#163866
·
|