mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
Omit most of the build dependencies of rpm-sequoia-native as it needs only OpenSSL, and implicitly, libgcc and the C runtime to run. The list of build dependencies were determined by $ bitbake -e rpm-sequoia-native 2>&1 | grep ^DEPENDS= DEPENDS="pkgconfig-native cargo-native openssl-native python3-native rust-native rust-native" Omitting these (except openssl-native) can save significant amount of disk space and it also speeds up packaging into signed rpms a little. Omitting rust-native (and implicitly, llvm-native) also avoids conflicts with different LLVM/CLANG versions, like those found in meta-clang-revival. (From OE-Core rev: 805227759dbd8303124f25c46f928848cf045cc6) Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
|---|---|---|
| .. | ||
| distro | ||
| fragments | ||
| machine | ||
| machine-sdk | ||
| multiconfig | ||
| templates/default | ||
| abi_version.conf | ||
| bitbake.conf | ||
| ccache.conf | ||
| cve-check-map.conf | ||
| documentation.conf | ||
| image-fitimage.conf | ||
| image-uefi.conf | ||
| layer.conf | ||
| licenses.conf | ||
| multilib.conf | ||
| prexport.conf | ||
| primport.conf | ||
| sanity.conf | ||
| testexport.conf | ||