diff options
author | Anas Nashif <nashif@linux.intel.com> | 2011-01-20 11:06:59 +0000 |
---|---|---|
committer | Anas Nashif <nashif@linux.intel.com> | 2011-01-20 11:06:59 +0000 |
commit | 36f4823af3dd8b7fc9dfa7c4a5480f0937b7dce5 (patch) | |
tree | 9fa6ef4d23099fd446968e997fd06930b7888119 | |
parent | 5ec11074fc99e33c8cc0aadc8c80da0177320861 (diff) | |
download | kickstarter-36f4823af3dd8b7fc9dfa7c4a5480f0937b7dce5.tar.gz kickstarter-36f4823af3dd8b7fc9dfa7c4a5480f0937b7dce5.tar.bz2 kickstarter-36f4823af3dd8b7fc9dfa7c4a5480f0937b7dce5.zip |
add handset-ia32-mtf-devel
-rw-r--r-- | configurations.yaml | 17 | ||||
-rw-r--r-- | custom/scripts/kernel-handset.post | 3 |
2 files changed, 17 insertions, 3 deletions
diff --git a/configurations.yaml b/configurations.yaml index 21027e6..18d6a7c 100644 --- a/configurations.yaml +++ b/configurations.yaml @@ -126,6 +126,23 @@ Configurations: - fstab-n900 - u-boot + - Name: MeeGo Handset MTF Development + PartSize: 2200 + Active: True + Baseline: "1.1.80" + Platform: MFLD + FileName: handset-ia32-mtf-devel + Kernel: kernel-adaptation-medfield + Architecture: ia32 + Desktop: DUI + Session: "/usr/bin/mcompositor" + Groups: + - Moorestown Support + - Development Tools + PostScripts: + - kernel-handset + - kboot + - serial-mfld - Name: MeeGo Handset MTF Active: True Baseline: "1.1.80" diff --git a/custom/scripts/kernel-handset.post b/custom/scripts/kernel-handset.post index f3805d4..cb07f6c 100644 --- a/custom/scripts/kernel-handset.post +++ b/custom/scripts/kernel-handset.post @@ -1,6 +1,3 @@ -reate Initrd if it does not exist and create symlinks for bzImage and initrd for kboot autoboot -echo "ro pci=noearly console=tty1 console=ttyS0 console=ttyMFD2 earlyprintk=mrst loglevel=8 s0ix_latency=160" > /boot/kboot.cmdline - echo "Checking for kernel......." Kernel_Name=`ls /boot | grep vmlinuz` if [ -f /boot/$Kernel_Name ]; then |