Home
last modified time | relevance | path

Searched refs:destlayerdir (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Drecipeutils.py556 destlayerdir = find_layerdir(destdir)
561 confdata.setVar('LAYERDIR', destlayerdir)
562 destlayerconf = os.path.join(destlayerdir, "conf", "layer.conf")
584 if destdir == destlayerdir:
601 if destdir == destlayerdir:
615 def get_bbappend_path(d, destlayerdir, wildcardver=False): argument
620 destlayerdir = os.path.abspath(destlayerdir)
630 confdata.setVar('LAYERDIR', destlayerdir)
631 destlayerconf = os.path.join(destlayerdir, "conf", "layer.conf")
638 …appendpath = os.path.join(destlayerdir, os.path.relpath(os.path.dirname(recipefile), origlayerdir)…
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/
H A Dstandard.py2076 destlayerdir = _get_layer(args.destination, tinfoil.config_data)
2081 if not os.path.isdir(destlayerdir):
2084 if os.path.abspath(destlayerdir) == config.workspace_path:
2098 destlayerbasedir = oe.recipeutils.find_layerdir(destlayerdir)
2108 destpath = oe.recipeutils.get_bbfile_path(rd, destlayerdir, origrelpath)
2110 …es BBFILES. You may also need to specify a more complete path." % (args.destination, destlayerdir))
2116 elif destlayerdir == origlayerdir:
2122 appendlayerdir = destlayerdir