[TRE-1467] Add initrd-recovery to RPi3 IoT Core 51/145751/1
authorPawel Wieczorek <p.wieczorek2@samsung.com>
Wed, 23 Aug 2017 12:44:15 +0000 (14:44 +0200)
committerPawel Wieczorek <p.wieczorek2@samsung.com>
Wed, 23 Aug 2017 13:08:52 +0000 (15:08 +0200)
Change-Id: If70a2e0e5bf14eab015fae46996939dce7d564dd
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
ks/common-iot_core-2parts-armv7l-rpi3.yaml
partitions/common-mbr-2parts-rpi3-ramdisk-recovery [new file with mode: 0644]
patterns/common-adaptation-rpi3-iot_core.yaml

index 14baa49..0cdbdfa 100644 (file)
@@ -3,7 +3,7 @@ Architecture: armv7l
 Schedule: "*"
 Active: True
 Platform: RPi3 IoT Core
-Part: common-mbr-2parts-rpi3-ramdisk
+Part: common-mbr-2parts-rpi3-ramdisk-recovery
 Mic2Options: -A armv7l -f loop --pack-to=@NAME@.tar.gz
 Language: C
 FileName: common-iot_core-2parts-armv7l-rpi3
diff --git a/partitions/common-mbr-2parts-rpi3-ramdisk-recovery b/partitions/common-mbr-2parts-rpi3-ramdisk-recovery
new file mode 100644 (file)
index 0000000..c7fc772
--- /dev/null
@@ -0,0 +1,4 @@
+part / --size=200 --ondisk mmcblk0p --fstype=ext4 --label=rootfs --extoptions="-J size=16"
+part /opt/ --size=100 --ondisk mmcblk0p --fstype=ext4 --label=system-data --extoptions="-m 0"
+part /mnt/initrd --size=7 --ondisk mmcblk0p --fstype=ext4 --label=ramdisk --extoptions="-b 1024"
+part /mnt/initrd-recovery --size=12 --ondisk mmcblk0p --fstype=ext4 --label=ramdisk-recovery --extoptions="-b 1024"
index 8971281..482d71c 100755 (executable)
@@ -71,4 +71,7 @@ Packages:
 - avahi-libs
 - avahi
 #From TRE-1470
-- building-blocks-sub2-domain_API-AppFramework-TPK_Installation
\ No newline at end of file
+- building-blocks-sub2-domain_API-AppFramework-TPK_Installation
+#From TRE-1467
+- initrd-recovery
+- system-recovery-non_gui