| /buildroot/support/kconfig/ |
| A D | POTFILES.in | 1 scripts/kconfig/lxdialog/checklist.c 2 scripts/kconfig/lxdialog/inputbox.c 3 scripts/kconfig/lxdialog/menubox.c 5 scripts/kconfig/lxdialog/util.c 6 scripts/kconfig/lxdialog/yesno.c 7 scripts/kconfig/mconf.c 8 scripts/kconfig/conf.c 9 scripts/kconfig/confdata.c 10 scripts/kconfig/gconf.c 11 scripts/kconfig/gconf.glade.h [all …]
|
| /buildroot/package/lmbench/ |
| A D | 0001-scripts-build-use-bin-bash-as-shell.patch | 4 Subject: [PATCH] scripts/build: use /bin/bash as shell 6 scripts/build makes use of the "+=" operator which is not supported by 9 ../scripts/build: 21: ../scripts/build: LDLIBS+= -lm: not found 13 scripts/build | 2 +- 16 diff --git a/scripts/build b/scripts/build 18 --- a/scripts/build 19 +++ b/scripts/build 24 CC=${CC-`../scripts/compiler`} 25 MAKE=${MAKE-`../scripts/make`}
|
| /buildroot/docs/manual/ |
| A D | customize-post-image.adoc | 6 While post-build scripts (xref:rootfs-custom[]) are run _before_ 8 scripts* can be used to perform some specific actions _after_ all images 11 Post-image scripts can for example be used to automatically extract your 17 scripts in config option +BR2_ROOTFS_POST_IMAGE_SCRIPT+ (in the +System 21 Just like post-build scripts, post-image scripts are run with the main 25 arguments will be passed to the script too. All the scripts will be 30 passed to post-build and post-fakeroot scripts. If you want to use 31 arguments that are only used for the post-image scripts you can use 34 Again just like for the post-build scripts, the scripts have access to 39 The post-image scripts will be executed as the user that executes [all …]
|
| /buildroot/package/dillo/ |
| A D | 0004-fix-build-with-gcc-10.patch | 7 …scripts/instance-0/output-1/host/lib/gcc/arm-buildroot-linux-gnueabihf/10.2.0/../../../../arm-buil… 8 …scripts/instance-0/output-1/host/lib/gcc/arm-buildroot-linux-gnueabihf/10.2.0/../../../../arm-buil… 9 …scripts/instance-0/output-1/host/lib/gcc/arm-buildroot-linux-gnueabihf/10.2.0/../../../../arm-buil… 10 …scripts/instance-0/output-1/host/lib/gcc/arm-buildroot-linux-gnueabihf/10.2.0/../../../../arm-buil… 11 …scripts/instance-0/output-1/host/lib/gcc/arm-buildroot-linux-gnueabihf/10.2.0/../../../../arm-buil… 12 …scripts/instance-0/output-1/host/lib/gcc/arm-buildroot-linux-gnueabihf/10.2.0/../../../../arm-buil… 13 …scripts/instance-0/output-1/host/lib/gcc/arm-buildroot-linux-gnueabihf/10.2.0/../../../../arm-buil… 14 …scripts/instance-0/output-1/host/lib/gcc/arm-buildroot-linux-gnueabihf/10.2.0/../../../../arm-buil… 15 …scripts/instance-0/output-1/host/lib/gcc/arm-buildroot-linux-gnueabihf/10.2.0/../../../../arm-buil… 16 …scripts/instance-0/output-1/host/lib/gcc/arm-buildroot-linux-gnueabihf/10.2.0/../../../../arm-buil… [all …]
|
| /buildroot/board/visionfive2/ |
| A D | post-image.sh | 3 support/scripts/genimage.sh -c board/visionfive2/genimage.cfg 4 support/scripts/genimage.sh -c board/visionfive2/genimage_spi-nor.cfg
|
| /buildroot/board/sheevaplug/patches/uboot/ |
| A D | 0001-Remove-redundant-YYLOC-global-declaration.patch | 11 scripts/dtc/dtc-lexer.l | 1 - 14 diff --git a/scripts/dtc/dtc-lexer.l b/scripts/dtc/dtc-lexer.l 16 --- a/scripts/dtc/dtc-lexer.l 17 +++ b/scripts/dtc/dtc-lexer.l
|
| /buildroot/package/xvisor/ |
| A D | 0001-TOOLS-d2c-py-explicitly-use-the-python3-interpreter.patch | 10 /bin/sh: 1: /build/xvisor-0.3.2/tools/scripts/d2c.py: not found 23 tools/scripts/d2c.py | 2 +- 26 diff --git a/tools/scripts/d2c.py b/tools/scripts/d2c.py 28 --- a/tools/scripts/d2c.py 29 +++ b/tools/scripts/d2c.py
|
| /buildroot/package/exim/ |
| A D | 0002-Don-t-make-backup-copies-of-installed-files.patch | 9 scripts/exim_install | 18 +++++++++--------- 12 diff --git a/scripts/exim_install b/scripts/exim_install 14 --- a/scripts/exim_install 15 +++ b/scripts/exim_install 19 if ../scripts/newer ${name} ${BIN_DIRECTORY}/${name}; then
|
| A D | 0003-Skip-version-check-and-symlink-installation.patch | 15 scripts/exim_install | 7 +++++-- 18 diff --git a/scripts/exim_install b/scripts/exim_install 20 --- a/scripts/exim_install 21 +++ b/scripts/exim_install
|
| /buildroot/package/freeradius-server/ |
| A D | 0001-jlibtool-cross-with-host-CC.patch | 15 scripts/libtool.mk | 4 ++-- 18 diff --git a/scripts/libtool.mk b/scripts/libtool.mk 20 --- a/scripts/libtool.mk 21 +++ b/scripts/libtool.mk
|
| /buildroot/package/python3/ |
| A D | 0008-Add-an-option-to-disable-pydoc.patch | 80 + scripts = ['Tools/scripts/idle3', 'Tools/scripts/2to3', 83 + scripts += [ 'Tools/scripts/pydoc3' ] 89 # If you change the scripts installed here, you also need to 92 - scripts = ["Tools/scripts/pydoc3", "Tools/scripts/idle3", 93 - "Tools/scripts/2to3"] 94 + scripts = scripts
|
| A D | 0017-Add-an-option-to-disable-IDLE.patch | 78 - scripts = ['Tools/scripts/idle3', 'Lib/smtpd.py'] 79 + scripts = [ 'Lib/smtpd.py'] 81 scripts += [ 'Tools/scripts/pydoc3' ] 83 scripts += [ 'Tools/scripts/2to3' ] 85 + scripts += [ 'Tools/scripts/idle3' ]
|
| /buildroot/package/ti-gfx/ |
| A D | ti-gfx.service | 6 ExecStart=/usr/lib/systemd/scripts/ti-gfx start 7 ExecStop=/usr/lib/systemd/scripts/ti-gfx stop
|
| /buildroot/package/qt5/qt5webengine-chromium/ |
| A D | 0001-Add-python3-build-support.patch | 19 .../scripts/bind_gen/blink_v8_bridge.py | 6 +- 20 .../scripts/bind_gen/callback_interface.py | 2 +- 21 .../bindings/scripts/bind_gen/code_node.py | 10 +-- 23 .../scripts/bind_gen/codegen_format.py | 2 +- 24 .../scripts/bind_gen/codegen_utils.py | 2 +- 25 .../bindings/scripts/bind_gen/dictionary.py | 2 +- 27 .../scripts/bind_gen/mako_renderer.py | 2 +- 28 .../bindings/scripts/bind_gen/style_format.py | 9 +- 29 .../bindings/scripts/bind_gen/task_queue.py | 5 +- 31 .../scripts/generate_origin_trial_features.py | 4 +- [all …]
|
| /buildroot/package/ifupdown-scripts/ |
| A D | Config.in | 2 bool "ifupdown scripts" 6 Set of scripts used by ifupdown (either the standalone one,
|
| /buildroot/package/cups/ |
| A D | 0001-Remove-man-from-BUILDDIRS-in-configure.patch | 14 config-scripts/cups-common.m4 | 2 +- 17 diff --git a/config-scripts/cups-common.m4 b/config-scripts/cups-common.m4 19 --- a/config-scripts/cups-common.m4 20 +++ b/config-scripts/cups-common.m4
|
| /buildroot/package/swupdate/ |
| A D | tmpfiles-swupdate.conf | 2 X /tmp/scripts
|
| /buildroot/board/boundarydevices/common/ |
| A D | post-image.sh | 3 support/scripts/genimage.sh -c $(dirname $0)/genimage.cfg
|
| /buildroot/board/bsh/imx8mn-bsh-smm-s2-pro/ |
| A D | post-image.sh | 3 support/scripts/genimage.sh -c ${BINARIES_DIR}/genimage.cfg
|
| /buildroot/package/udev-gentoo-scripts/ |
| A D | udev-gentoo-scripts.mk | 8 UDEV_GENTOO_SCRIPTS_SOURCE = udev-gentoo-scripts-$(UDEV_GENTOO_SCRIPTS_VERSION).tar.bz2 9 UDEV_GENTOO_SCRIPTS_SITE = https://gitweb.gentoo.org/proj/udev-gentoo-scripts.git/snapshot
|
| A D | Config.in | 6 Init scripts for eudev.
|
| /buildroot/package/x11r7/xapp_scripts/ |
| A D | xapp_scripts.hash | 2 sha256 1b154b4359302ca499818c45396325aef9ff364d6ff4ce5c3769e4803994a136 scripts-1.0.1.tar.bz2
|
| /buildroot/package/dialog/ |
| A D | Config.in | 7 dialog - display dialog boxes from shell scripts 10 different types of dialog boxes from shell scripts. This
|
| /buildroot/package/initscripts/ |
| A D | Config.in | 4 The basics startup scripts for both SysV and Busybox
|
| /buildroot/board/zynq/ |
| A D | post-image.sh | 15 support/scripts/genimage.sh -c "${BOARD_DIR}/genimage.cfg"
|