summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/images/poky-image-directdisk.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/images/poky-image-directdisk.inc')
-rw-r--r--meta/recipes-core/images/poky-image-directdisk.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/recipes-core/images/poky-image-directdisk.inc b/meta/recipes-core/images/poky-image-directdisk.inc
new file mode 100644
index 0000000000..64144b9abf
--- /dev/null
+++ b/meta/recipes-core/images/poky-image-directdisk.inc
@@ -0,0 +1,8 @@
1inherit boot-directdisk
2
3do_bootdirectdisk_prepend () {
4 import bb
5 fstypes = bb.data.getVar('IMAGE_FSTYPES', d, True)
6 if 'ext3' not in fstypes:
7 bb.msg.fatal(bb.msg.domain.Build, "ext3 not in IMAGE_FSTYPES")
8} \ No newline at end of file