From 16b15891b993ca44dacd6c15ec678b2eac721548 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Mon, 18 Dec 2006 13:47:00 +0000 Subject: task-self-hosting: Metapackage to install everything needed for self hosted builds Tested with Angstrom-2007.1/i686 build in chroot - bitbake nano finished. --- packages/tasks/task-self-hosting.bb | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 packages/tasks/task-self-hosting.bb diff --git a/packages/tasks/task-self-hosting.bb b/packages/tasks/task-self-hosting.bb new file mode 100644 index 0000000000..a82d6a6bc3 --- /dev/null +++ b/packages/tasks/task-self-hosting.bb @@ -0,0 +1,30 @@ +DESCRIPTION = "All tools needed for OpenEmbedded build" +SECTION = "devel" +LICENSE = "MIT" +RDEPENDS = "cpp gcc-symlinks binutils-symlinks \ + perl perl-modules bitbake bash \ + task-proper-tools glibc-utils \ + libc-linux-headers-dev glibc-dev \ + texinfo make cvs subversion monotone-6" + +# +# quilt-native REQ bash and perl/perl-modules +# binutils REQ texinfo +# +# bitbake will fetch all needed python modules +# +# toolchain: +# - gcc-symlinks will fetch gcc +# - binutils-symlinks will fetch binutils +# - glibc-utils REQ cpp +# +# problems: +# - binutils-synlinks conflict with busybox +# - glibc-dev conflict with libc-linux-headers-dev +# - perl is so granulated that it is probably impossible +# to find out which packages are needed +# + +ALLOW_EMPTY = "1" + +PACKAGE_ARCH = "all" -- cgit v1.2.3 From 6565939e02c29d2d2e5b57ffa9a0dd13cc909c38 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 18 Dec 2006 14:26:56 +0000 Subject: task-self-hosting: fix typos --- packages/tasks/task-self-hosting.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/tasks/task-self-hosting.bb b/packages/tasks/task-self-hosting.bb index a82d6a6bc3..478d8130b2 100644 --- a/packages/tasks/task-self-hosting.bb +++ b/packages/tasks/task-self-hosting.bb @@ -4,7 +4,7 @@ LICENSE = "MIT" RDEPENDS = "cpp gcc-symlinks binutils-symlinks \ perl perl-modules bitbake bash \ task-proper-tools glibc-utils \ - libc-linux-headers-dev glibc-dev \ + linux-libc-headers-dev glibc-dev \ texinfo make cvs subversion monotone-6" # @@ -19,7 +19,7 @@ RDEPENDS = "cpp gcc-symlinks binutils-symlinks \ # - glibc-utils REQ cpp # # problems: -# - binutils-synlinks conflict with busybox +# - binutils-symlinks conflict with busybox # - glibc-dev conflict with libc-linux-headers-dev # - perl is so granulated that it is probably impossible # to find out which packages are needed -- cgit v1.2.3 From 4aaee31f181c5be7e6c6271390524c02c89a2c90 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 18 Dec 2006 14:28:32 +0000 Subject: task-self-hosting: fix packaging --- packages/tasks/task-self-hosting.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/tasks/task-self-hosting.bb b/packages/tasks/task-self-hosting.bb index 478d8130b2..566e0956a0 100644 --- a/packages/tasks/task-self-hosting.bb +++ b/packages/tasks/task-self-hosting.bb @@ -27,4 +27,5 @@ RDEPENDS = "cpp gcc-symlinks binutils-symlinks \ ALLOW_EMPTY = "1" +PACKAGES = "${PN}" PACKAGE_ARCH = "all" -- cgit v1.2.3