diff options
author | Anas Nashif <nashif@linux.intel.com> | 2011-01-20 11:12:15 +0000 |
---|---|---|
committer | Anas Nashif <nashif@linux.intel.com> | 2011-01-20 11:12:15 +0000 |
commit | 81f5ba502c3107cd246f478ce52697346d50e7fa (patch) | |
tree | b04134b4b55a9201c16411097aa463a7fb08fe0e | |
parent | 36f4823af3dd8b7fc9dfa7c4a5480f0937b7dce5 (diff) | |
download | kickstarter-81f5ba502c3107cd246f478ce52697346d50e7fa.tar.gz kickstarter-81f5ba502c3107cd246f478ce52697346d50e7fa.tar.bz2 kickstarter-81f5ba502c3107cd246f478ce52697346d50e7fa.zip |
add handset-armv7l-n900-devel
-rw-r--r-- | configurations.yaml | 19 | ||||
-rw-r--r-- | custom/part/n900-devel | 8 |
2 files changed, 27 insertions, 0 deletions
diff --git a/configurations.yaml b/configurations.yaml index 18d6a7c..3ded0dc 100644 --- a/configurations.yaml +++ b/configurations.yaml @@ -107,6 +107,25 @@ Configurations: - netbook ExtraPackages: - chromium + - Name: MeeGo Handset N900 Development + Part: n900-devel + Active: True + Baseline: "1.1.80" + Platform: N900 + FileName: handset-armv7l-n900-devel + Architecture: armv7l + Desktop: DUI + Session: "/usr/bin/mcompositor" + Groups: + - Nokia N900 Support + - Nokia N900 Proprietary Support + ExtraPackages: + - xorg-x11-utils-xev + - u-boot-tools + PostScripts: + - inittab-n900 + - fstab-n900 + - u-boot - Name: MeeGo Handset N900 Active: True Baseline: "1.1.80" diff --git a/custom/part/n900-devel b/custom/part/n900-devel new file mode 100644 index 0000000..e239fa8 --- /dev/null +++ b/custom/part/n900-devel @@ -0,0 +1,8 @@ +part / --size=3400 --ondisk mmcblk0p --fstype=btrfs + +# This is not used currently. It is here because the /boot partition +# needs to be the partition number 3 for the u-boot usage. +part swap --size=256 --ondisk mmcblk0p --fstype=swap + +# This partition is made so that u-boot can find the kernel +part /boot --size=64 --ondisk mmcblk0p --fstype=vfat |