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