update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -0,0 +1,21 @@
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_OPENCHROME
bool "xf86-video-openchrome"
depends on BR2_PACKAGE_MESA3D_DRI_DRIVER
select BR2_PACKAGE_LIBDRM
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXCOMPOSITE
select BR2_PACKAGE_XLIB_LIBXVMC
select BR2_PACKAGE_XPROTO_GLPROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
select BR2_PACKAGE_XPROTO_RENDERPROTO
select BR2_PACKAGE_XPROTO_XEXTPROTO
select BR2_PACKAGE_XPROTO_XF86DRIPROTO
select BR2_PACKAGE_XPROTO_XPROTO
help
Openchrome, A free and Open Source video driver for the VIA/S3G
UniChrome and UniChrome Pro graphics chipsets.
https://www.freedesktop.org/wiki/Openchrome/
comment "xf86-video-openchrome needs a DRI driver from mesa3d"
depends on !BR2_PACKAGE_MESA3D_DRI_DRIVER

View File

@@ -0,0 +1,2 @@
# From https://lists.freedesktop.org/archives/openchrome-devel/2016-July/002890.html
sha1 9c7ad349de6dd350252ccda8da56fa1e2a6afa32 xf86-video-openchrome-0.5.0.tar.bz2

View File

@@ -0,0 +1,27 @@
################################################################################
#
# xdriver_xf86-video-openchrome
#
################################################################################
XDRIVER_XF86_VIDEO_OPENCHROME_VERSION = 0.5.0
XDRIVER_XF86_VIDEO_OPENCHROME_SOURCE = xf86-video-openchrome-$(XDRIVER_XF86_VIDEO_OPENCHROME_VERSION).tar.bz2
XDRIVER_XF86_VIDEO_OPENCHROME_SITE = http://xorg.freedesktop.org/archive/individual/driver
XDRIVER_XF86_VIDEO_OPENCHROME_LICENSE = MIT
XDRIVER_XF86_VIDEO_OPENCHROME_LICENSE_FILES = COPYING
XDRIVER_XF86_VIDEO_OPENCHROME_DEPENDENCIES = \
xserver_xorg-server \
libdrm \
xlib_libX11 \
xlib_libXcomposite \
xlib_libXvMC \
xproto_fontsproto \
xproto_glproto \
xproto_randrproto \
xproto_renderproto \
xproto_xextproto \
xproto_xf86driproto \
xproto_xproto
$(eval $(autotools-package))