Loading package/ti-gfx/Config.in +2 −1 Original line number Diff line number Diff line config BR2_PACKAGE_TI_GFX bool "ti-gfx" depends on BR2_LINUX_KERNEL && BR2_TOOLCHAIN_USES_GLIBC && BR2_arm 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 depends on BR2_LINUX_KERNEL && BR2_TOOLCHAIN_USES_GLIBC && BR2_arm select BR2_LINUX_NEEDS_MODULES # not using kernel-module infra help Graphics libraries for TI boards. Loading package/ti-gfx/ti-gfx.mk +0 −6 Original line number Diff line number Diff line Loading @@ -22,12 +22,6 @@ TI_GFX_INSTALL_STAGING = YES TI_GFX_DEPENDENCIES = linux # We're building a kernel module without using the kernel-module infra, # so we need to tell we want module support in the kernel ifeq ($(BR2_PACKAGE_TI_GFX),y) LINUX_NEEDS_MODULES = y endif TI_GFX_PROVIDES = libegl libgles powervr ifeq ($(BR2_PACKAGE_TI_GFX_ES3),y) Loading Loading
package/ti-gfx/Config.in +2 −1 Original line number Diff line number Diff line config BR2_PACKAGE_TI_GFX bool "ti-gfx" depends on BR2_LINUX_KERNEL && BR2_TOOLCHAIN_USES_GLIBC && BR2_arm 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 depends on BR2_LINUX_KERNEL && BR2_TOOLCHAIN_USES_GLIBC && BR2_arm select BR2_LINUX_NEEDS_MODULES # not using kernel-module infra help Graphics libraries for TI boards. Loading
package/ti-gfx/ti-gfx.mk +0 −6 Original line number Diff line number Diff line Loading @@ -22,12 +22,6 @@ TI_GFX_INSTALL_STAGING = YES TI_GFX_DEPENDENCIES = linux # We're building a kernel module without using the kernel-module infra, # so we need to tell we want module support in the kernel ifeq ($(BR2_PACKAGE_TI_GFX),y) LINUX_NEEDS_MODULES = y endif TI_GFX_PROVIDES = libegl libgles powervr ifeq ($(BR2_PACKAGE_TI_GFX_ES3),y) Loading