view 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
line wrap: on
line source

# 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."
}