summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/images/core-image-minimal.bb
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-07-09 18:03:09 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-10 14:21:57 +0100
commitadad2923d860f49d2291984dd825e3b051c7406a (patch)
treef1d29d314a83fe1e403bc9a95590c1666cef8e00 /meta/recipes-core/images/core-image-minimal.bb
parentd5f4227efdeeb067054554c3d95896bab0e9901b (diff)
downloadpoky-adad2923d860f49d2291984dd825e3b051c7406a.tar.gz
core-image-*: remove copyright notices
These image recipes are meant to be examples that people can copy and modify completely for their own purposes, and most of them are so trivial they don't really need copyright notices anyway, so trim them off. (From OE-Core rev: 22db8917f6301595a48f6dcbcccc27627c8a3941) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/images/core-image-minimal.bb')
-rw-r--r--meta/recipes-core/images/core-image-minimal.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-core/images/core-image-minimal.bb b/meta/recipes-core/images/core-image-minimal.bb
index 7953b805a6..089a728f88 100644
--- a/meta/recipes-core/images/core-image-minimal.bb
+++ b/meta/recipes-core/images/core-image-minimal.bb
@@ -1,6 +1,3 @@
1#
2# Copyright (C) 2007 OpenedHand Ltd.
3#
4DESCRIPTION = "A small image just capable of allowing a device to boot." 1DESCRIPTION = "A small image just capable of allowing a device to boot."
5 2
6IMAGE_INSTALL = "task-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL}" 3IMAGE_INSTALL = "task-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL}"