• 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/linux-headers/Config.in.host
Peter KorsgaardPeter Korsgaard committed 2a9b7b8a1ec29 Jan 2018
Raw file
Source viewDiff to previous
    depends on BR2_KERNEL_HEADERS_VERSION || BR2_KERNEL_HEADERS_AS_KERNEL
 
1
comment "Kernel Header Options"
2
​
3
config BR2_PACKAGE_HOST_LINUX_HEADERS
4
    bool
5
​
6
choice
7
    prompt "Kernel Headers"
8
    default BR2_KERNEL_HEADERS_AS_KERNEL if BR2_LINUX_KERNEL
9
    default BR2_KERNEL_HEADERS_4_15
10
    help
11
      Select the kernel version to get headers from.
12
​
13
      The kernel headers must be at least as old as the oldest
14
      kernel you intend to run on your target.
15
​
16
      If you use Buildroot to build a kernel, then you can use
17
      the sources from that kernel as source for the headers.
18
​
19
      If you choose a custom version of the kernel headers, or
20
      choose to use the same sources as the kernel, you'll have to
21
      select (below) the series of that kernel, so that Buildroot
22
      can show or hide packages that have strong requirements on the
23
      kernel headers.
24
​
25
config BR2_KERNEL_HEADERS_AS_KERNEL
26
    bool "Same as kernel being built"
27
    depends on BR2_LINUX_KERNEL
28
​
29
config BR2_KERNEL_HEADERS_3_2
30
    bool "Linux 3.2.x kernel headers"
31
    depends on !BR2_aarch64 && !BR2_arc && !BR2_nios2
32
    select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2
33
​
34
config BR2_KERNEL_HEADERS_4_1
35
    bool "Linux 4.1.x kernel headers"
36
    select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_1
37
​
38
config BR2_KERNEL_HEADERS_4_4
39
    bool "Linux 4.4.x kernel headers"
40
    select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
41
​
42
config BR2_KERNEL_HEADERS_4_9
43
    bool "Linux 4.9.x kernel headers"
44
    select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
45
​
46
config BR2_KERNEL_HEADERS_4_10
47
    bool "Linux 4.10.x kernel headers"
48
    select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_10
49
​
50
config BR2_KERNEL_HEADERS_4_11
51
    bool "Linux 4.11.x kernel headers"
52
    select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_11
53
​
54
config BR2_KERNEL_HEADERS_4_12
55
    bool "Linux 4.12.x kernel headers"
56
    select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_12
57
​
58
config BR2_KERNEL_HEADERS_4_13
59
    bool "Linux 4.13.x kernel headers"
60
    select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_13
61
​
62
config BR2_KERNEL_HEADERS_4_14
63
    bool "Linux 4.14.x kernel headers"
  • 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.