diff options
author | Richard Purdie <richard@openedhand.com> | 2007-08-08 12:37:40 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-08-08 12:37:40 +0000 |
commit | 303cbeeea22248d7d3c635921fe9929106c60150 (patch) | |
tree | 1121616b24e3bfd33cfca6dad1cff4334bfaefaf /meta/conf/machine/c7x0.conf | |
parent | aad3939717a8d568c3744926a27790401b6853e5 (diff) | |
download | poky-303cbeeea22248d7d3c635921fe9929106c60150.tar.gz |
conf/machine/include: Rename to .conf to .inc files
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2388 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine/c7x0.conf')
-rw-r--r-- | meta/conf/machine/c7x0.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/machine/c7x0.conf b/meta/conf/machine/c7x0.conf index 893378f569..7f17d28510 100644 --- a/meta/conf/machine/c7x0.conf +++ b/meta/conf/machine/c7x0.conf | |||
@@ -2,8 +2,8 @@ | |||
2 | #@NAME: Sharp Zaurus SL-C7x0 | 2 | #@NAME: Sharp Zaurus SL-C7x0 |
3 | #@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C700, Sharp Zaurus SL-C750, Sharp Zaurus SL-C760, Sharp Zaurus SL-C860 devices | 3 | #@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C700, Sharp Zaurus SL-C750, Sharp Zaurus SL-C760, Sharp Zaurus SL-C860 devices |
4 | 4 | ||
5 | include conf/machine/include/zaurus-clamshell.conf | 5 | include conf/machine/include/zaurus-clamshell.inc |
6 | include conf/machine/include/zaurus-2.6.conf | 6 | include conf/machine/include/zaurus-2.6.inc |
7 | 7 | ||
8 | IMAGE_FSTYPES ?= "jffs2" | 8 | IMAGE_FSTYPES ?= "jffs2" |
9 | 9 | ||