Add initrd image for RPi3 45/135945/1 accepted/tizen/unified/20170627.173335 submit/tizen/20170627.161056
authorPawel Wieczorek <p.wieczorek2@samsung.com>
Tue, 27 Jun 2017 08:37:44 +0000 (10:37 +0200)
committerPawel Wieczorek <p.wieczorek2@samsung.com>
Tue, 27 Jun 2017 10:45:26 +0000 (12:45 +0200)
Change-Id: I52fed316e03f6807445df023882cf6d7cef53209
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
common.yaml
ks/common-headless-2parts-armv7l-rpi3.yaml
ks/common-iot_core-2parts-armv7l-rpi3.yaml
partitions/common-mbr-2parts-rpi3-ramdisk [moved from partitions/common-mbr-2parts-rpi3 with 65% similarity]
patterns/common-adaptation-rpi3-headless.yaml
patterns/common-adaptation-rpi3-iot_core.yaml

index 04f7333..9a986d7 100644 (file)
@@ -263,7 +263,7 @@ RPi3:
         - buildname
 
 RPi3 Headless:
-    Part: common-mbr-2parts-rpi3
+    Part: common-mbr-2parts-rpi3-ramdisk
     Groups:
         - Common Adaptation
         - Common Adaptation RPi3 Headless
@@ -292,7 +292,7 @@ RPi3 Headless:
         - buildname
 
 RPi3 IoT Core:
-    Part: common-mbr-2parts-rpi3
+    Part: common-mbr-2parts-rpi3-ramdisk
     Groups:
         - Common Adaptation
         - Common Adaptation RPi3 IoT Core
index a2d2335..4644b63 100644 (file)
@@ -3,7 +3,7 @@ Architecture: armv7l
 Schedule: "*"
 Active: True
 Platform: RPi3 Headless
-Part: common-mbr-2parts-rpi3
+Part: common-mbr-2parts-rpi3-ramdisk
 Mic2Options: -A armv7l -f loop --pack-to=@NAME@.tar.gz
 FileName: common-headless-2parts-armv7l-rpi3
 Repos:
@@ -11,4 +11,3 @@ Repos:
     - base_arm
 Groups:
     - Common Adaptation RPi3 Headless
-
index 3009c2d..173eb4e 100644 (file)
@@ -3,7 +3,7 @@ Architecture: armv7l
 Schedule: "*"
 Active: True
 Platform: RPi3 IoT Core
-Part: common-mbr-2parts-rpi3
+Part: common-mbr-2parts-rpi3-ramdisk
 Mic2Options: -A armv7l -f loop --pack-to=@NAME@.tar.gz
 FileName: common-iot_core-2parts-armv7l-rpi3
 Repos:
similarity index 65%
rename from partitions/common-mbr-2parts-rpi3
rename to partitions/common-mbr-2parts-rpi3-ramdisk
index 2028e16..4ce79d6 100644 (file)
@@ -1,2 +1,3 @@
 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"
index a4af87b..a7a23bb 100644 (file)
@@ -17,6 +17,7 @@ Packages:
 - dlogutil
 - filesystem
 - gum-utils
+- initrd
 - iotcon
 - iotivity
 - kmod
index 7e77fa8..71550a7 100644 (file)
@@ -17,6 +17,7 @@ Packages:
 - dlogutil
 - filesystem
 - gum-utils
+- initrd
 - iotcon
 - iotivity
 - kmod