tasks: updated tasks and images to reflect distro lsb requirments

Signed-off-by: Saul Wold <Saul.Wold@intel.com>
This commit is contained in:
Saul Wold 2010-08-09 11:49:20 -07:00 committed by Richard Purdie
parent cca5090408
commit 1766b2bc22
6 changed files with 191 additions and 270 deletions

View File

@ -2,22 +2,7 @@ IMAGE_FEATURES += "apps-console-core "
IMAGE_INSTALL = "\ IMAGE_INSTALL = "\
${POKY_BASE_INSTALL} \ ${POKY_BASE_INSTALL} \
task-poky-small \ task-poky-basic \
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-minimal-extras \
task-poky-minimal-extras-dbg \
task-poky-minimal-extras-dev \
task-poky-pkg-managment-opkg \
task-poky-pkg-managment-opkg-dbg \
task-poky-pkg-managment-opkg-dev \
task-poky-network-services \
task-poky-network-services-dbg \
task-poky-network-services-dev \
" "
inherit poky-image inherit poky-image

View File

@ -2,12 +2,8 @@ IMAGE_FEATURES += "apps-console-core "
IMAGE_INSTALL = "\ IMAGE_INSTALL = "\
${POKY_BASE_INSTALL} \ ${POKY_BASE_INSTALL} \
task-poky-small-utils \ task-poky-basic \
task-poky-basic-libs \ task-poky-lsb \
task-poky-basic-utils \
task-poky-extended-libs \
task-poky-extended-utils \
task-poky-network-services \
" "
inherit poky-image inherit poky-image

View File

@ -1,7 +0,0 @@
IMAGE_FEATURES += "apps-console-core "
IMAGE_INSTALL = "\
${POKY_BASE_INSTALL} \
task-poky-small-utils"
inherit poky-image

View File

@ -2,149 +2,157 @@
# Copyright (C) 2010 Intel Corporation # Copyright (C) 2010 Intel Corporation
# #
DESCRIPTION = "Create Small Image Tasks" DESCRIPTION = "Create Basic Image Tasks"
PR = "r0" PR = "r1"
PACKAGES = "\ PACKAGES = "\
task-poky-small \ 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 \
task-poky-basic-libs-dbg \ task-poky-basic-libs-dbg \
task-poky-basic-libs-dev \ task-poky-basic-libs-dev \
task-poky-basic-utils \ task-poky-basic-utils \
task-poky-basic-utils-dbg \ task-poky-basic-utils-dbg \
task-poky-basic-utils-dev \ task-poky-basic-utils-dev \
task-poky-minimal-extras \ task-poky-basic-extended \
task-poky-minimal-extras-dbg \ task-poky-basic-extended-dbg \
task-poky-minimal-extras-dev \ task-poky-basic-extended-dev \
task-poky-pkg-managment-opkg \ task-poky-dev-utils \
task-poky-pkg-managment-opkg-dbg \ task-poky-dev-utils-dbg \
task-poky-pkg-managment-opkg-dev \ task-poky-dev-utils-dev \
task-poky-network-services \ task-poky-multiuser \
task-poky-network-services-dbg \ task-poky-multiuser-dbg \
task-poky-network-services-dev \ 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" ALLOW_EMPTY = "1"
RDEPENDS_task-poky-minimal-extras = "\ RDEPENDS_task-poky-basic = "\
makedevs \ task-poky-base-utils \
ncurses \ task-poky-basic-libs \
zlib \ task-poky-basic-utils \
udev \ task-poky-basic-extended \
udev-extraconf \ task-poky-dev-utils \
expat \ task-poky-multiuser \
" task-poky-initscripts \
task-poky-rpm \
RDEPENDS_task-poky-pkg-managment-opkg = "\ task-poky-sys-services \
curl \
gnutls \
gpgme \
libgcrypt \
libgpg-error \
lzo \
opkg-config-base \
opkg-collateral \
opkg \
pth \
"
RDEPENDS_task-poky-network-services = "\
# iproute \
# iputils \
# iptables \
nfs-utils \
" "
RDEPENDS_task-poky-shells = "\ RDEPENDS_task-poky-base-utils = "\
bash \ busybox \
mktemp \ dropbear \
RDEPENDS_task-poky-misc = "\
strace \
lsof \
elfutils \
usbutils \
zlib \
libusb \
libstdcxx \
bluez4 \
" "
RDEPENDS_task-poky-basic-libs = "\ RDEPENDS_task-poky-basic-libs = "\
# libssh2 \ glib-2.0 \
dbus-glib \
# nfs-utils-lib \
" "
RDEPENDS_task-poky-basic-utils = "\ 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 = "\
# iproute \
# iputils \
iptables \
module-init-tools \
# openssh \ # openssh \
openssl \ openssl \
pam \ "
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 \
# passwd \
shadow \
sudo \ sudo \
"
RDEPENDS_task-poky-rpm = "\
beecrypt \ beecrypt \
curl \
elfutils \
neon \
# mktemp \
rpm \ rpm \
"
RDEPENDS_task-poky-sys-services = "\
at \
bzip2 \ bzip2 \
# cronie \
# crontabs \ # crontabs \
dbus \ dbus \
dbus-glib \
python-dbus \ python-dbus \
e2fsprogs \ elfutils \
gdbm \ gzip \
hal \ hal \
less \ less \
popt \
portmap \
readline \
# cron \
# yaffs2 \
"
RDEPENDS_task-poky-extended-libs = "\
# cracklib \
glib-2.0 \
libcap \ libcap \
libevent \ libevent \
"
RDEPENDS_task-poky-extended-utils = "\
# acl \
at \
attr \
# bc \
binutils \
# cpio \
# cracklib \
# logrotate \ # logrotate \
# pax \ nfs-utils \
# shadow \ pciutils \
sqlite3 \ libpcre \
# syslog \ # perl-XML-Parser \
# ed \ portmap \
# lsb \ # rpcbind \
# mailx \ sysfsutils \
# man \ tcp-wrappers \
# sendmail \ tzdata \
tar \
tcl \
"
RDEPENDS_task-poky-python = "\
gdbm \
perl \
zlib \
" "
RDEPENDS_task-poky-python = "\
expat \
gdbm \
gmp \
ncurses \
openssl \
python \
readline \
zlib \
"

View File

@ -3,118 +3,79 @@
# #
DESCRIPTION = "Create Small Image Tasks" DESCRIPTION = "Create Small Image Tasks"
PR = "r0" PR = "r1"
PACKAGES = "\ PACKAGES = "\
task-poky-small \ task-poky-lsb \
task-poky-basic-libs \ task-poky-sys-extended \
task-poky-basic-libs-dbg \ task-poky-sys-extended-dbg \
task-poky-basic-libs-dev \ task-poky-sys-extended-dev \
task-poky-basic-utils \ task-poky-db \
task-poky-basic-utils-dbg \ task-poky-db-dbg \
task-poky-basic-utils-dev \ task-poky-db-dev \
task-poky-extended-libs \ task-poky-misc \
task-poky-extended-libs-dbg \ task-poky-misc-dbg \
task-poky-extended-libs-dev \ task-poky-misc-dev \
task-poky-extended-utils \ task-poky-perl \
task-poky-extended-utils-dbg \ task-poky-perl-dbg \
task-poky-extended-utils-dev \ task-poky-perl-dev \
task-poky-network-services \ task-poky-python \
task-poky-network-services-dbg \ task-poky-python-dbg \
task-poky-network-services-dev \ task-poky-python-dev \
task-poky-tcl \
task-poky-tcl-dbg \
task-poky-tcl-dev \
" "
ALLOW_EMPTY = "1" ALLOW_EMPTY = "1"
RDEPENDS_task-poky-network-services = "\ RDEPENDS_task-poky-lsb = "\
# iproute \ task-poky-sys-extended \
# iputils \ task-poky-db \
# iptables \ task-poky-misc \
nfs-utils \ task-poky-perl \
task-poky-python \
task-poky-tcl \
" "
RDEPENDS_task-poky-shells = "\ #
bash \ # GPLv2 Should List
mktemp \ RDEPENDS_task-poky-sys-extended = "\
RDEPENDS_task-poky-misc = "\
strace \
lsof \
elfutils \
usbutils \
zlib \
libusb \
libstdcxx \
bluez4 \
"
RDEPENDS_task-poky-basic-libs = "\
# libssh2 \
dbus-glib \
# nfs-utils-lib \
"
RDEPENDS_task-poky-basic-utils = "\
# openssh \
openssl \
pam \
sudo \
beecrypt \
curl \ curl \
elfutils \ diffutils \
gamin \
hdparm \
# libaio \
libxml2 \
lrzsz \
lzo \
# mdadm \
minicom \
neon \ neon \
# mktemp \ parted \
rpm \ pth \
bzip2 \ quota \
# crontabs \ # screen \
dbus \ setserial \
python-dbus \ # sysstat \
e2fsprogs \ unzip \
gdbm \ # watchdog \
hal \ which \
less \ zip \
popt \
portmap \
readline \
# cron \
# yaffs2 \
" "
RDEPENDS_task-poky-extended-libs = "\ RDEPENDS_task-poky-db = "\
# cracklib \ db \
glib-2.0 \
libcap \
libevent \
"
RDEPENDS_task-poky-extended-utils = "\
# acl \
# at \
attr \
# bc \
binutils \
# cpio \
# cracklib \
# logrotate \
# pax \
# shadow \
sqlite3 \ sqlite3 \
# syslog \ "
# ed \
# lsb \
# mailx \
# man \
# sendmail \
tcl \
"
RDEPENDS_task-poky-python = "\ RDEPENDS_task-poky-perl = "\
gdbm \ gdbm \
perl \ perl \
zlib \ zlib \
" "
RDEPENDS_task-poky-python = "\ RDEPENDS_task-poky-python = "\
expat \ expat \
gdbm \ gdbm \
@ -123,5 +84,21 @@ RDEPENDS_task-poky-python = "\
openssl \ openssl \
python \ python \
readline \ readline \
zip \
"
RDEPENDS_task-poky-tcl = "\
tcl \
"
RDEPENDS_task-poky-misc = "\
elfutils \
gettext \
lsof \
ncurses \
strace \
# libstdcxx \
libusb1 \
usbutils \
zlib \ zlib \
" "

View File

@ -1,38 +0,0 @@
#
# Copyright (C) 2010 Intel Corporation
#
DESCRIPTION = "Create Small Image Tasks"
PR = "r0"
PACKAGES = "\
task-poky-small-utils \
task-poky-small-utils-dbg \
task-poky-small-utils-dev \
"
ALLOW_EMPTY = "1"
RDEPENDS_task-poky-small-utils = "\
bash \
coreutils \
file \
findutils \
ncurses \
psmisc \
sed \
time \
zlib \
udev \
udev-extraconf \
# gawk \
# grep \
# gzip \
# makedev \
# mktemp \
# net-tools \
# procps \
# passwd \
# tar \
# util-linux \
"