• 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/kexec-lite/Config.in
Thomas PetazzoniThomas Petazzoni committed 416fd9cd13a08 Jun 2016
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
config BR2_PACKAGE_KEXEC_LITE
2
    bool "kexec-lite"
3
    depends on BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
4
    depends on !BR2_STATIC_LIBS # dtc, elfutils
5
    depends on BR2_USE_WCHAR # elfutils
6
    depends on BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_GLIBC # elfutils
7
    select BR2_PACKAGE_ELFUTILS
8
    select BR2_PACKAGE_DTC
9
    select BR2_PACKAGE_DTC_PROGRAMS
10
    help
11
      Kexec is a user space utiltity for loading another kernel
12
      and asking the currently running kernel to do something with it.
13
​
14
      This package is a tiny implementation of the kexec userspace
15
      components, for devicetree-based platforms.
16
​
17
comment "kexec-lite needs a uClibc or glibc toolchain w/ wchar, dynamic library"
18
    depends on BR2_powerpc || BR2_powerpc64
19
    depends on BR2_STATIC_LIBS || !BR2_USE_WCHAR \
20
        || !(BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_GLIBC)
  • 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.