From 31d11a69ee54b6fd6bda1ae63f8260f8f2a6649a Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Thu, 8 Feb 2007 14:05:17 +0000 Subject: slugos: Removed SLUGOS_IMAGESEX from throughout OE. --- packages/images/slugos-image.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/images/slugos-image.bb') 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") } -- cgit v1.2.3