From 45a8f268d5849ecc335825dd5e3c75aed4e4e55e Mon Sep 17 00:00:00 2001 From: "Graydon, Tracy" Date: Mon, 10 Dec 2012 14:18:41 -0800 Subject: [PATCH] Fix the partition size for wayland image. Made it bigger --- custom/part/ivi-wayland | 3 +++ ivi/ivi-2.0-wayland.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100755 custom/part/ivi-wayland diff --git a/custom/part/ivi-wayland b/custom/part/ivi-wayland new file mode 100755 index 0000000..3755ad5 --- /dev/null +++ b/custom/part/ivi-wayland @@ -0,0 +1,3 @@ +part /boot --size 32 --ondisk sdb --fstype=ext4 --label boot +part /opt --size 1280 --ondisk sdb --fstype=ext4 --label opt +part / --size 1580 --ondisk sdb --fstype=ext4 --label platform diff --git a/ivi/ivi-2.0-wayland.yaml b/ivi/ivi-2.0-wayland.yaml index e0770ab..14f1f68 100755 --- a/ivi/ivi-2.0-wayland.yaml +++ b/ivi/ivi-2.0-wayland.yaml @@ -2,7 +2,7 @@ Name: Tizen IVI Wayland 2.0 Alpha Schedule: "*" Active: True Platform: IVI -Part: tizen-ivi +Part: ivi-wayland Kernel: kernel-adaptation-intel-automotive FileName: ivi-2.0-wayland Groups: -- 2.7.4