From f6f9596eab1ac9983a20a8506e4fadc116915077 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 21 Jul 2006 16:14:10 +0000 Subject: images: Change to new configuration git-svn-id: https://svn.o-hand.com/repos/poky/trunk@540 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/images/oh-image-base.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta/packages/images/oh-image-base.bb (limited to 'meta/packages/images/oh-image-base.bb') diff --git a/meta/packages/images/oh-image-base.bb b/meta/packages/images/oh-image-base.bb new file mode 100644 index 000000000..2bc152b99 --- /dev/null +++ b/meta/packages/images/oh-image-base.bb @@ -0,0 +1,12 @@ +PR = "r0" + +export IMAGE_BASENAME = "oh-image-base" + +DEPENDS = "task-oh" + +RDEPENDS = "task-oh-boot task-oh-boot-extras" + +export IPKG_INSTALL = "${RDEPENDS}" + +inherit image_ipk +LICENSE = MIT -- cgit v1.2.3