summaryrefslogtreecommitdiff
path: root/conf/distro/hentges-2.0.conf
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-05-25 06:55:56 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-05-25 06:55:56 +0000
commit7da0823d27eedeb665d59f106f704cdf79ac6cd6 (patch)
treec03c2bd16d0811f983b63d6de480cf9a1c9b1fcf /conf/distro/hentges-2.0.conf
parent72edffd0fb9f14bafb3d025d8739dc06ca44f560 (diff)
parentdb6f1c786efb1b7ffec5f84b8a11c6066370c59c (diff)
merge of '1edfaf9475dc24132fc44dd0420ed442888b7467'
and '3524b1de858df7cc6c88667817fb70332cf4b03e'
Diffstat (limited to 'conf/distro/hentges-2.0.conf')
-rw-r--r--conf/distro/hentges-2.0.conf42
1 files changed, 42 insertions, 0 deletions
diff --git a/conf/distro/hentges-2.0.conf b/conf/distro/hentges-2.0.conf
new file mode 100644
index 0000000000..5f23949d2d
--- /dev/null
+++ b/conf/distro/hentges-2.0.conf
@@ -0,0 +1,42 @@
+#! /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.conf
+# Date: 20070521 (YMD)
+
+DESCRIPTION = "Distribution configuration for the Hentges ROM based on Angstrom"
+MAINTAINER = "Matthias 'CoreDump' Hentges <oe@hentges.net>"
+HOMEPAGE = "http://www.hentges.net"
+LICENSE = "MIT"
+
+######################################################################################
+
+require conf/distro/angstrom-2007.1.conf
+
+######################################################################################
+
+require conf/machine/hentges-2.0_common.conf
+require conf/machine/hentges-2.0_${MACHINE}.conf
+
+######################################################################################
+
+DISTRO_VERSION = "1.9+WIP-${DATE}"
+DISTRO_REVISION = "1"
+
+DISTRO = "hentges-2.0"
+DISTRO_NAME = "Hentges"
+
+######################################################################################
+
+# Override FEED_URIS here
+
+######################################################################################
+
+HENTGES_PV = "${DISTRO_VERSION}"
+HENTGES_PR = "${DISTRO_REVISION}"
+
+######################################################################################
+