Home
last modified time | relevance | path

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

12345678910>>...45

/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 …]
H A Dsms_binpath.patch8 scripts/sms3 | 4 ++--
11 diff --git a/scripts/sms3 b/scripts/sms3
13 --- a/scripts/sms3
14 +++ b/scripts/sms3
/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/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/qemu/python/wheels/
HDmeson-1.8.1-py3-none-any.whl ... py mesonbuild/scripts/clangtidy.py mesonbuild/scripts/cleantrees.py mesonbuild/scripts/clippy. ...
/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/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-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-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/openbmc/meta-security/recipes-ids/samhain/files/
H A D0012-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-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-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-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/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/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/meta-arm/meta-arm/recipes-bsp/hafnium/hafnium/
H A D0001-Use-pkg-config-native-to-find-the-libssl-headers.patch9 scripts/Makefile | 4 ++--
12 diff --git a/scripts/Makefile b/scripts/Makefile
14 --- a/scripts/Makefile
15 +++ b/scripts/Makefile
17 # scripts contains sources for various helper programs used throughout
/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/openbmc/poky/meta/recipes-devtools/python/python3-pip/
H A Dno_shebang_mangling.patch8 (or nativesdk). This avoids incorrect interpreter paths in the target scripts.
12 src/pip/_vendor/distlib/scripts.py | 4 +++-
15 diff --git a/src/pip/_vendor/distlib/scripts.py b/src/pip/_vendor/distlib/scripts.py
17 --- a/src/pip/_vendor/distlib/scripts.py
18 +++ b/src/pip/_vendor/distlib/scripts.py
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/bonnie/
H A Dbonnie++_1.04.bb13 SCRIPTS = "bon_csv2html bon_csv2txt"
22 install -m 0755 ${SCRIPTS} ${D}/${bindir}
25 PACKAGES =+ "bonnie-scripts"
28 FILES:bonnie-scripts = "${bindir}"
30 RDEPENDS:bonnie-scripts += "perl"
/openbmc/openbmc/poky/meta/recipes-gnome/gtk-doc/
H A Dgtk-doc_1.34.0.bb2 DESCRIPTION = "Gtk-doc is a set of scripts that extract specially formatted comments \
11 # Configure the scripts correctly (and build their dependencies) only if they are actually
13 PACKAGECONFIG ??= "${@bb.utils.contains("DISTRO_FEATURES", "api-documentation", "working-scripts", …
16 # into its scripts. This means that target gtk-doc package is broken;
17 # hopefully no one minds because its scripts are not used for anything during build
19 PACKAGECONFIG[working-scripts] = ",,libxslt-native docbook-xml-dtd4-native docbook-xsl-stylesheets …
25 SRC_URI += "file://0001-Do-not-hardocode-paths-to-perl-python-in-scripts.patch \
42 # configure values for python3 and pkg-config encoded in scripts
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sdparm/
H A Dsdparm_1.12.bb17 PACKAGES =+ "${PN}-scripts"
18 RDEPENDS:${PN}-scripts += "bash ${PN}"
24 # Put the bash scripts to ${PN}-scripts
25 FILES:${PN}-scripts = "${bindir}/sas_disk_blink ${bindir}/scsi_ch_swp"
/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

12345678910>>...45