From: Lukasz Wojciechowski Date: Wed, 19 Jul 2017 10:21:01 +0000 (+0200) Subject: [TRE-1357] Add initrd-recovery to RPI3 X-Git-Tag: accepted/tizen/unified/20170719.132347~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1f1597b9fb7922a2040a7141bdd47b85235942d1;p=profile%2Fcommon%2Fmeta.git [TRE-1357] Add initrd-recovery to RPI3 Adding this package requires change in partitioning of RPI3. Please see comments in TRE-1356 for details. Change-Id: I9ef2b317d3755803abfed8cbda4ba8e2b902f9c8 Signed-off-by: Lukasz Wojciechowski --- diff --git a/common.yaml b/common.yaml index ab40acb..6cd6883 100644 --- a/common.yaml +++ b/common.yaml @@ -206,7 +206,7 @@ Wayland: - buildname RPi3: - Part: common-mbr-3parts + Part: common-3parts-ramdisk-recovery UserGroups: "audio,video" Groups: - Generic Adaptation diff --git a/partitions/common-3parts-ramdisk-recovery b/partitions/common-3parts-ramdisk-recovery new file mode 100644 index 0000000..3c77d00 --- /dev/null +++ b/partitions/common-3parts-ramdisk-recovery @@ -0,0 +1,5 @@ +part / --fstype="ext4" --size=3500 --ondisk=mmcblk0 --label rootfs --fsoptions=defaults,noatime +part /opt --fstype="ext4" --size=512 --ondisk=mmcblk0 --label system-data --fsoptions=defaults,noatime +part /opt/usr --fstype="ext4" --size=3500 --ondisk=mmcblk0 --label user --fsoptions=defaults,noatime +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" diff --git a/patterns/common-adaptation-rpi3.yaml b/patterns/common-adaptation-rpi3.yaml index 18caf27..ccf3ab5 100644 --- a/patterns/common-adaptation-rpi3.yaml +++ b/patterns/common-adaptation-rpi3.yaml @@ -60,3 +60,7 @@ Packages: - csapi-convergence #From TRE-1371 - csapi-network-nsd +#From TRE-1357 +- initrd-recovery +- system-recovery +- system-recovery-non_gui