diff options
author | Mike Westerhof <mwester@dls.net> | 2009-04-30 16:35:05 -0500 |
---|---|---|
committer | Mike Westerhof <mwester@dls.net> | 2009-04-30 16:36:35 -0500 |
commit | e40bd5bec56b83aa39b1f5a3a62e17c6d1ddf60f (patch) | |
tree | 0780a037341bd1cf945ee5c2b5e976a736e4aa3c /recipes/images/slugos-extd-image.bb | |
parent | 87fbf88f7e448eb9381f7fc0551dd386616c6f9b (diff) |
SlugOS: refactor slugos images and tasks to support a standard and extended image.
Diffstat (limited to 'recipes/images/slugos-extd-image.bb')
-rw-r--r-- | recipes/images/slugos-extd-image.bb | 17 |
1 files changed, 17 insertions, 0 deletions
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 |