diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-06-30 13:16:28 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-30 13:16:28 +0000 |
commit | 4f6d1ebb7e929f78b202e9291cc8c32df2a1bb42 (patch) | |
tree | 53f23739483107e5007ee3766b8681b9c2892d90 /conf/distro | |
parent | 084d57b1b4b33cc76b96134edaf606d52b05d399 (diff) | |
parent | 2768e771126b007135d8b7e17cae4087182cc8eb (diff) |
merge of 6a09c229506ea55e94d418d22f102bba3d356a32
and cc1957ee71fb122edc5add46a814a263c80bbe85
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/angstrom-2006.9.conf | 4 | ||||
-rw-r--r-- | conf/distro/jlime-donkey.conf | 7 |
2 files changed, 5 insertions, 6 deletions
diff --git a/conf/distro/angstrom-2006.9.conf b/conf/distro/angstrom-2006.9.conf index 86f3eaa1fb..be7241b0de 100644 --- a/conf/distro/angstrom-2006.9.conf +++ b/conf/distro/angstrom-2006.9.conf @@ -22,8 +22,8 @@ FEED_URIS += " \ # ${MACHINE}##${ANGSTROM_URI}/releases/${DISTRO_VERSION}/feed/${MACHINE} \ # updates##${ANGSTROM_URI}/releases/${DISTRO_VERSION}/feed/updates" -SRCDATE = "20060518" -SRCDATE_handhelds-pxa-2.6 = "20060622" +SRCDATE = "20060630" +#SRCDATE_handhelds-pxa-2.6 = "20060622" CVS_TARBALL_STASH = "\ http://ewi546.ewi.utwente.nl/mirror/www.openzaurus.org/official/unstable/3.5.4/sources/ \ diff --git a/conf/distro/jlime-donkey.conf b/conf/distro/jlime-donkey.conf index a89dc17569..e453bb03bd 100644 --- a/conf/distro/jlime-donkey.conf +++ b/conf/distro/jlime-donkey.conf @@ -20,8 +20,7 @@ PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}libc-for-gcc:glibc" #<> We want this so we can crosscompile the kernel using gcc 3.4.3 #<> Also, select version of modules (and kernel) #<> -PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc-3.4.3:the-gcc" -PREFERRED_VERSION_the-gcc = "3.4.3" +PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc-3.4.4:gcc-cross-kernel" PREFERRED_PROVIDER_virtual/kernel = "linux-jlime-${TARGET_ARCH}" #<> @@ -72,9 +71,9 @@ TARGET_OS = "linux" #<> #<> BOOTSTRAP_EXTRA_RDEPENDS += "pcmciautils ncurses nano wireless-tools console-tools coreutils udev \ - e2tools e2fsprogs" + e2tools e2fsprogs kernel-module" BOOTSTRAP_EXTRA_DEPENDS += "pcmciautils ncurses nano wireless-tools console-tools coreutils udev \ - e2tools e2fsprogs" + e2tools e2fsprogs kernel-module" #<> #<>What Opie version should we use. |