qt6: remove nativesdk-packagegroup-qt6-toolchain-host-addons from our SDKs

Similar to what we did for the target's version of this packagegorup in commit
58cfee7ac7, keep the "essentials" packagegroup and remove the addons. In this
case, the troublesome qt6 package is qtinterfaceframework, which pulls in
several python3 packages including python3-cryptography, which depends on the
rust compiler.

This reduces overall SDK size and rust compiler overhead during the SDK build.

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2025-01-10 14:24:17 +01:00
parent b143804dbb
commit a3cea506c6
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# Copyright (C) 2025, Digi International Inc.
# Remove addons packagegroup to reduce SDK size and remove spurious
# dependencies
RDEPENDS:${PN}:remove:dey = "nativesdk-packagegroup-qt6-toolchain-host-addons"