From 36408e8982f7a59193143e5e883266d2e8a6e385 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 7 Jan 2006 23:55:36 +0000 Subject: Move machine include files (files that are not machines in their own right) into conf/machine/include. --- conf/machine/triton.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine/triton.conf') diff --git a/conf/machine/triton.conf b/conf/machine/triton.conf index aea420907f..9817545a51 100644 --- a/conf/machine/triton.conf +++ b/conf/machine/triton.conf @@ -15,5 +15,5 @@ SERIAL_CONSOLE = "38400 ttyS0" KERNEL_CONSOLE = "ttys0,38400" USE_VT = "0" -include conf/machine/tune-xscale.conf +include conf/machine/include/tune-xscale.conf -- cgit v1.2.3 From 00d6afcb893bec3fee68e3121c9d25999e833e27 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 8 Jan 2006 14:56:12 +0000 Subject: Following from the meta/packages changes, cleanup conf/machine for incorrect DEPENDS usage. Move certain things into EXTRA_IMAGEDEPENDS. No valid users of EXTRA_BOOTSTRAP_DEPENDS were found so it was removed entirely. Change zaurus-updater not to package as it doesn't provide any. --- conf/machine/triton.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'conf/machine/triton.conf') diff --git a/conf/machine/triton.conf b/conf/machine/triton.conf index 9817545a51..cb5c8fb9cd 100644 --- a/conf/machine/triton.conf +++ b/conf/machine/triton.conf @@ -6,7 +6,6 @@ TARGET_ARCH = "arm" IPKG_ARCHS = "all arm armv5te ${MACHINE}" PREFERRED_PROVIDER_virtual/kernel = "triton-kernel" -BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel" BOOTSTRAP_EXTRA_RDEPENDS = "virtual/kernel" EXTRA_IMAGECMD_jffs2 = "--pad=0x1dc0000 --little-endian --eraseblock=0x40000 -n" -- cgit v1.2.3