• 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/efivar/Config.in
Vicente Olivert RieraVicente Olivert Riera committed 5ae01db605103 Jul 2016
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
config BR2_PACKAGE_EFIVAR
2
    bool "efivar"
3
    depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12 # linux/nvme.h
4
    # linux/nvme.h has been renamed to linux/nvme_ioctl.h since 4.4,
5
    # and we have a patch to handle that situation. However, some
6
    # Sourcery CodeBench toolchains use 4.4 kernel headers but they
7
    # don't have that header file renamed, and that is causing build
8
    # failures. So, prevent this package to be built using those
9
    # toolchains.
10
    depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS && \
11
        !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
12
    # doesn't build with uclibc due to lack of uchar.h
13
    # doesn't build with musl due to lack of __bswap_constant_16
14
    depends on BR2_TOOLCHAIN_USES_GLIBC
15
    depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
16
    select BR2_PACKAGE_POPT
17
    help
18
      Tools and libraries to manipulate EFI variables
19
​
20
      https://github.com/rhinstaller/efivar
21
​
22
comment "efivar requires a glibc toolchain w/ headers >= 3.12, gcc >= 4.7"
23
    depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12 || \
24
        !BR2_TOOLCHAIN_USES_GLIBC || \
25
        !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
26
    depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS && \
27
        !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
  • 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.