diff options
| author | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2019-03-11 23:26:30 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2019-03-25 20:11:02 +0100 |
| commit | 8c16591d8962a439ea554c35c0e98727aff53dd6 (patch) | |
| tree | ffa58980804f2a2af70236c5c0fce2eb022956ad /package/mesa3d | |
| parent | af99ecabd504c8f0237d37ac0e050dbad7ceffac (diff) | |
| download | buildroot-8c16591d8962a439ea554c35c0e98727aff53dd6.tar.gz buildroot-8c16591d8962a439ea554c35c0e98727aff53dd6.zip | |
package/libdrm: amdgpu needs MMU
amdgpu test uses fork() so disable amdgpu without MMU
Fixes:
- http://autobuild.buildroot.org/results/8d6194982c1080e173fcef8212fb06e6dc275d58
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 9972dc2e8295bbd0dba694bf970133ba99ad25f3)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/mesa3d')
| -rw-r--r-- | package/mesa3d/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/mesa3d/Config.in b/package/mesa3d/Config.in index 5019f2683b..fdd64b0337 100644 --- a/package/mesa3d/Config.in +++ b/package/mesa3d/Config.in @@ -125,6 +125,7 @@ comment "R600 driver needs a uClibc or glibc toolchain when llvm is enabled" config BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_RADEONSI bool "Gallium Radeon SI driver" + depends on BR2_USE_MMU # libdrm depends on BR2_i386 || BR2_x86_64 depends on BR2_PACKAGE_MESA3D_LLVM depends on BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_GLIBC # elfutils @@ -141,6 +142,7 @@ config BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_RADEONSI # Radeon SI needs libelf # musl is not currently compatible with elfutils comment "Radeon SI driver needs a uClibc or glibc toolchain" + depends on BR2_USE_MMU depends on BR2_PACKAGE_MESA3D_LLVM depends on !(BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_GLIBC) |

