From 48d3f5e65ae830eb2cfbdc46cbcaf806914b0c6f Mon Sep 17 00:00:00 2001 From: Matthias Hentges Date: Sun, 24 Jun 2007 20:34:06 +0000 Subject: Remove hentges meta-data as syncing svn with mtn is too much work (and the overlay works perfectly anyway) --- conf/distro/hentges-2.0.conf | 42 ------------------------------------ conf/machine/hentges-2.0_common.conf | 40 ---------------------------------- conf/machine/hentges-2.0_spitz.conf | 39 --------------------------------- 3 files changed, 121 deletions(-) delete mode 100644 conf/distro/hentges-2.0.conf delete mode 100644 conf/machine/hentges-2.0_common.conf delete mode 100644 conf/machine/hentges-2.0_spitz.conf (limited to 'conf') 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 (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 " -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 (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 " -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 (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 " -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" -- cgit v1.2.3