[oe-commits] org.oe.dev openprotium: distro conf and machine conf for iomega storcenter

awilcox commit openembedded-commits at lists.openembedded.org
Thu Dec 7 19:06:02 UTC 2006


openprotium: distro conf and machine conf for iomega storcenter

Author: awilcox at openembedded.org
Branch: org.openembedded.dev
Revision: ee274895ed2556871bce5a7a2b0ed9474869d380
ViewMTN: http://monotone.openembedded.org/revision.psp?id=ee274895ed2556871bce5a7a2b0ed9474869d380
Files:
1
conf/distro/openprotium.conf
conf/machine/storcenter.conf
Diffs:

#
# mt diff -r6feb6059abe4ab1c3455e005b96f4961e3a71139 -ree274895ed2556871bce5a7a2b0ed9474869d380
#
# 
# 
# add_file "conf/distro/openprotium.conf"
#  content [6859b87a5b89402bb4dc3fad2739b731d66d5a0b]
# 
# add_file "conf/machine/storcenter.conf"
#  content [0738e856edec2ccb4185108a0869ef3cf5300112]
# 
============================================================
--- conf/distro/openprotium.conf	6859b87a5b89402bb4dc3fad2739b731d66d5a0b
+++ conf/distro/openprotium.conf	6859b87a5b89402bb4dc3fad2739b731d66d5a0b
@@ -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"
============================================================
--- conf/machine/storcenter.conf	0738e856edec2ccb4185108a0869ef3cf5300112
+++ conf/machine/storcenter.conf	0738e856edec2ccb4185108a0869ef3cf5300112
@@ -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






More information about the Openembedded-commits mailing list