From 0f21dee7105b86695812c7c28e4379a503306737 Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Thu, 12 Apr 2007 10:54:12 +0000 Subject: debianslug.conf, openslug.conf: Deprecated in favour of common slugos.conf --- conf/distro/debianslug.conf | 11 ----------- conf/distro/openslug-native.conf | 20 -------------------- conf/distro/openslug.conf | 11 ----------- conf/distro/slugos-native.conf | 20 ++++++++++++++++++++ 4 files changed, 20 insertions(+), 42 deletions(-) delete mode 100644 conf/distro/debianslug.conf delete mode 100644 conf/distro/openslug-native.conf delete mode 100644 conf/distro/openslug.conf create mode 100644 conf/distro/slugos-native.conf diff --git a/conf/distro/debianslug.conf b/conf/distro/debianslug.conf deleted file mode 100644 index 59123fd6b5..0000000000 --- a/conf/distro/debianslug.conf +++ /dev/null @@ -1,11 +0,0 @@ -#@TYPE: Distribution -#@NAME: DebianSlug -#@DESCRIPTION: DebianSlug Linux Distribution for the NSLU2 - -DISTRO_NAME = "DebianSlug" -IMAGE_BASENAME = "debianslug" -TARGET_ARCH = "arm" -ARM_INSTRUCTION_SET = "arm" -TARGET_OS = "linux" - -require conf/distro/slugos.conf diff --git a/conf/distro/openslug-native.conf b/conf/distro/openslug-native.conf deleted file mode 100644 index ac77532697..0000000000 --- a/conf/distro/openslug-native.conf +++ /dev/null @@ -1,20 +0,0 @@ -# Our build host is armeb, not armv5eb that the kernel reports -BUILD_ARCH = "armeb" - -require conf/distro/openslug.conf - -# Corresponding packages should be in openslug-native.bb, -# currently missing: ipkg-utils libtool quilt pkgconfig -ASSUME_PROVIDED = "libtool-cross \ - libtool-native \ - automake-native \ - autoconf-native \ - quilt-native \ - ipkg-native \ - gnu-config-native \ - pkgconfig-native \ - virtual/armeb-linux-gcc \ - virtual/libc \ - update-rc.d \ - " - diff --git a/conf/distro/openslug.conf b/conf/distro/openslug.conf deleted file mode 100644 index f03c4f653e..0000000000 --- a/conf/distro/openslug.conf +++ /dev/null @@ -1,11 +0,0 @@ -#@TYPE: Distribution -#@NAME: OpenSlug -#@DESCRIPTION: OpenSlug Linux Distribution for the NSLU2 - -DISTRO_NAME = "OpenSlug" -IMAGE_BASENAME = "openslug" -TARGET_ARCH = "armeb" -ARM_INSTRUCTION_SET = "arm" -TARGET_OS = "linux" - -require conf/distro/slugos.conf diff --git a/conf/distro/slugos-native.conf b/conf/distro/slugos-native.conf new file mode 100644 index 0000000000..77258c7148 --- /dev/null +++ b/conf/distro/slugos-native.conf @@ -0,0 +1,20 @@ +# Our build host is armeb, not armv5eb that the kernel reports +BUILD_ARCH = "armeb" + +require conf/distro/slugos.conf + +# Corresponding packages should be in slugos-native.bb, +# currently missing: ipkg-utils libtool quilt pkgconfig +ASSUME_PROVIDED = "libtool-cross \ + libtool-native \ + automake-native \ + autoconf-native \ + quilt-native \ + ipkg-native \ + gnu-config-native \ + pkgconfig-native \ + virtual/armeb-linux-gcc \ + virtual/libc \ + update-rc.d \ + " + -- cgit v1.2.3