|
[PATCH 1/8] package: Switch debug source handling to use prefix map 3 messages
Reproducible builds are no longer a configuration option but are required. We also rely on the prefix mapping capability of the compilers now. As such, rewrite the source locating code to use the pref
Reproducible builds are no longer a configuration option but are required. We also rely on the prefix mapping capability of the compilers now. As such, rewrite the source locating code to use the pref
|
By
Richard Purdie
·
|
|
[PATCH 7/8] gcc: Add a patch to avoid hardcoded paths in libgcc on powerpc 2 messages
Tweak the powerpc code to just include filenames rather than full paths to avoid build reproducibility issues. Signed-off-by: Richard Purdie <richard.purdie@...> --- meta/recipes-devtools/gcc/gcc-12.1
Tweak the powerpc code to just include filenames rather than full paths to avoid build reproducibility issues. Signed-off-by: Richard Purdie <richard.purdie@...> --- meta/recipes-devtools/gcc/gcc-12.1
|
By
Richard Purdie
·
|
|
[PATCH 8/8] skeleton/service: Ensure debug path handling works as intended
DEBUG_PREFIX_MAP uses ${S} but that wasn't set correctly for this recipe meaning cwd during the build (WORKDIR) was encoded into the binary leading to buildpath warnings in debug symbols. Set S correc
DEBUG_PREFIX_MAP uses ${S} but that wasn't set correctly for this recipe meaning cwd during the build (WORKDIR) was encoded into the binary leading to buildpath warnings in debug symbols. Set S correc
|
By
Richard Purdie
·
|
|
[PATCH 6/8] gcc: Resolve relative prefix-map filenames
Add a patch to gcc so that relative paths are handled by -fdebug-prefix-map and friends. In OE we use relative paths in autotools and removing that creates a lot of issues we'd have to fix. This alter
Add a patch to gcc so that relative paths are handled by -fdebug-prefix-map and friends. In OE we use relative paths in autotools and removing that creates a lot of issues we'd have to fix. This alter
|
By
Richard Purdie
·
|
|
[PATCH 5/8] gcc-cross: Fix relative links
Now that we're using absolute paths to run configure, there are absolute path symlinks within gcc's output. Use our script that fixes these so that the sstate objects work correctly. Signed-off-by: Ri
Now that we're using absolute paths to run configure, there are absolute path symlinks within gcc's output. Use our script that fixes these so that the sstate objects work correctly. Signed-off-by: Ri
|
By
Richard Purdie
·
|
|
[PATCH 4/8] python3-cython: Update code to match debug path changes
Match the changes to debug prefixes in bitbake.conf. Signed-off-by: Richard Purdie <richard.purdie@...> --- .../python/python3-cython_0.29.32.bb | 20 ++++++++++--------- 1 file changed, 11 insertions(
Match the changes to debug prefixes in bitbake.conf. Signed-off-by: Richard Purdie <richard.purdie@...> --- .../python/python3-cython_0.29.32.bb | 20 ++++++++++--------- 1 file changed, 11 insertions(
|
By
Richard Purdie
·
|
|
[PATCH 3/8] bitbake.conf: Handle S and B separately for debug mapping
We don't really need to keep S and B separate for debug source purposes and there shouldn't be source references in WORKDIR that isn't S and B either. Separating these out simplifies the shared-work d
We don't really need to keep S and B separate for debug source purposes and there shouldn't be source references in WORKDIR that isn't S and B either. Separating these out simplifies the shared-work d
|
By
Richard Purdie
·
|
|
[PATCH 2/8] libgcc/gcc-runtime: Improve source reference handling
This code was some of the earliest reproducible build work we did. To correctly handle the encoding of file paths, we used relative build paths to run configure which resulted in relative build paths
This code was some of the earliest reproducible build work we did. To correctly handle the encoding of file paths, we used relative build paths to run configure which resulted in relative build paths
|
By
Richard Purdie
·
|
|
[PATCH 6/6] selftest/bblayers: add a test for creating a layer setup and using it to restore the layers 3 messages
This does a basic run-through of the bitbake-layers plugin, and the resulting json layer config and the layer setup script that uses it. Only poky is actually fetched by the script. Signed-off-by: Ale
This does a basic run-through of the bitbake-layers plugin, and the resulting json layer config and the layer setup script that uses it. Only poky is actually fetched by the script. Signed-off-by: Ale
|
By
Alexander Kanavin
·
|
|
[PATCH v2 7/7] spirv-tools: Update to 1.3.224.0 4 messages
Fixes build with clang Signed-off-by: Khem Raj <raj.khem@...> --- v2: Drop uprev of vulkan-headers recipe, there was no change .../spir/{spirv-tools_1.3.216.0.bb => spirv-tools_1.3.224.0.bb} | 2 +- 1
Fixes build with clang Signed-off-by: Khem Raj <raj.khem@...> --- v2: Drop uprev of vulkan-headers recipe, there was no change .../spir/{spirv-tools_1.3.216.0.bb => spirv-tools_1.3.224.0.bb} | 2 +- 1
|
By
Khem Raj
·
|
|
[PATCH] spirv-tools: Remove default copy constructor in header
Fixes build with when clang libc++ runtime is used. Signed-off-by: Khem Raj <raj.khem@...> --- ...ult-copy-constructor-in-header.-4879.patch | 34 +++++++++++++++++++ .../spir/spirv-tools_1.3.216.0.bb
Fixes build with when clang libc++ runtime is used. Signed-off-by: Khem Raj <raj.khem@...> --- ...ult-copy-constructor-in-header.-4879.patch | 34 +++++++++++++++++++ .../spir/spirv-tools_1.3.216.0.bb
|
By
Khem Raj
·
|
|
[PATCH 6/7] ltp: Fix sys/mount.h and linux/mount.h conflict
backport needed patches Signed-off-by: Khem Raj <raj.khem@...> --- ...ove-duplicate-include-of-sys-mount.h.patch | 30 -------- ...olve-conflict-in-different-header-fi.patch | 71 +++++++++++++++++++ ..
backport needed patches Signed-off-by: Khem Raj <raj.khem@...> --- ...ove-duplicate-include-of-sys-mount.h.patch | 30 -------- ...olve-conflict-in-different-header-fi.patch | 71 +++++++++++++++++++ ..
|
By
Khem Raj
·
|
|
[PATCH 5/7] apt: Do not use std::binary_function
This feature is removed from c++17 Signed-off-by: Khem Raj <raj.khem@...> --- ...-init-tables-from-dpkg-configuration.patch | 4 +- ...001-Remove-using-std-binary_function.patch | 87 ++++++++++++++++++
This feature is removed from c++17 Signed-off-by: Khem Raj <raj.khem@...> --- ...-init-tables-from-dpkg-configuration.patch | 4 +- ...001-Remove-using-std-binary_function.patch | 87 ++++++++++++++++++
|
By
Khem Raj
·
|
|
[PATCH 4/7] nfs-utils: Upgrade to 2.6.2
Fix build with clang Package new rpcctl utility into a new package Signed-off-by: Khem Raj <raj.khem@...> --- ...td-Check-for-return-of-stat-function.patch | 34 +++++++ .../0006-Fix-function-prototype
Fix build with clang Package new rpcctl utility into a new package Signed-off-by: Khem Raj <raj.khem@...> --- ...td-Check-for-return-of-stat-function.patch | 34 +++++++ .../0006-Fix-function-prototype
|
By
Khem Raj
·
|
|
[PATCH 3/7] rpm: Remove -Wimplicit-function-declaration warnings
Signed-off-by: Khem Raj <raj.khem@...> --- ...ude-lib-rpmchroot.h-for-rpmChrootOut.patch | 26 +++++++++++++++++++ meta/recipes-devtools/rpm/rpm_4.17.1.bb | 1 + 2 files changed, 27 insertions(+) create
Signed-off-by: Khem Raj <raj.khem@...> --- ...ude-lib-rpmchroot.h-for-rpmChrootOut.patch | 26 +++++++++++++++++++ meta/recipes-devtools/rpm/rpm_4.17.1.bb | 1 + 2 files changed, 27 insertions(+) create
|
By
Khem Raj
·
|
|
[PATCH 2/7] vulkan-samples: Qualify move as std::move
Fixes build with clang Signed-off-by: Khem Raj <raj.khem@...> --- .../0001-Qualify-move-as-std-move.patch | 405 ++++++++++++++++++ .../vulkan/vulkan-samples_git.bb | 1 + 2 files changed, 406 insertion
Fixes build with clang Signed-off-by: Khem Raj <raj.khem@...> --- .../0001-Qualify-move-as-std-move.patch | 405 ++++++++++++++++++ .../vulkan/vulkan-samples_git.bb | 1 + 2 files changed, 406 insertion
|
By
Khem Raj
·
|
|
[PATCH 1/7] boost: Compile out stdlib unary/binary_functions for c++11 and newer
These base classes are deprecated/removed from libcpp15 Signed-off-by: Khem Raj <raj.khem@...> --- ...y-binary_function-base-classes-are-d.patch | 34 +++++++++++++++++++ meta/recipes-support/boost/boo
These base classes are deprecated/removed from libcpp15 Signed-off-by: Khem Raj <raj.khem@...> --- ...y-binary_function-base-classes-are-d.patch | 34 +++++++++++++++++++ meta/recipes-support/boost/boo
|
By
Khem Raj
·
|
|
[PATCH 5/6] spirv-tools,spirv-headers: Update to 1.3.224.0 4 messages
Signed-off-by: Khem Raj <raj.khem@...> --- .../{spirv-headers_1.3.216.0.bb => spirv-headers_1.3.224.0.bb} | 0 .../spir/{spirv-tools_1.3.216.0.bb => spirv-tools_1.3.224.0.bb} | 2 +- 2 files changed, 1
Signed-off-by: Khem Raj <raj.khem@...> --- .../{spirv-headers_1.3.216.0.bb => spirv-headers_1.3.224.0.bb} | 0 .../spir/{spirv-tools_1.3.216.0.bb => spirv-tools_1.3.224.0.bb} | 2 +- 2 files changed, 1
|
By
Khem Raj
·
|
|
[PATCH] distrooverrides.bbclass: use IMAGE_CLASSES 2 messages
From: Kai Kang <kai.kang@...> Update comment in distrooverrides.bbclass to use IMAGE_CLASSES rather than globally with INHERIT. Signed-off-by: Kai Kang <kai.kang@...> --- meta/classes-recipe/distroove
From: Kai Kang <kai.kang@...> Update comment in distrooverrides.bbclass to use IMAGE_CLASSES rather than globally with INHERIT. Signed-off-by: Kai Kang <kai.kang@...> --- meta/classes-recipe/distroove
|
By
kai
·
|
|
Yocto Project Status 16 August 2022 (WW33)
Current Dev Position: YP 4.1 M3 Next Deadline: 22nd August 2022 YP 4.1 M3 Build Next Team Meetings: Bug Triage meeting Thursday August 18th 7:30 am PDT (https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y
Current Dev Position: YP 4.1 M3 Next Deadline: 22nd August 2022 YP 4.1 M3 Build Next Team Meetings: Bug Triage meeting Thursday August 18th 7:30 am PDT (https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y
|
By
Stephen Jolley
·
|