|
[PATCH] fix: reproducible builds for initramfs and UKI img
I've encountered issues reproducing initramfs and UKI image builds, which will be fixed with this patch. 1. initramfs There's a symbolic link to /sbin/init, which is appended to the cpio archive after
I've encountered issues reproducing initramfs and UKI image builds, which will be fixed with this patch. 1. initramfs There's a symbolic link to /sbin/init, which is appended to the cpio archive after
|
By
Frieder Paape
·
|
|
[PATCH] qemurunner.py: fix error message about qmp
From: Chen Qi <Qi.Chen@...> The error message is a little misleading as the qmp module is a directory with __init__.py file, not qmp.py file. Also, put the path where we try to import it from in the e
From: Chen Qi <Qi.Chen@...> The error message is a little misleading as the qmp module is a directory with __init__.py file, not qmp.py file. Also, put the path where we try to import it from in the e
|
By
Chen Qi
·
|
|
[PATCH V2] libubootenv: upgrade 0.3.3 -> 0.3.4
Signed-off-by: Stefano Babic <sbabic@...> --- Changes since V1: - added missing dependency to libyaml .../u-boot/{libubootenv_0.3.3.bb =3D> libubootenv_0.3.4.bb} | 4 ++-- 1 file changed, 2 insertions(
Signed-off-by: Stefano Babic <sbabic@...> --- Changes since V1: - added missing dependency to libyaml .../u-boot/{libubootenv_0.3.3.bb =3D> libubootenv_0.3.4.bb} | 4 ++-- 1 file changed, 2 insertions(
|
By
Stefano Babic
·
|
|
[PATCH] libubootenv: upgrade 0.3.3 -> 0.3.4
3 messages
Signed-off-by: Stefano Babic <sbabic@...> --- .../u-boot/{libubootenv_0.3.3.bb =3D> libubootenv_0.3.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-bsp/u-boot/{libuboote
Signed-off-by: Stefano Babic <sbabic@...> --- .../u-boot/{libubootenv_0.3.3.bb =3D> libubootenv_0.3.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-bsp/u-boot/{libuboote
|
By
Stefano Babic
·
|
|
[meta-oe][PATCH V2] xz: add ptest support
From: duep <duep.fnst@...> Add a ptest for xz - It is taking around 1s to execute with kvm, so added it to PTESTS_FAST - It contains 11 test files: test_bcj_exact_size test_block_header test_check tes
From: duep <duep.fnst@...> Add a ptest for xz - It is taking around 1s to execute with kvm, so added it to PTESTS_FAST - It contains 11 test files: test_bcj_exact_size test_block_header test_check tes
|
By
duep.fnst@fujitsu.com
·
|
|
[kirkstone][PATCH 1/1] perl: Fix CVE-2023-31486
By
Soumya
·
|
|
[mickledore 13/13] uninative: Upgrade to 4.0 to include latest gcc 13.1.1
4 messages
From: Michael Halstead <mhalstead@...> Signed-off-by: Michael Halstead <mhalstead@...> Signed-off-by: Richard Purdie <richard.purdie@...> (cherry picked from commit f87becb69e02bdf055dffb633ed4f6d36b3
From: Michael Halstead <mhalstead@...> Signed-off-by: Michael Halstead <mhalstead@...> Signed-off-by: Richard Purdie <richard.purdie@...> (cherry picked from commit f87becb69e02bdf055dffb633ed4f6d36b3
|
By
Steve Sakoman
·
|
|
[PATCH 2/4] python3: add libxcrypt-native dependency
15 messages
crypt.h is otherwise taken from the host machine Signed-off-by: Markus Volk <f_l_k@...> --- meta/recipes-devtools/python/python3_3.11.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g
crypt.h is otherwise taken from the host machine Signed-off-by: Markus Volk <f_l_k@...> --- meta/recipes-devtools/python/python3_3.11.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g
|
By
Markus Volk
·
|
|
OE-core CVE metrics for mickledore on Sun 04 Jun 2023 04:00:01 AM HST
Branch: mickledore New this week: 9 CVEs CVE-2021-4336 (CVSS3: 9.8 CRITICAL): ninja:ninja-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-4336 * CVE-2023-0459 (CVSS3: 5.5 MEDIUM): lin
Branch: mickledore New this week: 9 CVEs CVE-2021-4336 (CVSS3: 9.8 CRITICAL): ninja:ninja-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-4336 * CVE-2023-0459 (CVSS3: 5.5 MEDIUM): lin
|
By
Steve Sakoman
·
|
|
OE-core CVE metrics for kirkstone on Sun 04 Jun 2023 03:00:01 AM HST
Branch: kirkstone New this week: 3 CVEs CVE-2021-4336 (CVSS3: 9.8 CRITICAL): ninja:ninja-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-4336 * CVE-2023-2804 (CVSS3: 6.5 MEDIUM): libj
Branch: kirkstone New this week: 3 CVEs CVE-2021-4336 (CVSS3: 9.8 CRITICAL): ninja:ninja-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-4336 * CVE-2023-2804 (CVSS3: 6.5 MEDIUM): libj
|
By
Steve Sakoman
·
|
|
[PATCH 3/3] image_types: use IMAGE_FILE_MAXSIZE variable for f2fs image types
If defined, this variable value overrides the size of f2fs partition file created by mkfs. Otherwise previous logic based on ROOTFS_SIZE variable is used. It should be set when the final file size wou
If defined, this variable value overrides the size of f2fs partition file created by mkfs. Otherwise previous logic based on ROOTFS_SIZE variable is used. It should be set when the final file size wou
|
By
Charles-Antoine Couret
·
|
|
[PATCH 2/3] image_types: use IMAGE_FILE_MAXSIZE variable for btrfs image types
If defined, this variable value overrides the size of btrfs partition file created by mkfs. Otherwise previous logic based on ROOTFS_SIZE variable is used. It should be set when the final file size wo
If defined, this variable value overrides the size of btrfs partition file created by mkfs. Otherwise previous logic based on ROOTFS_SIZE variable is used. It should be set when the final file size wo
|
By
Charles-Antoine Couret
·
|
|
[PATCH 1/3] image_types: use IMAGE_FILE_MAXSIZE variable for ext2/3/4 image types
If defined, this variable value overrides the size of ext* partition file created by mkfs. Otherwise previous logic based on ROOTFS_SIZE variable is used. It should be set when the final file size wou
If defined, this variable value overrides the size of ext* partition file created by mkfs. Otherwise previous logic based on ROOTFS_SIZE variable is used. It should be set when the final file size wou
|
By
Charles-Antoine Couret
·
|
|
[PATCH 0/3] image_types: use IMAGE_FILE_MAXSIZE variable to create fixed partition size
In case of fixed partitionning where the rootfs partition can't exceed an amount of bytes, there is currently no automatic and no generic way to have this requirement met in any case. Until now, ROOTF
In case of fixed partitionning where the rootfs partition can't exceed an amount of bytes, there is currently no automatic and no generic way to have this requirement met in any case. Until now, ROOTF
|
By
Charles-Antoine Couret
·
|
|
OE-core CVE metrics for dunfell on Sun 04 Jun 2023 02:00:01 AM HST
Branch: dunfell New this week: 6 CVEs CVE-2021-4336 (CVSS3: 9.8 CRITICAL): ninja:ninja-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-4336 * CVE-2023-2804 (CVSS3: 6.5 MEDIUM): libjpe
Branch: dunfell New this week: 6 CVEs CVE-2021-4336 (CVSS3: 9.8 CRITICAL): ninja:ninja-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-4336 * CVE-2023-2804 (CVSS3: 6.5 MEDIUM): libjpe
|
By
Steve Sakoman
·
|
|
OE-core CVE metrics for master on Sun 04 Jun 2023 01:00:01 AM HST
Branch: master New this week: 4 CVEs CVE-2021-4336 (CVSS3: 9.8 CRITICAL): ninja:ninja-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-4336 * CVE-2023-0459 (CVSS3: 5.5 MEDIUM): linux-y
Branch: master New this week: 4 CVEs CVE-2021-4336 (CVSS3: 9.8 CRITICAL): ninja:ninja-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-4336 * CVE-2023-0459 (CVSS3: 5.5 MEDIUM): linux-y
|
By
Steve Sakoman
·
|
|
[PATCH v3 1/3] cve-check: add option to add additional patched CVEs
12 messages
- Replace CVE_CHECK_IGNORE with CVE_STATUS + [CVE_STATUS_REASONING] to be more flexible. CVE_STATUS should contain flag for each CVE with accepted values "Ignored", "Not applicable" or "Patched". It a
- Replace CVE_CHECK_IGNORE with CVE_STATUS + [CVE_STATUS_REASONING] to be more flexible. CVE_STATUS should contain flag for each CVE with accepted values "Ignored", "Not applicable" or "Patched". It a
|
By
Andrej Valek
·
|
|
[PATCH v2] vulkan-validation-layers: add new recipe v1.3.243.0
2 messages
Signed-off-by: Vincent Davis Jr <vince@...> --- meta/conf/distro/include/maintainers.inc | 1 + .../vulkan-validation-layers_1.3.243.0.bb | 51 +++++++++++++++++++ 2 files changed, 52 insertions(+) crea
Signed-off-by: Vincent Davis Jr <vince@...> --- meta/conf/distro/include/maintainers.inc | 1 + .../vulkan-validation-layers_1.3.243.0.bb | 51 +++++++++++++++++++ 2 files changed, 52 insertions(+) crea
|
By
Vincent Davis Jr
·
|
|
[PATCH] spirv-tools: fix SPIRV-ToolsTarget.cmake INTERFACE_LINK_LIBRARIES
The output of spirv-tools specifically SPIRV-ToolsTarget.cmake gets utilized in other recipes. If other recipe utilizes cmake and includes SPIRV-Tools in target_link_libraries. With the current setup
The output of spirv-tools specifically SPIRV-ToolsTarget.cmake gets utilized in other recipes. If other recipe utilizes cmake and includes SPIRV-Tools in target_link_libraries. With the current setup
|
By
Vincent Davis Jr
·
|
|
[PATCH 1/3] python3-pyproject-metadata: New recipe
3 messages
It is a dependency for python3-meson-python. Signed-off-by: Zoltán Böszörményi <zboszor@...> --- meta/conf/distro/include/maintainers.inc | 1 + .../python/python3-pyproject-metadata_0.7.1.bb | 16 ++++
It is a dependency for python3-meson-python. Signed-off-by: Zoltán Böszörményi <zboszor@...> --- meta/conf/distro/include/maintainers.inc | 1 + .../python/python3-pyproject-metadata_0.7.1.bb | 16 ++++
|
By
Zoltan Boszormenyi
·
|