add handset-ia32-mtf-devel
authorAnas Nashif <nashif@linux.intel.com>
Thu, 20 Jan 2011 11:06:59 +0000 (11:06 +0000)
committerAnas Nashif <nashif@linux.intel.com>
Thu, 20 Jan 2011 11:06:59 +0000 (11:06 +0000)
configurations.yaml
custom/scripts/kernel-handset.post

index 21027e6..18d6a7c 100644 (file)
@@ -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"
index f3805d4..cb07f6c 100644 (file)
@@ -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