Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oe/
H A Drecipeutils.py554 destlayerdir = find_layerdir(destdir)
559 confdata.setVar('LAYERDIR', destlayerdir)
560 destlayerconf = os.path.join(destlayerdir, "conf", "layer.conf")
582 if destdir == destlayerdir:
599 if destdir == destlayerdir:
613 def get_bbappend_path(d, destlayerdir, wildcardver=False): argument
618 destlayerdir = os.path.abspath(destlayerdir)
628 confdata.setVar('LAYERDIR', destlayerdir)
629 destlayerconf = os.path.join(destlayerdir, "conf", "layer.conf")
714 if destlayerdir not in recipefile:
[all …]
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dstandard.py2178 destlayerdir = _get_layer(args.destination, tinfoil.config_data)
2183 if not os.path.isdir(destlayerdir):
2186 if os.path.abspath(destlayerdir) == config.workspace_path:
2200 destlayerbasedir = oe.recipeutils.find_layerdir(destlayerdir)
2210 destpath = oe.recipeutils.get_bbfile_path(rd, destlayerdir, origrelpath)
2212 …es BBFILES. You may also need to specify a more complete path." % (args.destination, destlayerdir))
2218 elif destlayerdir == origlayerdir:
2224 appendlayerdir = destlayerdir