aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2008-03-07 18:00:48 +0000
committerRichard Purdie <rpurdie@rpsys.net>2008-03-07 18:00:48 +0000
commit3810947a62841c6e9dd9ffa6cce8390d3f9c8738 (patch)
treea6bf049c848d4a6d88ea5058b51f788301609e58 /conf
parentc7ad934bcea57e824c9065bb4e0d068a036c2cd2 (diff)
downloadopenembedded-3810947a62841c6e9dd9ffa6cce8390d3f9c8738.tar.gz
unslung: Add DEPENDS on cross-linkage and staging-linkage due to an old binutils version
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/unslung.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/distro/unslung.conf b/conf/distro/unslung.conf
index 5246df3990..cd523f8482 100644
--- a/conf/distro/unslung.conf
+++ b/conf/distro/unslung.conf
@@ -59,6 +59,10 @@ PREFERRED_VERSION_gcc ?= "3.4.4"
PREFERRED_VERSION_glibc ?= "2.2.5"
PREFERRED_VERSION_glibc-initial ?= "2.2.5"
+# Whilst gcc 3.4.4 sypports sysroot, binutils 2.15.94.0.1 does not
+# so we need the linkage helpers to help binutils find staging.
+DEPENDS_append_pn-linux-libc-headers = "cross-linkage staging-linkage"
+
PREFERRED_PROVIDER_virtual/kernel = "unslung-kernel"
PREFERRED_VERSION_unslung-kernel ?= "2.4.22.l2.3r63"
PREFERRED_VERSION_unslung-rootfs ?= "2.3r63"