/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/bitbake/lib/toaster/toastergui/templates/ |
H A D | js-unit-tests.html | 9 <script src="{% static 'js/qunit-1.18.0.js' %}"></script> 11 <script src="{% static 'js/layerDepsModal.js' %}"></script> 12 <script src="{% static 'js/projectpage.js' %}"></script> 14 <script src="{% static 'js/bootstrap-3.4.1.min.js' %}"></script> 15 <script src="{% static 'js/filtersnippet.js' %}"></script> 16 <script src="{% static 'js/importlayer.js' %}"></script> 17 <script src="{% static 'js/highlight.pack.js' %}"></script> 18 <script src="{% static 'js/layerBtn.js' %}"></script> 19 <script src="{% static 'js/layerDepsModal.js' %}"></script> 20 <script src="{% static 'js/projectpage.js' %}"></script> [all …]
|
H A D | base_specific.html | 17 <script src="{% static 'js/jquery-3.7.1.min.js' %}"> 18 </script> 19 <script src="{% static 'js/jquery.cookie.js' %}"> 20 </script> 21 <script src="{% static 'js/bootstrap-3.4.1.min.js' %}"> 22 </script> 23 <script src="{% static 'js/typeahead.jquery.js' %}"> 24 </script> 25 <script src="{% static 'js/jsrender.min.js' %}"> 26 </script> [all …]
|
H A D | base.html | 17 <script src="{% static 'js/jquery-3.7.1.min.js' %}"> 18 </script> 19 <script src="{% static 'js/jquery.cookie.js' %}"> 20 </script> 21 <script src="{% static 'js/bootstrap-3.4.1.min.js' %}"> 22 </script> 23 <script src="{% static 'js/typeahead.jquery.js' %}"> 24 </script> 25 <script src="{% static 'js/jsrender.min.js' %}"> 26 </script> [all …]
|
H A D | mrb_section.html | 4 <script src="{% static 'js/mrbsection.js' %}"></script> 48 <script id="build-template" type="text/x-jsrender"> 85 </script> 88 <script id="queued-build-template" type="text/x-jsrender"> 101 </script> 104 <script id="cloning-repos-build-template" type="text/x-jsrender"> 126 </script> 129 <script id="parsing-recipes-build-template" type="text/x-jsrender"> 151 </script> 154 <script id="starting-template" type="text/x-jsrender"> [all …]
|
/openbmc/openbmc/meta-security/ |
H A D | .gitlab-ci.yml | 1 .before-my-script: &before-my-script 9 .after-my-script: &after-my-script 25 - *before-my-script 28 - *after-my-script 32 - *before-my-script 35 - *after-my-script 39 - *before-my-script 42 - *after-my-script 46 - *before-my-script 49 - *after-my-script [all …]
|
/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/rest-dbus/resources/ |
H A D | index.html | 6 <script type="text/javascript" src="res/jquery.min.js"></script> 7 <script type="text/javascript" src="res/jstree.min.js"></script> 8 <script type="text/javascript" src="res/jsrender.min.js"></script> 9 <script type="text/javascript" src="res/dbus.js"></script> 19 <script id="method-call-ui-template" type="text/x-jsrender"> 38 </script>
|
/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/poky/scripts/ |
H A D | crosstap | 3 # Build a systemtap script for a given image, kernel 5 # Effectively script extracts needed information from set of 7 # host to build systemtap script for a given target. 9 # By default script will compile scriptname.ko that could be copied 11 # --remote user@hostname option is specified script will build, load 12 # execute script on target. 14 # This script is very similar and inspired by crosstap shell script. 15 # The major difference that this script supports user-land related 16 # systemtap script, whereas crosstap could deal only with scripts 31 def __init__(self, script, module, remote): argument [all …]
|
/openbmc/qemu/ |
H A D | .patchew.yml | 8 # to YAML using the following Python script: 98 … {% lines_between logtext start="^=== TEST SCRIPT BEGIN ===$" stop="^=== TEST SCRIPT END ===$" %} 106 … {% lines_between logtext start="^=== TEST SCRIPT BEGIN ===$" stop="^=== TEST SCRIPT END ===$" %} 124 script: | 131 script: | 138 script: | 146 script: | 153 script: | 155 # Testing script will be invoked under the git checkout with 182 script: | [all …]
|
/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-tools/dbus-vis/ |
H A D | index.html | 7 <meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'"> 8 <meta http-equiv="X-Content-Security-Policy" content="default-src 'self'; script-src 'self'"> 91 …The <b>dbus-pcap</b> script is not found; dbus-vis needs <b>dbus-pcap</b> for parsing PCAP files.<… 151 <script src="./timeline_view.js"></script> 152 <script src="./dbus_timeline_vis.js"></script> 153 <script src="./ipmi_timeline_vis.js"></script> 154 <script src="./boost_handler_timeline_vis.js"></script> 155 <script src="./ipmi_parse.js"></script> 156 <script src="./ipmi_capture.js"></script> 157 <script src="./renderer.js"></script> [all …]
|
/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
|
/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/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/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-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/u-boot/cmd/ |
H A D | source.c | 8 * The "source" command allows to define "script images", i. e. files 11 * executed from the script. This is very similar to running a shell 12 * script in a UNIX shell, hence the name for the command. 90 /* get length of script */ in source() 94 puts ("Empty Script\n"); in source() 122 /* get script component image node offset */ in source() 142 /* get script subimage data address and length */ in source() 144 puts ("Could not find script subimage data\n"); in source() 157 debug ("** Script length: %ld\n", len); in source() 169 /* Find script image */ in do_source() [all …]
|
/openbmc/openbmc/poky/meta/recipes-sato/matchbox-sato/ |
H A D | matchbox-session-sato_0.1.bb | 11 # This package is architecture specific because the session script is modified 29 # This is the set of machine features that the script has markers for 31 SCRIPT="${S}/sedder" 32 rm -f $SCRIPT 33 touch $SCRIPT 36 echo "/feature-$FEAT/d" >> $SCRIPT 42 sed -f "$SCRIPT" ${S}/session > ${D}/${sysconfdir}/matchbox/session
|
/openbmc/openbmc/poky/meta/recipes-connectivity/ppp/ppp/ |
H A D | ip-down | 5 # This script is run by the pppd _after_ the link is brought down. 7 # routes, unset IP addresses etc. you should create script(s) there. 10 # after that package), so choose local script names with that in mind. 12 # This script is called with the following arguments: 21 # The environment is cleared before executing this script 39 # Main Script starts here
|
/openbmc/openbmc/poky/documentation/sdk-manual/ |
H A D | working-projects.rst | 79 cross-toolchain environment setup script in the directory that the 81 project, you must source this setup script. The script begins with 84 command sources a script from the default SDK installation directory 95 #. *Create the configure Script:* Use the ``autoreconf`` command to 96 generate the ``configure`` script:: 122 is derived from the name of the environment setup script found in the 126 script is ``environment-setup-armv5te-poky-linux-gnueabi``. Thus, the 141 cross-toolchain environment setup script and how they are used or 165 environment setup script. The environment variables are subject to 180 Environment Variables Set in the SDK Setup Script:* Because matching [all …]
|
/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
|