mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 03:22:36 +00:00
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>
4 lines
114 B
Plaintext
4 lines
114 B
Plaintext
PACKAGE_ARCH:tegra = "${TEGRA_PKGARCH}"
|
|
|
|
RRECOMMENDS:${PN}:tegra = "kernel-module-nvidia-drm nvidia-drm-loadconf"
|