add RD-PQ for mobile 87/8287/1 accepted/tizen/20130814.202545 submit/tizen/20130814.202700
authorPrajwal Mohan <prajwal.karur.mohan@intel.com>
Wed, 14 Aug 2013 20:26:51 +0000 (13:26 -0700)
committerPrajwal Mohan <prajwal.karur.mohan@intel.com>
Wed, 14 Aug 2013 20:26:51 +0000 (13:26 -0700)
ks/RD-PQ.yaml [new file with mode: 0644]
mobile.yaml
partitions/RD-PQ [new file with mode: 0644]

diff --git a/ks/RD-PQ.yaml b/ks/RD-PQ.yaml
new file mode 100644 (file)
index 0000000..838f507
--- /dev/null
@@ -0,0 +1,38 @@
+Name: RD-PQ
+Schedule: "*"
+Active: True
+Platform: RD-PQ
+FileName: RD-PQ
+Architecture: armv7l
+Groups:
+    - Mobile Enlightenment
+    - Mobile Applications
+    - Mobile Framework
+#   - target-rd-pq
+PrePackages:
+    - eglibc
+    - systemd
+    - busybox
+    - libacl
+    - libcap
+    - dbus-libs
+    - libgcc
+    - libudev
+    - libattr
+    - default-files-tizen
+    - openssl
+    - libprivilege-control
+    - libprivilege-control-conf
+    - security-server
+    - libdlog
+    - libsecurity-server-client
+    - sqlite
+    - tzdata-slp
+    - vconf
+    - tizen-coreuils
+    - rpm-security-plugin
+PostScripts:
+    - Tizen-common-cleanup
+#    - Tizen-common
+#    - RD-PQ
+NoChrootScripts:
index 142af22..f99edc5 100644 (file)
@@ -25,3 +25,20 @@ Mobile:
         - Console Tools
     Repos:
         - mobile
+
+RD-PQ:
+    Bootloader: True
+    BootloaderAppend: "rootdelay=5"
+    BootloaderTimeout: 0
+    SaveRepos: True
+    Desktop: None
+    DefaultUser: root
+    DefaultUserPass: ""
+    Architecture: armv7l
+    Mic2Options: -f loop --pack-to=@NAME@.tar.gz
+    Part: RD-PQ
+    Groups:
+        - Base System
+        - Console Tools
+    Repos:
+        - mobile
diff --git a/partitions/RD-PQ b/partitions/RD-PQ
new file mode 100644 (file)
index 0000000..f2dd3b5
--- /dev/null
@@ -0,0 +1,6 @@
+# ROOT fs partition
+part / --size=3000 --ondisk mmcblk0p --fstype=ext4 --label=platform
+# DATA partition
+part /opt/ --size=3000 --ondisk mmcblk0p --fstype=ext4 --label=data
+# UMS partition
+part /opt/usr/ --size=3000 --ondisk mmcblk0p --fstype=ext4 --label=ums