|
Re: [kirkstone][master][PATCH V2] apt: fix do_package_qa failure
ping
By
Changqing Li
·
#172657
·
|
|
How to use linux-firmware to install single firmware package?
#kirkstone
Hi,
I would like to install linux-firmware-ath10k and linux-firmware-imx-sdma-imx7d firmware package to my image recipe in kirkstone release but when i append them to IMAGE_INSTALL somewhy each
Hi,
I would like to install linux-firmware-ath10k and linux-firmware-imx-sdma-imx7d firmware package to my image recipe in kirkstone release but when i append them to IMAGE_INSTALL somewhy each
|
By
Livius
·
#172656
·
|
|
Re: [PATCH] wic: make ext2/3/4 images reproducible
Agreed, there is an issue here. I just don't think the patch looks
quite right.
You're arguing we need to set crtime, ctime and atime which I can
believe. The mtime however should be fine from the
Agreed, there is an issue here. I just don't think the patch looks
quite right.
You're arguing we need to set crtime, ctime and atime which I can
believe. The mtime however should be fine from the
|
By
Richard Purdie
·
#172655
·
|
|
Re: [kirkstone][PATCH] blktrace: ask for python3 specifically
This patch should be sent upstream first. Same as in your master submission.
Alex
This patch should be sent upstream first. Same as in your master submission.
Alex
|
By
Alexander Kanavin
·
#172654
·
|
|
[PATCH] populate_sdk_base: add zip options
From: Christoph Lauer <christoph.lauer@...>
Add SDK_ZIP_OPTIONS to remove symbolic link creation in zip archive or add=
options, e.g. for encryption of the zip archive.
Signed-off-by:
From: Christoph Lauer <christoph.lauer@...>
Add SDK_ZIP_OPTIONS to remove symbolic link creation in zip archive or add=
options, e.g. for encryption of the zip archive.
Signed-off-by:
|
By
Christoph Lauer
·
#172653
·
|
|
[kirkstone][PATCH] blktrace: ask for python3 specifically
python2 has been deprecated, use python3 instead
Signed-off-by: Sakib Sajal <sakib.sajal@...>
---
...plot.py-ask-for-python3-specifically.patch | 35 +++++++++++++++++++
python2 has been deprecated, use python3 instead
Signed-off-by: Sakib Sajal <sakib.sajal@...>
---
...plot.py-ask-for-python3-specifically.patch | 35 +++++++++++++++++++
|
By
Sakib Sajal
·
#172652
·
|
|
Re: [PATCH] blktrace: ask for python3 specifically
This is not inappropriate, or oe-specific, please send the patch upstream first.
Alex
This is not inappropriate, or oe-specific, please send the patch upstream first.
Alex
|
By
Alexander Kanavin
·
#172651
·
|
|
Re: [PATCH] wic: make ext2/3/4 images reproducible
Hi Richard,
Thank you for the comment!
Well, the environment described in reproducible guides currently does not provide binary reproducability due to extfs implementation.
Moreover, building on some
Hi Richard,
Thank you for the comment!
Well, the environment described in reproducible guides currently does not provide binary reproducability due to extfs implementation.
Moreover, building on some
|
By
Sergey Zhmylev
·
#172650
·
|
|
[PATCH] blktrace: ask for python3 specifically
python2 has been deprecated, use python3 instead
Signed-off-by: Sakib Sajal <sakib.sajal@...>
---
...plot.py-ask-for-python3-specifically.patch | 35 +++++++++++++++++++
python2 has been deprecated, use python3 instead
Signed-off-by: Sakib Sajal <sakib.sajal@...>
---
...plot.py-ask-for-python3-specifically.patch | 35 +++++++++++++++++++
|
By
Sakib Sajal
·
#172649
·
|
|
Re: [PATCH 2/2] gcc-source: Drop gengtype manipulation
<richard.purdie@...> wrote:
good catch. LGTM
<richard.purdie@...> wrote:
good catch. LGTM
|
By
Khem Raj
·
#172648
·
|
|
Re: [PATCH 0/1] create-spdx: default share_src for shared sources
Per discussion on GitHub, this is fine to merge as is. Thanks
Per discussion on GitHub, this is fine to merge as is. Thanks
|
By
Joshua Watt
·
#172647
·
|
|
[PATCH] bitbake.conf: Drop export of SOURCE_DATE_EPOCH_FALLBACK
Whilst SDE definitely needs to be exported, the fallback does not as
it is only used in our python code via the datastore.
It was introduced as an export in
Whilst SDE definitely needs to be exported, the fallback does not as
it is only used in our python code via the datastore.
It was introduced as an export in
|
By
Richard Purdie
·
#172646
·
|
|
[PATCH v2] gcc-shared-source: Fix source date epoch handling
The source date epoch for gcc isn't being transferred from the shared
workdir to the current WORKDIR for the specific recipe. This results in
the clamping code within sstate.bbclass using a value from
The source date epoch for gcc isn't being transferred from the shared
workdir to the current WORKDIR for the specific recipe. This results in
the clamping code within sstate.bbclass using a value from
|
By
Richard Purdie
·
#172645
·
|
|
Re: [langdale 01/20] openssl: CVE-2022-3358 Using a Custom Cipher with NID_undef may lead to NULL encryption
Understood.
Great. Thank you.
--
Patrick Williams
Understood.
Great. Thank you.
--
Patrick Williams
|
By
Patrick Williams
·
#172644
·
|
|
Re: [langdale 01/20] openssl: CVE-2022-3358 Using a Custom Cipher with NID_undef may lead to NULL encryption
This patchset was tested and sent out for review prior to the 3.0.7
upgrade hitting master.
Note that I have the 3.0.7 upgrade in the patches currently under test
for both langdale and
This patchset was tested and sent out for review prior to the 3.0.7
upgrade hitting master.
Note that I have the 3.0.7 upgrade in the patches currently under test
for both langdale and
|
By
Steve Sakoman
·
#172643
·
|
|
Re: [PATCH 0/1] create-spdx: default share_src for shared sources
Ya, I think what you have is fine with a minor change; the limitations of not handling non-kernel shared source very well isn't changing. I did leave a minor comment in github, but otherwise LGTM
Ya, I think what you have is fine with a minor change; the limitations of not handling non-kernel shared source very well isn't changing. I did leave a minor comment in github, but otherwise LGTM
|
By
Joshua Watt
·
#172642
·
|
|
[master,langdale][PATCH] kernel.bbclass: Include randstruct seed assets in STAGING_KERNEL_BUILDDIR
When building with CONFIG_MODVERSIONS=3Dy and CONFIG_RANDSTRUCT=3Dy we ne=
ed
to copy the build assets generated for the randstrutc seed to
STAGING_KERNEL_BUILDDIR, otherwise the out-of-tree modules
When building with CONFIG_MODVERSIONS=3Dy and CONFIG_RANDSTRUCT=3Dy we ne=
ed
to copy the build assets generated for the randstrutc seed to
STAGING_KERNEL_BUILDDIR, otherwise the out-of-tree modules
|
By
Diego Sueiro
·
#172641
·
|
|
Re: [PATCH] wic: make ext2/3/4 images reproducible
I don't think this is the correct behaviour as it will effectively
remove all timestamp information.
Many of the timestamps are ok to use and are reproducible (e.g anything
from the packaging
I don't think this is the correct behaviour as it will effectively
remove all timestamp information.
Many of the timestamps are ok to use and are reproducible (e.g anything
from the packaging
|
By
Richard Purdie
·
#172640
·
|
|
Re: [langdale 01/20] openssl: CVE-2022-3358 Using a Custom Cipher with NID_undef may lead to NULL encryption
Instead of picking up this patch, wouldn't it make a lot more sense to
go to 3.0.7 like we did with [1]? Since 3.0.7 contains a HIGH severity
CVE fix as well as the one mentioned here, it seems like
Instead of picking up this patch, wouldn't it make a lot more sense to
go to 3.0.7 like we did with [1]? Since 3.0.7 contains a HIGH severity
CVE fix as well as the one mentioned here, it seems like
|
By
Patrick Williams
·
#172639
·
|
|
[PATCH] wic: make ext2/3/4 images reproducible
From: Sergei Zhmylev <s.zhmylev@...>
Ext2/3/4 FS contains not only mtime, but also ctime, atime and crtime.
Currently, all the files are being added into the rootfs image using
mkfs -d
From: Sergei Zhmylev <s.zhmylev@...>
Ext2/3/4 FS contains not only mtime, but also ctime, atime and crtime.
Currently, all the files are being added into the rootfs image using
mkfs -d
|
By
Sergey Zhmylev
·
#172638
·
|