summaryrefslogtreecommitdiff
path: root/conf/machine
diff options
context:
space:
mode:
authorMatthias Hentges <oe@hentges.net>2007-05-24 17:06:05 +0000
committerMatthias Hentges <oe@hentges.net>2007-05-24 17:06:05 +0000
commit34dde4e4767cc985e246b24f5c4e2eb5934f3b4c (patch)
treef9e98d2b33cdea448da47d866a8ce7ee9905354b /conf/machine
parente41356a01c62f1340f6b444f129762595060e58a (diff)
Add The Hentges ROM 2.x ( based on Ansgtrom ) to OE. Very early state.
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/hentges-2.0_common.conf40
-rw-r--r--conf/machine/hentges-2.0_spitz.conf39
2 files changed, 79 insertions, 0 deletions
diff --git a/conf/machine/hentges-2.0_common.conf b/conf/machine/hentges-2.0_common.conf
new file mode 100644
index 0000000000..e7e1d5b2b7
--- /dev/null
+++ b/conf/machine/hentges-2.0_common.conf
@@ -0,0 +1,40 @@
+#! /bin/sh
+#
+# Copyright Matthias Hentges <devel@hentges.net> (c) 2007
+# License: MIT (see http://www.opensource.org/licenses/mit-license.php
+# for a copy of the license)
+#
+# Filename: hentges-2.0_common.conf
+# Date: 20070521 (YMD)
+
+DESCRIPTION = "Hentges common dependency description"
+MAINTAINER = "Matthias 'CoreDump' Hentges <oe@hentges.net>"
+LICENSE = "MIT"
+
+######################################################################################
+
+HENTGES_BASE_DEPENDS = "task-base-wifi"
+HENTGES_BASE_RDEPENDS = "task-base-wifi"
+
+######################################################################################
+
+# Handled via task-base:
+
+DISTRO_SSH_DAEMON ?= "dropbear"
+
+######################################################################################
+
+# Handled via task-base:
+
+DISTRO_EXTRA_RDEPENDS = "\
+ update-modules \
+ ${@base_contains("MACHINE_FEATURES", "screen", "psplash", "",d)} \
+ angstrom-version \
+ ipkg ipkg-collateral \
+ util-linux-mount util-linux-umount \
+ ${EXTRA_STUFF} \
+ ${DEBUG_APPS} \
+ "
+
+HENTGES_X11_DEPENDS += "angstrom-x11-base-depends \
+ angstrom-gpe-task-base"
diff --git a/conf/machine/hentges-2.0_spitz.conf b/conf/machine/hentges-2.0_spitz.conf
new file mode 100644
index 0000000000..cffa01de92
--- /dev/null
+++ b/conf/machine/hentges-2.0_spitz.conf
@@ -0,0 +1,39 @@
+#! /bin/sh
+#
+# Copyright Matthias Hentges <devel@hentges.net> (c) 2007
+# License: MIT (see http://www.opensource.org/licenses/mit-license.php
+# for a copy of the license)
+#
+# Filename: hentges-2.0_spitz.conf
+# Date: 20070521 (YMD)
+
+DESCRIPTION = "Hentges dependency description for Spitz aka SL-C3x00"
+MAINTAINER = "Matthias 'CoreDump' Hentges <oe@hentges.net>"
+HOMEPAGE = "<homepage>"
+LICENSE = "MIT"
+
+######################################################################################
+
+DISTRO_SSH_DAEMON_spitz = "openssh"
+
+XSERVER = "xserver-kdrive-fbdev"
+
+######################################################################################
+
+HENTGES_BASE_RDEPENDS += "tar bash"
+
+######################################################################################
+
+# In the future I plan to replace the angstrom-*task* stuff with custom
+# hentges tasks, replacing the angstrom defaults where needed
+
+HENTGES_X11_RDEPENDS += "${XSERVER} \
+ angstrom-gpe-task-pim \
+ angstrom-ohand-task-pim \
+ angstrom-gpe-task-settings \
+ angstrom-gpe-task-apps \
+ angstrom-gpe-task-games \
+ angstrom-task-office \
+ angstrom-task-printing \
+ angstrom-task-sectest \
+ firefox gftp"