diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-12-18 14:48:59 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2006-12-18 14:48:59 +0000 |
commit | 54100ad7606e5d782e441ee596bd85529e9728e9 (patch) | |
tree | 5c94900b02a62e19c501cb6eb932b517532818d4 | |
parent | cbda536727528df2eb442b5be0d6a729e9f3ca3f (diff) | |
parent | 4aaee31f181c5be7e6c6271390524c02c89a2c90 (diff) |
merge of 556701784db3bdee81ffbb2c896a747e4e4e19b0
and 8b3f99cac7b433e63ebc902c06ae99fbf39205c7
-rw-r--r-- | packages/tasks/task-self-hosting.bb | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/packages/tasks/task-self-hosting.bb b/packages/tasks/task-self-hosting.bb new file mode 100644 index 0000000000..566e0956a0 --- /dev/null +++ b/packages/tasks/task-self-hosting.bb @@ -0,0 +1,31 @@ +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 \ + linux-libc-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-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 +# + +ALLOW_EMPTY = "1" + +PACKAGES = "${PN}" +PACKAGE_ARCH = "all" |