poky/meta
Zoltán Böszörményi 22905572d7 meta/conf/layer.conf: Omit most build deps of rpm-sequoia-native
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>
2025-11-06 15:09:32 +00:00
..
classes classes/toolchain/clang: Add placeholder for dynamic linker in cross-canadian packages 2025-10-30 11:06:28 +00:00
classes-global classes/base: prefer gnu-prefixed HOSTTOOLS 2025-11-03 17:40:41 +00:00
classes-recipe rootfs-postcommands.bbclass: add a note to the login banner when root-with-empty-password logins are enabled 2025-11-03 17:40:41 +00:00
conf meta/conf/layer.conf: Omit most build deps of rpm-sequoia-native 2025-11-06 15:09:32 +00:00
files oe-setup-layers: make "path" optional 2025-11-03 17:40:41 +00:00
lib bbconfigbuild/configfragments.py: print fragment descriptions when enabling them 2025-11-03 17:40:41 +00:00
recipes-bsp barebox: upgrade 2025.08.0 -> 2025.09.0 2025-10-30 11:06:28 +00:00
recipes-connectivity wpa-supplicant: patch CVE-2025-24912 2025-11-03 17:40:41 +00:00
recipes-core readline: backport a patch to fix for caller setting rl_prompt to NULL 2025-11-06 09:45:17 +00:00
recipes-devtools fmt: make ptest installation and execution more posix compliant 2025-10-30 11:06:28 +00:00
recipes-extended tar: use diffutils for ptest instead of busybox 2025-10-30 11:06:28 +00:00
recipes-gnome gtk+3: Update 3.24.43 -> 3.24.51 2025-10-27 11:37:43 +00:00
recipes-graphics xwayland: fix CVE-2025-62229 CVE-2025-62230 CVE-2025-62231 2025-11-06 15:09:32 +00:00
recipes-kernel linux-yocto/6.12: update CVE exclusions (6.12.55) 2025-11-03 17:40:41 +00:00
recipes-multimedia x264: switch to PACKAGECONFIG 2025-10-13 18:01:04 +01:00
recipes-rt rt-tests: upgrade 2.8 -> 2.9 2025-07-21 23:00:18 +01:00
recipes-sato core-image-sato: Add x11 as required feature. 2025-11-03 17:40:41 +00:00
recipes-support lz4: patch CVE-2025-62813 2025-10-30 11:06:28 +00:00
site site/arm-linux: Fix typo for sizeof_char_p 2024-11-21 12:16:28 +00:00
COPYING.MIT
recipes.txt