From e40bd5bec56b83aa39b1f5a3a62e17c6d1ddf60f Mon Sep 17 00:00:00 2001 From: Mike Westerhof Date: Thu, 30 Apr 2009 16:35:05 -0500 Subject: SlugOS: refactor slugos images and tasks to support a standard and extended image. --- recipes/images/slugos-extd-image.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 recipes/images/slugos-extd-image.bb (limited to 'recipes/images/slugos-extd-image.bb') diff --git a/recipes/images/slugos-extd-image.bb b/recipes/images/slugos-extd-image.bb new file mode 100644 index 0000000000..fa027803a3 --- /dev/null +++ b/recipes/images/slugos-extd-image.bb @@ -0,0 +1,17 @@ +# This describes the SlugOS Extended image, which includes everything +# that is in the standard NSLU2 image, with a few extra drivers. This +# image is usually used with other IXP4xx machines, such as the D-Link +# DSM-G600A and the NAS100D + +DESCRIPTION = "SlugOS Extended image" + +PR = "r1" + +require slugos-image.inc + +IMAGE_NAME = "${IMAGE_BASENAME}-extd-${DISTRO_VERSION}" +DEPENDS += "task-slugos-extd" +IMAGE_INSTALL += "task-slugos-extd" + +# Todo: fix these image creation tools +#inherit dsmg600-image nas100d-image -- cgit v1.2.3