libdrm: move dependency on nvidia-drm out of weston-init

The nvidia-drm kernel module and associated load config are needed
by libdrm but were only getting picked up by weston-init.

There are valid configurations (headless, egl-only) that need
libdrm but do not pull in weston, so the runtime recommendation
is moved to the libdrm bbappend.

Signed-off-by: Kurt Kiefer <kekiefer@gmail.com>
This commit is contained in:
Kurt Kiefer
2024-11-11 14:48:14 -08:00
committed by Matt Madison
parent 630c21757c
commit 2842745dec

View File

@@ -1 +1,3 @@
PACKAGE_ARCH:tegra = "${TEGRA_PKGARCH}"
RRECOMMENDS:${PN}:tegra = "kernel-module-nvidia-drm nvidia-drm-loadconf"