Home
last modified time | relevance | path

Searched full:scripts (Results 1 – 25 of 1732) sorted by relevance

12345678910>>...70

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/drbd/drbd-utils/
H A D0001-drbd-utils-support-usrmerge.patch12 scripts/Makefile.in | 10 +++++-----
13 scripts/drbd-demote-or-escalate@.service | 2 +-
14 scripts/drbd-promote@.service | 4 ++--
15 scripts/drbd-wait-promotable@.service | 2 +-
16 scripts/drbd.service | 6 +++---
17 scripts/drbd@.service | 6 +++---
18 scripts/ocf.ra@.service | 4 ++--
35 diff --git a/scripts/Makefile.in b/scripts/Makefile.in
37 --- a/scripts/Makefile.in
38 +++ b/scripts/Makefile.in
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/smstools3/smstools3/
H A Dscripts_no_bash.patch8 scripts/sendsms | 2 +-
9 scripts/sms2html | 2 +-
10 scripts/sms2unicode | 2 +-
11 scripts/unicode2sms | 2 +-
14 diff --git a/scripts/sendsms b/scripts/sendsms
16 --- a/scripts/sendsms
17 +++ b/scripts/sendsms
24 diff --git a/scripts/sms2html b/scripts/sms2html
26 --- a/scripts/sms2html
27 +++ b/scripts/sms2html
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/files/
H A D0001-Avoid-bashisms-in-init-scripts.patch4 Subject: [PATCH] Avoid bashisms in init scripts
14 scripts/blk_availability_init_red_hat.in | 4 ++--
15 scripts/cmirrord_init_red_hat.in | 4 ++--
16 scripts/lvm2_lvmpolld_init_red_hat.in | 4 ++--
17 scripts/lvm2_monitoring_init_red_hat.in | 4 ++--
18 scripts/lvm2_monitoring_init_rhel4 | 4 ++--
21 diff --git a/scripts/blk_availability_init_red_hat.in b/scripts/blk_availability_init_red_hat.in
23 --- a/scripts/blk_availability_init_red_hat.in
24 +++ b/scripts/blk_availability_init_red_hat.in
39 diff --git a/scripts/cmirrord_init_red_hat.in b/scripts/cmirrord_init_red_hat.in
[all …]
/openbmc/u-boot/scripts/kconfig/
H A DPOTFILES.in1 scripts/kconfig/lxdialog/checklist.c
2 scripts/kconfig/lxdialog/inputbox.c
3 scripts/kconfig/lxdialog/menubox.c
4 scripts/kconfig/lxdialog/textbox.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
[all …]
/openbmc/qemu/python/wheels/
HDmeson-1.5.0-py3-none-any.whl ... py mesonbuild/scripts/clangtidy.py mesonbuild/scripts/cleantrees.py mesonbuild/scripts/cmake_run_ctgt. ...
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/
H A Dfix-lmbench-memory-check-failure.patch32 scripts/config-run | 12 +++++++---
37 diff --git a/scripts/config-run b/scripts/config-run
39 --- a/scripts/config-run
40 +++ b/scripts/config-run
58 -INFO=`../scripts/info`
59 +INFO=`../scripts/hostinfo`
62 - then cp ../scripts/info-template $INFO
63 + then cp ../scripts/hostinfo-template $INFO
71 - then $EDITOR `../scripts/info`
72 + then $EDITOR `../scripts/hostinfo`
[all …]
H A D0002-build-Adjust-CFLAGS-LDFLAGS-to-append-values-passed-.patch14 scripts/build | 2 +-
18 diff --git a/scripts/build b/scripts/build
20 --- a/scripts/build
21 +++ b/scripts/build
39 - @env CFLAGS=-O MAKE="$(MAKE)" MAKEFLAGS="$(MAKEFLAGS)" CC="$(CC)" OS="$(OS)" ../scripts/build all
40 - -@env CFLAGS=-O MAKE="$(MAKE)" MAKEFLAGS="k$(MAKEFLAGS)" CC="$(CC)" OS="$(OS)" ../scripts/build o…
41 + @env CFLAGS+=-O MAKE="$(MAKE)" MAKEFLAGS="$(MAKEFLAGS)" CC="$(CC)" OS="$(OS)" ../scripts/build all
42 + -@env CFLAGS+=-O MAKE="$(MAKE)" MAKEFLAGS="k$(MAKEFLAGS)" CC="$(CC)" OS="$(OS)" ../scripts/build …
45 @env OS="${OS}" ../scripts/config-run
47 @env OS="${OS}" BENCHMARK_HARDWARE=NO BENCHMARK_OS=YES ../scripts/results
[all …]
H A Dupdate-results-script.patch7 lmbench hierarchy we need to update the scripts as well to behave well here.
14 scripts/config-run | 40 ++++++++++++++++++++--------------------
15 scripts/results | 8 +++-----
18 diff --git a/scripts/config-run b/scripts/config-run
20 --- a/scripts/config-run
21 +++ b/scripts/config-run
102 INFO=`../scripts/info`
105 - then cp ../scripts/info-template ../bin/$OS/$INFO
108 + then cp ../scripts/info-template $INFO
126 - then $EDITOR ../bin/$OS/`../scripts/info`
[all …]
H A Dupdate-config-script.patch9 scripts/config | 2 +-
12 diff --git a/scripts/config b/scripts/config
14 --- a/scripts/config
15 +++ b/scripts/config
21 +else echo ../scripts/CONFIG.$UNAME
/openbmc/u-boot/scripts/
H A Dbuild-whitelist.sh37 |sort |uniq >scripts/config_whitelist.txt.tmp1;
44 |sort |uniq >scripts/config_whitelist.txt.tmp2
47 comm -23 scripts/config_whitelist.txt.tmp1 scripts/config_whitelist.txt.tmp2 \
48 |sort |uniq >scripts/config_whitelist.txt.tmp3
50 # If scripts/config_whitelist.txt already exists, take the intersection of the
52 if [ -r scripts/config_whitelist.txt ]; then
53 comm -12 scripts/config_whitelist.txt.tmp3 scripts/config_whitelist.txt \
54 > scripts/config_whitelist.txt.tmp4
55 mv scripts/config_whitelist.txt.tmp4 scripts/config_whitelist.txt
57 mv scripts/config_whitelist.txt.tmp3 scripts/config_whitelist.txt
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/
H A Dnativesdk-qemu-helper_1.0.bb1 SUMMARY = "Qemu helper scripts"
8 LIC_FILES_CHKSUM = "file://${COREBASE}/scripts/runqemu;beginline=5;endline=10;md5=ac2b489a58739c762…
11 SRC_URI = "file://${COREBASE}/scripts/runqemu \
12 file://${COREBASE}/scripts/runqemu-addptable2image \
13 file://${COREBASE}/scripts/runqemu-gen-tapdevs \
14 file://${COREBASE}/scripts/runqemu-ifup \
15 file://${COREBASE}/scripts/runqemu-ifdown \
16 file://${COREBASE}/scripts/oe-find-native-sysroot \
17 file://${COREBASE}/scripts/runqemu-extract-sdk \
18 file://${COREBASE}/scripts/runqemu-export-rootfs \
[all …]
/openbmc/linux/Documentation/admin-guide/media/
H A Dsaa7134.rst30 ./scripts/config -e PCI
31 ./scripts/config -e INPUT
32 ./scripts/config -m I2C
33 ./scripts/config -m MEDIA_SUPPORT
34 ./scripts/config -e MEDIA_PCI_SUPPORT
35 ./scripts/config -e MEDIA_ANALOG_TV_SUPPORT
36 ./scripts/config -e MEDIA_DIGITAL_TV_SUPPORT
37 ./scripts/config -e MEDIA_RADIO_SUPPORT
38 ./scripts/config -e RC_CORE
39 ./scripts/config -e MEDIA_SUBDRV_AUTOSELECT
[all …]
H A Dbt8xx.rst28 ./scripts/config -e PCI
29 ./scripts/config -e INPUT
30 ./scripts/config -m I2C
31 ./scripts/config -m MEDIA_SUPPORT
32 ./scripts/config -e MEDIA_PCI_SUPPORT
33 ./scripts/config -e MEDIA_ANALOG_TV_SUPPORT
34 ./scripts/config -e MEDIA_DIGITAL_TV_SUPPORT
35 ./scripts/config -e MEDIA_RADIO_SUPPORT
36 ./scripts/config -e RC_CORE
37 ./scripts/config -m VIDEO_BT848
[all …]
/openbmc/openbmc-build-scripts/jenkins/
H A Drun-build-script-ci4 # This script is responsible for testing the openbmc-build-scripts repository
7 # WORKSPACE: Directory which contains the extracted openbmc-build-scripts
12 cd "${WORKSPACE}/openbmc-build-scripts"
15 UNIT_TEST_PKG=openbmc-build-scripts \
16 "${WORKSPACE}/openbmc-build-scripts/run-unit-test-docker.sh"
18 # Now run some of our most used CI scripts
19 ./scripts/build-unit-test-docker
20 ./scripts/clean-unit-test-docker
21 ./scripts/build-qemu-robot-docker.sh
26 UNIT_TEST_PKG=sdbusplus "${WORKSPACE}/openbmc-build-scripts/run-unit-test-docker.sh"
/openbmc/openbmc/meta-security/recipes-ids/samhain/files/
H A D0001-Don-t-expose-configure-args.patch12 scripts/samhain.ebuild-light.in | 2 +-
13 scripts/samhain.ebuild.in | 2 +-
16 diff --git a/scripts/samhain.ebuild-light.in b/scripts/samhain.ebuild-light.in
18 --- a/scripts/samhain.ebuild-light.in
19 +++ b/scripts/samhain.ebuild-light.in
29 diff --git a/scripts/samhain.ebuild.in b/scripts/samhain.ebuild.in
31 --- a/scripts/samhain.ebuild.in
32 +++ b/scripts/samhain.ebuild.in
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wifi-test-suite/files/
H A D0003-fix-path-to-usr-sbin-for-script-and-make-script-for-.patch12 scripts/dev_send_frame | 2 +-
13 scripts/sta_reset_parm | 2 +-
38 diff --git a/scripts/dev_send_frame b/scripts/dev_send_frame
40 --- a/scripts/dev_send_frame
41 +++ b/scripts/dev_send_frame
48 diff --git a/scripts/sta_reset_parm b/scripts/sta_reset_parm
50 --- a/scripts/sta_reset_parm
51 +++ b/scripts/sta_reset_parm
/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-m/
H A Dtrusted-firmware-m-scripts-native.inc1 SUMMARY = "Trusted Firmware image signing scripts"
2 DESCRIPTION = "Trusted Firmware-M image signing scripts"
7 # See bl2/ext/mcuboot/scripts/requirements.txt
22 cp -rf ${S}/bl2/ext/mcuboot/scripts/ ${D}/${libdir}/tfm-scripts
23 cp -rf ${S}/bl2/ext/mcuboot/*.pem ${D}/${libdir}/tfm-scripts
25 FILES:${PN} = "${libdir}/tfm-scripts"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libteam/libteam/
H A D0001-team_basic_test.py-disable-RedHat-specific-test.patch6 The test _run_teamd_initscripts() is for RedHat ifcfg scripts which are
8 /etc/sysconfig/network-scripts/ifcfg-*
14 scripts/team_basic_test.py | 2 +-
17 diff --git a/scripts/team_basic_test.py b/scripts/team_basic_test.py
19 --- a/scripts/team_basic_test.py
20 +++ b/scripts/team_basic_test.py
/openbmc/linux/tools/memory-model/scripts/
H A DREADME2 LKMM SCRIPTS
6 These scripts are run from the tools/memory-model directory.
44 provided instead for use by other scripts.
57 instead for use by other scripts.
68 provided instead for use by other scripts.
74 provided instead for use by other scripts.
84 scripts/initlitmushist.sh --timeout 10m --procs 10
91 scripts/checkalllitmus.sh
95 scripts/checklitmushist.sh --timeout 10m --procs 10
98 scripts/checkghlitmus.sh --timeout 10m --procs 10
/openbmc/qemu/
H A D.gitpublish9 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
15 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
21 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
27 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
33 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
39 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
45 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
51 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mcelog/mce-test/
H A D0001-gcov_merge.py-scov_merge.py-switch-to-python3.patch12 tools/scripts/gcov_merge.py | 12 ++++++------
13 tools/scripts/scov_merge.py | 12 ++++++------
16 diff --git a/tools/scripts/gcov_merge.py b/tools/scripts/gcov_merge.py
18 --- a/tools/scripts/gcov_merge.py
19 +++ b/tools/scripts/gcov_merge.py
62 diff --git a/tools/scripts/scov_merge.py b/tools/scripts/scov_merge.py
64 --- a/tools/scripts/scov_merge.py
65 +++ b/tools/scripts/scov_merge.py
/openbmc/linux/Documentation/kbuild/
H A Dgcc-plugins.rst64 **$(src)/scripts/gcc-plugins**
68 **$(src)/scripts/gcc-plugins/gcc-common.h**
73 **$(src)/scripts/gcc-plugins/gcc-generate-gimple-pass.h,
74 $(src)/scripts/gcc-plugins/gcc-generate-ipa-pass.h,
75 $(src)/scripts/gcc-plugins/gcc-generate-simple_ipa-pass.h,
76 $(src)/scripts/gcc-plugins/gcc-generate-rtl-pass.h**
121 make scripts
130 The GCC plugins are in scripts/gcc-plugins/. You need to put plugin source files
131 right under scripts/gcc-plugins/. Creating subdirectories is not supported.
132 It must be added to scripts/gcc-plugins/Makefile, scripts/Makefile.gcc-plugins
/openbmc/openbmc/poky/meta/recipes-extended/xdg-utils/xdg-utils/
H A D0001-Reinstate-xdg-terminal.patch10 scripts/Makefile.in | 3 ++-
13 diff --git a/scripts/Makefile.in b/scripts/Makefile.in
15 --- a/scripts/Makefile.in
16 +++ b/scripts/Makefile.in
17 @@ -20,7 +20,8 @@ SCRIPTS = \
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dread-only-rootfs.rst42 Post-Installation Scripts and Read-Only Root Filesystem
46 (``pkg_postinst``) scripts for packages that are installed into the
48 the build on the host system. These scripts cannot attempt to run during
50 enabled, the build system makes sure that all post-installation scripts
51 succeed at file system creation time. If any of these scripts
57 Most of the common post-installation scripts generated by the build
59 can run during root filesystem creation (e.g. post-installation scripts
60 for caching fonts). However, if you create and add custom scripts, you
63 Here are some common problems that prevent post-installation scripts
/openbmc/docs/testing/
H A Drun-test-docker.md18 3. Clone openbmc-build-scripts repository.
20 `git clone https://github.com/openbmc/openbmc-build-scripts`
22 4. Change directory to openbmc-build-scripts.
24 `cd openbmc-build-scripts`
31 `./scripts/build-qemu-robot-docker.sh`
107 ${HOME}/openbmc-build-scripts/scripts/run-robot.sh
122 ${HOME}/openbmc-build-scripts/scripts/run-robot.sh

12345678910>>...70