diff options
author | Prajwal Mohan <prajwal.karur.mohan@intel.com> | 2013-08-14 13:26:51 -0700 |
---|---|---|
committer | Prajwal Mohan <prajwal.karur.mohan@intel.com> | 2013-08-14 13:26:51 -0700 |
commit | 8db00c9986ced94cb61fed0cf857b4261c755c9a (patch) | |
tree | cc7838185288c92b6a8cc06dc907cedb8e587c76 | |
parent | b95efbcec091e4a6aed539efd30e2bab89344323 (diff) | |
download | meta-mobile-8db00c9986ced94cb61fed0cf857b4261c755c9a.tar.gz meta-mobile-8db00c9986ced94cb61fed0cf857b4261c755c9a.tar.bz2 meta-mobile-8db00c9986ced94cb61fed0cf857b4261c755c9a.zip |
add RD-PQ for mobilesubmit/tizen/20130814.202700accepted/tizen/20130814.202545
-rw-r--r-- | ks/RD-PQ.yaml | 38 | ||||
-rw-r--r-- | mobile.yaml | 17 | ||||
-rw-r--r-- | partitions/RD-PQ | 6 |
3 files changed, 61 insertions, 0 deletions
diff --git a/ks/RD-PQ.yaml b/ks/RD-PQ.yaml new file mode 100644 index 0000000..838f507 --- /dev/null +++ b/ks/RD-PQ.yaml @@ -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: diff --git a/mobile.yaml b/mobile.yaml index 142af22..f99edc5 100644 --- a/mobile.yaml +++ b/mobile.yaml @@ -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 index 0000000..f2dd3b5 --- /dev/null +++ b/partitions/RD-PQ @@ -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 |