aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Wilcox <andy@protium.com>2006-12-07 19:03:25 +0000
committerAndrew Wilcox <andy@protium.com>2006-12-07 19:03:25 +0000
commit6363b1e9e61b4b4d8cc6541ae1a75de3e5e09870 (patch)
treeea17761efb27e0c95585356b2f4452baf03054c5
parentaf59828ac3e9e636e27c038ee2b6210f9b7659ac (diff)
downloadopenembedded-6363b1e9e61b4b4d8cc6541ae1a75de3e5e09870.tar.gz
openprotium: distro conf and machine conf for iomega storcenter
-rw-r--r--conf/distro/openprotium.conf68
-rw-r--r--conf/machine/storcenter.conf17
2 files changed, 85 insertions, 0 deletions
diff --git a/conf/distro/openprotium.conf b/conf/distro/openprotium.conf
new file mode 100644
index 0000000000..fc50cefe40
--- /dev/null
+++ b/conf/distro/openprotium.conf
@@ -0,0 +1,68 @@
+#
+# Open Iomega distribution - based on openslug and generic confs
+#
+DISTRO_NAME = "openprotium"
+DISTRO_VERSION = ".dev-snapshot-${SRCDATE}"
+DISTRO_TYPE = "alpha"
+
+#
+# Naming schemes
+#
+#PARALLEL_INSTALL_MODULES = "1"
+INHERIT += "debian"
+
+#
+# Packaging and output format
+#
+INHERIT += "package_ipk"
+IMAGE_BASENAME = "openprotium"
+IMAGE_FSTYPES = "jffs2"
+FEED_URIS = "openprotium##http://www.openprotium.org/ipkg.ppc.v1.0"
+
+#
+# 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_VERSION_binutils = "2.16"
+PREFERRED_VERSION_binutils-cross = "2.16"
+
+PREFERRED_VERSION_gcc = "4.1.1"
+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"
+
+#
+# Target OS & FPU system
+#
+USE_NLS ?= "no"
+TARGET_OS = "linux"
+TARGET_FPU = "hard"
+HOTPLUG = "udev"
+PREFERRED_PROVIDER_virtual/libiconv = "glibc"
+PREFERRED_PROVIDER_virtual/libintl = "glibc"
+
+#
+# Bootstrap & Init
+#
+#PREFERRED_PROVIDER_task-bootstrap = "task-bootstrap"
+require conf/distro/include/sane-srcdates.inc
+#
+#
+# Ensure consistency across all SlugOS builds for the provider of a
+# relational database - use the latest version of the SleepyCat
+# Berkeley database
+PREFERRED_PROVIDER_virtual/db = "db"
+PREFERRED_PROVIDER_virtual/db-native = "db-native"
+
+CMDLINE_DEBUG = "noirqdebug"
diff --git a/conf/machine/storcenter.conf b/conf/machine/storcenter.conf
new file mode 100644
index 0000000000..2c21b521c3
--- /dev/null
+++ b/conf/machine/storcenter.conf
@@ -0,0 +1,17 @@
+TARGET_ARCH = "powerpc"
+TARGET_OS = "linux"
+# TARGET_VENDOR = "oe"
+IPKG_ARCHS = "all ppc powerpc ppc603e ${MACHINE}"
+# terminal specs - console, but no other ports
+SERIAL_CONSOLE="115200 console"
+USE_VT="0"
+
+MODUTILS=26
+MACHINE_TASK_PROVIDER = "task-base"
+MACHINE_FEATURES= "kernel26 usbhost"
+# don't go udev until kernel >=2.6.13
+#BOOTSTRAP_EXTRA_RDEPENDS = "udev mdadm"
+BOOTSTRAP_EXTRA_RDEPENDS = "mdadm"
+PREFERRED_PROVIDER_virtual/kernel = "linux-storcenter"
+
+include conf/machine/include/tune-ppc603e.conf