From 91c372f287732cdedbd7c1204c6ba5f34e5b93f6 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Thu, 6 Mar 2014 16:46:08 +0000 Subject: core-image-basic / packagegroup-core-basic: rename to *-full-cmdline This more accurately represents what this image and packagegroup are intended to provide (a more complete command-line environment similar to what you would find on a traditional Linux system), and avoids confusion with the similarly named core-image-base and packagegroup-base. Fixes [YOCTO #2424]. (From OE-Core rev: 959396d5319df6d6599cc74077e85182768b92af) Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- .../packagegroups/packagegroup-core-basic.bb | 138 --------------------- 1 file changed, 138 deletions(-) delete mode 100644 meta/recipes-extended/packagegroups/packagegroup-core-basic.bb (limited to 'meta/recipes-extended/packagegroups/packagegroup-core-basic.bb') diff --git a/meta/recipes-extended/packagegroups/packagegroup-core-basic.bb b/meta/recipes-extended/packagegroups/packagegroup-core-basic.bb deleted file mode 100644 index f3b4ff7f0b..0000000000 --- a/meta/recipes-extended/packagegroups/packagegroup-core-basic.bb +++ /dev/null @@ -1,138 +0,0 @@ -# -# Copyright (C) 2010 Intel Corporation -# - -SUMMARY = "Create Basic Image Tasks" -PR = "r6" -LICENSE = "MIT" - -inherit packagegroup - -PACKAGES = "\ - packagegroup-core-basic \ - packagegroup-core-basic-libs \ - packagegroup-core-basic-utils \ - packagegroup-core-basic-extended \ - packagegroup-core-dev-utils \ - packagegroup-core-multiuser \ - packagegroup-core-initscripts \ - packagegroup-core-sys-services \ - " - -python __anonymous () { - # For backwards compatibility after rename - packages = d.getVar("PACKAGES", True).split() - for pkg in packages: - d.appendVar("RPROVIDES_%s" % pkg, pkg.replace("packagegroup-core", "task-core")) - d.appendVar("RREPLACES_%s" % pkg, pkg.replace("packagegroup-core", "task-core")) - d.appendVar("RCONFLICTS_%s" % pkg, pkg.replace("packagegroup-core", "task-core")) -} - - -RDEPENDS_packagegroup-core-basic = "\ - packagegroup-core-basic-libs \ - packagegroup-core-basic-utils \ - packagegroup-core-basic-extended \ - packagegroup-core-dev-utils \ - packagegroup-core-multiuser \ - packagegroup-core-initscripts \ - packagegroup-core-sys-services \ - " - -RDEPENDS_packagegroup-core-basic-libs = "\ - glib-2.0 \ - " - -RDEPENDS_packagegroup-core-basic-utils = "\ - bash \ - acl \ - attr \ - bc \ - coreutils \ - cpio \ - e2fsprogs \ - ed \ - file \ - findutils \ - gawk \ - gmp \ - grep \ - makedevs \ - mc \ - mc-fish \ - mc-helpers \ - mc-helpers-perl \ - mc-helpers-python \ - mktemp \ - ncurses \ - net-tools \ - pax \ - popt \ - procps \ - psmisc \ - sed \ - tar \ - time \ - util-linux \ - zlib \ - " - -RDEPENDS_packagegroup-core-basic-extended = "\ - iproute2 \ - iputils \ - iptables \ - module-init-tools \ - openssl \ - " - -RDEPENDS_packagegroup-core-dev-utils = "\ - byacc \ - diffutils \ - m4 \ - make \ - patch \ - " - -VIRTUAL-RUNTIME_initscripts ?= "initscripts" -VIRTUAL-RUNTIME_init_manager ?= "sysvinit" -VIRTUAL-RUNTIME_login_manager ?= "busybox" -VIRTUAL-RUNTIME_syslog ?= "sysklogd" -RDEPENDS_packagegroup-core-initscripts = "\ - ${VIRTUAL-RUNTIME_initscripts} \ - ${VIRTUAL-RUNTIME_init_manager} \ - ethtool \ - ${VIRTUAL-RUNTIME_login_manager} \ - ${VIRTUAL-RUNTIME_syslog} \ - " - -RDEPENDS_packagegroup-core-multiuser = "\ - cracklib \ - gzip \ - ${@base_contains('DISTRO_FEATURES', 'pam', 'libuser', '', d)} \ - shadow \ - sudo \ - " - -RDEPENDS_packagegroup-core-sys-services = "\ - at \ - bzip2 \ - cronie \ - dbus \ - dbus-glib \ - python-dbus \ - elfutils \ - gzip \ - less \ - libcap \ - libevent \ - lighttpd \ - logrotate \ - nfs-utils \ - pciutils \ - libpcre \ - rpcbind \ - sysfsutils \ - tcp-wrappers \ - tzdata \ - " - -- cgit v1.2.3-54-g00ecf