Searched refs:shrinkwrap (Results 1 – 9 of 9) sorted by relevance
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | create_npm.py | 144 shrinkwrap = json.load(f) 146 foreach_dependencies(shrinkwrap, _handle_dependency, dev) 154 shrinkwrap = json.load(f) 156 packages = shrinkwrap.get("packages", {}) 229 shrinkwrap = json.load(f) 253 if "dependencies" in shrinkwrap.get("packages", {}).get("", {}):
|
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | npmsw.py | 36 def foreach_dependencies(shrinkwrap, callback=None, dev=False): argument 61 packages = shrinkwrap.get("packages", None) 71 _walk_deps(shrinkwrap.get("dependencies", {}), []) 206 shrinkwrap = json.load(f) 210 foreach_dependencies(shrinkwrap, _resolve_dependency, ud.dev)
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | npm.bbclass | 100 The main package and its associated manifest file and shrinkwrap file have 133 # Manage the manifest file and shrinkwrap files 135 orig_shrinkwrap_file = d.expand("${S}/npm-shrinkwrap.json") 137 cached_shrinkwrap_file = d.expand("${NPM_PACKAGE}/npm-shrinkwrap.json") 178 # Add its signature to the cached shrinkwrap 223 # Configure the cached manifest file and cached shrinkwrap file 342 # Remove the shrinkwrap file which does not need to be packed 343 rm -f ${D}/${nonarch_libdir}/node_modules/*/npm-shrinkwrap.json 344 rm -f ${D}/${nonarch_libdir}/node_modules/@*/*/npm-shrinkwrap.json
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | migration-3.1.rst | 174 fetches the shrinkwrap file and the dependencies. This removes the 186 npmsw://${THISDIR}/npm-shrinkwrap.json" 191 npmsw://${THISDIR}/npm-shrinkwrap.json"
|
H A D | release-notes-4.0.rst | 126 - npmsw: Add support for github prefix in npm shrinkwrap version
|
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/ |
H A D | bitbake-user-manual-fetching.rst | 782 npmsw://${THISDIR}/${BPN}/npm-shrinkwrap.json \ 793 NPM shrinkwrap Fetcher (``npmsw://``) 797 `NPM shrinkwrap <https://docs.npmjs.com/cli/v8/commands/npm-shrinkwrap>`__ 812 Note that the shrinkwrap file can also be provided by the recipe for 817 npmsw://${THISDIR}/${BPN}/npm-shrinkwrap.json \
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | packages.rst | 1086 ``recipetool`` creates a "shrinkwrap" file for your recipe. Shrinkwrap 1088 provide shrinkwrap files but ``recipetool`` will create a shrinkwrap file as it 1125 npmsw://${THISDIR}/${BPN}/npm-shrinkwrap.json \ 1199 npmsw://${THISDIR}/${BPN}/npm-shrinkwrap.json \
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | recipetool.py | 434 …shrinkwrap = os.path.join(temprecipe, 'savoirfairelinux-node-server-example', 'npm-shrinkwrap.json… 438 self.assertTrue(os.path.isfile(shrinkwrap))
|
/openbmc/openbmc/poky/documentation/sdk-manual/ |
H A D | extensible.rst | 1278 version parameters are mandatory. Lockdown and shrinkwrap files are
|