Files
poky/meta-lsb/packages/tasks/task-poky-basic.bb
Saul Wold 192d6994cb task-poky-basic: added new packages to basic task for LSB
further tweaked by Kevin Tian, with simple boot test. 'at' is disabled
as it depends on mail of build system which needs to be fixed

Signed-off-by: Saul Wold <Saul.Wold@intel.com>
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-08-27 13:04:37 +01:00

157 lines
2.6 KiB
BlitzBasic

#
# Copyright (C) 2010 Intel Corporation
#
DESCRIPTION = "Create Basic Image Tasks"
PR = "r1"
PACKAGES = "\
task-poky-basic \
task-poky-base-utils \
task-poky-base-utils-dbg \
task-poky-base-utils-dev \
task-poky-basic-libs \
task-poky-basic-libs-dbg \
task-poky-basic-libs-dev \
task-poky-basic-utils \
task-poky-basic-utils-dbg \
task-poky-basic-utils-dev \
task-poky-basic-extended \
task-poky-basic-extended-dbg \
task-poky-basic-extended-dev \
task-poky-dev-utils \
task-poky-dev-utils-dbg \
task-poky-dev-utils-dev \
task-poky-multiuser \
task-poky-multiuser-dbg \
task-poky-multiuser-dev \
task-poky-initscripts \
task-poky-initscripts-dbg \
task-poky-initscripts-dev \
task-poky-rpm \
task-poky-rpm-dbg \
task-poky-rpm-dev \
task-poky-sys-services \
task-poky-sys-services-dbg \
task-poky-sys-services-dev \
"
ALLOW_EMPTY = "1"
RDEPENDS_task-poky-basic = "\
task-poky-base-utils \
task-poky-basic-libs \
task-poky-basic-utils \
task-poky-basic-extended \
task-poky-dev-utils \
task-poky-multiuser \
task-poky-initscripts \
task-poky-rpm \
task-poky-sys-services \
"
RDEPENDS_task-poky-base-utils = "\
busybox \
dropbear \
"
RDEPENDS_task-poky-basic-libs = "\
glib-2.0 \
"
RDEPENDS_task-poky-basic-utils = "\
bash \
acl \
attr \
bc \
coreutils \
cpio \
e2fsprogs \
ed \
file \
findutils \
gawk \
gmp \
grep \
makedevs \
mktemp \
ncurses \
net-tools \
pax \
popt \
procps \
psmisc \
sed \
tar \
time \
udev \
util-linux \
zlib \
"
RDEPENDS_task-poky-basic-extended = "\
iproute2 \
iputils \
iptables \
module-init-tools \
# openssh \
openssl \
"
RDEPENDS_task-poky-dev-utils = "\
byacc \
diffutils \
m4 \
make \
patch \
binutils \
"
RDEPENDS_task-poky-initscripts = "\
initscripts \
sysvinit \
ethtool \
# mingetty \
# sysklogd \
"
RDEPENDS_task-poky-multiuser = "\
cracklib \
gzip \
libuser \
libpam \
shadow \
sudo \
"
RDEPENDS_task-poky-rpm = "\
beecrypt \
rpm \
"
RDEPENDS_task-poky-sys-services = "\
# at \
bzip2 \
# cronie \
# crontabs \
dbus \
dbus-glib \
python-dbus \
elfutils \
gzip \
hal \
less \
libcap \
libevent \
# logrotate \
nfs-utils \
pciutils \
libpcre \
portmap \
# rpcbind \
sysfsutils \
tcp-wrappers \
tzdata \
"