diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-21 12:26:25 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-21 12:26:25 +0100 |
commit | fe73ea8c510877fe4e3c117985e8f3d0b79ddf1b (patch) | |
tree | 4321fc651226793fa91067797e84d91c1a9bd462 /meta/classes/core-image.bbclass | |
parent | f7eeaf9e69aa6a171eeb3d2fc4b22b31b05f604e (diff) | |
download | openembedded-core-fe73ea8c510877fe4e3c117985e8f3d0b79ddf1b.tar.gz openembedded-core-fe73ea8c510877fe4e3c117985e8f3d0b79ddf1b.tar.bz2 openembedded-core-fe73ea8c510877fe4e3c117985e8f3d0b79ddf1b.tar.xz openembedded-core-fe73ea8c510877fe4e3c117985e8f3d0b79ddf1b.zip |
Further cleanup of various poky references
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/core-image.bbclass')
-rw-r--r-- | meta/classes/core-image.bbclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/classes/core-image.bbclass b/meta/classes/core-image.bbclass index 832319a5a..c8c6a5742 100644 --- a/meta/classes/core-image.bbclass +++ b/meta/classes/core-image.bbclass @@ -1,11 +1,11 @@ -# Common for Poky images +# Common code for generating core reference images # -# Copyright (C) 2007 OpenedHand LTD +# Copyright (C) 2007-2011 Linux Foundation LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" -# IMAGE_FEATURES control content of images built with Poky. +# IMAGE_FEATURES control content of the core reference images # # By default we install task-core-boot and task-base packages - this gives us # working (console only) rootfs. |