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

git at git.openembedded.org git at git.openembedded.org
Wed Apr 8 10:08:41 UTC 2015


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

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