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"
-PR = "r0"
-
-export IMAGE_BASENAME = "oh-image-base"
-
-DEPENDS = "task-oh"
-
-RDEPENDS = "${DISTRO_TASKS}"
-
-export PACKAGE_INSTALL = "${RDEPENDS}"
+#
+# Copyright (C) 2007 OpenedHand Ltd.
+#
+IMAGE_INSTALL = "${DISTRO_TASKS}"
inherit image
-LICENSE = MIT
+
-PR = "r0"
-
-export IMAGE_BASENAME = "oh-image-core"
+#
+# Copyright (C) 2007 OpenedHand Ltd.
+#
IMAGE_FEATURES += "apps-core"
-
-DEPENDS = "task-oh"
-
-RDEPENDS = "${DISTRO_TASKS}"
-
-export PACKAGE_INSTALL = "${RDEPENDS}"
-
+IMAGE_INSTALL = "${DISTRO_TASKS}"
inherit image
-LICENSE = MIT
+
-LICENSE = "MIT"
-DEPENDS = "task-oh"
-
-export IMAGE_BASENAME = "${PN}"
-export PACKAGE_INSTALL = "task-oh-boot"
+#
+# Copyright (C) 2007 OpenedHand Ltd.
+#
+IMAGE_INSTALL = "task-oh-boot"
inherit image
# remove not needed stuff (locale support and ipkg support)
-PR = "r10"
-
-export IMAGE_BASENAME = "oh-image-pda"
+#
+# Copyright (C) 2007 OpenedHand Ltd.
+#
IMAGE_FEATURES += "apps-core apps-pda"
-
-DEPENDS = "task-oh"
-
-RDEPENDS = "${DISTRO_TASKS}"
-
-export PACKAGE_INSTALL = "${RDEPENDS}"
-
+IMAGE_INSTALL = "${DISTRO_TASKS}"
inherit image
-LICENSE = MIT
-PR = "r9"
-
-export IMAGE_BASENAME = "oh-image-sdk"
+#
+# Copyright (C) 2007 OpenedHand Ltd.
+#
IMAGE_FEATURES += "apps-core apps-pda dev-tools dev-pkgs dbg-pkgs"
-
-DEPENDS = "\
- task-oh \
- task-oh-sdk"
-
-RDEPENDS = "${DISTRO_TASKS}"
-export PACKAGE_INSTALL = "${RDEPENDS}"
-
+IMAGE_INSTALL = "${DISTRO_TASKS}"
inherit image
-LICENSE = MIT