From 6e95cb246f39e4d49d46761b9a7d51c858ac7e9d Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 20 Apr 2011 17:25:23 +0100 Subject: Rename poky-image-* -> core-image-* and task-poky-* -> task-core-* (From OE-Core rev: 560b04181d8f51d189b99f01a72f17210dadf7a3) Signed-off-by: Richard Purdie --- meta/recipes-extended/tasks/task-core-basic.bb | 158 ++++++++++++++++++++ meta/recipes-extended/tasks/task-core-lsb.bb | 198 +++++++++++++++++++++++++ meta/recipes-extended/tasks/task-poky-basic.bb | 158 -------------------- meta/recipes-extended/tasks/task-poky-lsb.bb | 198 ------------------------- 4 files changed, 356 insertions(+), 356 deletions(-) create mode 100644 meta/recipes-extended/tasks/task-core-basic.bb create mode 100644 meta/recipes-extended/tasks/task-core-lsb.bb delete mode 100644 meta/recipes-extended/tasks/task-poky-basic.bb delete mode 100644 meta/recipes-extended/tasks/task-poky-lsb.bb (limited to 'meta/recipes-extended/tasks') diff --git a/meta/recipes-extended/tasks/task-core-basic.bb b/meta/recipes-extended/tasks/task-core-basic.bb new file mode 100644 index 0000000000..e2a37d1160 --- /dev/null +++ b/meta/recipes-extended/tasks/task-core-basic.bb @@ -0,0 +1,158 @@ +# +# Copyright (C) 2010 Intel Corporation +# + +DESCRIPTION = "Create Basic Image Tasks" +PR = "r3" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ + file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" + +PACKAGES = "\ + task-core-basic \ + task-core-base-utils \ + task-core-base-utils-dbg \ + task-core-base-utils-dev \ + task-core-basic-libs \ + task-core-basic-libs-dbg \ + task-core-basic-libs-dev \ + task-core-basic-utils \ + task-core-basic-utils-dbg \ + task-core-basic-utils-dev \ + task-core-basic-extended \ + task-core-basic-extended-dbg \ + task-core-basic-extended-dev \ + task-core-dev-utils \ + task-core-dev-utils-dbg \ + task-core-dev-utils-dev \ + task-core-multiuser \ + task-core-multiuser-dbg \ + task-core-multiuser-dev \ + task-core-initscripts \ + task-core-initscripts-dbg \ + task-core-initscripts-dev \ + task-core-rpm \ + task-core-rpm-dbg \ + task-core-rpm-dev \ + task-core-sys-services \ + task-core-sys-services-dbg \ + task-core-sys-services-dev \ + " + +ALLOW_EMPTY = "1" + +RDEPENDS_task-core-basic = "\ + task-core-base-utils \ + task-core-basic-libs \ + task-core-basic-utils \ + task-core-basic-extended \ + task-core-dev-utils \ + task-core-multiuser \ + task-core-initscripts \ + task-core-rpm \ + task-core-sys-services \ + " + +RDEPENDS_task-core-base-utils = "\ + busybox \ + " + +RDEPENDS_task-core-basic-libs = "\ + glib-2.0 \ + " + +RDEPENDS_task-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_task-core-basic-extended = "\ + iproute2 \ + iputils \ + iptables \ + module-init-tools \ + openssl \ + " + +RDEPENDS_task-core-dev-utils = "\ + byacc \ + diffutils \ + m4 \ + make \ + patch \ + " + +RDEPENDS_task-core-initscripts = "\ + initscripts \ + sysvinit \ + ethtool \ + mingetty \ + sysklogd \ + " + +RDEPENDS_task-core-multiuser = "\ + cracklib \ + gzip \ + libuser \ + libpam \ + shadow \ + sudo \ + " + +RDEPENDS_task-core-rpm = "\ + beecrypt \ + rpm \ + zypper \ + " + +RDEPENDS_task-core-sys-services = "\ + at \ + bzip2 \ + cronie \ + dbus \ + dbus-glib \ + python-dbus \ + elfutils \ + gzip \ + hal \ + less \ + libcap \ + libevent \ + lighttpd \ + logrotate \ + nfs-utils \ + pciutils \ + libpcre \ + portmap \ + rpcbind \ + sysfsutils \ + tcp-wrappers \ + tzdata \ + " + diff --git a/meta/recipes-extended/tasks/task-core-lsb.bb b/meta/recipes-extended/tasks/task-core-lsb.bb new file mode 100644 index 0000000000..ef8acb1359 --- /dev/null +++ b/meta/recipes-extended/tasks/task-core-lsb.bb @@ -0,0 +1,198 @@ +# +# Copyright (C) 2010 Intel Corporation +# + +DESCRIPTION = "Create Small Image Tasks" +PR = "r3" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ + file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" + +PACKAGES = "\ + task-core-lsb \ + task-core-sys-extended \ + task-core-sys-extended-dbg \ + task-core-sys-extended-dev \ + task-core-db \ + task-core-db-dbg \ + task-core-db-dev \ + task-core-misc \ + task-core-misc-dbg \ + task-core-misc-dev \ + task-core-perl \ + task-core-perl-dbg \ + task-core-perl-dev \ + task-core-python \ + task-core-python-dbg \ + task-core-python-dev \ + task-core-tcl \ + task-core-tcl-dbg \ + task-core-tcl-dev \ + task-core-lsb-perl-add \ + task-core-lsb-python-add \ + task-core-lsb-graphic-add \ + task-core-lsb-runtime-add \ + task-core-lsb-command-add \ + " + + +ALLOW_EMPTY = "1" + +RDEPENDS_task-core-lsb = "\ + task-core-sys-extended \ + task-core-db \ + task-core-misc \ + task-core-perl \ + task-core-python \ + task-core-tcl \ + task-core-lsb-perl-add \ + task-core-lsb-python-add \ + task-core-lsb-graphic-add \ + task-core-lsb-runtime-add \ + task-core-lsb-command-add \ + " + +RDEPENDS_task-core-sys-extended = "\ + binutils \ + chkconfig \ + curl \ + dhcp-client \ + diffutils \ + gamin \ + hdparm \ + libaio \ + libxml2 \ + lrzsz \ + lzo \ + mc \ + mdadm \ + minicom \ + neon \ + parted \ + pth \ + quota \ + screen \ + setserial \ + sysstat \ + unzip \ + watchdog \ + which \ + xinetd \ + zip \ + " + +RDEPENDS_task-core-db = "\ + db \ + sqlite3 \ + " + +RDEPENDS_task-core-perl = "\ + gdbm \ + perl \ + zlib \ + " + + +RDEPENDS_task-core-python = "\ + expat \ + gdbm \ + gmp \ + ncurses \ + openssl \ + python \ + readline \ + zip \ + " + +RDEPENDS_task-core-tcl = "\ + tcl \ + " + +RDEPENDS_task-core-misc = "\ + elfutils \ + gettext \ + groff \ + lsb \ + lsbsetup \ + lsof \ + man \ + man-pages \ + ncurses \ + strace \ + libusb1 \ + usbutils \ + zlib \ + " + +RDEPENDS_task-core-lsb-command-add = "\ + localedef \ + fontconfig-utils \ + mailx \ + msmtp \ + chkconfig \ +" +# cups + +RDEPENDS_task-core-lsb-perl-add = "\ + perl-modules \ + perl-dev \ + perl-misc \ + perl-pod \ +" + +RDEPENDS_task-core-lsb-python-add = "\ + python-modules \ + python-misc \ +" + +RDEPENDS_task-core-lsb-graphic-add = "\ + libqtcore4 \ + libqtgui4 \ + libqtsql4 \ + libqtsvg4 \ + libqtxml4 \ + libqtnetwork4 \ + libxt \ + libxxf86vm \ + libdrm \ + libglu \ + libxi \ + libxtst \ + qt4-plugin-sqldriver-sqlite \ + libx11-locale \ + xorg-minimal-fonts \ + gdk-pixbuf-loader-ico \ + gdk-pixbuf-loader-bmp \ + gdk-pixbuf-loader-ani \ +" + +RDEPENDS_task-core-lsb-graphic-add_qemux86 = "\ + libqtopengl4 \ +" +RDEPENDS_task-core-lsb-graphic-add_atom-pc = "\ + libqtopengl4 \ +" +RDEPENDS_task-core-lsb-graphic-add_qemuppc = "\ + libqtopengl4 \ +" + +# mesa-dri + +RDEPENDS_task-core-lsb-runtime-add = "\ + ldd \ + pam-plugin-wheel \ + e2fsprogs-mke2fs \ + mkfontdir \ + liburi-perl \ + libxml-parser-perl \ + libxml-perl \ + eglibc-localedatas \ + eglibc-gconvs \ + eglibc-charmaps \ + eglibc-binaries \ + eglibc-localedata-posix \ + eglibc-extra-nss \ + eglibc-pcprofile \ + eglibc-pic \ + eglibc-utils \ +" diff --git a/meta/recipes-extended/tasks/task-poky-basic.bb b/meta/recipes-extended/tasks/task-poky-basic.bb deleted file mode 100644 index 68c996dc88..0000000000 --- a/meta/recipes-extended/tasks/task-poky-basic.bb +++ /dev/null @@ -1,158 +0,0 @@ -# -# Copyright (C) 2010 Intel Corporation -# - -DESCRIPTION = "Create Basic Image Tasks" -PR = "r3" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ - file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" - -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 \ - " - -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 \ - mc \ - 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 \ - openssl \ - " - -RDEPENDS_task-poky-dev-utils = "\ - byacc \ - diffutils \ - m4 \ - make \ - patch \ - " - -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 \ - zypper \ - " - -RDEPENDS_task-poky-sys-services = "\ - at \ - bzip2 \ - cronie \ - dbus \ - dbus-glib \ - python-dbus \ - elfutils \ - gzip \ - hal \ - less \ - libcap \ - libevent \ - lighttpd \ - logrotate \ - nfs-utils \ - pciutils \ - libpcre \ - portmap \ - rpcbind \ - sysfsutils \ - tcp-wrappers \ - tzdata \ - " - diff --git a/meta/recipes-extended/tasks/task-poky-lsb.bb b/meta/recipes-extended/tasks/task-poky-lsb.bb deleted file mode 100644 index b56c07beb2..0000000000 --- a/meta/recipes-extended/tasks/task-poky-lsb.bb +++ /dev/null @@ -1,198 +0,0 @@ -# -# Copyright (C) 2010 Intel Corporation -# - -DESCRIPTION = "Create Small Image Tasks" -PR = "r3" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ - file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" - -PACKAGES = "\ - task-poky-lsb \ - task-poky-sys-extended \ - task-poky-sys-extended-dbg \ - task-poky-sys-extended-dev \ - task-poky-db \ - task-poky-db-dbg \ - task-poky-db-dev \ - task-poky-misc \ - task-poky-misc-dbg \ - task-poky-misc-dev \ - task-poky-perl \ - task-poky-perl-dbg \ - task-poky-perl-dev \ - task-poky-python \ - task-poky-python-dbg \ - task-poky-python-dev \ - task-poky-tcl \ - task-poky-tcl-dbg \ - task-poky-tcl-dev \ - task-poky-lsb-perl-add \ - task-poky-lsb-python-add \ - task-poky-lsb-graphic-add \ - task-poky-lsb-runtime-add \ - task-poky-lsb-command-add \ - " - - -ALLOW_EMPTY = "1" - -RDEPENDS_task-poky-lsb = "\ - task-poky-sys-extended \ - task-poky-db \ - task-poky-misc \ - task-poky-perl \ - task-poky-python \ - task-poky-tcl \ - task-poky-lsb-perl-add \ - task-poky-lsb-python-add \ - task-poky-lsb-graphic-add \ - task-poky-lsb-runtime-add \ - task-poky-lsb-command-add \ - " - -RDEPENDS_task-poky-sys-extended = "\ - binutils \ - chkconfig \ - curl \ - dhcp-client \ - diffutils \ - gamin \ - hdparm \ - libaio \ - libxml2 \ - lrzsz \ - lzo \ - mc \ - mdadm \ - minicom \ - neon \ - parted \ - pth \ - quota \ - screen \ - setserial \ - sysstat \ - unzip \ - watchdog \ - which \ - xinetd \ - zip \ - " - -RDEPENDS_task-poky-db = "\ - db \ - sqlite3 \ - " - -RDEPENDS_task-poky-perl = "\ - gdbm \ - perl \ - zlib \ - " - - -RDEPENDS_task-poky-python = "\ - expat \ - gdbm \ - gmp \ - ncurses \ - openssl \ - python \ - readline \ - zip \ - " - -RDEPENDS_task-poky-tcl = "\ - tcl \ - " - -RDEPENDS_task-poky-misc = "\ - elfutils \ - gettext \ - groff \ - lsb \ - lsbsetup \ - lsof \ - man \ - man-pages \ - ncurses \ - strace \ - libusb1 \ - usbutils \ - zlib \ - " - -RDEPENDS_task-poky-lsb-command-add = "\ - localedef \ - fontconfig-utils \ - mailx \ - msmtp \ - chkconfig \ -" -# cups - -RDEPENDS_task-poky-lsb-perl-add = "\ - perl-modules \ - perl-dev \ - perl-misc \ - perl-pod \ -" - -RDEPENDS_task-poky-lsb-python-add = "\ - python-modules \ - python-misc \ -" - -RDEPENDS_task-poky-lsb-graphic-add = "\ - libqtcore4 \ - libqtgui4 \ - libqtsql4 \ - libqtsvg4 \ - libqtxml4 \ - libqtnetwork4 \ - libxt \ - libxxf86vm \ - libdrm \ - libglu \ - libxi \ - libxtst \ - qt4-plugin-sqldriver-sqlite \ - libx11-locale \ - xorg-minimal-fonts \ - gdk-pixbuf-loader-ico \ - gdk-pixbuf-loader-bmp \ - gdk-pixbuf-loader-ani \ -" - -RDEPENDS_task-poky-lsb-graphic-add_qemux86 = "\ - libqtopengl4 \ -" -RDEPENDS_task-poky-lsb-graphic-add_atom-pc = "\ - libqtopengl4 \ -" -RDEPENDS_task-poky-lsb-graphic-add_qemuppc = "\ - libqtopengl4 \ -" - -# mesa-dri - -RDEPENDS_task-poky-lsb-runtime-add = "\ - ldd \ - pam-plugin-wheel \ - e2fsprogs-mke2fs \ - mkfontdir \ - liburi-perl \ - libxml-parser-perl \ - libxml-perl \ - eglibc-localedatas \ - eglibc-gconvs \ - eglibc-charmaps \ - eglibc-binaries \ - eglibc-localedata-posix \ - eglibc-extra-nss \ - eglibc-pcprofile \ - eglibc-pic \ - eglibc-utils \ -" -- cgit v1.2.3-54-g00ecf