changeset 426:455555dd00f2 ecos

Add ecos.db
author Ross Younger <wry@ecoscentric.com>
date Fri, 14 May 2010 16:04:17 +0100
parents dea4d7d250ad
children d52e3cced121
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 ecoscentric-yaffs-gpl
+#
+# 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 needed so it can form part of an EPK.
+
+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."
+}
+