| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | toolchain-scripts.bbclass | 26 # This function creates an environment-setup-script for use in a deployable SDK 28 # Create environment setup script. Remember that $SDKTARGETSYSROOT should 39 script=${1:-${SDK_OUTPUT}/${SDKPATH}/environment-setup-$multimach_target_sys} 40 rm -f $script 41 touch $script 43 …heck for LD_LIBRARY_PATH being set, which can break SDK and generally is a bad practice' >> $script 44 echo '# http://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html#AEN80' >> $script 45 echo '# http://xahlee.info/UnixResource_dir/_/ldpath.html' >> $script 46 echo '# Only disable this check if you are absolutely know what you are doing!' >> $script 47 echo 'if [ ! -z "${LD_LIBRARY_PATH:-}" ]; then' >> $script [all …]
|
| H A D | multilib_script.bbclass | 10 # to indicate which script files to process from which packages. 32 pkg, script = entry.split(":", 1) 33 scriptname = os.path.basename(script) 35 d.setVarFlag("ALTERNATIVE_LINK_NAME", scriptname, script) 36 d.setVarFlag("ALTERNATIVE_TARGET", scriptname, script + "-${MULTILIB_SUFFIX}") 37 …d.appendVar("multilibscript_rename", "\n mv ${PKGD}" + script + " ${PKGD}" + script + "-${MULTILI… 38 d.appendVar("FILES:" + pkg, " " + script + "-${MULTILIB_SUFFIX}")
|
| /openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/ |
| H A D | 0001-When-cross-installing-execute-package-scriptlets-wit.patch | 45 @@ -482,7 +481,13 @@ rpmRC rpmScriptRun(rpmScript script, int arg1, int arg2, FD_t scriptFd, 49 … rc = runExtScript(plugins, prefixes, script->descr, lvl, scriptFd, &args, script->body, arg1,… 52 + rc = runExtScript(plugins, prefixes, script->descr, lvl, scriptFd, &args, script->body, arg1, ar… 55 + rc = runExtScript(plugins, prefixes, script->descr, lvl, scriptFd, &args, script->body, arg1, ar… 58 …rc = runLuaScript(plugins, prefixes, script->descr, lvl, scriptFd, &args, script->body, arg1, arg2…
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/pm-qa/ |
| H A D | pm-qa_git.bb | 46 for script in `find . -name "*.sh" | grep include` 49 sed -i -e 's#..\/utils\/##' ${script} 50 sed -i -e 's#. ..\/Switches#${bindir}#g' ${script} 52 script_basename=`basename ${script}` 53 install -m 0755 $script ${D}${libdir}/${BPN}/${script_basename} 58 for script in `find . -name "*.sh" | grep -v include` 60 # if the script includes any helper scripts from the $libdir 63 sed -i -e "s#. ../include#. ${libdir}/${BPN}#g" ${script} 65 sed -i -e 's#..\/utils\/##' ${script} 67 script_basename=`basename ${script}` [all …]
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | verify-bashisms | 33 def process(filename, function, lineno, script): argument 36 if not script.startswith("#!"): 37 script = "#! /bin/sh\n" + script 40 fn.write(script) 112 (filename, key, lineno), script = item 115 return process(filename, key, lineno, script) 144 script = data.getVar(key, False) variable 145 if script: 153 scripts.setdefault(attributes, script)
|
| /openbmc/openbmc/poky/meta/recipes-core/meta/ |
| H A D | testexport-tarball.bb | 46 script=${1:-${SDK_OUTPUT}/${SDKPATH}/environment-setup-${SDK_SYS}} 47 touch $script 48 echo 'export PATH=${SDKPATHNATIVE}${bindir_nativesdk}:$PATH' >> $script 49 # In order for the self-extraction script to correctly extract and set up things, 50 # we need a 'OECORE_NATIVE_SYSROOT=xxx' line in environment setup script. 53 echo '#OECORE_NATIVE_SYSROOT="${SDKPATHNATIVE}"' >> $script 56 …cho 'export GIT_SSL_CAINFO="${SDKPATHNATIVE}${sysconfdir}/ssl/certs/ca-certificates.crt"' >>$script 59 echo 'export NO32LIBS="0"' >>$script 60 echo 'echo "$BB_ENV_PASSTHROUGH_ADDITIONS" | grep -q "NO32LIBS"' >>$script 61 …? != 0 ] && export BB_ENV_PASSTHROUGH_ADDITIONS="NO32LIBS $BB_ENV_PASSTHROUGH_ADDITIONS"' >>$script
|
| H A D | buildtools-tarball.bb | 72 script=${1:-${SDK_OUTPUT}/${SDKPATH}/environment-setup-${SDK_SYS}} 73 touch $script 74 …SDKPATHNATIVE}${base_bindir_nativesdk}:${SDKPATHNATIVE}${base_sbindir_nativesdk}:$PATH"' >> $script 75 echo 'export OECORE_NATIVE_SYSROOT="${SDKPATHNATIVE}"' >> $script 76 echo 'HOST_PKG_PATH=$(command -p pkg-config --variable=pc_path pkg-config 2>/dev/null)' >>$script 77 …THNATIVE}/${datadir}/pkgconfig:${HOST_PKG_PATH:-/usr/lib/pkgconfig:/usr/share/pkgconfig}' >>$script 82 cat >> $script <<EOF 115 echo 'export NO32LIBS="0"' >>$script 116 echo 'echo "$BB_ENV_PASSTHROUGH_ADDITIONS" | grep -q "NO32LIBS"' >>$script 117 …? != 0 ] && export BB_ENV_PASSTHROUGH_ADDITIONS="NO32LIBS $BB_ENV_PASSTHROUGH_ADDITIONS"' >>$script
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet/ |
| H A D | 0001-linker-scripts-Do-not-export-_IO_stdin_used.patch | 4 Subject: [PATCH] linker-script: Do not export _IO_stdin_used 14 linker-script-binary.ver | 1 - 17 diff --git a/linker-script-binary.ver b/linker-script-binary.ver 19 --- a/linker-script-binary.ver 20 +++ b/linker-script-binary.ver
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn/ |
| H A D | 0001-linker-scripts-Do-not-export-_IO_stdin_used.patch | 4 Subject: [PATCH] linker-script: Do not export _IO_stdin_used 14 linker-script-binary.ver | 1 - 17 diff --git a/linker-script-binary.ver b/linker-script-binary.ver 19 --- a/linker-script-binary.ver 20 +++ b/linker-script-binary.ver
|
| /openbmc/openbmc/meta-phosphor/classes/ |
| H A D | phosphor-debug-collector.bbclass | 7 # Make the links for a single user plugin script 24 #Extract the script name, and open the user script file 26 script = os.path.basename(script_path) 29 #softlink to the script 30 srclink = os.path.join(d.getVar('dreport_plugin_dir', True), script) 41 #Regex search to identify which directories get softlinks to the script 50 #For every dump type identified from 'types',create softlink to script 62 #Create softlinks to the user script in the directories 63 linkname = "E" + priority + script
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/ |
| H A D | 0001-custom-env.patch | 8 test/fixtures/run-script/node_modules/.bin/custom-env | 2 +- 11 diff --git a/test/fixtures/run-script/node_modules/.bin/custom-env b/test/fixtures/run-script/node_… 13 --- a/test/fixtures/run-script/node_modules/.bin/custom-env 14 +++ b/test/fixtures/run-script/node_modules/.bin/custom-env
|
| H A D | 0001-positional-args.patch | 8 test/fixtures/run-script/node_modules/.bin/positional-args | 2 +- 11 diff --git a/test/fixtures/run-script/node_modules/.bin/positional-args b/test/fixtures/run-script/… 13 --- a/test/fixtures/run-script/node_modules/.bin/positional-args 14 +++ b/test/fixtures/run-script/node_modules/.bin/positional-args
|
| /openbmc/pldm/tools/fw-update/ |
| H A D | README.md | 3 pldm_fwup_pkg_creator.py is a python script that can package one or more 49 - which fields of the PLDM firmware update package are supported by the script 51 script 60 - PackageHeaderSize: Supported, generated by the script 65 - ComponentBitmapBitLength: Supported, generated by the script 68 the script 69 - PackageVersionStringLength: Supported, generated by the script 78 - DeviceIDRecordCount: Supported, generated by the script 81 - RecordLength: Supported, generated by the script 82 - DescriptorCount: Supported, generated by the script [all …]
|
| /openbmc/qemu/scripts/ |
| H A D | qemu-trace-stap | 73 script = " ".join(probes) 75 print("Compiling script '%s'" % script) 76 script = """probe begin { print("Running script, <Ctrl>-c to quit\\n") } """ + script 83 stapargs.extend(["-e", script]) 97 script = prefix + "." + name 100 print("Listing probes with name '%s'" % script) 101 proc = subprocess.Popen([stap, "-I", tapsets, "-l", script],
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/networkmanager/ |
| H A D | 0001-linker-scripts-Do-not-export-_IO_stdin_used.patch | 12 linker-script-binary.ver | 1 - 16 diff --git a/linker-script-binary.ver b/linker-script-binary.ver 18 --- a/linker-script-binary.ver 19 +++ b/linker-script-binary.ver
|
| /openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/ |
| H A D | 0001-script.c-avoid-use-of-chroot.patch | 4 Subject: [PATCH] script.c: avoid use of chroot 21 src/main/script.c | 52 +++-------------------------------------------- 24 diff --git a/src/main/script.c b/src/main/script.c 26 --- a/src/main/script.c 27 +++ b/src/main/script.c 55 - "using --force-script-chrootless?")); 59 - /* Switch to a known good directory to give the maintainer script
|
| /openbmc/u-boot/scripts/coccinelle/null/ |
| H A D | badzero.cocci | 72 @script:python depends on org@ 78 @script:python depends on report@ 95 @script:ocaml depends on s@ 115 @script:ocaml@ 170 @script:python depends on org@ 176 @script:python depends on org@ 182 @script:python depends on report@ 188 @script:python depends on report@ 231 @script:python depends on org@ 237 @script:python depends on report@
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/enca/enca/ |
| H A D | dont-run-tests.patch | 9 SUBDIRS = tools data script lib src devel-docs test 11 -SUBDIRS = tools script lib src devel-docs test 12 +SUBDIRS = tools script lib src devel-docs
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
| H A D | 0008-implment-systemd-sysv-install-for-OE.patch | 22 # call the command to enable SysV init script $NAME here 24 - echo "IMPLEMENT ME: enabling SysV init.d script $NAME" 28 # call the command to disable SysV init script $NAME here 30 - echo "IMPLEMENT ME: disabling SysV init.d script $NAME" 36 - echo "IMPLEMENT ME: checking SysV init.d script $NAME"
|
| /openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
| H A D | 0002-implment-systemd-sysv-install-for-OE.patch | 22 # call the command to enable SysV init script $NAME here 24 - echo "IMPLEMENT ME: enabling SysV init.d script $NAME" 28 # call the command to disable SysV init script $NAME here 30 - echo "IMPLEMENT ME: disabling SysV init.d script $NAME" 36 - echo "IMPLEMENT ME: checking SysV init.d script $NAME"
|
| /openbmc/u-boot/doc/SPL/ |
| H A D | README.am335x-network | 20 script after boot: 79 1. Write debrick script. You will need to write a script that will 81 can use usual U-Boot commands from this script: tftp to load additional 84 2. Create script image from your script. From U-Boot build directory: 86 $ ./tools/mkimage -A arm -O U-Boot -C none -T script -d <your script> debrick.scr 88 This will create debrick.scr file with your script inside. 91 there all the files your script tries to load via TFTP. Example script 95 4. Boot the board from the network, U-Boot will load debrick script
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/lm_sensors/ |
| H A D | lmsensors_3.6.0.bb | 73 # Install fancontrol init script 77 # Install sensord init script 81 # Insall sensord service script 112 # fancontrol script 115 # sensors-detect script 118 # sensors-conf-convert script 121 # pwmconfig script 146 # fancontrol script files 152 # sensors-detect script files 158 # sensors-conf-convert script files [all …]
|
| /openbmc/u-boot/test/py/ |
| H A D | README.md | 6 console interface. A single top-level script exists to execute or attach to the 7 U-Boot console, run the entire script of tests against it, and summarize the 10 - Testing is performed in the same way a user or script would interact with 38 The test script supports either: 50 can use the Python `virtualenv` script to locally install more up-to-date 77 running the test script. 79 The test script will attach to U-Boot, execute all valid tests for the board, 129 not interpreted by the test script in any way, but rather is simply passed 132 - `--build` indicates that the test script should compile U-Boot itself 147 test.py script passes all command-line arguments directly to `pytest` for [all …]
|
| /openbmc/webui-vue/src/layouts/ |
| H A D | ConsoleLayout.vue | 5 <script> 9 </script>
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/tests/eventreplay/ |
| H A D | __init__.py | 37 self.script = bitbake_dir / 'bin' / 'toaster-eventreplay' 38 self.assertTrue(self.script.exists(), "%s doesn't exist") 46 status, output = getstatusoutput('%s %s' % (self.script, eventpath))
|