summaryrefslogtreecommitdiffstats
path: root/meta/classes/image.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/image.bbclass')
-rw-r--r--meta/classes/image.bbclass6
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
3LICENSE = "MIT" 3LICENSE = "MIT"
4PACKAGES = "" 4PACKAGES = ""
5RDEPENDS = "${IMAGE_INSTALL}" 5RDEPENDS += "${IMAGE_INSTALL}"
6 6
7export IMAGE_BASENAME = "${PN}" 7export IMAGE_BASENAME ?= "${PN}"
8export PACKAGE_INSTALL = "${IMAGE_INSTALL}" 8export 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
11do_rootfs[recrdeptask] += "do_deploy do_populate_staging" 11do_rootfs[recrdeptask] += "do_deploy do_populate_staging"