mirror of
https://git.yoctoproject.org/poky
synced 2026-07-15 15:37:03 +00:00
Rename task to packagegroup
"Package group" is a much more appropriate name for these than task, since we use the word task to describe units of work executed by BitBake. (From OE-Core rev: 424dcf7046e4ad09dcc664eb1992201195247fcf) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f1df3f828b
commit
272cb74d70
@@ -0,0 +1,156 @@
|
||||
#
|
||||
# Copyright (C) 2010 Intel Corporation
|
||||
#
|
||||
|
||||
DESCRIPTION = "Create Basic Image Tasks"
|
||||
PR = "r4"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
|
||||
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
|
||||
PACKAGES = "\
|
||||
packagegroup-core-basic \
|
||||
packagegroup-core-base-utils \
|
||||
packagegroup-core-base-utils-dbg \
|
||||
packagegroup-core-base-utils-dev \
|
||||
packagegroup-core-basic-libs \
|
||||
packagegroup-core-basic-libs-dbg \
|
||||
packagegroup-core-basic-libs-dev \
|
||||
packagegroup-core-basic-utils \
|
||||
packagegroup-core-basic-utils-dbg \
|
||||
packagegroup-core-basic-utils-dev \
|
||||
packagegroup-core-basic-extended \
|
||||
packagegroup-core-basic-extended-dbg \
|
||||
packagegroup-core-basic-extended-dev \
|
||||
packagegroup-core-dev-utils \
|
||||
packagegroup-core-dev-utils-dbg \
|
||||
packagegroup-core-dev-utils-dev \
|
||||
packagegroup-core-multiuser \
|
||||
packagegroup-core-multiuser-dbg \
|
||||
packagegroup-core-multiuser-dev \
|
||||
packagegroup-core-initscripts \
|
||||
packagegroup-core-initscripts-dbg \
|
||||
packagegroup-core-initscripts-dev \
|
||||
packagegroup-core-rpm \
|
||||
packagegroup-core-rpm-dbg \
|
||||
packagegroup-core-rpm-dev \
|
||||
packagegroup-core-sys-services \
|
||||
packagegroup-core-sys-services-dbg \
|
||||
packagegroup-core-sys-services-dev \
|
||||
"
|
||||
|
||||
ALLOW_EMPTY = "1"
|
||||
|
||||
RDEPENDS_packagegroup-core-basic = "\
|
||||
packagegroup-core-base-utils \
|
||||
packagegroup-core-basic-libs \
|
||||
packagegroup-core-basic-utils \
|
||||
packagegroup-core-basic-extended \
|
||||
packagegroup-core-dev-utils \
|
||||
packagegroup-core-multiuser \
|
||||
packagegroup-core-initscripts \
|
||||
packagegroup-core-rpm \
|
||||
packagegroup-core-sys-services \
|
||||
"
|
||||
|
||||
RDEPENDS_packagegroup-core-base-utils = "\
|
||||
busybox \
|
||||
"
|
||||
|
||||
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 \
|
||||
mktemp \
|
||||
ncurses \
|
||||
net-tools \
|
||||
pax \
|
||||
popt \
|
||||
procps \
|
||||
psmisc \
|
||||
sed \
|
||||
tar \
|
||||
time \
|
||||
udev \
|
||||
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 \
|
||||
"
|
||||
|
||||
RDEPENDS_packagegroup-core-initscripts = "\
|
||||
initscripts \
|
||||
sysvinit \
|
||||
ethtool \
|
||||
mingetty \
|
||||
sysklogd \
|
||||
"
|
||||
|
||||
RDEPENDS_packagegroup-core-multiuser = "\
|
||||
cracklib \
|
||||
gzip \
|
||||
libuser \
|
||||
libpam \
|
||||
shadow \
|
||||
sudo \
|
||||
"
|
||||
|
||||
RDEPENDS_packagegroup-core-rpm = "\
|
||||
beecrypt \
|
||||
rpm \
|
||||
zypper \
|
||||
"
|
||||
|
||||
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 \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user