aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/unslung.conf
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2005-07-31 17:35:04 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-31 17:35:04 +0000
commit4ee908e0d96dae594c302fa8102f0b34563bebb3 (patch)
tree4d98103ea72a34aa0b8207028bb04d650d148e26 /conf/distro/unslung.conf
parentc8862168e6398b8ebaca137d175ea5f93f949769 (diff)
downloadopenembedded-4ee908e0d96dae594c302fa8102f0b34563bebb3.tar.gz
Add support for UcSlugC builds.
(1) the 'standard' settings in local.conf.template (from the nslu2-linux.org master makefile) have been folded back into the three distro .conf files. (2) openslug-image now builds for any NSLU2 distro (3) ucslugc configuration added (4) more comments in the openslug and ucslugc configuration files
Diffstat (limited to 'conf/distro/unslung.conf')
-rw-r--r--conf/distro/unslung.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/distro/unslung.conf b/conf/distro/unslung.conf
index e250b64c41..75c251f220 100644
--- a/conf/distro/unslung.conf
+++ b/conf/distro/unslung.conf
@@ -11,6 +11,7 @@ DISTRO_VERSION = "5.5-beta"
DISTRO_TYPE = "beta"
# pull in the frozen list of bbfiles
+UNSLUNG_EXTRA_BBFILES ?= ""
include conf/distro/freeze.conf
TARGET_FPU = "soft"
@@ -33,6 +34,11 @@ kernel-module-pl2303 kernel-module-ftdi-sio"
UNSLUNG_EXTRA_INSTALL ?= "${UNSLUNG_EXTRA_RDEPENDS}"
+# Select between multiple alternative providers, if more than one is eligible.
+PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"
+PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross"
+PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
+
PREFERRED_VERSION_glibc ?= "2.2.5"
PREFERRED_VERSION_glibc-initial ?= "2.2.5"
PREFERRED_VERSION_binutils ?= "2.15.94.0.1"