Home
last modified time | relevance | path

Searched refs:npm (Results 1 – 25 of 42) sorted by relevance

12

/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dnpm.bbclass5 # This bbclass builds and installs an npm package to the target. The package
11 # inherit npm
15 # Override the auto generated npm architecture.
32 """Maps arch names to npm arch names"""
46 NPM_PACKAGE = "${WORKDIR}/npm-package"
47 NPM_CACHE = "${WORKDIR}/npm-cache"
48 NPM_BUILD = "${WORKDIR}/npm-build"
49 NPM_REGISTRY = "${WORKDIR}/npm-registry"
52 """Get the npm global configuration"""
61 ## 'npm pack' runs 'prepare' and 'prepack' scripts. Support for
[all …]
H A Down-mirrors.bbclass12 npm://.*/?.* ${SOURCE_MIRROR_URL} \
H A Dmirrors.bbclass52 npm://.*/?.* http://downloads.yoctoproject.org/mirror/sources/ \
63 npm://.*/?.* http://sources.openembedded.org/ \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/nodejs/
H A Dnodejs-oe-cache-native_16.19.bb1 DESCRIPTION = "OE helper for manipulating npm cache"
6 file://oe-npm-cache \
14 sed -e 's!@@libdir@@!${libdir}!g' < '${WORKDIR}/oe-npm-cache' > '${B}/oe-npm-cache'
18 install -D -p -m 0755 ${B}/oe-npm-cache ${D}${bindir}/oe-npm-cache
H A Dnodejs_16.19.1.bb177 PACKAGES =+ "${PN}-npm"
178 FILES:${PN}-npm = "${nonarch_libdir}/node_modules ${bindir}/npm ${bindir}/npx"
179 RDEPENDS:${PN}-npm = "bash python3-core python3-shell python3-datetime \
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Dmigration-3.1.rst164 .. _migration-3.1-npm:
166 npm fetcher changes
169 The npm fetcher has been completely reworked in this release. The npm
175 Additionally, the package name in ``npm://`` entries in
178 generic ``name`` parameter. All recipes using the npm fetcher will need
183 SRC_URI = "npm://registry.npmjs.org;package=array-flatten;version=1.1.1 \
184 npmsw://${THISDIR}/npm-shrinkwrap.json"
186 Another example where the sources are fetched from git rather than an npm repository::
189 npmsw://${THISDIR}/npm-shrinkwrap.json"
191 devtool and recipetool have also been updated to match with the npm
[all …]
H A Drelease-notes-4.0.4.rst37 - bitbake: bitbake-user-manual: npm fetcher: improve description of SRC_URI format
43 - bitbake: doc: bitbake-user-manual: document npm and npmsw fetchers
109 - npm: replace 'npm pack' call by 'tar czf'
110 - npm: return content of 'package.json' in 'npm_pack'
111 - npm: take 'version' directly from 'package.json'
112 - npm: use npm_registry to cache package
H A Drelease-notes-3.4.2.rst75 - bitbake: fetch: npm: Use temporary file for empty user config
76 - bitbake: fetch: npm: Quote destdir in run chmod command
/OK3568_Linux_fs/buildroot/package/nodejs/
H A Dnodejs.mk84 NODEJS_CONF_OPTS += --without-npm
247 npm_config_cache=$(BUILD_DIR)/.npm-cache \
248 $(HOST_DIR)/bin/npm
H A DConfig.in58 List of space-separated nodejs modules to install via npm.
59 See https://npmjs.org/ to find modules and 'npm help install'
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A Dnpmsw.py29 from bb.fetch2.npm import npm_integrity
30 from bb.fetch2.npm import npm_localfile
31 from bb.fetch2.npm import npm_unpack
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs-oe-cache-16.19/
H A Doe-npm-cache3 /// Usage: oe-npm-cache <cache-dir> <type> <key> <file-name>
/OK3568_Linux_fs/yocto/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-fetching.rst711 NPM Fetcher (``npm://``)
720 SRC_URI = "npm://some.registry.url;ParameterA=xxx;ParameterB=xxx;..."
730 - *"destsuffix":* Specifies the directory to use to unpack the package (default: ``npm``).
738 npm://registry.npmjs.org/;package=cute-files;version=${PV} \
739 npmsw://${THISDIR}/${BPN}/npm-shrinkwrap.json \
743 </dev-manual/common-tasks.html#creating-node-package-manager-npm-packages>`
754 `NPM shrinkwrap <https://docs.npmjs.com/cli/v8/commands/npm-shrinkwrap>`__
773 npm://registry.npmjs.org/;package=cute-files;version=${PV} \
774 npmsw://${THISDIR}/${BPN}/npm-shrinkwrap.json \
780 </dev-manual/common-tasks.html#creating-node-package-manager-npm-packages>`
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-security/softhsm/
H A Dsofthsm_2.6.1.bb18 PACKAGECONFIG[npm] = ",--disable-non-paged-memory"
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/cmake/
H A Dcmake.inc28 # This is specific to the npm package that installs cmake, so isn't
/OK3568_Linux_fs/kernel/drivers/s390/block/
H A Ddasd_int.h1066 __u8 npm = 0x00; in dasd_path_get_nppm() local
1070 npm |= 0x80 >> chp; in dasd_path_get_nppm()
1072 return npm; in dasd_path_get_nppm()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/mpg4/
H A Dmpg4d_parser.c79 RK_S32 npm; member
302 READ_BITS(gb, 1, &(e->npm)); /* npm */ in read_vol_complexity_estimation_header()
361 if (e->npm) SKIP_BITS(gb, 8); /* */ in read_vop_complexity_estimation_header()
385 if (e->npm) SKIP_BITS(gb, 8); /* */ in read_vop_complexity_estimation_header()
405 if (e->npm) SKIP_BITS(gb, 8); /* */ in read_vop_complexity_estimation_header()
/OK3568_Linux_fs/debian/ubuntu-build-service/bullseye-gnome-armhf/customization/package-lists/
H A Dlinaro.list.chroot126 #npm
/OK3568_Linux_fs/debian/ubuntu-build-service/bullseye-lxde-arm64/customization/package-lists/
H A Dlinaro.list.chroot126 #npm
/OK3568_Linux_fs/debian/ubuntu-build-service/bullseye-base-arm64/customization/package-lists/
H A Dlinaro.list.chroot121 #npm
/OK3568_Linux_fs/debian/ubuntu-build-service/bullseye-base-armhf/customization/package-lists/
H A Dlinaro.list.chroot121 #npm
/OK3568_Linux_fs/debian/ubuntu-build-service/bullseye-xfce-armhf/customization/package-lists/
H A Dlinaro.list.chroot126 #npm
/OK3568_Linux_fs/debian/ubuntu-build-service/bullseye-lxde-armhf/customization/package-lists/
H A Dlinaro.list.chroot126 #npm
/OK3568_Linux_fs/debian/ubuntu-build-service/bullseye-gnome-arm64/customization/package-lists/
H A Dlinaro.list.chroot126 #npm
/OK3568_Linux_fs/debian/ubuntu-build-service/bullseye-xfce-arm64/customization/package-lists/
H A Dlinaro.list.chroot126 #npm

12