1 config BR2_PACKAGE_RPI_USERLAND
4 depends on BR2_INSTALL_LIBSTDCPP
5 depends on BR2_TOOLCHAIN_HAS_THREADS
6 depends on !BR2_STATIC_LIBS
7 select BR2_PACKAGE_HAS_LIBEGL
8 select BR2_PACKAGE_HAS_LIBGLES
9 select BR2_PACKAGE_HAS_LIBOPENVG
10 select BR2_PACKAGE_HAS_LIBOPENMAX
12 Raspberry Pi Userland contains the necessary library to use the
15 Includes source for the ARM side code to interface to:
16 EGL, mmal, GLESv2, vcos, openmaxil, vchiq_arm, bcm_host, WFC, OpenVG.
18 https://github.com/raspberrypi/userland/
20 if BR2_PACKAGE_RPI_USERLAND
22 config BR2_PACKAGE_PROVIDES_LIBEGL
23 default "rpi-userland"
25 config BR2_PACKAGE_PROVIDES_LIBGLES
26 default "rpi-userland"
28 config BR2_PACKAGE_PROVIDES_LIBOPENVG
29 default "rpi-userland"
31 config BR2_PACKAGE_PROVIDES_LIBOPENMAX
32 default "rpi-userland"
34 config BR2_PACKAGE_RPI_USERLAND_START_VCFILED
36 depends on BR2_INIT_SYSV || BR2_INIT_BUSYBOX
38 vcfiled is a daemon serving files to VideoCore from the host file
41 config BR2_PACKAGE_RPI_USERLAND_HELLO
42 bool "hello_pi examples"
44 Install the hello-pi examples to test the HW (GPU, camera...)
48 comment "rpi-userland needs a toolchain w/ C++, threads, dynamic library"
50 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \