summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyunggi Lee <hyunggi.lee@samsung.com>2017-02-27 13:38:37 +0900
committerHyunggi Lee <hyunggi.lee@samsung.com>2017-02-27 13:38:37 +0900
commit1e012ad5b3549d2d167164293589d0fbd74c977d (patch)
tree3b2910b0813e7f30162bf4560f7a2aeec71420f8
parentcd60a64f1105cde8192f885480e8828a10dcb5ed (diff)
downloadmeta-mobile-1e012ad5b3549d2d167164293589d0fbd74c977d.tar.gz
meta-mobile-1e012ad5b3549d2d167164293589d0fbd74c977d.tar.bz2
meta-mobile-1e012ad5b3549d2d167164293589d0fbd74c977d.zip
delete useless files
Change-Id: Ied240c3a462ab50baadae2cd100d3567342817b4
-rw-r--r--ks/mobile-wayland-arm64-tm2.yaml4
-rw-r--r--ks/mobile-wayland-armv7l-tm1-upgrade.yaml21
-rw-r--r--partitions/mobile-mbr-tm1-upgrade2
-rw-r--r--patterns/mobile-adaptation-tm1-upgrade.yaml6
-rw-r--r--scripts/mobile-update-tm1.post7
5 files changed, 1 insertions, 39 deletions
diff --git a/ks/mobile-wayland-arm64-tm2.yaml b/ks/mobile-wayland-arm64-tm2.yaml
index 1fdb46d..6b4bb08 100644
--- a/ks/mobile-wayland-arm64-tm2.yaml
+++ b/ks/mobile-wayland-arm64-tm2.yaml
@@ -11,8 +11,6 @@ Repos:
- base_arm64
Groups:
- Mobile Adaptation TM2
-ExtraPackages:
- - nfc-manager
- - ug-nfc-efl
+ExtraPackages: []
RemovePackages:
- org.tizen.ug-lockscreen-options \ No newline at end of file
diff --git a/ks/mobile-wayland-armv7l-tm1-upgrade.yaml b/ks/mobile-wayland-armv7l-tm1-upgrade.yaml
deleted file mode 100644
index 06a6b7b..0000000
--- a/ks/mobile-wayland-armv7l-tm1-upgrade.yaml
+++ /dev/null
@@ -1,21 +0,0 @@
-Name: mobile-wayland-armv7l-tm1-upgrade
-Architecture: armv7l
-Schedule: "*"
-Active: False
-Platform: Wayland
-Part: mobile-mbr-tm1-upgrade
-Mic2Options: -f loop --pack-to=@NAME@.tar.gz
-FileName: mobile-wayland-armv7l-tm1-upgrade
-Attachment:
- - /boot/kernel/dzImage
-Repos:
- - mobile-target-TM1
- - base_arm
-Groups:
- - Mobile Adaptation TM1
- - Mobile dotNet
- - Mobile Adaptation TM1 Upgrade
-PostScripts:
- - mobile-adaptation-tm1
- - mobile-update-tm1
-ExtraPackages: []
diff --git a/partitions/mobile-mbr-tm1-upgrade b/partitions/mobile-mbr-tm1-upgrade
deleted file mode 100644
index c71d28b..0000000
--- a/partitions/mobile-mbr-tm1-upgrade
+++ /dev/null
@@ -1,2 +0,0 @@
-part / --size=2000 --ondisk mmcblk0p --fstype=ext4 --label=rootfs --extoptions="-J size=16"
-part /boot/kernel/mod_tizen_tm1/lib/modules --size=12 --ondisk mmcblk0p --fstype=ext4 --label=modules
diff --git a/patterns/mobile-adaptation-tm1-upgrade.yaml b/patterns/mobile-adaptation-tm1-upgrade.yaml
deleted file mode 100644
index c7221f4..0000000
--- a/patterns/mobile-adaptation-tm1-upgrade.yaml
+++ /dev/null
@@ -1,6 +0,0 @@
-Summary: Mobile Adaptation TM1 Upgrade
-Description: Mobile Adaptation TM1 Upgrade
-Name: mobile-adaptation-tm1-upgrade
-Packages:
-# TM1 Upgrade Packages
-- system-upgrade
diff --git a/scripts/mobile-update-tm1.post b/scripts/mobile-update-tm1.post
deleted file mode 100644
index e1fb4ad..0000000
--- a/scripts/mobile-update-tm1.post
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-echo "#################### mobile-update-tm1.post ####################"
-
-# execute a script which makes it an upgrade image
-/system-update/update-image.sh
-rm /system-update/update-image.sh