diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-04-12 10:54:12 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-04-12 10:54:12 +0000 |
commit | 0f21dee7105b86695812c7c28e4379a503306737 (patch) | |
tree | 756055bc30ee2b2d636cef244cdd8754b0a735dc /conf/distro | |
parent | d1ec8e1f3a65c64337b3dc9bd84c3142a07525a9 (diff) |
debianslug.conf, openslug.conf: Deprecated in favour of common slugos.conf
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/debianslug.conf | 11 | ||||
-rw-r--r-- | conf/distro/openslug.conf | 11 | ||||
-rw-r--r-- | conf/distro/slugos-native.conf (renamed from conf/distro/openslug-native.conf) | 4 |
3 files changed, 2 insertions, 24 deletions
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.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/openslug-native.conf b/conf/distro/slugos-native.conf index ac77532697..77258c7148 100644 --- a/conf/distro/openslug-native.conf +++ b/conf/distro/slugos-native.conf @@ -1,9 +1,9 @@ # Our build host is armeb, not armv5eb that the kernel reports BUILD_ARCH = "armeb" -require conf/distro/openslug.conf +require conf/distro/slugos.conf -# Corresponding packages should be in openslug-native.bb, +# Corresponding packages should be in slugos-native.bb, # currently missing: ipkg-utils libtool quilt pkgconfig ASSUME_PROVIDED = "libtool-cross \ libtool-native \ |