• 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/dtc/Config.in
Peter SeidererPeter Seiderer committed 12c3bc1f23013 Jan 2015
Raw file
Source viewDiff to previous
 
1
config BR2_PACKAGE_DTC
2
    bool "dtc (libfdt)"
3
    depends on !BR2_STATIC_LIBS
4
    help
5
      The Device Tree Compiler, dtc, takes as input a device-tree in
6
      a given format and outputs a device-tree in another format.
7
​
8
      Note that only the library is installed.
9
      If you want the programs, say 'y' here, and to "dtc programs", below.
10
​
11
      https://git.kernel.org/cgit/utils/dtc/dtc.git
12
​
13
if BR2_PACKAGE_DTC
14
​
15
config BR2_PACKAGE_DTC_PROGRAMS
16
    bool "dtc programs"
17
    help
18
      Say 'y' here if you also want the programs on the target:
19
        - convert-dtsv0     convert from version 0 to version 1
20
        - dtc               the device tree compiler
21
        - dtdiff            compare two device trees (needs bash)
22
        - fdtdump           print a readable version of a flat device tree
23
        - fdtget            read values from device tree
24
        - fdtput            write a property value to a device tree
25
​
26
      Note: dtdiff requires bash, so if bash is not selected, dtdiff will
27
            be removed from the target file system. Enable bash if you
28
            need dtdiff on the target.
29
​
30
comment "dtdiff will not be installed: it requires bash"
31
    depends on BR2_PACKAGE_DTC_PROGRAMS
32
    depends on !BR2_PACKAGE_BASH
33
​
34
endif
35
​
36
comment "dtc needs a toolchain w/ dynamic library"
37
    depends on BR2_STATIC_LIBS
  • 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.