/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/ |
H A D | nodejs-oe-cache-native_22.13.bb | 1 DESCRIPTION = "OE helper for manipulating npm cache" 6 file://oe-npm-cache \ 17 sed -e 's!@@libdir@@!${libdir}!g' < '${UNPACKDIR}/oe-npm-cache' > '${B}/oe-npm-cache' 21 install -D -p -m 0755 ${B}/oe-npm-cache ${D}${bindir}/oe-npm-cache
|
H A D | nodejs_22.13.1.bb | 175 PACKAGES =+ "${PN}-npm" 176 FILES:${PN}-npm = "${nonarch_libdir}/node_modules ${bindir}/npm ${bindir}/npx ${bindir}/corepack" 177 RDEPENDS:${PN}-npm = "bash python3-core python3-shell python3-datetime \
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | npm.bbclass | 5 # This bbclass builds and installs an npm package to the target. The package 11 # inherit npm 15 # Override the auto generated npm architecture. 44 NPM_PACKAGE = "${WORKDIR}/npm-package" 45 NPM_CACHE = "${WORKDIR}/npm-cache" 46 NPM_BUILD = "${WORKDIR}/npm-build" 47 NPM_REGISTRY = "${WORKDIR}/npm-registry" 50 """Get the npm global configuration""" 61 ## 'npm pack' runs 'prepare' and 'prepack' scripts. Support for 65 """Emulate 'npm pack' on a specified directory""" [all …]
|
/openbmc/openbmc-tools/dbus-vis/ |
H A D | README.md | 16 To build and run, a user would first need to install node.js and npm (Node.js 20 First, install `npm` and `node.js` using a method that is suitable for your 26 $ npm --version 30 Then, with `npm`, `node.js` installed and `dbus-pcap` downloaded to this folder, 33 1. `npm install` 35 2. `npm start`
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | migration-3.1.rst | 166 .. _migration-3.1-npm: 168 npm fetcher changes 171 The npm fetcher has been completely reworked in this release. The npm 177 Additionally, the package name in ``npm://`` entries in 180 generic ``name`` parameter. All recipes using the npm fetcher will need 185 SRC_URI = "npm://registry.npmjs.org;package=array-flatten;version=1.1.1 \ 186 npmsw://${THISDIR}/npm-shrinkwrap.json" 188 Another example where the sources are fetched from git rather than an npm repository:: 191 npmsw://${THISDIR}/npm-shrinkwrap.json" 193 devtool and recipetool have also been updated to match with the npm [all …]
|
H A D | release-notes-4.0.4.rst | 39 - bitbake: bitbake-user-manual: npm fetcher: improve description of :term:`SRC_URI` format 45 - bitbake: doc: bitbake-user-manual: document npm and npmsw fetchers 111 - npm: replace 'npm pack' call by 'tar czf' 112 - npm: return content of 'package.json' in 'npm_pack' 113 - npm: take 'version' directly from 'package.json' 114 - npm: use npm_registry to cache package
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/webui/ |
H A D | webui-vue_git.bb | 24 # Ideally this recipe would use npm.bbclass, but it doesn't. Since npm uses 46 npm --loglevel info --proxy=${http_proxy} --https-proxy=${https_proxy} install 48 npm uninstall vue-cli-plugin-i18n 49 npm run build ${EXTRA_OENPM}
|
H A D | phosphor-webui_git.bb | 20 npm --loglevel info --proxy=${http_proxy} --https-proxy=${https_proxy} install 21 npm run-script build
|
/openbmc/webui-vue/ |
H A D | run-ci | 13 npm ci 14 npm run test:unit
|
H A D | format-code.sh | 17 npm install 18 npm run lint
|
H A D | CONTRIBUTING.md | 42 npm install 55 npm run serve 61 npm run docs:serve 67 npm run test:unit 73 npm run lint
|
H A D | .gitignore | 11 npm-debug.log*
|
/openbmc/phosphor-webui/ |
H A D | README.md | 39 npm (>= 6.0.1) 45 https://docs.npmjs.com/troubleshooting/try-the-latest-stable-version-of-npm 49 `npm install` 55 `npm run-script server`
|
H A D | .gitignore | 1 npm-debug.log
|
/openbmc/webui-vue/docs/customization/ |
H A D | build.md | 127 npm run serve 132 Run npm build script with vue-cli `--mode` 137 npm run build -- --mode ibm 145 VUE_APP_ENV_NAME=ibm npm run build
|
/openbmc/docs/development/ |
H A D | web-ui.md | 95 Kill your npm run from the previous step using Ctrl^C. Grab a png that you 120 npm run-script server 126 Kill your npm run using Ctrl^C. 143 npm run-script server
|
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | npmsw.py | 29 from bb.fetch2.npm import npm_integrity 30 from bb.fetch2.npm import npm_localfile 31 from bb.fetch2.npm import npm_unpack
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | own-mirrors.bbclass | 18 npm://.*/?.* ${SOURCE_MIRROR_URL} \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-22.13/ |
H A D | oe-npm-cache | 3 /// Usage: oe-npm-cache <cache-dir> <type> <key> <file-name>
|
/openbmc/openbmc/poky/meta/recipes-devtools/cmake/ |
H A D | cmake.inc | 27 CVE_STATUS[CVE-2016-10642] = "cpe-incorrect: This is specific to the npm package that installs cmak…
|
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | create_npm.py | 15 from bb.fetch2.npm import NpmEnvironment 16 from bb.fetch2.npm import npm_package
|
/openbmc/webui-vue/docs/guide/coding-standards/ |
H A D | readme.md | 29 To test all files for linting, run `npm run lint`. This command will evaluate
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/softhsm/ |
H A D | softhsm_2.6.1.bb | 22 PACKAGECONFIG[npm] = ",--disable-non-paged-memory"
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | mirrors.bbclass | 58 npm://.*/?.* http://downloads.yoctoproject.org/mirror/sources/ \ 69 npm://.*/?.* http://sources.openembedded.org/ \
|
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/ |
H A D | bitbake-user-manual-fetching.rst | 754 NPM Fetcher (``npm://``) 763 SRC_URI = "npm://some.registry.url;ParameterA=xxx;ParameterB=xxx;..." 773 - *"destsuffix":* Specifies the directory to use to unpack the package (default: ``npm``). 781 npm://registry.npmjs.org/;package=cute-files;version=${PV} \ 782 npmsw://${THISDIR}/${BPN}/npm-shrinkwrap.json \ 786 </dev-manual/packages.html#creating-node-package-manager-npm-packages>` 797 `NPM shrinkwrap <https://docs.npmjs.com/cli/v8/commands/npm-shrinkwrap>`__ 816 npm://registry.npmjs.org/;package=cute-files;version=${PV} \ 817 npmsw://${THISDIR}/${BPN}/npm-shrinkwrap.json \ 823 </dev-manual/packages.html#creating-node-package-manager-npm-packages>`
|