Searched refs:subpath (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/ |
| H A D | fdt-common.c | 74 const char *path, *subpath; in ft_hs_fixup_dram() local 94 subpath = "reserved-memory"; in ft_hs_fixup_dram() 96 offs = fdt_add_subnode(fdt, offs, subpath); in ft_hs_fixup_dram() 98 printf("Could not create %s%s node.\n", path, subpath); in ft_hs_fixup_dram() 109 subpath = "secure_reserved"; in ft_hs_fixup_dram() 110 offs = fdt_add_subnode(fdt, offs, subpath); in ft_hs_fixup_dram() 112 printf("Could not create %s%s node.\n", path, subpath); in ft_hs_fixup_dram() 130 const char *path, *subpath; in ft_hs_add_tee() local 147 subpath = "firmware"; in ft_hs_add_tee() 148 offs = fdt_add_subnode(fdt, offs, subpath); in ft_hs_add_tee() [all …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | buildstats-diff | 56 for subpath in subpaths: 57 if os.path.isfile(subpath): 58 _bs = BuildStats.from_file_json(subpath) 60 _bs = BuildStats.from_dir(subpath)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/ |
| H A D | sdbus-c++-tools_1.1.0.bb | 12 SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master;subpath=tools"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/syslinux/syslinux/ |
| H A D | 0008-libinstaller-syslinuxext-implement-syslinux_patch_bo.patch | 207 char *dirpath, *subpath, *xdirpath; 211 /* Now subpath should contain the path relative to the fs base */ 212 dprintf("subpath = %s\n", subpath);
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/ |
| H A D | git.py | 540 subpath = ud.parm.get("subpath") 544 if subpath: 545 readpathspec = ":%s" % subpath 546 def_destsuffix = "%s/" % os.path.basename(subpath.rstrip('/')) 603 if subpath:
|
| /OK3568_Linux_fs/yocto/poky/documentation/sphinx-static/ |
| H A D | switchers.js.in | 162 // check for named releases (e.g. dunfell) in the subpath
|
| /OK3568_Linux_fs/yocto/poky/bitbake/doc/bitbake-user-manual/ |
| H A D | bitbake-user-manual-fetching.rst | 447 - *"subpath":* Limits the checkout to a specific subpath of the tree.
|
| H A D | bitbake-user-manual-ref-variables.rst | 1429 - ``subpath``: Limits the checkout to a specific subpath of the
|
| /OK3568_Linux_fs/yocto/poky/documentation/ref-manual/ |
| H A D | classes.rst | 168 the "subpath" parameter limits the checkout to a specific subpath 173 SRC_URI = "git://example.com/downloads/somepackage.rpm;branch=main;subpath=${BP}"
|