diff options
Diffstat (limited to 'meta/classes/rootfs_deb.bbclass')
-rw-r--r-- | meta/classes/rootfs_deb.bbclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/classes/rootfs_deb.bbclass b/meta/classes/rootfs_deb.bbclass index b1c52f9dd6..8613032f2a 100644 --- a/meta/classes/rootfs_deb.bbclass +++ b/meta/classes/rootfs_deb.bbclass | |||
@@ -91,8 +91,9 @@ fakeroot rootfs_deb_do_rootfs () { | |||
91 | ${ROOTFS_POSTPROCESS_COMMAND} | 91 | ${ROOTFS_POSTPROCESS_COMMAND} |
92 | 92 | ||
93 | if ${@base_contains("IMAGE_FEATURES", "read-only-rootfs", "true", "false" ,d)}; then | 93 | if ${@base_contains("IMAGE_FEATURES", "read-only-rootfs", "true", "false" ,d)}; then |
94 | if [ -n "$(delayed_postinsts)" ]; then | 94 | delayed_postinsts="$(delayed_postinsts)" |
95 | bberror "Some packages could not be configured offline and rootfs is read-only." | 95 | if [ -n "$delayed_postinsts" ]; then |
96 | bberror "The following packages could not be configured offline and rootfs is read-only: $delayed_postinsts" | ||
96 | exit 1 | 97 | exit 1 |
97 | fi | 98 | fi |
98 | fi | 99 | fi |