When core-image-minimal has been updated in the past, we have on several
occasions missed applying those updates to this recipe, so let's just
base it directly on core-image-minimal and completely avoid that problem
in future.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
#
# Copyright (C) 2007 OpenedHand Ltd.
#
+require core-image-minimal.bb
+
DESCRIPTION = "A small image just capable of allowing a device to boot and \
is suitable for development work."
-IMAGE_INSTALL = "task-core-boot ${ROOTFS_PKGMANAGE}"
-
IMAGE_FEATURES += "dev-pkgs"
-IMAGE_LINGUAS = " "
-
-LICENSE = "MIT"
-
-inherit core-image
-
-# remove not needed ipkg informations
-ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; "