diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-03-10 13:58:49 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-03-10 13:58:49 +0000 |
commit | e2152105462938dd24049d166836f0875257feab (patch) | |
tree | fba3a1364c71bc78b4ede05a5769e59ce9d1474c /conf/distro/foonas.conf | |
parent | ff499943f6153d0776440a4d7d1222d03cfa857f (diff) | |
parent | 6f9a198964d8d694926f780076319591b47afdbd (diff) |
merge of '87f4964e99b725f1fc7dfcdb6feb62a3b3b0cd12'
and '9080aeaf22159dec40b83350bca564db5767774f'
Diffstat (limited to 'conf/distro/foonas.conf')
-rw-r--r-- | conf/distro/foonas.conf | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/conf/distro/foonas.conf b/conf/distro/foonas.conf new file mode 100644 index 0000000000..6d5385c338 --- /dev/null +++ b/conf/distro/foonas.conf @@ -0,0 +1,67 @@ +# +# FooNAS distribution - a NAS-centric distribution +# based on openprotium +# + +DISTRO_NAME = "foonas" + +# This is only changed for a release +DISTRO_VERSION = ".dev-snapshot-${SRCDATE}" +DISTRO_TYPE = "alpha" +# These should be merged once the bogofeed change has been committed. +FEED_URIS = "foonas-packages##http://ipkg.foonas.org/${MACHINE}/cross/1.0-dev/packages" +FEED_URIS += "foonas-kernel##http://ipkg.foonas.org/{MACHINE}/cross/1.0-dev/kernel" + +# +# Naming schemes +# +INHERIT += "debian" + +# +# Packaging and output format +# +INHERIT += "package_ipk" +IMAGE_BASENAME = "foonas" +IMAGE_FSTYPES = "jffs2" + +# +# binutils and compilers +# +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" +#conflict between this and the last below. +#PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}libc-for-gcc:glibc" +# Select 2.6 versions of the depmod support +PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross" +PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}libc-for-gcc:glibc-intermediate" + +PREFERRED_PROVIDER_virtual/libx11 = "libx11" +PREFERRED_PROVIDER_virtual/libiconv = "glibc" +PREFERRED_PROVIDER_virtual/libintl = "glibc" + +PREFERRED_PROVIDER_virtual/db = "db" +PREFERRED_PROVIDER_virtual/db-native = "db-native" + +PREFERRED_VERSION_binutils = "2.16" +PREFERRED_VERSION_binutils-cross = "2.16" + +PREFERRED_VERSION_gcc = "4.1.2" +PREFERRED_VERSION_gcc-cross = "4.1.1" +PREFERRED_VERSION_gcc-cross-initial = "4.1.1" + +PREFERRED_VERSION_glibc = "2.5" +PREFERRED_VERSION_glibc-intermediate = "2.5" +PREFERRED_VERSION_glibc-initial = "2.3.2" +GLIBC_ADDONS = "nptl" +GLIBC_EXTRA_OECONF = "--with-tls" + +# +# Target OS +# +USE_NLS ?= "no" +TARGET_OS = "linux" +HOTPLUG = "udev" +require conf/distro/include/sane-srcdates.inc + +CMDLINE_DEBUG = "noirqdebug" |