diff options
author | Matthias Hentges <oe@hentges.net> | 2007-06-26 01:04:41 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2007-06-26 01:04:41 +0000 |
commit | 67545feffd225b87b2873fe1474cd58185a868e0 (patch) | |
tree | f8f2929702f92f7dcf226b131e1efd478f35e8e6 /conf | |
parent | cf5c9e16ff1c80cef8f6fec18653b0ea7ababb58 (diff) | |
parent | 1bf9d5f316f7cffb54caa9a3f5837c691321095f (diff) |
merge of 'b8b628bfe4824f594298abb40c7545cefd3aa41a'
and 'd2b977e2b47520e4d1f916319fbbf8f5f7202b7c'
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/hentges-2.0.conf | 42 | ||||
-rw-r--r-- | conf/machine/hentges-2.0_common.conf | 40 | ||||
-rw-r--r-- | conf/machine/hentges-2.0_spitz.conf | 39 |
3 files changed, 0 insertions, 121 deletions
diff --git a/conf/distro/hentges-2.0.conf b/conf/distro/hentges-2.0.conf deleted file mode 100644 index 5f23949d2d..0000000000 --- a/conf/distro/hentges-2.0.conf +++ /dev/null @@ -1,42 +0,0 @@ -#! /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}" - -###################################################################################### - diff --git a/conf/machine/hentges-2.0_common.conf b/conf/machine/hentges-2.0_common.conf deleted file mode 100644 index e7e1d5b2b7..0000000000 --- a/conf/machine/hentges-2.0_common.conf +++ /dev/null @@ -1,40 +0,0 @@ -#! /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 deleted file mode 100644 index cffa01de92..0000000000 --- a/conf/machine/hentges-2.0_spitz.conf +++ /dev/null @@ -1,39 +0,0 @@ -#! /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" |