Mercurial > yaffs-ecoscentric
annotate packages/ecos.db @ 301:11cebe3ce4fc
Add ecos.db to ease testing of this repo
| author | Ross Younger <wry@ecoscentric.com> |
|---|---|
| date | Tue, 03 Nov 2009 15:09:04 +0000 |
| parents | |
| children |
| rev | line source |
|---|---|
|
301
11cebe3ce4fc
Add ecos.db to ease testing of this repo
Ross Younger <wry@ecoscentric.com>
parents:
diff
changeset
|
1 # ecos.db for ecos-anon-yaffs |
|
11cebe3ce4fc
Add ecos.db to ease testing of this repo
Ross Younger <wry@ecoscentric.com>
parents:
diff
changeset
|
2 # |
|
11cebe3ce4fc
Add ecos.db to ease testing of this repo
Ross Younger <wry@ecoscentric.com>
parents:
diff
changeset
|
3 # NB. This repo isn't expected to form part of the ordinary eCos |
|
11cebe3ce4fc
Add ecos.db to ease testing of this repo
Ross Younger <wry@ecoscentric.com>
parents:
diff
changeset
|
4 # repository, because of the special licensing of its contents. |
|
11cebe3ce4fc
Add ecos.db to ease testing of this repo
Ross Younger <wry@ecoscentric.com>
parents:
diff
changeset
|
5 # Nevertheless an ecos.db is useful so we can test-build against it easily. |
|
11cebe3ce4fc
Add ecos.db to ease testing of this repo
Ross Younger <wry@ecoscentric.com>
parents:
diff
changeset
|
6 |
|
11cebe3ce4fc
Add ecos.db to ease testing of this repo
Ross Younger <wry@ecoscentric.com>
parents:
diff
changeset
|
7 package CYGPKG_FS_YAFFS { |
|
11cebe3ce4fc
Add ecos.db to ease testing of this repo
Ross Younger <wry@ecoscentric.com>
parents:
diff
changeset
|
8 alias { "YAFFS filesystem" fs_yaffs yaffs } |
|
11cebe3ce4fc
Add ecos.db to ease testing of this repo
Ross Younger <wry@ecoscentric.com>
parents:
diff
changeset
|
9 directory fs/yaffs |
|
11cebe3ce4fc
Add ecos.db to ease testing of this repo
Ross Younger <wry@ecoscentric.com>
parents:
diff
changeset
|
10 script yaffs.cdl |
|
11cebe3ce4fc
Add ecos.db to ease testing of this repo
Ross Younger <wry@ecoscentric.com>
parents:
diff
changeset
|
11 description " |
|
11cebe3ce4fc
Add ecos.db to ease testing of this repo
Ross Younger <wry@ecoscentric.com>
parents:
diff
changeset
|
12 This package provides the YAFFS filesystem. |
|
11cebe3ce4fc
Add ecos.db to ease testing of this repo
Ross Younger <wry@ecoscentric.com>
parents:
diff
changeset
|
13 This software is covered by the full GNU GPL; see |
|
11cebe3ce4fc
Add ecos.db to ease testing of this repo
Ross Younger <wry@ecoscentric.com>
parents:
diff
changeset
|
14 the file GPL-2 for details." |
|
11cebe3ce4fc
Add ecos.db to ease testing of this repo
Ross Younger <wry@ecoscentric.com>
parents:
diff
changeset
|
15 } |
|
11cebe3ce4fc
Add ecos.db to ease testing of this repo
Ross Younger <wry@ecoscentric.com>
parents:
diff
changeset
|
16 |
