• 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/erlang/Config.in
Frank HunlethFrank Hunleth committed a542d0fd55e21 Jun 2016
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
config BR2_PACKAGE_ERLANG_ARCH_SUPPORTS
2
    bool
3
    # see HOWTO/INSTALL.md for Erlang's supported platforms
4
    # when using its native atomic ops implementation
5
    default y if BR2_i386 || BR2_x86_64 || BR2_powerpc || \
6
        BR2_sparc_v9 || BR2_arm || BR2_aarch64 || BR2_mipsel
7
​
8
comment "erlang needs a toolchain w/ dynamic library"
9
    depends on BR2_USE_MMU # fork()
10
    depends on BR2_PACKAGE_ERLANG_ARCH_SUPPORTS
11
    depends on BR2_STATIC_LIBS
12
​
13
config BR2_PACKAGE_ERLANG
14
    bool "erlang"
15
    depends on BR2_USE_MMU # fork()
16
    depends on !BR2_STATIC_LIBS
17
    depends on BR2_PACKAGE_ERLANG_ARCH_SUPPORTS
18
    help
19
      Erlang is a programming language used to build massively scalable
20
      soft real-time systems with requirements on high availability.
21
      Some of its uses are in telecoms, banking, e-commerce, computer
22
      telephony and instant messaging. Erlang's runtime system has
23
      built-in support for concurrency, distribution and fault tolerance.
24
​
25
      http://www.erlang.org
26
​
27
if BR2_PACKAGE_ERLANG
28
​
29
config BR2_PACKAGE_ERLANG_SMP
30
    bool "enable SMP support"
31
    help
32
      Erlang provides both a UP and an SMP emulator. The UP emulator
33
      is always built, and this option enables compilation of the SMP
34
      emulator. The choice of which emulator to use is made at runtime.
35
      If you do not need SMP support, turning this option off reduces
36
      compile time and the size of the Erlang installation.
37
​
38
config BR2_PACKAGE_ERLANG_MEGACO
39
    bool "install megaco application"
40
    help
41
      The Megaco application is a framework for building applications
42
      on top of the Megaco/H.248 protocol. It is approximately 14MB in
43
      size so if you do not need it then it is recommended not to
44
      enable it.
45
​
46
endif # BR2_PACKAGE_ERLANG
  • 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.