diff options
author | Matthias Hentges <oe@hentges.net> | 2007-06-24 20:34:06 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2007-06-24 20:34:06 +0000 |
commit | 48d3f5e65ae830eb2cfbdc46cbcaf806914b0c6f (patch) | |
tree | 573a519b15de18499bedfc79c28f4545f90af3df /conf/machine | |
parent | 14ae379bd6fd88f7a20071bd07b4f0b2af97c529 (diff) |
Remove hentges meta-data as syncing svn with mtn is too much work (and the overlay works perfectly anyway)
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/hentges-2.0_common.conf | 40 | ||||
-rw-r--r-- | conf/machine/hentges-2.0_spitz.conf | 39 |
2 files changed, 0 insertions, 79 deletions
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" |