2013-01-06 11:56:21 +01:00
|
|
|
config BR2_PACKAGE_RPI_USERLAND
|
|
|
|
bool "rpi-userland"
|
|
|
|
depends on BR2_arm
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2013-10-08 10:36:48 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2015-05-22 00:20:39 +02:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2014-04-05 17:21:39 +02:00
|
|
|
select BR2_PACKAGE_HAS_LIBEGL
|
2014-04-05 17:21:38 +02:00
|
|
|
select BR2_PACKAGE_HAS_LIBGLES
|
2014-04-05 17:21:41 +02:00
|
|
|
select BR2_PACKAGE_HAS_LIBOPENVG
|
2014-04-05 17:21:40 +02:00
|
|
|
select BR2_PACKAGE_HAS_LIBOPENMAX
|
2013-01-06 11:56:21 +01:00
|
|
|
help
|
2017-12-18 09:21:05 +01:00
|
|
|
Raspberry Pi Userland contains the necessary library to use
|
|
|
|
the VideoCore driver.
|
2013-01-06 11:56:21 +01:00
|
|
|
|
2017-12-18 09:21:05 +01:00
|
|
|
Includes source for the ARM side code to interface to: EGL,
|
|
|
|
mmal, GLESv2, vcos, openmaxil, vchiq_arm, bcm_host, WFC,
|
|
|
|
OpenVG.
|
2013-01-06 11:56:21 +01:00
|
|
|
|
|
|
|
https://github.com/raspberrypi/userland/
|
|
|
|
|
2013-12-20 23:27:53 +01:00
|
|
|
if BR2_PACKAGE_RPI_USERLAND
|
|
|
|
|
2014-04-05 17:21:39 +02:00
|
|
|
config BR2_PACKAGE_PROVIDES_LIBEGL
|
2013-12-20 23:27:53 +01:00
|
|
|
default "rpi-userland"
|
|
|
|
|
2014-04-05 17:21:38 +02:00
|
|
|
config BR2_PACKAGE_PROVIDES_LIBGLES
|
2013-12-20 23:27:54 +01:00
|
|
|
default "rpi-userland"
|
|
|
|
|
2014-04-05 17:21:41 +02:00
|
|
|
config BR2_PACKAGE_PROVIDES_LIBOPENVG
|
2013-12-20 23:27:55 +01:00
|
|
|
default "rpi-userland"
|
|
|
|
|
2014-04-05 17:21:40 +02:00
|
|
|
config BR2_PACKAGE_PROVIDES_LIBOPENMAX
|
2013-12-20 23:27:56 +01:00
|
|
|
default "rpi-userland"
|
|
|
|
|
2014-08-07 17:24:28 +02:00
|
|
|
config BR2_PACKAGE_RPI_USERLAND_START_VCFILED
|
|
|
|
bool "Start vcfiled"
|
|
|
|
depends on BR2_INIT_SYSV || BR2_INIT_BUSYBOX
|
|
|
|
help
|
2017-12-18 09:21:05 +01:00
|
|
|
vcfiled is a daemon serving files to VideoCore from the host
|
|
|
|
file system.
|
2014-08-07 17:24:28 +02:00
|
|
|
|
2015-07-25 11:15:13 +02:00
|
|
|
config BR2_PACKAGE_RPI_USERLAND_HELLO
|
|
|
|
bool "hello_pi examples"
|
|
|
|
help
|
|
|
|
Install the hello-pi examples to test the HW (GPU, camera...)
|
|
|
|
|
2013-12-20 23:27:53 +01:00
|
|
|
endif
|
|
|
|
|
2015-05-22 00:20:39 +02:00
|
|
|
comment "rpi-userland needs a toolchain w/ C++, threads, dynamic library"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_arm
|
2015-05-22 00:20:39 +02:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
|
|
|
|
BR2_STATIC_LIBS
|