Move buildroot to bsp directory.

This commit is contained in:
2016-11-16 22:05:33 +01:00
parent 317c040ea8
commit 807ab03547
7408 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_NOUVEAU
bool "xf86-video-nouveau"
depends on BR2_PACKAGE_MESA3D
select BR2_PACKAGE_MESA3D_DRI_DRIVER_NOUVEAU
select BR2_PACKAGE_LIBDRM
select BR2_PACKAGE_LIBDRM_NOUVEAU
select BR2_PACKAGE_XPROTO_DRI2PROTO
select BR2_PACKAGE_XPROTO_RANDRPROTO
select BR2_PACKAGE_XPROTO_RENDERPROTO
select BR2_PACKAGE_XPROTO_VIDEOPROTO
select BR2_PACKAGE_XPROTO_XEXTPROTO
help
Nouveau video driver
http://nouveau.freedesktop.org
comment "xf86-video-nouveau needs mesa3d"
depends on !BR2_PACKAGE_MESA3D

View File

@@ -0,0 +1,2 @@
# From http://lists.x.org/archives/xorg-announce/2015-December/002662.html
sha256 0ea057ad7fc31caba2d4e46c7e418fe2b3c762b04fb8d382f53383397fd8391e xf86-video-nouveau-1.0.12.tar.bz2

View File

@@ -0,0 +1,25 @@
################################################################################
#
# xdriver_xf86-video-nouveau
#
################################################################################
XDRIVER_XF86_VIDEO_NOUVEAU_VERSION = 1.0.12
XDRIVER_XF86_VIDEO_NOUVEAU_SOURCE = xf86-video-nouveau-$(XDRIVER_XF86_VIDEO_NOUVEAU_VERSION).tar.bz2
XDRIVER_XF86_VIDEO_NOUVEAU_SITE = http://xorg.freedesktop.org/releases/individual/driver
XDRIVER_XF86_VIDEO_NOUVEAU_LICENSE = MIT
XDRIVER_XF86_VIDEO_NOUVEAU_LICENSE_FILES = COPYING
XDRIVER_XF86_VIDEO_NOUVEAU_DEPENDENCIES = \
host-pkgconf \
libdrm \
xproto_dri2proto \
xproto_randrproto \
xproto_renderproto \
xproto_videoproto \
xproto_xextproto \
xserver_xorg-server
# xdriver_xf86-video-nouveau requires O_CLOEXEC
XDRIVER_XF86_VIDEO_NOUVEAU_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -D_GNU_SOURCE"
$(eval $(autotools-package))