Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/
H A Dfdt-common.c74 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 Dbuildstats-diff56 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 Dsdbus-c++-tools_1.1.0.bb12 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 D0008-libinstaller-syslinuxext-implement-syslinux_patch_bo.patch207 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 Dgit.py540 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 Dswitchers.js.in162 // check for named releases (e.g. dunfell) in the subpath
/OK3568_Linux_fs/yocto/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-fetching.rst447 - *"subpath":* Limits the checkout to a specific subpath of the tree.
H A Dbitbake-user-manual-ref-variables.rst1429 - ``subpath``: Limits the checkout to a specific subpath of the
/OK3568_Linux_fs/yocto/poky/documentation/ref-manual/
H A Dclasses.rst168 the "subpath" parameter limits the checkout to a specific subpath
173 SRC_URI = "git://example.com/downloads/somepackage.rpm;branch=main;subpath=${BP}"