summaryrefslogtreecommitdiff
path: root/recipes-graphics
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-01-14 17:22:29 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2019-03-06 19:03:44 +0100
commit93439b99a8ad55844e808a37482d6500afe0b069 (patch)
tree104caf45d3dfa39cfbf8460129dd73d531d2b592 /recipes-graphics
parent3c52f7619359ee2f4b04c461214ebb7ef5431184 (diff)
mesa: also configure nouveau
tegra124m now depends on nouveau and tegra to be configured. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/mesa/mesa_%.bbappend3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend
index 25c177b..43f50cd 100644
--- a/recipes-graphics/mesa/mesa_%.bbappend
+++ b/recipes-graphics/mesa/mesa_%.bbappend
@@ -20,8 +20,7 @@ DEPENDS_append_tegra124= " linux-driver-package "
PACKAGECONFIG_append_tegra124m = " dri3 egl gles gallium gbm "
EXTRA_OECONF_append_tegra124m = " --enable-texture-float --without-dri-drivers --enable-glx --enable-osmesa --enable-debug"
DRIDRIVERS_tegra124m = " "
-GALLIUMDRIVERS_tegra124m = "tegra"
+GALLIUMDRIVERS_tegra124m = "nouveau,tegra"
PACKAGE_ARCH_tegra124m = "${MACHINE_ARCH}"
PE_tegra124m = "99"
-