Home
last modified time | relevance | path

Searched refs:moddir (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dhg.py64 ud.moddir = os.path.join(ud.pkgdir, ud.module)
65 ud.localfile = ud.moddir
90 if os.path.exists(ud.moddir):
153 logger.debug2("Fetch: checking for module directory '" + ud.moddir + "'")
160 if os.access(os.path.join(ud.moddir, '.hg'), os.R_OK):
165 runfetchcmd(updatecmd, d, workdir=ud.moddir)
173 runfetchcmd(pullcmd, d, workdir=ud.moddir)
181 if not os.path.exists(ud.moddir):
194 runfetchcmd(updatecmd, d, workdir=ud.moddir)
221 return "hg:" + ud.moddir
[all …]
H A Dcvs.py113 moddir = os.path.join(ud.pkgdir, localdir)
115 if os.access(os.path.join(moddir, 'CVS'), os.R_OK):
119 workdir = moddir
130 runfetchcmd(cmd, d, cleanup=[moddir], workdir=workdir)
132 if not os.access(moddir, os.R_OK):
133 … raise FetchError("Directory %s was not readable despite sucessful fetch?!" % moddir, ud.url)
147 workdir = os.path.dirname(os.path.realpath(moddir))
148 cmd = "tar %s -czf %s %s" % (tar_flags, ud.localpath, os.path.basename(moddir))
H A Dsvn.py50 ud.moddir = os.path.join(ud.pkgdir, ud.path_spec)
125 logger.debug2("Fetch: checking for module directory '" + ud.moddir + "'")
130 if os.access(os.path.join(ud.moddir, '.svn'), os.R_OK):
135 runfetchcmd(ud.basecmd + " upgrade", d, workdir=ud.moddir)
140 runfetchcmd(svncmd, d, workdir=ud.moddir)
152 output = runfetchcmd("svn propget svn:externals || true", d, workdir=ud.moddir)
178 bb.utils.remove(ud.moddir, True)
188 return "svn:" + ud.moddir
H A Dosc.py44 ud.moddir = os.path.join(ud.pkgdir, relpath, ud.module)
114 logger.debug2("Fetch: checking for module directory '" + ud.moddir + "'")
116 if os.access(ud.moddir, os.R_OK):
122 runfetchcmd(oscupdatecmd, d, workdir=ud.moddir)
/openbmc/linux/drivers/net/wireless/ti/wl18xx/
H A Ddebugfs.c405 struct dentry *stats, *moddir; in wl18xx_debugfs_add_files() local
407 moddir = debugfs_create_dir(KBUILD_MODNAME, rootdir); in wl18xx_debugfs_add_files()
408 stats = debugfs_create_dir("fw_stats", moddir); in wl18xx_debugfs_add_files()
555 DEBUGFS_ADD(conf, moddir); in wl18xx_debugfs_add_files()
556 DEBUGFS_ADD(radar_detection, moddir); in wl18xx_debugfs_add_files()
558 DEBUGFS_ADD(radar_debug_mode, moddir); in wl18xx_debugfs_add_files()
560 DEBUGFS_ADD(dynamic_fw_traces, moddir); in wl18xx_debugfs_add_files()
/openbmc/linux/drivers/net/wireless/ti/wl12xx/
H A Ddebugfs.c114 struct dentry *stats, *moddir; in wl12xx_debugfs_add_files() local
116 moddir = debugfs_create_dir(KBUILD_MODNAME, rootdir); in wl12xx_debugfs_add_files()
117 stats = debugfs_create_dir("fw_stats", moddir); in wl12xx_debugfs_add_files()