diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2024-10-22 10:12:26 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2024-12-05 13:37:22 +0100 |
commit | c7cd3773deadf3331ee1434e46ea4e50a34c2067 (patch) | |
tree | 2c78db2fa66739cfd98b41e96749699c83bb6d19 | |
parent | a0fd1cfbfcaceff93eda66880c7bf04e20e76720 (diff) |
packagegroup-tdx-graphical: add drm tools unconditional
DRM wasn't used with the 32bit NXP downstream kernel. This kernel is no
longer supported. Add the DRM stuff unconditionally instead of using
architecture specific overrides.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
(cherry picked from commit 8a14b99d67699126d4976779c10f584f7ea4bc8b)
-rw-r--r-- | recipes-images/images/packagegroup-tdx-graphical.bb | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/recipes-images/images/packagegroup-tdx-graphical.bb b/recipes-images/images/packagegroup-tdx-graphical.bb index 6fdb6d78..2e35ae70 100644 --- a/recipes-images/images/packagegroup-tdx-graphical.bb +++ b/recipes-images/images/packagegroup-tdx-graphical.bb @@ -13,20 +13,12 @@ PACKAGES += " \ " RRECOMMENDS:packagegroup-tdx-graphical = " \ + packagegroup-drm-utils-tdx-graphical \ packagegroup-gstreamer-tdx-graphical \ packagegroup-gpu-tdx-graphical \ ${@bb.utils.contains('DISTRO_FEATURES', 'vulkan', \ 'packagegroup-vulkan-tools-tdx-graphical', '', d)} \ " -RRECOMMENDS:packagegroup-tdx-graphical:append:k3 = " \ - packagegroup-drm-utils-tdx-graphical \ -" -RRECOMMENDS:packagegroup-tdx-graphical:append:mx8-nxp-bsp = " \ - packagegroup-drm-utils-tdx-graphical \ -" -RRECOMMENDS:packagegroup-tdx-graphical:append:upstream = " \ - packagegroup-drm-utils-tdx-graphical \ -" SUMMARY:packagegroup-drm-utils-tdx-graphical = "Utilities for DRM, Direct Rendering Manager" RRECOMMENDS:packagegroup-drm-utils-tdx-graphical = " \ |