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/image.bbclass | |
parent | 9c1cf5640fac3f7659d645aac99548d3051f41a5 (diff) | |
download | openembedded-core-73a06a99b0eda418385bd53ac238de2f14496d13.tar.gz openembedded-core-73a06a99b0eda418385bd53ac238de2f14496d13.tar.bz2 openembedded-core-73a06a99b0eda418385bd53ac238de2f14496d13.zip |
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/image.bbclass')
-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 @@ inherit rootfs_${IMAGE_PKGTYPE} +LICENSE = "MIT" PACKAGES = "" +RDEPENDS = "${IMAGE_INSTALL}" + +export IMAGE_BASENAME = "${PN}" +export PACKAGE_INSTALL = "${IMAGE_INSTALL}" # We need to recursively follow RDEPENDS and RRECOMMENDS for images BUILD_ALL_DEPS = "1" |