Home
last modified time | relevance | path

Searched refs:script (Results 1 – 25 of 180) sorted by relevance

12345678

/buildroot/support/testing/tests/package/
A Dtest_python_pytest.py16 for script in self.sample_scripts:
17 cmd = self.interpreter + " -m pytest " + os.path.basename(script)
A Dtest_python_pytest_asyncio.py17 for script in self.sample_scripts:
18 cmd = self.interpreter + " -m pytest " + os.path.basename(script)
A Dtest_s6.py25 script = \
32 script = textwrap.dedent(script)
36 self.emulator.run("cat > source/testsv/run <<EOF" + script + "EOF")
A Dtest_lua_http.py13 …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 Dtest_lua.py32 def module_test(self, module, script="a=1"): argument
33 cmd = "lua -l {} -e '{}'".format(module, script)
A Dtest_perl.py20 def module_test(self, module, script="1"): argument
21 cmd = "perl -M{} -e '{}'".format(module, script)
/buildroot/utils/
A Dreadme.txt6 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 Dtest_tool.py12 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 Dgitlab-ci.yml.in10 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 Dpost-build.sh20 $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 DConfig.in11 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 Dpost-build.sh5 $MKIMAGE -A arm -O linux -T script -C none \
/buildroot/package/lxc/
A Dlxc.mk74 LXC_CONF_OPTS += -Dinit-script=systemd
76 LXC_CONF_OPTS += -Dinit-script=sysvinit
78 LXC_CONF_OPTS += -Dinit-script=
/buildroot/board/nexbox/a95x/
A Dpost-build.sh6 $MKIMAGE -C none -A arm64 -T script -d $BOARD_DIR/boot.txt $BINARIES_DIR/boot.scr
/buildroot/board/lemaker/bananapro/
A Dpost-build.sh12 $MKIMAGE -C none -A arm -T script -d $BOOT_CMD $BOOT_CMD_H
/buildroot/package/sdl/
A D0001-use-correct-directfb-config.patch3 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 DConfig.in7 screenFetch is a bash script to display distro info.
/buildroot/package/aoetools/
A D0001-Change-shell-script-interpreter-from-bin-bash-to-bin.patch4 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 Dwaf.hash5 # The waf script also contains its license, but is renamed `waf` in the extract
/buildroot/package/environment-setup/
A DConfig.in.host4 Install an helper script to setup a build environment
/buildroot/package/neofetch/
A DConfig.in7 Neofetch is a bash script to display system information,
/buildroot/support/kconfig/lxdialog/
A DBIG.FAT.WARNING3 kernel configuration script. Please do not bother Savio Lam with
/buildroot/package/matchbox-common/
A DConfig.in6 Common desktop folders and matchbox-session script.
/buildroot/package/odhcp6c/
A Dodhcp6c.mk14 $(INSTALL) -m 0755 -D $(@D)/odhcp6c-example-script.sh \
/buildroot/support/gnuconfig/
A DREADME.buildroot16 Run the script 'update' in this directory, and commit the result.
19 repository (leave alone on its own line, the script updates it):

Completed in 48 milliseconds

12345678