[oe-commits] org.oe.dev task-self-hosting: Metapackage to install everything needed for self hosted builds

hrw commit openembedded-commits at lists.openembedded.org
Mon Dec 18 14:24:37 UTC 2006


task-self-hosting: Metapackage to install everything needed for self hosted builds

Tested with Angstrom-2007.1/i686 build in chroot - bitbake nano finished.

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: 1d2340f5c0766711d217ca40fbfcb4cb196412ac
ViewMTN: http://monotone.openembedded.org/revision.psp?id=1d2340f5c0766711d217ca40fbfcb4cb196412ac
Files:
1
packages/tasks/task-self-hosting.bb
Diffs:

#
# mt diff -r47b03abd184e464304dbd3338b80423c0cb3f5ba -r1d2340f5c0766711d217ca40fbfcb4cb196412ac
#
# 
# 
# add_file "packages/tasks/task-self-hosting.bb"
#  content [7b9b6427984e12d31aa60aeb79baea2f78c67de2]
# 
============================================================
--- packages/tasks/task-self-hosting.bb	7b9b6427984e12d31aa60aeb79baea2f78c67de2
+++ packages/tasks/task-self-hosting.bb	7b9b6427984e12d31aa60aeb79baea2f78c67de2
@@ -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"






More information about the Openembedded-commits mailing list