diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-02-08 14:05:17 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-02-08 14:05:17 +0000 |
commit | 31d11a69ee54b6fd6bda1ae63f8260f8f2a6649a (patch) | |
tree | 4e5c3d9a240092485ac2f985a0ae6cddaf70ed9b /packages/images | |
parent | 17d3e0fb3ff532507361ceab18a739d001f4f728 (diff) |
slugos: Removed SLUGOS_IMAGESEX from throughout OE.
Diffstat (limited to 'packages/images')
-rw-r--r-- | packages/images/slugos-image.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/images/slugos-image.bb b/packages/images/slugos-image.bb index 5d7fed7cb5..3a3e5f49a8 100644 --- a/packages/images/slugos-image.bb +++ b/packages/images/slugos-image.bb @@ -15,7 +15,7 @@ COMPATIBLE_MACHINE = "nslu2" IMAGE_BASENAME = "${SLUGOS_IMAGENAME}" IMAGE_NAME = "${IMAGE_BASENAME}-${MACHINE}-${DISTRO_VERSION}" IMAGE_FSTYPES = "jffs2" -EXTRA_IMAGECMD_jffs2 = "--pad --${SLUGOS_IMAGESEX} --eraseblock=0x20000 -D ${SLUGOS_DEVICE_TABLE}" +EXTRA_IMAGECMD_jffs2 += " -D ${SLUGOS_DEVICE_TABLE}" IMAGE_LINGUAS = "" # Setting USE_DEVFS prevents *any* entries being created initially @@ -98,7 +98,7 @@ inherit image python () { # Don't build slugos images unless the configuration is set up # for an image build! - if bb.data.getVar("SLUGOS_IMAGENAME", d, 1) == '' or bb.data.getVar("SLUGOS_IMAGESEX", d, 1) == '': + if bb.data.getVar("SLUGOS_IMAGENAME", d, 1) == '': raise bb.parse.SkipPackage("absent or broken SlugOS configuration") } |