# HG changeset patch # User Ross Younger # Date 1257260944 0 # Node ID 11cebe3ce4fc1fdc48891962bec57a16585dec0c # Parent 9c8ff034abb0c267a286c819095619f72f453674 Add ecos.db to ease testing of this repo diff --git a/packages/ecos.db b/packages/ecos.db 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." +} +