diff options
author | Richard Purdie <richard@openedhand.com> | 2007-05-16 13:33:27 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-05-16 13:33:27 +0000 |
commit | 73a06a99b0eda418385bd53ac238de2f14496d13 (patch) | |
tree | d6ee4d56aa128ec9e2e68f29aad0871e586013ab /meta/classes | |
parent | 9c1cf5640fac3f7659d645aac99548d3051f41a5 (diff) | |
download | poky-73a06a99b0eda418385bd53ac238de2f14496d13.tar.gz |
images: Merge common functionality into image.bbclass, add copyright headers
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1732 311d38ba-8fff-0310-9ca6-ca027cbcb966
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" |