diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-03-27 15:08:02 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-03-27 15:08:02 -0400 |
| commit | 648c23fe11b33a1de80be2ee5f4752c06f415cdf (patch) | |
| tree | 8c655d27334df76805c2208a19ac60d52cd136d7 /meta-openstack | |
| parent | 749b74edbe7fa6dece5945bf6d41236a70c6ef05 (diff) | |
| download | meta-cloud-services-648c23fe11b33a1de80be2ee5f4752c06f415cdf.tar.gz | |
cloud-extras: introduce extras package group
Introducing the "extras" package group that hold non-essential, but packages
that increase the usability of the cloud userspace. These increase the size
of the image, but we value usability over small size at this point.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
| -rw-r--r-- | meta-openstack/recipes-extended/packagegroups/packagegroup-cloud-extras.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-openstack/recipes-extended/packagegroups/packagegroup-cloud-extras.bb b/meta-openstack/recipes-extended/packagegroups/packagegroup-cloud-extras.bb new file mode 100644 index 0000000..35b9b6e --- /dev/null +++ b/meta-openstack/recipes-extended/packagegroups/packagegroup-cloud-extras.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | SUMMARY = "Extra packages that improve the usability of compute/control nodes" | ||
| 2 | PR = "r0" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | ||
| 5 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
| 6 | |||
| 7 | inherit packagegroup | ||
| 8 | |||
| 9 | RDEPENDS_${PN} = " \ | ||
| 10 | vim \ | ||
| 11 | xterm \ | ||
| 12 | " | ||
| 13 | |||
| 14 | IMAGE_FEATURES += "package-management" | ||
| 15 | |||
| 16 | |||
