Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/classes-recipe/
H A Dlicense_image.bbclass133 oe.path.copyhardlink(license_manifest, rootfs_license_manifest)
174 oe.path.copyhardlink(pkg_license, rootfs_license)
184 oe.path.copyhardlink(pkg_license, pkg_rootfs_license)
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpath.py139 def copyhardlink(src, dst): function