summaryrefslogtreecommitdiff
path: root/conf/distro/hentges-2.0.conf
blob: 5f23949d2d261e8a381f5775772b10e572d665e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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}"

######################################################################################