Update Buildroot to 2019.02.3 (#415)
* Update Buildroot to 2019-02.3 * Fix enter script * Update ova_defconfig * Fix network manager * Remove runc patches * Use same docker version * Fix build * Fix vmtools * Fix depens * Fix handling with tempfiles * Fix permission handling * Fix cp * Cleanup * Fix mounts
This commit is contained in:
@@ -60,6 +60,11 @@ if BR2_PACKAGE_NVIDIA_DRIVER_CUDA
|
||||
|
||||
config BR2_PACKAGE_NVIDIA_DRIVER_OPENCL
|
||||
bool "OpenCL support"
|
||||
select BR2_PACKAGE_MESA3D_HEADERS
|
||||
select BR2_PACKAGE_HAS_LIBOPENCL
|
||||
|
||||
config BR2_PACKAGE_PROVIDES_LIBOPENCL
|
||||
default "nvidia-driver" if BR2_PACKAGE_NVIDIA_DRIVER_OPENCL
|
||||
|
||||
config BR2_PACKAGE_NVIDIA_DRIVER_CUDA_PROGS
|
||||
bool "CUDA MPS server and control"
|
||||
|
||||
@@ -20,8 +20,8 @@ ifeq ($(BR2_PACKAGE_NVIDIA_DRIVER_XORG),y)
|
||||
# are build dependencies of packages that depend on nvidia-driver, so
|
||||
# they should be built prior to those packages, and the only simple
|
||||
# way to do so is to make nvidia-driver depend on them.
|
||||
NVIDIA_DRIVER_DEPENDENCIES = mesa3d-headers xlib_libX11 xlib_libXext
|
||||
NVIDIA_DRIVER_PROVIDES = libgl libegl libgles
|
||||
NVIDIA_DRIVER_DEPENDENCIES += mesa3d-headers xlib_libX11 xlib_libXext
|
||||
NVIDIA_DRIVER_PROVIDES += libgl libegl libgles
|
||||
|
||||
# libGL.so.$(NVIDIA_DRIVER_VERSION) is the legacy libGL.so library; it
|
||||
# has been replaced with libGL.so.1.0.0. Installing both is technically
|
||||
@@ -65,7 +65,7 @@ NVIDIA_DRIVER_LIBS_MISC = \
|
||||
libvdpau_nvidia.so.$(NVIDIA_DRIVER_VERSION) \
|
||||
libnvidia-ml.so.$(NVIDIA_DRIVER_VERSION)
|
||||
|
||||
NVIDIA_DRIVER_LIBS = \
|
||||
NVIDIA_DRIVER_LIBS += \
|
||||
$(NVIDIA_DRIVER_LIBS_GL) \
|
||||
$(NVIDIA_DRIVER_LIBS_EGL) \
|
||||
$(NVIDIA_DRIVER_LIBS_GLES) \
|
||||
@@ -116,6 +116,8 @@ ifeq ($(BR2_PACKAGE_NVIDIA_DRIVER_OPENCL),y)
|
||||
NVIDIA_DRIVER_LIBS += \
|
||||
libOpenCL.so.1.0.0 \
|
||||
libnvidia-opencl.so.$(NVIDIA_DRIVER_VERSION)
|
||||
NVIDIA_DRIVER_DEPENDENCIES += mesa3d-headers
|
||||
NVIDIA_DRIVER_PROVIDES += libopencl
|
||||
endif
|
||||
|
||||
# Build and install the kernel modules if needed
|
||||
|
||||
Reference in New Issue
Block a user