diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/images/poky-image-minimal.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/images/poky-image-minimal.bb b/meta/recipes-core/images/poky-image-minimal.bb index 48136ed0f..6a641f3b8 100644 --- a/meta/recipes-core/images/poky-image-minimal.bb +++ b/meta/recipes-core/images/poky-image-minimal.bb @@ -1,7 +1,7 @@ # # Copyright (C) 2007 OpenedHand Ltd. # -IMAGE_INSTALL = "task-poky-boot ${ROOTFS_PKGMANAGE}" +IMAGE_INSTALL = "task-poky-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP}" IMAGE_LINGUAS = " " |