[TRE-733] add mobile-headless-tm1 image 33/103633/1 accepted/tizen/mobile/20161209.061341 submit/tizen/20161209.053712
authorHyungGi Lee <hyunggi.lee@samsung.com>
Fri, 9 Dec 2016 04:29:24 +0000 (13:29 +0900)
committerHyungGi Lee <hyunggi.lee@samsung.com>
Fri, 9 Dec 2016 04:29:24 +0000 (13:29 +0900)
Change-Id: Ic7a6f7e069d983dc018d3527692b0678ed699914

ks/mobile-headless-tm1.yaml [new file with mode: 0644]
mobile-targets.yaml
mobile.yaml
partitions/mobile-headless [new file with mode: 0644]
patterns/mobile-headless-adaptation-tm1.yaml [new file with mode: 0644]
patterns/mobile-headless.yaml [new file with mode: 0644]

diff --git a/ks/mobile-headless-tm1.yaml b/ks/mobile-headless-tm1.yaml
new file mode 100644 (file)
index 0000000..c3cd5b8
--- /dev/null
@@ -0,0 +1,18 @@
+Name: mobile-headless-tm1
+Architecture: armv7l
+Schedule: "*"
+Active: True
+Platform: Headless
+Part: mobile-headless
+Mic2Options: -f loop --pack-to=@NAME@.tar.gz
+FileName: mobile-headless-tm1
+Attachment:
+    - /boot/kernel/dzImage
+Repos:
+    - mobile-target-TM1
+    - base_arm
+Groups:
+    - Mobile Headless Adaptation TM1
+PostScripts:
+    - mobile-adaptation-tm1
+ExtraPackages: []
index 9ed42ec..358e24f 100644 (file)
@@ -22,3 +22,4 @@ Targets:
             - mobile-boot-armv7l-tm1.yaml
             - mobile-wayland-armv7l-tm1.yaml
             - mobile-wayland-armv7l-tm1-upgrade.yaml
+            - mobile-headless-tm1.yaml
index d4085d1..503e604 100644 (file)
@@ -219,3 +219,28 @@ Emulator64-wayland:
     Repos: []
     NoChrootScripts:
         - buildname
+
+Headless:
+    Part: mobile-headless
+    UserGroups: "audio,video"
+    Groups:
+        - Mobile Headless
+    PostScripts:
+        - generic-base
+        - mobile-base
+        - generic-console-tools
+        - mobile-packaging
+        - generic-adaptation
+        - mobile-adaptation
+        - mobile-middleware
+        - generic-multimedia
+        - generic-desktop-applications
+        - generic-crosswalk
+        - mobile-web-framework
+        - mobile-bluetooth
+        - mobile-user
+        - mobile-license
+        - generic-security
+    Repos: []
+    NoChrootScripts:
+        - buildname
\ No newline at end of file
diff --git a/partitions/mobile-headless b/partitions/mobile-headless
new file mode 100644 (file)
index 0000000..94d6ea4
--- /dev/null
@@ -0,0 +1,3 @@
+part / --size=2000 --ondisk mmcblk0p --fstype=ext4 --label=rootfs --extoptions="-J size=16"
+part /opt/ --size=1000 --ondisk mmcblk0p --fstype=ext4 --label=system-data --extoptions="-m 0"
+part /boot/kernel/mod_tizen_tm1/lib/modules --size=12 --ondisk mmcblk0p --fstype=ext4 --label=modules
\ No newline at end of file
diff --git a/patterns/mobile-headless-adaptation-tm1.yaml b/patterns/mobile-headless-adaptation-tm1.yaml
new file mode 100644 (file)
index 0000000..0918ee0
--- /dev/null
@@ -0,0 +1,7 @@
+Summary: Mobile Headless Adaptation TM1
+Description: Mobile Headless Adaptation TM1
+Name: mobile-headless-adaptation-tm1
+Packages:
+- model-config-tm1
+- system-plugin-spreadtrum
+- linux-3.10-sc7730_tizen_tm1
\ No newline at end of file
diff --git a/patterns/mobile-headless.yaml b/patterns/mobile-headless.yaml
new file mode 100644 (file)
index 0000000..8db9794
--- /dev/null
@@ -0,0 +1,36 @@
+Summary: Mobile Headless
+Description: Mobile Headless
+Name: mobile-headless
+Packages:
+- bash
+- coreutils
+- e2fsprogs
+- filesystem
+- kmod
+- kmod-compat
+- net-tools
+- pam
+- pam-modules-extra
+- procps
+- psmisc
+- rpm
+- rpm-security-plugin
+- setup
+- shadow-utils-adm
+- systemd
+- tizen-release
+- util-linux
+- fsck-msdos
+- newfs-msdos
+- grep
+- gzip
+- tar
+- unzip
+- xz
+- zip
+- dbus
+- sdbd
+- wpa_supplicant
+- libdlog
+- dlogutil
+- system-plugin-headless
\ No newline at end of file