• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/rpi-userland/Config.in
Benoît ThébaudeauBenoît Thébaudeau committed 997c17a84c007 Aug 2014
Raw file
Source viewDiff to previous
 
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_LARGEFILE
6
    depends on BR2_TOOLCHAIN_HAS_THREADS
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++, largefile, threads"
44
    depends on BR2_arm
45
    depends on !BR2_INSTALL_LIBSTDCPP || !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.