diff options
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/gmustix.conf | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/conf/distro/gmustix.conf b/conf/distro/gmustix.conf new file mode 100644 index 0000000000..b359c926b0 --- /dev/null +++ b/conf/distro/gmustix.conf @@ -0,0 +1,27 @@ +#@TYPE: Distribution +#@NAME: GMUstix +#@DESCRIPTION: Gumstix distribution for GMU (George Mason University) + +INHERIT += "package_tar package_ipk" +TARGET_OS = "linux-uclibc" +TARGET_FPU = "soft" +IMAGE_FSTYPES = "jffs2" + +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_PROVIDERS += " virtual/${TARGET_PREFIX}libc-for-gcc:uclibc" + +PREFERRED_PROVIDER_classpath = "classpath-minimal" + +PREFERRED_VERSION_gcc-cross-initial = "3.4.4" +PREFERRED_VERSION_gcc-cross = "3.4.4" +PREFERRED_VERSION_gcc-cross-sdk = "3.4.4" +PREFERRED_VERSION_gcc = "3.4.4" + +PREFERRED_VERSION_ipkg-native = "0.99.160" +PREFERRED_VERSION_qemu-native = "0.8.0" + +DISTRO_VERSION = "uno" + +IPK_EXCLUDE_SOURCE = "1" |