Home
last modified time | relevance | path

Searched refs:mountUnitName (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Doverlayfs.py21 def mountUnitName(unit): function
46 fileList.append(mountUnitName(path))
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Doverlayfs.bbclass57 from oe.overlayfs import mountUnitName
71 'DATA_MOUNT_UNIT': mountUnitName(data),
76 bb.debug(1, "Generate systemd unit %s" % mountUnitName(lower))
77 with open(os.path.join(d.getVar('WORKDIR'), mountUnitName(lower)), 'w') as f:
107 mountUnitList.append(mountUnitName(lower))
H A Drootfs-postcommands.bbclass383 from oe.overlayfs import mountUnitName
415 mountUnit = mountUnitName(mountPath)