Home
last modified time | relevance | path

Searched refs:shrinkwrap (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dnpm.bbclass100 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 Dcreate_npm.py153 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 Dnpmsw.py36 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 Dmigration-3.1.rst172 fetches the shrinkwrap file and the dependencies. This removes the
184 npmsw://${THISDIR}/npm-shrinkwrap.json"
189 npmsw://${THISDIR}/npm-shrinkwrap.json"
H A Drelease-notes-4.0.rst124 - npmsw: Add support for github prefix in npm shrinkwrap version
/OK3568_Linux_fs/yocto/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-fetching.rst739 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 Drecipetool.py421shrinkwrap = 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 Dextensible.rst982 version parameters are mandatory. Lockdown and shrinkwrap files are
/OK3568_Linux_fs/yocto/poky/documentation/dev-manual/
H A Dcommon-tasks.rst7620 ``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 \