diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2007-04-07 20:31:10 +0000 |
---|---|---|
committer | Oyvind Repvik <nail@nslu2-linux.org> | 2007-04-07 20:31:10 +0000 |
commit | b00df9419a2423c40f4a022fceb0626b699d7936 (patch) | |
tree | f38b479b147605ddacf835d7caa965749e79037d /conf | |
parent | 6c8e251a843f5fc2dfccff75634f4136d6e268ed (diff) |
foonas: Add lsarm distro features, prefer udev 097, use task-base
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/foonas.conf | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/conf/distro/foonas.conf b/conf/distro/foonas.conf index becad95786..6dd4f0d781 100644 --- a/conf/distro/foonas.conf +++ b/conf/distro/foonas.conf @@ -21,6 +21,12 @@ DISTRO_FEATURES_n2100 += "raid" DISTRO_FEATURES_storcenter += "raid" DISTRO_FEATURES_lsppchd += "raid" DISTRO_FEATURES_lsppchg += "raid" +DISTRO_FEATURES_lsarm += "raid" + +MACHINE_TASK_PROVIDER = "task-base" + +# This isn't actually in OE yet +#DISTRO_EXTRA_RDEPENDS = "openlink-machine" ENABLE_BINARY_LOCALE_GENERATION = "0" HOTPLUG = "udev" @@ -42,7 +48,7 @@ require conf/distro/include/sane-srcdates.inc PREFERRED_VERSION_openlink = "svn" PREFERRED_VERSION_dtc = "20070216" PREFERRED_VERSION_dtc-native = "20070216" - +PREFERRED_VERSION_udev = "097" # Various defines for QNAP Turbostation #FOONAS_KERNEL_turbostation = "kernel-module-ext3 kernel-module-minix \ |