diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/image.bbclass | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 5c672f19bc..fde0f59993 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass | |||
@@ -4,11 +4,9 @@ LICENSE = "MIT" | |||
4 | PACKAGES = "" | 4 | PACKAGES = "" |
5 | RDEPENDS += "${IMAGE_INSTALL}" | 5 | RDEPENDS += "${IMAGE_INSTALL}" |
6 | 6 | ||
7 | #bitbake doesn't seem to cope with this :-( | 7 | # "export IMAGE_BASENAME" not supported at this time |
8 | #export IMAGE_BASENAME ?= "${PN}" | 8 | IMAGE_BASENAME[export] = 1 |
9 | #export PACKAGE_INSTALL ?= "${IMAGE_INSTALL}" | 9 | export PACKAGE_INSTALL ?= "${IMAGE_INSTALL}" |
10 | export IMAGE_BASENAME = "${PN}" | ||
11 | export PACKAGE_INSTALL = "${IMAGE_INSTALL}" | ||
12 | 10 | ||
13 | # We need to recursively follow RDEPENDS and RRECOMMENDS for images | 11 | # We need to recursively follow RDEPENDS and RRECOMMENDS for images |
14 | do_rootfs[recrdeptask] += "do_deploy do_populate_staging" | 12 | do_rootfs[recrdeptask] += "do_deploy do_populate_staging" |