-fstack-protector-all option.
See http://www.linuxfromscratch.org/hints/downloads/files/ssp.txt
- for details.
+ for details.
Note that this requires the toolchain to have SSP
support. This is always the case for glibc and eglibc
config BR2_TARGET_AT91DATAFLASHBOOT
- depends on BR2_arm926t
- bool "AT91 DataFlashBoot"
+ depends on BR2_arm926t
+ bool "AT91 DataFlashBoot"
Select which bootstream to generate
config BR2_TARGET_MXS_BOOTLETS_BAREBOX
- depends on BR2_TARGET_BAREBOX
- bool "Barebox Bootloader"
+ depends on BR2_TARGET_BAREBOX
+ bool "Barebox Bootloader"
config BR2_TARGET_MXS_BOOTLETS_LINUX
- depends on BR2_LINUX_KERNEL
- bool "Linux Kernel"
+ depends on BR2_LINUX_KERNEL
+ bool "Linux Kernel"
config BR2_TARGET_MXS_BOOTLETS_UBOOT
- depends on BR2_TARGET_UBOOT
- bool "U-boot bootloader"
+ depends on BR2_TARGET_UBOOT
+ bool "U-boot bootloader"
endchoice
endchoice
config BR2_TARGET_MXS_BOOTLETS_CUSTOM_BOARD_NAME
- string "Custom board name"
- depends on BR2_TARGET_MXS_BOOTLETS_CUSTOM_BOARD
- help
- Name of the board to build the bootlets for
+ string "Custom board name"
+ depends on BR2_TARGET_MXS_BOOTLETS_CUSTOM_BOARD
+ help
+ Name of the board to build the bootlets for
endif
bool "2013.10"
config BR2_TARGET_UBOOT_CUSTOM_VERSION
- bool "Custom version"
+ bool "Custom version"
help
This option allows to use a specific official versions
root filesystem.
config BR2_TARGET_ROOTFS_SQUASHFS4
- bool "4.x"
+ bool "4.x"
config BR2_TARGET_ROOTFS_SQUASHFS3
- depends on BR2_DEPRECATED
- bool "3.x"
+ depends on BR2_DEPRECATED
+ bool "3.x"
endchoice
generating the filesystem.
config BR2_TARGET_ROOTFS_SQUASHFS4_GZIP
- bool "gzip"
+ bool "gzip"
config BR2_TARGET_ROOTFS_SQUASHFS4_LZMA
- bool "lzma"
+ bool "lzma"
config BR2_TARGET_ROOTFS_SQUASHFS4_LZO
- bool "lzo"
+ bool "lzo"
config BR2_TARGET_ROOTFS_SQUASHFS4_XZ
- bool "xz"
+ bool "xz"
endchoice
endif
# RTAI
config BR2_LINUX_KERNEL_EXT_RTAI
- bool "RTAI Real-time patch"
- select BR2_PACKAGE_RTAI
- help
- RTAI Kernel part.
+ bool "RTAI Real-time patch"
+ select BR2_PACKAGE_RTAI
+ help
+ RTAI Kernel part.
config BR2_LINUX_KERNEL_EXT_RTAI_PATCH
- depends on BR2_LINUX_KERNEL_EXT_RTAI
- string "Path for RTAI patch file"
- help
- Optionally, explicitly specify the RTAI patch to use.
+ depends on BR2_LINUX_KERNEL_EXT_RTAI
+ string "Path for RTAI patch file"
+ help
+ Optionally, explicitly specify the RTAI patch to use.
endmenu
string "Defconfig name"
depends on BR2_LINUX_KERNEL_USE_DEFCONFIG
help
- Name of the kernel defconfig file to use, without the
- trailing _defconfig. The defconfig is located in
- arch/<arch>/configs in the kernel tree.
+ Name of the kernel defconfig file to use, without the
+ trailing _defconfig. The defconfig is located in
+ arch/<arch>/configs in the kernel tree.
config BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE
string "Configuration file path"
#
config BR2_LINUX_KERNEL_UBOOT_IMAGE
- bool
+ bool
choice
prompt "Kernel binary format"
config BR2_LINUX_KERNEL_USE_INTREE_DTS
bool "Use a device tree present in the kernel."
help
- Use a device tree source distributed with
- the kernel sources. The dts files are located
- in the arch/<arch>/boot/dts folder.
+ Use a device tree source distributed with
+ the kernel sources. The dts files are located
+ in the arch/<arch>/boot/dts folder.
config BR2_LINUX_KERNEL_USE_CUSTOM_DTS
bool "Use a custom device tree file"
string "Device Tree Source file names"
depends on BR2_LINUX_KERNEL_USE_INTREE_DTS
help
- Name of the device tree source file, without
- the trailing .dts. You can provide a list of
- dts files to build, separated by spaces.
+ Name of the device tree source file, without
+ the trailing .dts. You can provide a list of
+ dts files to build, separated by spaces.
config BR2_LINUX_KERNEL_CUSTOM_DTS_PATH
string "Device Tree Source file path"
bool "at"
depends on BR2_USE_MMU
help
- At and batch read shell commands from standard input and
- store them as jobs to be scheduled for execution in the
- future.
+ At and batch read shell commands from standard input and
+ store them as jobs to be scheduled for execution in the
+ future.
at - run the job at a specified time
batch - run the job when system load levels permit
# add dummy config so the stuff with busybox alternatives are shown
# when busybox is disabled
config BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
- default y
+ default y
endif
orientated, written in C++, and targeted at games developers who
should be spending their time creating great games, not building
GUI sub-systems!
-
+
http://www.cegui.org.uk/
select BR2_PACKAGE_LIBOGG
help
The CELT ultra-low delay audio codec
-
+
The CELT codec is a compression algorithm for audio. Like MP3,
Vorbis, and AAC it is suitable for transmitting music with high
quality. Unlike these formats CELT imposes very little delay on
the signal, even less than is typical for speech centric formats
like Speex, GSM, or G.729.
-
+
Note: this is version 0.5.1.3 of celt.
-
+
http://www.celt-codec.org/
differs from most of other web development frameworks like:
Python Django or Java Servlets on the following aspects:
- - It is designed and tuned to handle extremely high loads.
+ - It is designed and tuned to handle extremely high loads.
- It uses modern C++ as primary development language in
order to achieve the above goal.
- - It is aimed on development of both Web Sites and Web
- Services.
+ - It is aimed on development of both Web Sites and Web
+ Services.
http://cppcms.com
config BR2_PACKAGE_CRAMFS
- bool "cramfs"
- help
- cramfs is a compressed read-only filesystem. This package
- contains the tools to generate and check a cramfs filesystem.
+ bool "cramfs"
+ help
+ cramfs is a compressed read-only filesystem. This package
+ contains the tools to generate and check a cramfs filesystem.
- http://sourceforge.net/projects/cramfs/
+ http://sourceforge.net/projects/cramfs/
select BR2_PACKAGE_POPT
select BR2_PACKAGE_LVM2
select BR2_PACKAGE_E2FSPROGS
- select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
+ select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
depends on BR2_LARGEFILE # lvm2, util-linux
depends on BR2_USE_MMU # lvm2
depends on BR2_USE_WCHAR # util-linux
if BR2_PACKAGE_CUPS
config BR2_PACKAGE_CUPS_PDFTOPS
- bool "pdftops support"
- depends on BR2_INSTALL_LIBSTDCPP
- help
- Enable pdftops support
+ bool "pdftops support"
+ depends on BR2_INSTALL_LIBSTDCPP
+ help
+ Enable pdftops support
comment "pdftops support needs a toolchain w/ C++"
depends on !BR2_INSTALL_LIBSTDCPP
config BR2_PACKAGE_HOST_DFU_UTIL
bool "host dfu-util"
help
- Dfu-util is the host side implementation of the DFU 1.0
+ Dfu-util is the host side implementation of the DFU 1.0
specification of the USB forum. DFU is intended to download
- and upload firmware to devices connected over USB.
+ and upload firmware to devices connected over USB.
http://dfu-util.gnumonks.org/
config BR2_PACKAGE_DIVINE
- bool "directfb virtual input extension"
- depends on BR2_PACKAGE_DIRECTFB
- help
- DiVine provides a DirectFB input driver that reads input
- events from a pipe and dispatches them via a virtual input
- device. It also installs the tool 'spooky' that allows to
- send input events to DirectFB applications.
+ bool "directfb virtual input extension"
+ depends on BR2_PACKAGE_DIRECTFB
+ help
+ DiVine provides a DirectFB input driver that reads input
+ events from a pipe and dispatches them via a virtual input
+ device. It also installs the tool 'spooky' that allows to
+ send input events to DirectFB applications.
bool "dvb-apps (transponders data)"
help
Install the DVB-C, DVB-S, DVB-T and ATSC transponders data.
-
+
http://linuxtv.org/projects.php
http://linuxtv.org/hg/dvb-apps
http://en.wikipedia.org/wiki/DBox2
comment "dvbsnoop needs a toolchain w/ largefile"
- depends on !BR2_LARGEFILE
+ depends on !BR2_LARGEFILE
bool "host e2fsprogs"
help
The EXT2/3/4 file system utilities.
-
+
http://e2fsprogs.sf.net
select BR2_PACKAGE_LIBEET
config BR2_PACKAGE_LIBEVAS_GLES_SGX
- bool "OpenGL-ES SGX"
+ bool "OpenGL-ES SGX"
config BR2_PACKAGE_LIBEVAS_GLES_S3C6410
- bool "OpenGL-ES S3C6410"
+ bool "OpenGL-ES S3C6410"
endchoice
depends on BR2_LARGEFILE
depends on BR2_INET_IPV6
help
- FFmpeg is a complete, cross-platform solution to record, convert
- and stream audio and video.
+ FFmpeg is a complete, cross-platform solution to record, convert
+ and stream audio and video.
- http://www.ffmpeg.org
+ http://www.ffmpeg.org
if BR2_PACKAGE_FFMPEG
config BR2_PACKAGE_FFMPEG_GPL
bool "Enable GPL code"
help
- allow use of GPL code, the resulting libs and binaries will
- be under GPL
+ allow use of GPL code, the resulting libs and binaries will
+ be under GPL
config BR2_PACKAGE_FFMPEG_NONFREE
bool "Enable nonfree code"
help
- allow use of nonfree code, the resulting libs and binaries
- will be unredistributable
+ allow use of nonfree code, the resulting libs and binaries
+ will be unredistributable
config BR2_PACKAGE_FFMPEG_FFMPEG
bool "Build ffmpeg (the command line application)"
select BR2_PACKAGE_FFMPEG_SWSCALE
default y
help
- FFmpeg is a very fast video and audio converter.
- It can also grab from a live audio/video source.
+ FFmpeg is a very fast video and audio converter.
+ It can also grab from a live audio/video source.
- It is not needed if you want to link the FFmpeg libraries
- to your application.
+ It is not needed if you want to link the FFmpeg libraries
+ to your application.
config BR2_PACKAGE_FFMPEG_FFPLAY
bool "Build ffplay"
select BR2_PACKAGE_SDL
help
- FFplay is a very simple and portable media player using the
- FFmpeg libraries and the SDL library.
- It is mostly used as a testbed for the various FFmpeg APIs.
+ FFplay is a very simple and portable media player using the
+ FFmpeg libraries and the SDL library.
+ It is mostly used as a testbed for the various FFmpeg APIs.
config BR2_PACKAGE_FFMPEG_FFSERVER
bool "Build ffserver"
help
- FFserver is a streaming server for both audio and video.
+ FFserver is a streaming server for both audio and video.
config BR2_PACKAGE_FFMPEG_POSTPROC
bool "Build libpostproc"
string "Enabled encoders"
default "all"
help
- Space-separated list of encoders to build in FFmpeg,
- or "all" to build all of them.
+ Space-separated list of encoders to build in FFmpeg,
+ or "all" to build all of them.
- Run ./configure --list-encoders in the ffmpeg sources
- directory to know the available options.
+ Run ./configure --list-encoders in the ffmpeg sources
+ directory to know the available options.
config BR2_PACKAGE_FFMPEG_DECODERS
string "Enabled decoders"
default "all"
help
- Space-separated list of decoders to build in FFmpeg,
- or "all" to build all of them.
+ Space-separated list of decoders to build in FFmpeg,
+ or "all" to build all of them.
- Run ./configure --list-decoders in the ffmpeg sources
- directory to know the available options.
+ Run ./configure --list-decoders in the ffmpeg sources
+ directory to know the available options.
config BR2_PACKAGE_FFMPEG_MUXERS
string "Enabled muxers"
default "all"
help
- Space-separated list of muxers to build in FFmpeg,
- or "all" to build all of them.
+ Space-separated list of muxers to build in FFmpeg,
+ or "all" to build all of them.
- Run ./configure --list-muxers in the ffmpeg sources
- directory to know the available options.
+ Run ./configure --list-muxers in the ffmpeg sources
+ directory to know the available options.
config BR2_PACKAGE_FFMPEG_DEMUXERS
string "Enabled demuxers"
default "all"
help
- Space-separated list of demuxers to build in FFmpeg,
- or "all" to build all of them.
+ Space-separated list of demuxers to build in FFmpeg,
+ or "all" to build all of them.
- Run ./configure --list-demuxers in the ffmpeg sources
- directory to know the available options.
+ Run ./configure --list-demuxers in the ffmpeg sources
+ directory to know the available options.
config BR2_PACKAGE_FFMPEG_PARSERS
string "Enabled parsers"
default "all"
help
- Space-separated list of parsers to build in FFmpeg,
- or "all" to build all of them.
+ Space-separated list of parsers to build in FFmpeg,
+ or "all" to build all of them.
- Run ./configure --list-parsers in the ffmpeg sources
- directory to know the available options.
+ Run ./configure --list-parsers in the ffmpeg sources
+ directory to know the available options.
config BR2_PACKAGE_FFMPEG_BSFS
string "Enabled bitstreams"
default "all"
help
- Space-separated list of bitstream filters to build in FFmpeg,
- or "all" to build all of them.
+ Space-separated list of bitstream filters to build in FFmpeg,
+ or "all" to build all of them.
- Run ./configure --list-bsfs in the ffmpeg sources
- directory to know the available options.
+ Run ./configure --list-bsfs in the ffmpeg sources
+ directory to know the available options.
config BR2_PACKAGE_FFMPEG_PROTOCOLS
string "Enabled protocols"
default "all"
help
- Space-separated list of protocols to build in FFmpeg,
- or "all" to build all of them.
+ Space-separated list of protocols to build in FFmpeg,
+ or "all" to build all of them.
- Run ./configure --list-protocols in the ffmpeg sources
- directory to know the available options.
+ Run ./configure --list-protocols in the ffmpeg sources
+ directory to know the available options.
config BR2_PACKAGE_FFMPEG_FILTERS
string "Enabled filters"
default "all"
help
- Space-separated list of filters to build in FFmpeg,
- or "all" to build all of them.
+ Space-separated list of filters to build in FFmpeg,
+ or "all" to build all of them.
- Run ./configure --list-filters in the ffmpeg sources
- directory to know the available options.
+ Run ./configure --list-filters in the ffmpeg sources
+ directory to know the available options.
config BR2_PACKAGE_FFMPEG_INDEVS
bool "Enable input devices"
string "Additional parameters for ./configure"
default ""
help
- Extra parameters that will be appended to FFmpeg's
- ./configure commandline.
+ Extra parameters that will be appended to FFmpeg's
+ ./configure commandline.
endif
config BR2_PACKAGE_FLAC
bool "flac"
help
- FLAC is an Open Source lossless audio codec.
+ FLAC is an Open Source lossless audio codec.
http://flac.sourceforge.net/
select BR2_PACKAGE_XLIB_LIBXDAMAGE if BR2_PACKAGE_XORG7
select BR2_PACKAGE_XLIB_LIBXEXT if BR2_PACKAGE_XORG7
depends on BR2_arm # Only relevant for i.MX6
- # Library binaries are linked against libc.so.6
+ # Library binaries are linked against libc.so.6
depends on BR2_TOOLCHAIN_USES_GLIBC
help
Userspace libraries for Vivante GPU on i.MX6 platforms
menu "gd tools"
config BR2_PACKAGE_GD_ANNOTATE
- bool "annotate"
+ bool "annotate"
config BR2_PACKAGE_GD_BDFTOGD
- bool "bdftogd"
- depends on BR2_PACKAGE_PERL
+ bool "bdftogd"
+ depends on BR2_PACKAGE_PERL
config BR2_PACKAGE_GD_GD2COPYPAL
- bool "gd2copypal"
+ bool "gd2copypal"
config BR2_PACKAGE_GD_GD2TOGIF
- bool "gd2togif"
+ bool "gd2togif"
config BR2_PACKAGE_GD_GD2TOPNG
- bool "gd2topng"
- select BR2_PACKAGE_LIBPNG
+ bool "gd2topng"
+ select BR2_PACKAGE_LIBPNG
config BR2_PACKAGE_GD_GDCMPGIF
- bool "gdcmpgif"
+ bool "gdcmpgif"
config BR2_PACKAGE_GD_GDPARTTOPNG
- bool "gdparttopng"
- select BR2_PACKAGE_LIBPNG
+ bool "gdparttopng"
+ select BR2_PACKAGE_LIBPNG
config BR2_PACKAGE_GD_GDTOPNG
- bool "gdtopng"
- select BR2_PACKAGE_LIBPNG
+ bool "gdtopng"
+ select BR2_PACKAGE_LIBPNG
config BR2_PACKAGE_GD_GIFTOGD2
- bool "giftogd2"
+ bool "giftogd2"
config BR2_PACKAGE_GD_PNGTOGD
- bool "pngtogd"
- select BR2_PACKAGE_LIBPNG
+ bool "pngtogd"
+ select BR2_PACKAGE_LIBPNG
config BR2_PACKAGE_GD_PNGTOGD2
- bool "pngtogd2"
- select BR2_PACKAGE_LIBPNG
+ bool "pngtogd2"
+ select BR2_PACKAGE_LIBPNG
config BR2_PACKAGE_GD_WEBPNG
- bool "webpng"
- select BR2_PACKAGE_LIBPNG
+ bool "webpng"
+ select BR2_PACKAGE_LIBPNG
endmenu
genimage is a tool to generate multiple filesystem and flash
images from a given root filesystem tree. genimage is
intended to be run in a fakeroot environment.
-
+
Configuration is done is a config file parsed by
libconfuse. Options like the path to tools can be given in
environment variables, the config file or commandline
switches.
-
+
http://www.pengutronix.de/software/genimage/
Generate a 16 byte partition table entry defined by command line
arguments and dump it to stdout. No CHS magic is done, only lba
entries are filled out.
-
+
http://www.pengutronix.de/software/genpart/index_en.html
config BR2_PACKAGE_GENROMFS
- bool "genromfs"
- help
- Tool to generate a ROMFS filesystem.
+ bool "genromfs"
+ help
+ Tool to generate a ROMFS filesystem.
- http://romfs.sourceforge.net/
\ No newline at end of file
+ http://romfs.sourceforge.net/
config BR2_PACKAGE_HTTPING
- bool "httping"
- help
- Httping is like 'ping' but for http-requests.
- Give it an url, and it'll show you how long it takes to connect,
- send a request and retrieve the reply (only the headers).
- Be aware that the transmission across the network also takes time!
- So it measures the latency of the webserver + network.
+ bool "httping"
+ help
+ Httping is like 'ping' but for http-requests.
+ Give it an url, and it'll show you how long it takes to connect,
+ send a request and retrieve the reply (only the headers).
+ Be aware that the transmission across the network also takes time!
+ So it measures the latency of the webserver + network.
- http://www.vanheusden.com/httping/
+ http://www.vanheusden.com/httping/
if BR2_PACKAGE_HTTPING
config BR2_PACKAGE_HTTPING_TFO
- bool "TCP Fast Open (TFO) support"
+ bool "TCP Fast Open (TFO) support"
endif
http://linuxconsole.sourceforge.net/
config BR2_PACKAGE_INPUT_TOOLS_INPUTATTACH
- bool "inputattach"
- depends on BR2_PACKAGE_INPUT_TOOLS
- default y
- help
+ bool "inputattach"
+ depends on BR2_PACKAGE_INPUT_TOOLS
+ default y
+ help
Inputattach is used for attaching a serial line to the input layer.
config BR2_PACKAGE_INPUT_TOOLS_JSCAL
- bool "jscal"
- depends on BR2_PACKAGE_INPUT_TOOLS
- default y
- help
+ bool "jscal"
+ depends on BR2_PACKAGE_INPUT_TOOLS
+ default y
+ help
Joystick calibration program.
config BR2_PACKAGE_INPUT_TOOLS_JSTEST
- bool "jstest"
- depends on BR2_PACKAGE_INPUT_TOOLS
- default y
- help
+ bool "jstest"
+ depends on BR2_PACKAGE_INPUT_TOOLS
+ default y
+ help
Joystick test program.
config BR2_PACKAGE_INTLTOOL
- bool "intltool"
- # Hide from configuration as we only support the host package
- # for the moment
- depends on BR2_HOST_ONLY
- help
- Utility scripts for internationalizing XML
+ bool "intltool"
+ # Hide from configuration as we only support the host package
+ # for the moment
+ depends on BR2_HOST_ONLY
+ help
+ Utility scripts for internationalizing XML
- http://www.freedesktop.org/wiki/Software/intltool
\ No newline at end of file
+ http://www.freedesktop.org/wiki/Software/intltool
help
These tools are used to control the key management system
built into the Linux kernel.
-
+
http://people.redhat.com/~dhowells/keyutils/
config BR2_PACKAGE_LIBCAP
bool "libcap"
help
- This library implements the user-space interfaces to the
- POSIX 1003.1e capabilities available in Linux kernels. These
- capabilities are a partitioning of the all powerful root
- privilege into a set of distinct privileges.
+ This library implements the user-space interfaces to the
+ POSIX 1003.1e capabilities available in Linux kernels. These
+ capabilities are a partitioning of the all powerful root
+ privilege into a set of distinct privileges.
- http://sites.google.com/site/fullycapable/
+ http://sites.google.com/site/fullycapable/
bool "libdvdnav"
depends on BR2_LARGEFILE # libdvdread
depends on BR2_TOOLCHAIN_HAS_THREADS
- select BR2_PACKAGE_LIBDVDREAD
+ select BR2_PACKAGE_LIBDVDREAD
help
libdvdnav is a library that allows easy use of sophisticated
DVD navigation features such as DVD menus, multiangle
This protocol is mainly to be used by VoIP telephony
applications (endpoints or conference server) but might be
also usefull for any application that wish to establish
- sessions like multiplayer games.
+ sessions like multiplayer games.
eXosip is based in libosip.
http://savannah.nongnu.org/projects/exosip/
config BR2_PACKAGE_LIBGEOTIFF
- bool "libgeotiff"
- select BR2_PACKAGE_TIFF
- help
- Libgeotiff is an open source library normally hosted on top of
- libtiff for reading, and writing GeoTIFF information tags.
+ bool "libgeotiff"
+ select BR2_PACKAGE_TIFF
+ help
+ Libgeotiff is an open source library normally hosted on top of
+ libtiff for reading, and writing GeoTIFF information tags.
- http://geotiff.osgeo.org
+ http://geotiff.osgeo.org
help
Libiscsi is a client-side library to implement the iSCSI protocol
that can be used to access resource of an iSCSI Target.
-
+
The library is fully async with regards to iscsi commands and scsi
tasks, but a sync layer is also provided for ease of use for simpler
applications.
-
+
https://github.com/sahlberg/libiscsi (no proper homepage)
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
select BR2_PACKAGE_LIBGLIB2
help
- LibMMS is a common library for parsing mms:// and mmsh://
- type network streams. These are commonly used to stream
- Windows Media Video content over the web. LibMMS itself is
- only for receiving MMS stream, it doesn't handle sending at
- all.
+ LibMMS is a common library for parsing mms:// and mmsh://
+ type network streams. These are commonly used to stream
+ Windows Media Video content over the web. LibMMS itself is
+ only for receiving MMS stream, it doesn't handle sending at
+ all.
http://launchpad.net/libmms
depends on BR2_i386 || BR2_x86_64
help
High level interface to the Linux Kernel's seccomp filter
-
+
The libseccomp library provides an easy to use, platform independent,
interface to the Linux Kernel's syscall filtering mechanism: seccomp.
The libseccomp API is designed to abstract away the underlying BPF
based syscall filter language and present a more conventional
function-call based filtering interface that should be familiar to,
and easily adopted by application developers.
-
+
http://sourceforge.net/projects/libseccomp/
endif
comment "libv4l needs a toolchain w/ largefile, threads"
- depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
+ depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
config BR2_PACKAGE_LIBXML_PARSER_PERL
- bool "libxml-parser-perl"
- select BR2_PACKAGE_EXPAT
- # Hide from configuration as we only support the host package
- # for the moment
- depends on BR2_HOST_ONLY
- help
- The Perl XML::Parser module.
+ bool "libxml-parser-perl"
+ select BR2_PACKAGE_EXPAT
+ # Hide from configuration as we only support the host package
+ # for the moment
+ depends on BR2_HOST_ONLY
+ help
+ The Perl XML::Parser module.
- http://www.cpan.org/modules/by-module/XML/
+ http://www.cpan.org/modules/by-module/XML/
the iwlwifi kernel driver.
config BR2_PACKAGE_LINUX_FIRMWARE_LIBERTAS_SD8686_V8
- bool "Libertas SD 8686 v8"
- help
- Firmware files (version 8) for the Marvell SD8686 module
+ bool "Libertas SD 8686 v8"
+ help
+ Firmware files (version 8) for the Marvell SD8686 module
config BR2_PACKAGE_LINUX_FIRMWARE_LIBERTAS_SD8686_V9
- bool "Libertas SD 8686 v9"
- help
- Firmware files (version 9) for the Marvell SD8686 module
+ bool "Libertas SD 8686 v9"
+ help
+ Firmware files (version 9) for the Marvell SD8686 module
config BR2_PACKAGE_LINUX_FIRMWARE_LIBERTAS_SD8688
- bool "Libertas SD 8688"
- help
- Firmware files for the Marvell SD8688 module
+ bool "Libertas SD 8688"
+ help
+ Firmware files for the Marvell SD8688 module
config BR2_PACKAGE_LINUX_FIRMWARE_MWIFIEX_SD8787
bool "Marvell Wifi-Ex SD 8787"
bool "LiTE (toolbox engine)"
depends on BR2_PACKAGE_DIRECTFB
help
- LiTE stands for LiTE is a Toolbox Engine.
+ LiTE stands for LiTE is a Toolbox Engine.
Its role is to facilitate the functions of DirectFB so that a
toolbox could be written on top of DirectFB with less effort.
As such LiTE has abstractions for the underlying graphics and
select BR2_PACKAGE_UTIL_LINUX
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
select BR2_PACKAGE_LIBGLIB2
- # libglib2 needs thread support and gettext which needs wchar support, and
+ # libglib2 needs thread support and gettext which needs wchar support, and
# we also depends on util-linux which needs wchar
depends on BR2_USE_WCHAR
depends on BR2_TOOLCHAIN_HAS_THREADS
config BR2_PACKAGE_MAKEDEVS
- bool "makedevs"
- help
- The makedevs utility allows to create a set of device files
- according to a configuration file.
\ No newline at end of file
+ bool "makedevs"
+ help
+ The makedevs utility allows to create a set of device files
+ according to a configuration file.
http://pyropus.ca/software/memtester/
comment "memtester needs a toolchain w/ largefile"
- depends on !BR2_LARGEFILE
+ depends on !BR2_LARGEFILE
http://mmonit.com/monit/
comment "monit needs a toolchain w/ threads"
- depends on !BR2_TOOLCHAIN_HAS_THREADS
+ depends on !BR2_TOOLCHAIN_HAS_THREADS
Unix without mounting them. It supports Win'95 style long file
names, OS/2 Xdf disks and 2m disks (store up to 1992k on a high
density 3 1/2 disk).
-
+
http://www.tux.org/pub/tux/mtools/
source "package/php/Config.ext"
config BR2_PACKAGE_PHP_CLI
- bool
+ bool
config BR2_PACKAGE_PHP_CGI
- bool
+ bool
choice
- prompt "Interface"
- default BR2_PACKAGE_PHP_SAPI_CGI
- help
- Select the PHP interface(s).
+ prompt "Interface"
+ default BR2_PACKAGE_PHP_SAPI_CGI
+ help
+ Select the PHP interface(s).
config BR2_PACKAGE_PHP_SAPI_CGI
bool "CGI"
Common Gateway Interface
config BR2_PACKAGE_PHP_SAPI_CLI
- bool "CLI"
+ bool "CLI"
select BR2_PACKAGE_PHP_CLI
- help
- Command Line Interface
+ help
+ Command Line Interface
config BR2_PACKAGE_PHP_SAPI_CLI_CGI
- bool "CGI and CLI"
+ bool "CGI and CLI"
# CGI uses fork()
depends on BR2_USE_MMU
select BR2_PACKAGE_PHP_CLI
or the use of regular expressions. The pyparsing module provides
a library of classes that client code uses to construct the grammar
directly in Python code.
-
+
http://pyparsing.wikispaces.com/
bool "SawMan (Window Manager)"
depends on BR2_PACKAGE_DIRECTFB
help
- SaWMan is a new window manager module for use with DirectFB.
- Its main difference to the default module is that it allows
- one process to be an application and window manager,
- implementing all kinds of diversity, while SaWMan is only the
- working horse.
+ SaWMan is a new window manager module for use with DirectFB.
+ Its main difference to the default module is that it allows
+ one process to be an application and window manager,
+ implementing all kinds of diversity, while SaWMan is only the
+ working horse.
- See http://www.directfb.org/downloads/Extras/README.SaWMan
+ See http://www.directfb.org/downloads/Extras/README.SaWMan
The Spice project deals with both the virtualized devices
and the front-end. Interaction between front-end and
back-end is done using VD-Interfaces.
-
+
This package implements the slirp-part for Spice.
Slirp emulates a PPP or SLIP connection over a normal terminal.
-
+
http://www.spice-space.org/
-
+
NOTE:
This package has some history of a unique kind:
- originally developped as 'slirp' by Danny Gasparovski, and
config BR2_PACKAGE_SNOWBALL_HDMISERVICE
bool "snowball-hdmiservice"
- depends on BR2_TOOLCHAIN_HAS_THREADS
+ depends on BR2_TOOLCHAIN_HAS_THREADS
help
HDMI userspace control daemon
- This package contains the HDMI userspace control daemon for the
+ This package contains the HDMI userspace control daemon for the
snowball board
-
+
http://www.igloocommunity.org
http://www.speex.org/
config BR2_PACKAGE_SPEEX_ARM4
- bool
- default y
- depends on BR2_PACKAGE_SPEEX && (BR2_arm7tdmi || BR2_arm720t || BR2_arm920t || BR2_arm922t || BR2_strongarm || BR2_fa526)
+ bool
+ default y
+ depends on BR2_PACKAGE_SPEEX && (BR2_arm7tdmi || BR2_arm720t || BR2_arm920t || BR2_arm922t || BR2_strongarm || BR2_fa526)
config BR2_PACKAGE_SPEEX_ARM5E
default y
The Spice project deals with both the virtualized devices
and the front-end. Interaction between front-end and
back-end is done using VD-Interfaces.
-
+
This package implements the protocol-part of Spice.
-
+
http://www.spice-space.org/
The Spice project deals with both the virtualized devices
and the front-end. Interaction between front-end and
back-end is done using VD-Interfaces.
-
+
This package implements the server-part of Spice.
-
+
http://www.spice-space.org/
if BR2_PACKAGE_SPICE
if BR2_PACKAGE_SQUASHFS
config BR2_PACKAGE_SQUASHFS_GZIP
- bool "gzip support"
- default y
- select BR2_PACKAGE_ZLIB
- help
- Support GZIP compression algorithm
+ bool "gzip support"
+ default y
+ select BR2_PACKAGE_ZLIB
+ help
+ Support GZIP compression algorithm
config BR2_PACKAGE_SQUASHFS_LZMA
- bool "lzma support"
- select BR2_PACKAGE_XZ
- help
- Support LZMA compression algorithm
+ bool "lzma support"
+ select BR2_PACKAGE_XZ
+ help
+ Support LZMA compression algorithm
config BR2_PACKAGE_SQUASHFS_LZO
- bool "lzo support"
- select BR2_PACKAGE_LZO
- help
- Support LZO compression algorithm
+ bool "lzo support"
+ select BR2_PACKAGE_LZO
+ help
+ Support LZO compression algorithm
config BR2_PACKAGE_SQUASHFS_XZ
- bool "xz support"
- select BR2_PACKAGE_XZ
- help
- Support XZ compression algorithm
+ bool "xz support"
+ select BR2_PACKAGE_XZ
+ help
+ Support XZ compression algorithm
endif
# Uses fork()
depends on BR2_USE_MMU
help
- The sysstat utilities are a collection of performance
- monitoring tools for Linux. These include sar, sadf, mpstat,
- iostat, pidstat and sa tools.
+ The sysstat utilities are a collection of performance
+ monitoring tools for Linux. These include sar, sadf, mpstat,
+ iostat, pidstat and sa tools.
- Some Features :
+ Some Features :
- * Input / Output and transfer rate statistics (global, per
- device, per partition, per network filesystem and per
- Linux task / PID)
- * CPU statistics (global, per CPU and per Linux task /
- PID), including support for virtualization architectures
- * Memory and swap space utilization statistics
- * Virtual memory, paging and fault statistics
- * Per-task (per-PID) memory and page fault statistics
- * Global CPU and page fault statistics for tasks and all
- their children
- * Process creation activity
- * Interrupt statistics (global, per CPU and per interrupt,
- including potential APIC interrupt sources)
- * Extensive network statistics: network interface activity
- (number of packets and kB received and transmitted per
- second, etc.) including failures from network devices;
- network traffic statistics for IP, TCP, ICMP and UDP
- protocols based on SNMPv2 standards; support for
- IPv6-related protocols.
- * NFS server and client activity
- * Socket statistics
- * Run queue and system load statistics
- * Kernel internal tables utilization statistics
- * System and per Linux task switching activity
- * Swapping statistics
- * TTY device activity
- * Power management statistics
+ * Input / Output and transfer rate statistics (global, per
+ device, per partition, per network filesystem and per
+ Linux task / PID)
+ * CPU statistics (global, per CPU and per Linux task /
+ PID), including support for virtualization architectures
+ * Memory and swap space utilization statistics
+ * Virtual memory, paging and fault statistics
+ * Per-task (per-PID) memory and page fault statistics
+ * Global CPU and page fault statistics for tasks and all
+ their children
+ * Process creation activity
+ * Interrupt statistics (global, per CPU and per interrupt,
+ including potential APIC interrupt sources)
+ * Extensive network statistics: network interface activity
+ (number of packets and kB received and transmitted per
+ second, etc.) including failures from network devices;
+ network traffic statistics for IP, TCP, ICMP and UDP
+ protocols based on SNMPv2 standards; support for
+ IPv6-related protocols.
+ * NFS server and client activity
+ * Socket statistics
+ * Run queue and system load statistics
+ * Kernel internal tables utilization statistics
+ * System and per Linux task switching activity
+ * Swapping statistics
+ * TTY device activity
+ * Power management statistics
http://pagesperso-orange.fr/sebastien.godard/
depends on BR2_INSTALL_LIBSTDCPP
help
TagLib is a library for reading and editing the meta-data of
- several popular audio formats. Currently it supports both ID3v1
- and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags and
- Vorbis comments in FLAC, MPC, Speex, WavPack and TrueAudio files.
+ several popular audio formats. Currently it supports both ID3v1
+ and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags and
+ Vorbis comments in FLAC, MPC, Speex, WavPack and TrueAudio files.
http://taglib.github.com
config BR2_PACKAGE_TI_GFX_ES3
bool "es3.x (OMAP35xx, AM35xx Rev 3.1+)"
help
- OMAP35xx, AM35xx Rev 3.1+
+ OMAP35xx, AM35xx Rev 3.1+
config BR2_PACKAGE_TI_GFX_ES5
bool "es5.x (AM37xx, DM37xx)"
bool "tremor (fixed point vorbis decoder)"
help
Tremor is a fixed point implementation of an Ogg Vorbis
- decoder. It provides a decoding API similar to libvorbis,
- but gives much better performance on systems without a
- floating-point unit.
+ decoder. It provides a decoding API similar to libvorbis,
+ but gives much better performance on systems without a
+ floating-point unit.
traffic over a network connection. It is also the name of the
software package offering a parsing library, a usbredirhost library
and several utilities implementing this protocol.
-
+
Note: only the library is installed, not the utilities. Say 'y'
below if you want the server too.
-
+
http://www.spice-space.org/page/UsbRedir
if BR2_PACKAGE_USBREDIR
help
If you want to serve usbredir requests on your target, say 'y'
here to have the usbredir server on the target.
-
+
Note: the server is not required to use the library.
endif
config BR2_PACKAGE_UTIL_LINUX_UUIDD
bool "uuidd"
help
- UUID generation daemon
+ UUID generation daemon
config BR2_PACKAGE_UTIL_LINUX_WALL
bool "wall"
endif
comment "X.org needs a toolchain w/ wchar, threads"
- depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
+ depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
Generic Linux input driver
comment "xf86-input-evdev requires udev to be enabled"
- depends on !BR2_PACKAGE_UDEV
+ depends on !BR2_PACKAGE_UDEV
endchoice
config BR2_PACKAGE_XSERVER_XORG_SERVER_NULL_CURSOR
- bool "Null root cursor"
- help
- Don't display root cursor.
+ bool "Null root cursor"
+ help
+ Don't display root cursor.
config BR2_PACKAGE_XSERVER_XORG_SERVER_AIGLX
- bool "Enable AIGLX Extension"
- help
- Enable/Use AIGLX extension.
+ bool "Enable AIGLX Extension"
+ help
+ Enable/Use AIGLX extension.
if BR2_PACKAGE_XSERVER_XORG_SERVER_KDRIVE
comment "Optional Servers"
config BR2_PACKAGE_XSERVER_XORG_SERVER_XVFB
- bool "Xvfb server"
- help
- Virtual frame buffer X server.
+ bool "Xvfb server"
+ help
+ Virtual frame buffer X server.
endif
Kernel -> Linux Kernel Extensions menu.
config BR2_PACKAGE_XENOMAI_TESTSUITE
- bool "Install testsuite"
- help
- This option allows to install the Xenomai test programs.
+ bool "Install testsuite"
+ help
+ This option allows to install the Xenomai test programs.
config BR2_PACKAGE_XENOMAI_RTCAN
- bool "RTCan utilities"
- help
- This option allows to install the Xenomai RT-CAN utilities.
+ bool "RTCan utilities"
+ help
+ This option allows to install the Xenomai RT-CAN utilities.
config BR2_PACKAGE_XENOMAI_ANALOGY
- bool "Analogy libs and utils"
- help
- This option allows to install the Xenomai Analogy utilities
- and libraries
+ bool "Analogy libs and utils"
+ help
+ This option allows to install the Xenomai Analogy utilities
+ and libraries
config BR2_PACKAGE_XENOMAI_NATIVE_SKIN
- bool "Native skin library"
- default y
- help
- This option allows to install the Native Xenomai skin
+ bool "Native skin library"
+ default y
+ help
+ This option allows to install the Native Xenomai skin
config BR2_PACKAGE_XENOMAI_POSIX_SKIN
- bool "POSIX skin library"
- default y
- help
- This option allows to install the POSIX Xenomai skin
+ bool "POSIX skin library"
+ default y
+ help
+ This option allows to install the POSIX Xenomai skin
config BR2_PACKAGE_XENOMAI_VXWORKS_SKIN
- bool "VX-Works skin library"
- help
- This option allows to install the VX-Works Xenomai skin
+ bool "VX-Works skin library"
+ help
+ This option allows to install the VX-Works Xenomai skin
config BR2_PACKAGE_XENOMAI_PSOS_SKIN
- bool "PSOS skin library"
- help
- This option allows to install the PSOS Xenomai skin
+ bool "PSOS skin library"
+ help
+ This option allows to install the PSOS Xenomai skin
config BR2_PACKAGE_XENOMAI_RTAI_SKIN
- bool "RTAI skin library"
- help
- This option allows to install the RTAI Xenomai skin
+ bool "RTAI skin library"
+ help
+ This option allows to install the RTAI Xenomai skin
config BR2_PACKAGE_XENOMAI_UITRON_SKIN
- bool "uiTron skin library"
- help
- This option allows to install the uiTron Xenomai skin
+ bool "uiTron skin library"
+ help
+ This option allows to install the uiTron Xenomai skin
config BR2_PACKAGE_XENOMAI_VRTX_SKIN
- bool "VRTX skin library"
- help
- This option allows to install the VRTX Xenomai skin
+ bool "VRTX skin library"
+ help
+ This option allows to install the VRTX Xenomai skin
endif
depends on BR2_PACKAGE_XFSPROGS
comment "xfsprogs needs a toolchain w/ largefile, wchar"
- depends on !(BR2_LARGEFILE && BR2_USE_WCHAR)
+ depends on !(BR2_LARGEFILE && BR2_USE_WCHAR)
config BR2_PACKAGE_XFSPROGS
bool "xfsprogs"
menu "System configuration"
config BR2_TARGET_GENERIC_HOSTNAME
- string "System hostname"
- default "buildroot"
- help
- Select system hostname to be stored in /etc/hostname.
+ string "System hostname"
+ default "buildroot"
+ help
+ Select system hostname to be stored in /etc/hostname.
config BR2_TARGET_GENERIC_ISSUE
- string "System banner"
- default "Welcome to Buildroot"
- help
- Select system banner (/etc/issue) to be displayed at login.
+ string "System banner"
+ default "Welcome to Buildroot"
+ help
+ Select system banner (/etc/issue) to be displayed at login.
choice
bool "Passwords encoding"
.config file or the build log may be distributed!
config BR2_TARGET_GENERIC_GETTY
- bool "Run a getty (login prompt) after boot"
- default y
+ bool "Run a getty (login prompt) after boot"
+ default y
if BR2_TARGET_GENERIC_GETTY
menu "getty options"
Select a baudrate to use.
config BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP
- bool "keep kernel default"
+ bool "keep kernel default"
config BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600
bool "9600"
config BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200
from Mentor Graphics. It uses gcc 4.7.2, binutils 2.23.51,
glibc 2.16, uClibc 0.9.30, gdb 7.4.50 and kernel headers
3.5.4. It has support for the following variants:
- - SH4A, glibc, little endian
- Default.
- - SH4A, glibc, big endian
- Add -mb to BR2_TARGET_OPTIMIZATION
- - SH4A, uClibc, little endian
- Not usable in Buildroot yet.
- - SH4A, uClibc, big endian
- Not usable in Buildroot yet.
+ - SH4A, glibc, little endian
+ Default.
+ - SH4A, glibc, big endian
+ Add -mb to BR2_TARGET_OPTIMIZATION
+ - SH4A, uClibc, little endian
+ Not usable in Buildroot yet.
+ - SH4A, uClibc, big endian
+ Not usable in Buildroot yet.
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201203
bool "Sourcery CodeBench SH 2012.03"
from Mentor Graphics. It uses gcc 4.6.3, binutils 2.21.53,
glibc 2.15, uClibc 0.9.30, gdb 7.2.50 and kernel headers
3.2.10. It has support for the following variants:
- - SH4A, glibc, little endian
- Default.
- - SH4A, glibc, big endian
- Add -mb to BR2_TARGET_OPTIMIZATION
- - SH4A, uClibc, little endian
- Not usable in Buildroot yet.
- - SH4A, uClibc, big endian
- Not usable in Buildroot yet.
+ - SH4A, glibc, little endian
+ Default.
+ - SH4A, glibc, big endian
+ Add -mb to BR2_TARGET_OPTIMIZATION
+ - SH4A, uClibc, little endian
+ Not usable in Buildroot yet.
+ - SH4A, uClibc, big endian
+ Not usable in Buildroot yet.
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH201103
bool "Sourcery CodeBench SH 2011.03"
# always installed. When a different binary format is used, we offer the option
# of installing the FDPIC shared libraries.
config BR2_BFIN_INSTALL_FDPIC_SHARED
- bool "Install FDPIC shared libraries"
- depends on BR2_bfin && !BR2_BINFMT_FDPIC
- help
- The Linux kernel supports running both FDPIC and FLAT applications
- concurrently if the binary format specific libraries are installed
- properly. This option allows developer to install FDPIC libraries
- into a buildroot rootfs image built with binary format that is not
- FDPIC.
+ bool "Install FDPIC shared libraries"
+ depends on BR2_bfin && !BR2_BINFMT_FDPIC
+ help
+ The Linux kernel supports running both FDPIC and FLAT applications
+ concurrently if the binary format specific libraries are installed
+ properly. This option allows developer to install FDPIC libraries
+ into a buildroot rootfs image built with binary format that is not
+ FDPIC.
# When the FLAT shared binary format is used, we force the installation
# of the corresponding libraries. When a different binary format is
# used, we offer the option of installing the FLAT shared libraries.
config BR2_BFIN_INSTALL_FLAT_SHARED
- bool "Install FLAT shared libraries" if !BR2_BINFMT_FLAT_SHARED
- depends on BR2_bfin
- default y if BR2_BINFMT_FLAT_SHARED
- help
- The Linux kernel supports running both FDPIC and FLAT applications
- concurrently if the binary format specific libraries are installed
- properly. This option allows developer to install FLAT libraries
- into a buildroot rootfs image built with binary format that is not
- shared FLAT.
+ bool "Install FLAT shared libraries" if !BR2_BINFMT_FLAT_SHARED
+ depends on BR2_bfin
+ default y if BR2_BINFMT_FLAT_SHARED
+ help
+ The Linux kernel supports running both FDPIC and FLAT applications
+ concurrently if the binary format specific libraries are installed
+ properly. This option allows developer to install FLAT libraries
+ into a buildroot rootfs image built with binary format that is not
+ shared FLAT.
endif # BR2_TOOLCHAIN_EXTERNAL