2013-01-06 18:56:21 +08:00
|
|
|
config BR2_PACKAGE_RPI_USERLAND
|
|
|
|
bool "rpi-userland"
|
|
|
|
depends on BR2_arm
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2013-10-08 16:36:48 +08:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2015-05-22 06:20:39 +08:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2014-04-05 23:21:39 +08:00
|
|
|
select BR2_PACKAGE_HAS_LIBEGL
|
2014-04-05 23:21:38 +08:00
|
|
|
select BR2_PACKAGE_HAS_LIBGLES
|
2014-04-05 23:21:41 +08:00
|
|
|
select BR2_PACKAGE_HAS_LIBOPENVG
|
2014-04-05 23:21:40 +08:00
|
|
|
select BR2_PACKAGE_HAS_LIBOPENMAX
|
2013-01-06 18:56:21 +08:00
|
|
|
help
|
2017-12-18 16:21:05 +08:00
|
|
|
Raspberry Pi Userland contains the necessary library to use
|
|
|
|
the VideoCore driver.
|
2013-01-06 18:56:21 +08:00
|
|
|
|
2017-12-18 16:21:05 +08: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 18:56:21 +08:00
|
|
|
|
|
|
|
https://github.com/raspberrypi/userland/
|
|
|
|
|
2013-12-21 06:27:53 +08:00
|
|
|
if BR2_PACKAGE_RPI_USERLAND
|
|
|
|
|
2014-04-05 23:21:39 +08:00
|
|
|
config BR2_PACKAGE_PROVIDES_LIBEGL
|
2013-12-21 06:27:53 +08:00
|
|
|
default "rpi-userland"
|
|
|
|
|
2014-04-05 23:21:38 +08:00
|
|
|
config BR2_PACKAGE_PROVIDES_LIBGLES
|
2013-12-21 06:27:54 +08:00
|
|
|
default "rpi-userland"
|
|
|
|
|
2014-04-05 23:21:41 +08:00
|
|
|
config BR2_PACKAGE_PROVIDES_LIBOPENVG
|
2013-12-21 06:27:55 +08:00
|
|
|
default "rpi-userland"
|
|
|
|
|
2014-04-05 23:21:40 +08:00
|
|
|
config BR2_PACKAGE_PROVIDES_LIBOPENMAX
|
2013-12-21 06:27:56 +08:00
|
|
|
default "rpi-userland"
|
|
|
|
|
2015-07-25 17:15:13 +08: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-21 06:27:53 +08:00
|
|
|
endif
|
|
|
|
|
2015-05-22 06:20:39 +08:00
|
|
|
comment "rpi-userland needs a toolchain w/ C++, threads, dynamic library"
|
2013-11-07 16:24:37 +08:00
|
|
|
depends on BR2_arm
|
2015-05-22 06:20:39 +08:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
|
|
|
|
BR2_STATIC_LIBS
|