Searched refs:shrinkwrap (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | npm.bbclass | 100 The main package and its associated manifest file and shrinkwrap file have 134 'deptree' dependency tree. This function follows the shrinkwrap file 147 # Manage the manifest file and shrinkwrap files 149 orig_shrinkwrap_file = d.expand("${S}/npm-shrinkwrap.json") 151 cached_shrinkwrap_file = d.expand("${NPM_PACKAGE}/npm-shrinkwrap.json") 189 # Add its signature to the cached shrinkwrap 211 # Configure the cached manifest file and cached shrinkwrap file 326 # Remove the shrinkwrap file which does not need to be packed 327 rm -f ${D}/${nonarch_libdir}/node_modules/*/npm-shrinkwrap.json 328 rm -f ${D}/${nonarch_libdir}/node_modules/@*/*/npm-shrinkwrap.json
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/ |
| H A D | create_npm.py | 153 shrinkwrap = json.load(f) 155 foreach_dependencies(shrinkwrap, _handle_dependency, dev) 221 shrinkwrap = json.load(f) 245 if "dependencies" in shrinkwrap:
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/ |
| H A D | npmsw.py | 36 def foreach_dependencies(shrinkwrap, callback=None, dev=False): argument 57 _walk_deps(shrinkwrap.get("dependencies", {}), []) 180 shrinkwrap = json.load(f) 184 foreach_dependencies(shrinkwrap, _resolve_dependency, ud.dev)
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | migration-3.1.rst | 172 fetches the shrinkwrap file and the dependencies. This removes the 184 npmsw://${THISDIR}/npm-shrinkwrap.json" 189 npmsw://${THISDIR}/npm-shrinkwrap.json"
|
| H A D | release-notes-4.0.rst | 124 - npmsw: Add support for github prefix in npm shrinkwrap version
|
| /OK3568_Linux_fs/yocto/poky/bitbake/doc/bitbake-user-manual/ |
| H A D | bitbake-user-manual-fetching.rst | 739 npmsw://${THISDIR}/${BPN}/npm-shrinkwrap.json \ 750 NPM shrinkwrap Fetcher (``npmsw://``) 754 `NPM shrinkwrap <https://docs.npmjs.com/cli/v8/commands/npm-shrinkwrap>`__ 769 Note that the shrinkwrap file can also be provided by the recipe for 774 npmsw://${THISDIR}/${BPN}/npm-shrinkwrap.json \
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | recipetool.py | 421 …shrinkwrap = os.path.join(temprecipe, 'savoirfairelinux-node-server-example', 'npm-shrinkwrap.json… 425 self.assertTrue(os.path.isfile(shrinkwrap))
|
| /OK3568_Linux_fs/yocto/poky/documentation/sdk-manual/ |
| H A D | extensible.rst | 982 version parameters are mandatory. Lockdown and shrinkwrap files are
|
| /OK3568_Linux_fs/yocto/poky/documentation/dev-manual/ |
| H A D | common-tasks.rst | 7620 ``recipetool`` creates a "shrinkwrap" file for your recipe. Shrinkwrap 7622 provide shrinkwrap files. ``recipetool`` create a shrinkwrap file as it 7642 npmsw://${THISDIR}/${BPN}/npm-shrinkwrap.json \ 7722 npmsw://${THISDIR}/${BPN}/npm-shrinkwrap.json \
|