diff options
Diffstat (limited to 'meta/classes/rootfs-postcommands.bbclass')
-rw-r--r-- | meta/classes/rootfs-postcommands.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/rootfs-postcommands.bbclass b/meta/classes/rootfs-postcommands.bbclass index 984730ebe8..1f27a3d07a 100644 --- a/meta/classes/rootfs-postcommands.bbclass +++ b/meta/classes/rootfs-postcommands.bbclass | |||
@@ -39,6 +39,8 @@ ROOTFS_POSTPROCESS_COMMAND += '${@bb.utils.contains("DISTRO_FEATURES", "systemd" | |||
39 | 39 | ||
40 | ROOTFS_POSTPROCESS_COMMAND += 'empty_var_volatile;' | 40 | ROOTFS_POSTPROCESS_COMMAND += 'empty_var_volatile;' |
41 | 41 | ||
42 | inherit image-artifact-names | ||
43 | |||
42 | # Sort the user and group entries in /etc by ID in order to make the content | 44 | # Sort the user and group entries in /etc by ID in order to make the content |
43 | # deterministic. Package installs are not deterministic, causing the ordering | 45 | # deterministic. Package installs are not deterministic, causing the ordering |
44 | # of entries to change between builds. In case that this isn't desired, | 46 | # of entries to change between builds. In case that this isn't desired, |