diff options
Diffstat (limited to 'meta/classes/image.bbclass')
-rw-r--r-- | meta/classes/image.bbclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 40402921cf..04e26e4b35 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass | |||
@@ -2,10 +2,10 @@ inherit rootfs_${IMAGE_PKGTYPE} | |||
2 | 2 | ||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | PACKAGES = "" | 4 | PACKAGES = "" |
5 | RDEPENDS = "${IMAGE_INSTALL}" | 5 | RDEPENDS += "${IMAGE_INSTALL}" |
6 | 6 | ||
7 | export IMAGE_BASENAME = "${PN}" | 7 | export IMAGE_BASENAME ?= "${PN}" |
8 | export PACKAGE_INSTALL = "${IMAGE_INSTALL}" | 8 | export PACKAGE_INSTALL ?= "${IMAGE_INSTALL}" |
9 | 9 | ||
10 | # We need to recursively follow RDEPENDS and RRECOMMENDS for images | 10 | # We need to recursively follow RDEPENDS and RRECOMMENDS for images |
11 | do_rootfs[recrdeptask] += "do_deploy do_populate_staging" | 11 | do_rootfs[recrdeptask] += "do_deploy do_populate_staging" |