Searched refs:destlayerdir (Results 1 – 2 of 2) sorted by relevance
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | recipeutils.py | 554 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") 636 …appendpath = os.path.join(destlayerdir, os.path.relpath(os.path.dirname(recipefile), origlayerdir)… [all …]
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | standard.py | 2121 destlayerdir = _get_layer(args.destination, tinfoil.config_data) 2126 if not os.path.isdir(destlayerdir): 2129 if os.path.abspath(destlayerdir) == config.workspace_path: 2143 destlayerbasedir = oe.recipeutils.find_layerdir(destlayerdir) 2153 destpath = oe.recipeutils.get_bbfile_path(rd, destlayerdir, origrelpath) 2155 …es BBFILES. You may also need to specify a more complete path." % (args.destination, destlayerdir)) 2161 elif destlayerdir == origlayerdir: 2167 appendlayerdir = destlayerdir
|