Searched refs:fetchuri (Results 1 – 4 of 4) sorted by relevance
| /openbmc/openbmc/poky/scripts/lib/recipetool/ |
| H A D | create.py | 448 fetchuri = None 453 fetchuri = ret 464 if not fetchuri: 465 fetchuri = reformat_git_uri(urldefrag(source)[0]) 469 fetchuri += ';subdir=${BPN}' 470 srcuri = fetchuri 487 scheme, network, path, user, passwd, params = bb.fetch2.decodeurl(fetchuri) 515 fetchuri = bb.fetch2.encodeurl((scheme, network, path, user, passwd, params)) 523 …checksums, ftmpdir = scriptutils.fetch_url(tinfoil, fetchuri, srcrev, srctree, logger, preserve_tm… 540 check_single_file(dirlist[0], fetchuri) [all …]
|
| /openbmc/openbmc/poky/scripts/lib/devtool/ |
| H A D | standard.py | 39 if not args.recipename and not args.srctree and not args.fetch and not args.fetchuri: 46 if not args.fetchuri: 49 args.fetchuri = args.recipename 52 if not args.fetchuri: 55 args.fetchuri = args.srctree 64 if not args.fetchuri: 71 args.fetchuri = 'file://' + os.path.abspath(args.srctree) 75 if args.fetchuri: 79 args.fetchuri = args.fetch 100 if args.fetchuri: [all …]
|
| /openbmc/openbmc/poky/documentation/ref-manual/ |
| H A D | devtool-reference.rst | 82 [recipename] [srctree] [fetchuri] 89 fetchuri Fetch the specified URI and extract it to create the source tree
|
| /openbmc/openbmc/poky/documentation/dev-manual/ |
| H A D | devtool.rst | 51 $ devtool add recipe fetchuri 74 $ devtool add recipe srctree fetchuri 76 In summary, the source code is pulled from fetchuri and extracted into the
|