[oe-commits] Alexandre Belloni : wic: support ontrackdm6aux3 partitions

git at git.openembedded.org git at git.openembedded.org
Thu Apr 9 10:29:04 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: aa2d05c58992810a5f816eef8078facf03a07e3c
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=aa2d05c58992810a5f816eef8078facf03a07e3c

Author: Alexandre Belloni <alexandre.belloni at free-electrons.com>
Date:   Tue Apr  7 12:21:59 2015 +0200

wic: support ontrackdm6aux3 partitions

ontrack dm6 aux3 is a type of partition required to be able to boot a Freescale
mxs based platform.

Signed-off-by: Alexandre Belloni <alexandre.belloni at free-electrons.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 scripts/lib/wic/utils/partitionedfs.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/lib/wic/utils/partitionedfs.py b/scripts/lib/wic/utils/partitionedfs.py
index 2d74b6b..bb99c6a 100644
--- a/scripts/lib/wic/utils/partitionedfs.py
+++ b/scripts/lib/wic/utils/partitionedfs.py
@@ -294,6 +294,8 @@ class Image:
                 parted_fs_type = "fat32"
             elif p['fstype'] == "msdos":
                 parted_fs_type = "fat16"
+            elif p['fstype'] == "ontrackdm6aux3":
+                parted_fs_type = "ontrackdm6aux3"
             else:
                 # Type for ext2/ext3/ext4/btrfs
                 parted_fs_type = "ext2"



More information about the Openembedded-commits mailing list