0% found this document useful (0 votes)
9 views1 page

Buildroot Make Help

The document provides a comprehensive list of commands and options for using Buildroot, including cleaning, building, and configuring projects. It details various configuration interfaces and package-specific commands, as well as documentation generation options. Additionally, it includes miscellaneous commands for managing sources and output settings.

Uploaded by

Volcan LAB
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views1 page

Buildroot Make Help

The document provides a comprehensive list of commands and options for using Buildroot, including cleaning, building, and configuring projects. It details various configuration interfaces and package-specific commands, as well as documentation generation options. Additionally, it includes miscellaneous commands for managing sources and output settings.

Uploaded by

Volcan LAB
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Buildroot - make help

Cleaning: clean - delete all files created by build distclean - delete all non-source
files (including .config) Build: all - make world toolchain - build toolchain sdk -
build relocatable SDK Configuration: menuconfig - interactive curses-based configurator
nconfig - interactive ncurses-based configurator xconfig - interactive Qt-based
configurator gconfig - interactive GTK-based configurator oldconfig - resolve any
unresolved symbols in .config syncconfig - Same as oldconfig, but quietly, additionally
update deps olddefconfig - Same as syncconfig but sets new symbols to their default
value randconfig - New config with random answer to all options defconfig - New config
with default answer to all options; BR2_DEFCONFIG, if set on the command line, is used
as input savedefconfig - Save current config to BR2_DEFCONFIG (minimal config)
update-defconfig - Same as savedefconfig allyesconfig - New config where all options
are accepted with yes allnoconfig - New config where all options are answered with no
alldefconfig - New config where all options are set to default randpackageconfig - New
config with random answer to package options allyespackageconfig - New config where pkg
options are accepted with yes allnopackageconfig - New config where package options are
answered with no Package-specific: - Build and install and all its dependencies -source
- Only download the source files for -extract - Extract sources -patch - Apply patches
to -depends - Build 's dependencies -configure - Build up to the configure step -build
- Build up to the build step -show-info - generate info about , as a JSON blurb
-show-depends - List packages on which depends -show-rdepends - List packages which
have as a dependency -show-recursive-depends - Recursively list packages on which
depends -show-recursive-rdepends - Recursively list packages which have as a dependency
-graph-depends - Generate a graph of 's dependencies -graph-rdepends - Generate a graph
of 's reverse dependencies -graph-both-depends - Generate a graph of both 's forward
and reverse dependencies. -dirclean - Remove build directory -reconfigure - Restart the
build from the configure step -rebuild - Restart the build from the build step
-reinstall - Restart the build from the install step busybox: busybox-menuconfig - Run
busybox menuconfig busybox-xconfig - Run busybox xconfig busybox-gconfig - Run busybox
gconfig busybox-update-config - Save the busybox configuration as a full .config file
to package/busybox/busybox.config (or override with BUSYBOX_KCONFIG_FILE) uboot:
uboot-menuconfig - Run uboot menuconfig uboot-xconfig - Run uboot xconfig uboot-gconfig
- Run uboot gconfig uboot-nconfig - Run uboot nconfig linux: linux-menuconfig - Run
linux menuconfig linux-xconfig - Run linux xconfig linux-gconfig - Run linux gconfig
linux-nconfig - Run linux nconfig Documentation: manual - build manual in all formats
manual-html - build manual in HTML manual-split-html - build manual in split HTML
manual-pdf - build manual in PDF manual-text - build manual in text manual-epub - build
manual in ePub graph-build - generate graphs of the build times graph-depends -
generate graph of the dependency tree graph-size - generate stats of the filesystem
size list-defconfigs - list all defconfigs (pre-configured minimal systems)
Miscellaneous: source - download all sources needed for offline-build external-deps -
list external packages used legal-info - generate info about license compliance
show-info - generate info about packages, as a JSON blurb pkg-stats - generate info
about packages as JSON and HTML printvars - dump internal variables selected with
VARS=... show-vars - dump all internal variables as a JSON blurb; use VARS=... to limit
the list to variables names matching that pattern make V=0|1 - 0 => quiet build
(default), 1 => verbose build make O=dir - Locate all output files in "dir", including
.config For further details, see README, generate the Buildroot manual, or consult it
on-line at http://buildroot.org/docs.html

You might also like