diff options
| -rw-r--r-- | classes/image_types_ostree.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/image_types_ostree.bbclass b/classes/image_types_ostree.bbclass index 4d9b0a9..31a4491 100644 --- a/classes/image_types_ostree.bbclass +++ b/classes/image_types_ostree.bbclass | |||
| @@ -31,6 +31,7 @@ python prepare_ostree_rootfs() { | |||
| 31 | image_rootfs = d.getVar("IMAGE_ROOTFS") | 31 | image_rootfs = d.getVar("IMAGE_ROOTFS") |
| 32 | oe.path.copyhardlinktree(image_rootfs, ostree_rootfs) | 32 | oe.path.copyhardlinktree(image_rootfs, ostree_rootfs) |
| 33 | } | 33 | } |
| 34 | prepare_ostree_rootfs[fakeroot] = "1" | ||
| 34 | 35 | ||
| 35 | do_image_ostree[dirs] = "${OSTREE_ROOTFS}" | 36 | do_image_ostree[dirs] = "${OSTREE_ROOTFS}" |
| 36 | do_image_ostree[prefuncs] += "prepare_ostree_rootfs" | 37 | do_image_ostree[prefuncs] += "prepare_ostree_rootfs" |
