From 560b04181d8f51d189b99f01a72f17210dadf7a3 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 20 Apr 2011 17:25:23 +0100 Subject: Rename poky-image-* -> core-image-* and task-poky-* -> task-core-* Signed-off-by: Richard Purdie --- meta/recipes-core/images/poky-image-directdisk.inc | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 meta/recipes-core/images/poky-image-directdisk.inc (limited to 'meta/recipes-core/images/poky-image-directdisk.inc') diff --git a/meta/recipes-core/images/poky-image-directdisk.inc b/meta/recipes-core/images/poky-image-directdisk.inc deleted file mode 100644 index 64144b9ab..000000000 --- a/meta/recipes-core/images/poky-image-directdisk.inc +++ /dev/null @@ -1,8 +0,0 @@ -inherit boot-directdisk - -do_bootdirectdisk_prepend () { - import bb - fstypes = bb.data.getVar('IMAGE_FSTYPES', d, True) - if 'ext3' not in fstypes: - bb.msg.fatal(bb.msg.domain.Build, "ext3 not in IMAGE_FSTYPES") -} \ No newline at end of file -- cgit v1.2.3