[TINF-867] Add package 28/39128/2 accepted/tizen/tv/20150511.074203 submit/tizen_tv/20150511.070506
authorJoonsub Lee <joon-sub.lee@samsung.com>
Mon, 11 May 2015 01:45:53 +0000 (10:45 +0900)
committerJoonsub Lee <joon-sub.lee@samsung.com>
Mon, 11 May 2015 06:51:09 +0000 (15:51 +0900)
Added package:
- platform/adaptation/system-plugin

This package is added by using 'ExtraPackages' option in ks file

Change-Id: I43b1a4cde2f3eab0bedfff4bf1957d0e0e6d392a

ks/tv-wayland-arm64-odroidu3.yaml
ks/tv-wayland-armv7l-odroidu3.yaml
ks/tv-x11-arm64-odroidu3.yaml
ks/tv-x11-armv7l-odroidu3.yaml
scripts/tv-mbr-3parts.post

index ce30aa6..855b756 100644 (file)
@@ -8,3 +8,5 @@ Mic2Options: -f loop --pack-to=@NAME@.tar.gz
 FileName: tv-wayland-arm64-odroidu3
 Repos:
     - tv-wayland_arm64
+ExtraPackages:
+    - system-plugin-u3
index 5e80488..0d1a8ce 100644 (file)
@@ -8,3 +8,5 @@ Mic2Options: -f loop --pack-to=@NAME@.tar.gz
 FileName: tv-wayland-armv7l-odroidu3
 Repos:
     - tv-wayland_armv7l
+ExtraPackages:
+    - system-plugin-u3
index 82da3e9..3a470fd 100644 (file)
@@ -8,3 +8,5 @@ Mic2Options: -f loop --pack-to=@NAME@.tar.gz
 FileName: tv-x11-arm64-odroidu3
 Repos:
     - tv-x11_arm64
+ExtraPackages:
+    - system-plugin-u3
index f9d6bf6..f194fb8 100644 (file)
@@ -8,3 +8,5 @@ Mic2Options: -f loop --pack-to=@NAME@.tar.gz
 FileName: tv-x11-armv7l-odroidu3
 Repos:
     - tv-x11_armv7l
+ExtraPackages:
+    - system-plugin-u3
index 69ce1e1..9e1f345 100644 (file)
@@ -20,25 +20,3 @@ LABEL=system-data /opt          ext4    defaults,noatime 0      2
 LABEL=user      /opt/usr        ext4    defaults,noatime 0      2
 EOF
 
-cat > /usr/lib/systemd/system/resize2fs@.service << EOF
-[Unit]
-Description=Resize of File System on %f
-DefaultDependencies=no
-BindsTo=%i.device
-After=systemd-fsck@%i.service local-fs.target
-Requires=systemd-fsck@%i.service
-Before=shutdown.target
-
-[Service]
-Type=oneshot
-ExecStart=/sbin/resize2fs -f %f
-ExecStartPost=/bin/ln -s /dev/null /etc/systemd/system/resize2fs@%i.service
-StandardOutput=journal+console
-TimeoutSec=0
-EOF
-
-mkdir -p /usr/lib/systemd/system/basic.target.wants
-ln -s ../resize2fs@.service /usr/lib/systemd/system/basic.target.wants/resize2fs@dev-disk-by\\x2dlabel-system\\x2ddata.service
-ln -s ../resize2fs@.service /usr/lib/systemd/system/basic.target.wants/resize2fs@dev-disk-by\\x2dlabel-user.service
-ln -s ../resize2fs@.service /usr/lib/systemd/system/basic.target.wants/resize2fs@dev-disk-by\\x2dlabel-rootfs.service
-