Update buidlroot to version 2016.08.1

This commit is contained in:
2016-11-16 22:07:29 +01:00
parent 807ab03547
commit a1061efbc2
3636 changed files with 59539 additions and 25783 deletions

View File

@@ -1,13 +1,19 @@
config BR2_PACKAGE_TI_GFX
bool "ti-gfx"
depends on BR2_LINUX_KERNEL && BR2_TOOLCHAIN_USES_GLIBC && BR2_arm
select BR2_HOSTARCH_NEEDS_IA32_LIBS
select BR2_PACKAGE_HAS_LIBEGL
select BR2_PACKAGE_HAS_LIBGLES
select BR2_PACKAGE_HAS_POWERVR
select BR2_PACKAGE_FBSET if !BR2_PACKAGE_BUSYBOX # Runtime dependency only
select BR2_LINUX_NEEDS_MODULES # not using kernel-module infra
help
Graphics libraries for TI boards.
Graphics libraries for TI boards using SGX acceleration.
Supports OMAP35xx, DM37xx/AM37xx, DM816x, DM814x, AM335x and
AM43xx.
For newer CPUs or kernels use the ti-sgx-{km,um} packages.
http://downloads.ti.com/dsps/dsps_public_sw/gfxsdk/
@@ -71,6 +77,6 @@ endchoice
endif
comment "ti-gfx needs an (e)glibc toolchain and a Linux kernel to be built"
comment "ti-gfx needs a glibc toolchain and a Linux kernel to be built"
depends on BR2_arm
depends on !(BR2_LINUX_KERNEL && BR2_TOOLCHAIN_USES_GLIBC)