| /buildroot/package/linux-tools/ |
| A D | linux-tools.mk | 31 $($(call UPPERCASE,$(tool))_DEPENDENCIES))) 35 $(call UPPERCASE,$(tool))_BUILD_CMDS)) 39 $(call UPPERCASE,$(tool))_INSTALL_STAGING_CMDS)) 43 $(call UPPERCASE,$(tool))_INSTALL_TARGET_CMDS)) 46 $(foreach tool,$(LINUX_TOOLS),\ 48 $($(call UPPERCASE,$(tool))_LINUX_CONFIG_FIXUPS)) 53 $(foreach tool,$(LINUX_TOOLS),\ 55 $($(call UPPERCASE,$(tool))_INSTALL_INIT_SYSTEMD)) 60 $(foreach tool,$(LINUX_TOOLS),\ 62 $($(call UPPERCASE,$(tool))_INSTALL_INIT_SYSV)) [all …]
|
| /buildroot/package/iucode-tool/ |
| A D | iucode-tool.mk | 9 IUCODE_TOOL_SITE = https://gitlab.com/iucode-tool/releases/raw/master 20 $(INSTALL) -D -m 0755 package/iucode-tool/S00iucode-tool \ 21 $(TARGET_DIR)/etc/init.d/S00iucode-tool 25 $(INSTALL) -D -m 644 package/iucode-tool/iucode.service \
|
| A D | Config.in | 2 bool "iucode-tool" 9 Intel processor microcode tool 11 https://gitlab.com/iucode-tool
|
| /buildroot/package/valgrind/ |
| A D | Config.in | 30 This option allows to install the Memcheck tool 48 This option allows to install the Helgrind tool 54 This option allows to install the DRD tool 60 This option allows to install the Massif tool 63 bool "DHAT: a dynamic heap analysis tool" 66 This option allows to install the DHAT tool 71 This option allows to install the SGCheck tool 76 This option allows to install the BBV tool 79 bool "Lackey: an example tool" 81 This option allows to install the Lackey tool [all …]
|
| /buildroot/package/checksec/ |
| A D | Config.in.host | 4 This tool provides a shell script to check the 10 NOTE: when using this tool as a host tool, the tool 13 are other features of this tool, like the kernel test
|
| /buildroot/package/arptables/ |
| A D | Config.in | 5 Legacy tool to set up, maintain, and inspect the tables of ARP 8 A more uptodate client of the arptables tool is provided in 9 the iptables package. The new tool was formerly known as
|
| /buildroot/package/cc-tool/ |
| A D | Config.in | 2 bool "cc-tool" 15 cc-tool provides support for Texas Instruments CC Debugger 19 https://github.com/dashesy/cc-tool/ 21 comment "cc-tool needs a toolchain w/ C++, threads, wchar, gcc >= 4.9 "
|
| A D | cc-tool.hash | 2 sha256 1d26be4446c68413a02bf3156e6434d7fe9ce76aa0a169464ca5d7b2a731610d cc-tool-0.27.tar.gz
|
| /buildroot/package/elf2flt/ |
| A D | elf2flt.mk | 54 $(foreach tool,$(ELF2FLT_TOOLS),\ 55 rm -f $(HOST_DIR)/$(GNU_TARGET_NAME)/bin/$(tool) && \ 56 cp -a $(HOST_DIR)/bin/$(GNU_TARGET_NAME)-$(tool) \ 57 $(HOST_DIR)/$(GNU_TARGET_NAME)/bin/$(tool)
|
| /buildroot/package/meson/ |
| A D | 0002-mesonbuild-dependencies-base.py-add-pkg_config_stati.patch | 11 …tool.c.o' 'gio/6ae6c9e@@gio@exe/gio-tool-cat.c.o' 'gio/6ae6c9e@@gio@exe/gio-tool-copy.c.o' 'gio/6a…
|
| /buildroot/package/ipcalc/ |
| A D | Config.in | 5 A modern IPv4/IPv6 ipcalc tool, assisting in network 6 calculations in command line and as a tool for scripts.
|
| /buildroot/package/tinifier/ |
| A D | Config.in | 5 CLI tool for images compressing 7 This tool uses tinypng.com API endpoint for compressing your
|
| /buildroot/utils/checkpackagelib/ |
| A D | lib_python.py | 1 from checkpackagelib.tool import Flake8 # noqa: F401
|
| A D | lib_shellscript.py | 5 from checkpackagelib.tool import Shellcheck # noqa: F401
|
| A D | test_tool.py | 5 import checkpackagelib.tool as m 10 def check_file(tool, filename, string, permissions=None): argument 17 obj = tool(script)
|
| /buildroot/package/libxmlrpc/ |
| A D | Config.in | 16 bool "install cli tool" 19 Command line tool xmlrpc. 21 comment "cli tool needs a toolchain w/ dynamic library"
|
| /buildroot/package/easyframes/ |
| A D | Config.in | 6 This is a small and simple command-line tool for network 7 testing. The tool makes it simple to compose a frame,
|
| /buildroot/package/ebtables/ |
| A D | Config.in | 16 Install the ebtables-legacy-save tool 21 Install the ebtables-legacy-restore tool
|
| /buildroot/package/uboot-tools/ |
| A D | Config.in | 54 Install the fit_check_sign tool on the target system 56 The fit_check_sign tool from Das U-Boot bootloader, which 64 Install the mkimage tool on the target system 66 The mkimage tool from Das U-Boot bootloader, which allows 72 Install the mkeficapsule tool on the target system 74 The mkeficapsule tool from Das U-Boot bootloader, which allows 80 Install the mkenvimage tool on the target system 82 The mkenvimage tool from Das U-Boot bootloader, which allows 99 Install the dumpimage tool on the target system 101 The dumpimage tool from Das U-Boot bootloader, which allows
|
| /buildroot/package/igh-ethercat/ |
| A D | igh-ethercat.mk | 18 $(if $(BR2_INSTALL_LIBSTDCPP),--enable-tool,--disable-tool) \
|
| /buildroot/package/apparmor/ |
| A D | apparmor.mk | 61 $(foreach tool,$(APPARMOR_TOOLS),\ 63 $(MAKE) -C $(@D)/$(tool) $(APPARMOR_MAKE_OPTS) 68 $(foreach tool,$(APPARMOR_TOOLS),\ 70 $(MAKE) -C $(@D)/$(tool) $(APPARMOR_MAKE_OPTS) \
|
| /buildroot/package/netperf/ |
| A D | Config.in | 4 Network performance benchmark tool
|
| /buildroot/docs/manual/ |
| A D | adding-packages-linux-kernel-spec-infra.adoc | 19 Let's look at an example of a Linux tool. For a new Linux tool named 22 descriptions related to each kernel tool that will be used and 23 displayed in the configuration tool. It would basically look like: 30 05: This is a comment that explains what foo kernel tool is. 36 followed by the uppercase name of the tool (like is done for packages). 43 Then for each linux tool, add a new +.mk.in+ file named 44 +package/linux-tools/linux-tool-foo.mk.in+. It would basically look like: 74 On line 7, we register the Linux tool +foo+ to the list of available 79 +foo+ tool is selected. 82 different steps of the Linux tool build process like for a [all …]
|
| /buildroot/package/neardal/ |
| A D | Config.in | 18 bool "ncl tool" 20 Build and install neardal ncl command line interpreter tool.
|
| /buildroot/package/python-scapy/ |
| A D | Config.in | 5 Scapy: interactive packet manipulation tool.
|