diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-11-12 09:02:18 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2006-11-12 09:02:18 +0000 |
commit | d1b1231953cce26a8d087a087cc54d83b568c20a (patch) | |
tree | 1b7a3b390ab72414f64161d5365700b37c293aeb /packages/images/unslung-image.bb | |
parent | f3088cbe5754d03762722ae4ca05de2063485864 (diff) |
slugos: Changed SLUGOS_FLASH_IMAGE to be multi-valued, to allow for multiple target upgrade image formats. Changed the image name, so that it overwrites the previously built image (and doesn't fill the autobuilder disks).
Diffstat (limited to 'packages/images/unslung-image.bb')
-rw-r--r-- | packages/images/unslung-image.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/images/unslung-image.bb b/packages/images/unslung-image.bb index d585414f1f..82ca8313fd 100644 --- a/packages/images/unslung-image.bb +++ b/packages/images/unslung-image.bb @@ -1,7 +1,8 @@ LICENSE = MIT -PR = "r23" +PR = "r24" IMAGE_BASENAME = "unslung" +IMAGE_NAME = "${IMAGE_BASENAME}-${MACHINE}-${DISTRO_VERSION}" IMAGE_LINGUAS = "" USE_DEVFS = "1" |