diff options
author | Matthias Hentges <oe@hentges.net> | 2007-05-24 17:06:05 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2007-05-24 17:06:05 +0000 |
commit | 34dde4e4767cc985e246b24f5c4e2eb5934f3b4c (patch) | |
tree | f9e98d2b33cdea448da47d866a8ce7ee9905354b /conf/distro/hentges-2.0.conf | |
parent | e41356a01c62f1340f6b444f129762595060e58a (diff) |
Add The Hentges ROM 2.x ( based on Ansgtrom ) to OE. Very early state.
Diffstat (limited to 'conf/distro/hentges-2.0.conf')
-rw-r--r-- | conf/distro/hentges-2.0.conf | 42 |
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}" + +###################################################################################### + |