The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / rpi-userland / Config.in
1 config BR2_PACKAGE_RPI_USERLAND
2         bool "rpi-userland"
3         depends on BR2_arm
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
11         help
12           Raspberry Pi Userland contains the necessary library to use the
13           VideoCore driver.
14
15           Includes source for the ARM side code to interface to:
16           EGL, mmal, GLESv2, vcos, openmaxil, vchiq_arm, bcm_host, WFC, OpenVG.
17
18           https://github.com/raspberrypi/userland/
19
20 if BR2_PACKAGE_RPI_USERLAND
21
22 config BR2_PACKAGE_PROVIDES_LIBEGL
23         default "rpi-userland"
24
25 config BR2_PACKAGE_PROVIDES_LIBGLES
26         default "rpi-userland"
27
28 config BR2_PACKAGE_PROVIDES_LIBOPENVG
29         default "rpi-userland"
30
31 config BR2_PACKAGE_PROVIDES_LIBOPENMAX
32         default "rpi-userland"
33
34 config BR2_PACKAGE_RPI_USERLAND_START_VCFILED
35         bool "Start vcfiled"
36         depends on BR2_INIT_SYSV || BR2_INIT_BUSYBOX
37         help
38           vcfiled is a daemon serving files to VideoCore from the host file
39           system.
40
41 endif
42
43 comment "rpi-userland needs a toolchain w/ C++, threads, dynamic library"
44         depends on BR2_arm
45         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
46                 BR2_STATIC_LIBS