From 73a06a99b0eda418385bd53ac238de2f14496d13 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 16 May 2007 13:33:27 +0000 Subject: 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 --- meta/classes/image.bbclass | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta/classes/image.bbclass') diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 0eaa5e9bb..cbdc29914 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" -- cgit v1.2.3