Lines Matching full:lower
66 def prepareUnits(data, lower):
72 'CREATE_DIRS_SERVICE': helperUnitName(lower),
73 'LOWERDIR': lower,
76 bb.debug(1, "Generate systemd unit %s" % mountUnitName(lower))
77 with open(os.path.join(d.getVar('WORKDIR'), mountUnitName(lower)), 'w') as f:
80 bb.debug(1, "Generate helper systemd unit %s" % helperUnitName(lower))
81 with open(os.path.join(d.getVar('WORKDIR'), helperUnitName(lower)), 'w') as f:
103 for lower in lowerList.split():
105 (lower, d.getVarFlag('OVERLAYFS_MOUNT_POINT', mountPoint)))
106 prepareUnits(d.getVarFlag('OVERLAYFS_MOUNT_POINT', mountPoint), lower)
107 mountUnitList.append(mountUnitName(lower))