| /buildroot/support/testing/tests/package/ |
| A D | test_python_pytest.py | 16 for script in self.sample_scripts: 17 cmd = self.interpreter + " -m pytest " + os.path.basename(script)
|
| A D | test_python_pytest_asyncio.py | 17 for script in self.sample_scripts: 18 cmd = self.interpreter + " -m pytest " + os.path.basename(script)
|
| A D | test_s6.py | 25 script = \ 32 script = textwrap.dedent(script) 36 self.emulator.run("cat > source/testsv/run <<EOF" + script + "EOF")
|
| A D | test_lua_http.py | 13 …self.module_test("http.version", script="local ver=require[[http.version]]; print(ver.name, ver.ve… 31 …self.module_test("http.version", script="local ver=require[[http.version]]; print(ver.name, ver.ve…
|
| A D | test_lua.py | 32 def module_test(self, module, script="a=1"): argument 33 cmd = "lua -l {} -e '{}'".format(module, script)
|
| A D | test_perl.py | 20 def module_test(self, module, script="1"): argument 21 cmd = "perl -M{} -e '{}'".format(module, script)
|
| /buildroot/utils/ |
| A D | readme.txt | 6 a script that can be run instead of make, that prepends the date in 10 Do not run this script for interactive configuration (e.g. menuconfig) 15 a script that checks the coding style across the buildroot tree. It 22 a script that runs a command (like make check-package) inside the 27 a script that generates a random configuration, used by the autobuilders 32 a script to return the list of people interested in a specific part 37 a script to create a Buildroot package by scanning a CPAN module 41 a script to create a Buildroot package by scanning a PyPI package 45 a script to compare the rootfs size between two different Buildroot 51 a script that tests a specific package against a set of various
|
| /buildroot/utils/checkpackagelib/ |
| A D | test_tool.py | 12 script = os.path.join(workdir, filename) 13 with open(script, 'wb') as f: 16 os.chmod(script, permissions) 17 obj = tool(script)
|
| /buildroot/support/misc/ |
| A D | gitlab-ci.yml.in | 10 script: 15 script: 20 script: 25 script: 30 script: 35 script: 56 script: 91 script: ./support/testing/run-tests -d test-dl/ --prepare-only 103 script: 131 script:
|
| /buildroot/board/boundarydevices/common/ |
| A D | post-build.sh | 20 $HOST_DIR/bin/mkimage -A $MKIMAGE_ARCH -O linux -T script -C none -a 0 -e 0 \ 27 $HOST_DIR/bin/mkimage -A $MKIMAGE_ARCH -O linux -T script -C none -a 0 -e 0 \
|
| /buildroot/package/rcw-smarc-sal28/ |
| A D | Config.in | 11 bool "Build RCW u-boot update script" 14 Build the RCW updater script which can be used in the 16 update script is called update-rcw.img and will be copied
|
| /buildroot/board/olimex/a13_olinuxino/ |
| A D | post-build.sh | 5 $MKIMAGE -A arm -O linux -T script -C none \
|
| /buildroot/package/lxc/ |
| A D | lxc.mk | 74 LXC_CONF_OPTS += -Dinit-script=systemd 76 LXC_CONF_OPTS += -Dinit-script=sysvinit 78 LXC_CONF_OPTS += -Dinit-script=
|
| /buildroot/board/nexbox/a95x/ |
| A D | post-build.sh | 6 $MKIMAGE -C none -A arm64 -T script -d $BOARD_DIR/boot.txt $BINARIES_DIR/boot.scr
|
| /buildroot/board/lemaker/bananapro/ |
| A D | post-build.sh | 12 $MKIMAGE -C none -A arm -T script -d $BOOT_CMD $BOOT_CMD_H
|
| /buildroot/package/sdl/ |
| A D | 0001-use-correct-directfb-config.patch | 3 The configure script has just checked for the correct directfb-config 4 script, so also use it for the version check instead of whatever
|
| /buildroot/package/screenfetch/ |
| A D | Config.in | 7 screenFetch is a bash script to display distro info.
|
| /buildroot/package/aoetools/ |
| A D | 0001-Change-shell-script-interpreter-from-bin-bash-to-bin.patch | 4 Subject: [PATCH] Change shell script interpreter from /bin/bash to /bin/sh 6 This will make the script more portable, making it possible to run on
|
| /buildroot/package/waf/ |
| A D | waf.hash | 5 # The waf script also contains its license, but is renamed `waf` in the extract
|
| /buildroot/package/environment-setup/ |
| A D | Config.in.host | 4 Install an helper script to setup a build environment
|
| /buildroot/package/neofetch/ |
| A D | Config.in | 7 Neofetch is a bash script to display system information,
|
| /buildroot/support/kconfig/lxdialog/ |
| A D | BIG.FAT.WARNING | 3 kernel configuration script. Please do not bother Savio Lam with
|
| /buildroot/package/matchbox-common/ |
| A D | Config.in | 6 Common desktop folders and matchbox-session script.
|
| /buildroot/package/odhcp6c/ |
| A D | odhcp6c.mk | 14 $(INSTALL) -m 0755 -D $(@D)/odhcp6c-example-script.sh \
|
| /buildroot/support/gnuconfig/ |
| A D | README.buildroot | 16 Run the script 'update' in this directory, and commit the result. 19 repository (leave alone on its own line, the script updates it):
|