Home
last modified time | relevance | path

Searched refs:layerdir (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bblayers/
H A Daction.py28 layerdirs = [os.path.abspath(ldir) for ldir in args.layerdir]
30 for layerdir in layerdirs:
31 if not os.path.exists(layerdir):
32 sys.stderr.write("Specified layer directory %s doesn't exist\n" % layerdir)
35 layer_conf = os.path.join(layerdir, 'conf', 'layer.conf')
37 …ys.stderr.write("Specified layer directory %s doesn't contain a conf/layer.conf file\n" % layerdir)
74 for item in args.layerdir:
76 layerdir = item
78 layerdir = '*/%s' % item
80 layerdir = os.path.abspath(item)
[all …]
H A Dlayerindex.py34 layerdir = os.path.join(repodir, subdir)
48 return subdir, layername, layerdir
51 return subdir, layername, layerdir
52 elif os.path.exists(layerdir):
53 return subdir, layername, layerdir
184 subdir, name, layerdir = self.get_fetch_layer(fetchdir,
193 addlayers.append((subdir, name, layerdir))
196 localargs.layerdir = []
198 for subdir, name, layerdir in addlayers:
199 if os.path.exists(layerdir):
[all …]
H A Dquery.py35 layerdir = self.bbfile_collections.get(layer, None)
36 layername = self.get_layer_name(layerdir)
37 logger.plain("%s %s %d" % (layername.ljust(20), layerdir.ljust(40), pri))
59 for layerdir in self.bblayers:
60 classdir = os.path.join(layerdir, 'classes')
88 for layerdir in self.bblayers:
89 classdir = os.path.join(layerdir, 'classes')
91 mainlayername = self.get_layer_name(layerdir)
245 layerdir = self.get_file_layerdir(filename)
246 if layerdir:
[all …]
H A Dcommon.py38 def get_layer_name(self, layerdir): argument
39 return os.path.basename(layerdir.rstrip(os.sep))
/OK3568_Linux_fs/yocto/poky/meta/lib/bblayers/
H A Dcreate.py28 layerdir = os.path.abspath(args.layerdir)
29 if os.path.exists(layerdir):
34 conf = os.path.join(layerdir, 'conf')
37 layername = os.path.basename(os.path.normpath(args.layerdir))
42 readme = os.path.join(layerdir, 'README')
50 license_dst = os.path.join(layerdir, copying)
65 example = os.path.join(layerdir, 'recipes-' + args.examplerecipe, args.examplerecipe)
70 logger.plain('Add your new layer with \'bitbake-layers add-layer %s\'' % args.layerdir)
/OK3568_Linux_fs/yocto/poky/scripts/contrib/
H A Dimage-manifest147 for layerdir in tinfoil.config_data.getVar('BBLAYERS').split():
149 layername = os.path.basename(layerdir)
150 logger.debug('layername %s, layerdir %s' % (layername, layerdir))
153 … layername = os.path.basename(os.path.dirname(layerdir)) + '_' + os.path.basename(layerdir)
158 repodir = find_git_repo(layerdir)
167 if os.path.abspath(repodir) != os.path.abspath(layerdir):
168 layerdata['vcs_subdir'] = os.path.relpath(layerdir, repodir)
366 layerdir = oe.recipeutils.find_layerdir(fpth)
368 rvalues[pn]['filepath'] = os.path.relpath(fpth, layerdir)
373 rvalues[pn]['layerdir'] = layerdir
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/
H A Dnewappend.py53 layerdirs = [os.path.abspath(layerdir) for layerdir in rd.getVar('BBLAYERS').split()]
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Drecipeutils.py721 layerdirs = [os.path.abspath(layerdir) for layerdir in rd.getVar('BBLAYERS').split()]
926 layerdir = ''
929 layerdir = pth
934 return layerdir
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Dmigration-3.4.rst70 <oe-core>/scripts/contrib/convert-overrides.py <layerdir>
/OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/
H A Dstandard.py2112 layerdirs = [os.path.abspath(layerdir) for layerdir in rd.getVar('BBLAYERS').split()]
/OK3568_Linux_fs/yocto/poky/documentation/dev-manual/
H A Dcommon-tasks.rst829 layerdir
834 layerdir Layer directory to create