Mercurial > yaffs-ecoscentric
changeset 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 | 9c8ff034abb0 |
| children | 79e24d9d451d |
| files | packages/ecos.db |
| diffstat | 1 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
new file mode 100644 --- /dev/null +++ b/packages/ecos.db @@ -0,0 +1,16 @@ +# ecos.db for ecos-anon-yaffs +# +# NB. This repo isn't expected to form part of the ordinary eCos +# repository, because of the special licensing of its contents. +# Nevertheless an ecos.db is useful so we can test-build against it easily. + +package CYGPKG_FS_YAFFS { + alias { "YAFFS filesystem" fs_yaffs yaffs } + directory fs/yaffs + script yaffs.cdl + description " + This package provides the YAFFS filesystem. + This software is covered by the full GNU GPL; see + the file GPL-2 for details." +} +
