diff options
author | Anas Nashif <nashif@linux.intel.com> | 2011-03-31 23:20:41 +0100 |
---|---|---|
committer | Anas Nashif <nashif@linux.intel.com> | 2011-03-31 23:20:41 +0100 |
commit | 955cf8b5aef2d8cc24845f5caf0c1b44d16b2c71 (patch) | |
tree | fc06f08265fdf880c9dcf6b68a72494fdedb2022 /configurations.yaml | |
parent | aa8e8db7f26bdad5b5de861d6c7d1af2413c7079 (diff) | |
parent | 935e403a1306bbea01dd8568ceddf6db54dc73bd (diff) | |
download | kickstarter-955cf8b5aef2d8cc24845f5caf0c1b44d16b2c71.tar.gz kickstarter-955cf8b5aef2d8cc24845f5caf0c1b44d16b2c71.tar.bz2 kickstarter-955cf8b5aef2d8cc24845f5caf0c1b44d16b2c71.zip |
Merge branch 'master' of gitorious.org:meego-developer-tools/kickstarter
Diffstat (limited to 'configurations.yaml')
-rw-r--r-- | configurations.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/configurations.yaml b/configurations.yaml index bfd1631..30936c6 100644 --- a/configurations.yaml +++ b/configurations.yaml @@ -1,3 +1,5 @@ +ExternalConfigs: + - ex Default: Active: True Language: en_US.UTF-8 @@ -9,6 +11,7 @@ Default: DefaultUser: meego DefaultUserPass: meego PartSize: 1900 + FileSystem: ext3 PostScripts: - rpm Groups: @@ -29,6 +32,7 @@ N900: Part: n900 BootloaderTimeout: BootloaderAppend: + StartX: True Groups: - MeeGo Core - Minimal MeeGo X Window System @@ -52,6 +56,7 @@ MFLD: BootloaderAppend: "ro pci=noearly console=tty1 console=ttyS0 console=ttyMFD2 earlyprintk=mrst loglevel=8 s0ix_latency=160" BootloaderTimeout: 2 Bootloader: True + StartX: True Groups: - MeeGo Core - Minimal MeeGo X Window System @@ -77,6 +82,7 @@ IVI: BootloaderAppend: "quiet" BootloaderTimeout: 0 Session: "/usr/bin/startivi" + StartX: True Groups: - X for IVI Kernel: kernel-adaptation-intel-automotive @@ -91,6 +97,7 @@ NETBOOK: Bootloader: True BootloaderAppend: "quiet" BootloaderTimeout: 0 + StartX: True Groups: - X for Netbooks - Virtual Machine Support @@ -112,6 +119,7 @@ Configurations: Platform: IVI Desktop: X-IVI FileName: ivi-ia32 + Mic2Options: -f livecd Groups: - MeeGo IVI Desktop - MeeGo Base Development @@ -128,6 +136,7 @@ Configurations: Platform: IVI Desktop: X-IVI FileName: ivi-ia32 + Mic2Options: -f livecd Groups: - MeeGo IVI Desktop - MeeGo Base Development @@ -144,6 +153,7 @@ Configurations: Platform: NETBOOK Desktop: meego FileName: netbook-ia32 + Mic2Options: -f livecd Groups: - MeeGo Netbook Desktop - Base Double Byte IME Support @@ -159,6 +169,7 @@ Configurations: Baseline: "1.1.80" Platform: N900 FileName: handset-armv7l-n900-devel + Mic2Options: -f raw --save-kernel --arch=armv7l Architecture: armv7l Desktop: DUI Session: "/usr/bin/mcompositor" @@ -178,6 +189,7 @@ Configurations: Baseline: "1.1.80" Platform: N900 FileName: handset-armv7l-n900 + Mic2Options: -f raw --save-kernel --arch=armv7l Architecture: armv7l Desktop: DUI Session: "/usr/bin/mcompositor" @@ -198,6 +210,7 @@ Configurations: Baseline: "1.1.80" Platform: MFLD FileName: handset-ia32-mtf-devel + Mic2Options: -f nand Kernel: kernel-adaptation-medfield Architecture: ia32 Desktop: DUI @@ -214,6 +227,7 @@ Configurations: Baseline: "1.1.80" Platform: MFLD FileName: handset-ia32-pinetrail-mtf + Mic2Options: -f livecd Kernel: kernel Architecture: ia32 Desktop: DUI @@ -224,6 +238,7 @@ Configurations: Baseline: "1.1.80" Platform: MFLD FileName: handset-ia32-mtf + Mic2Options: -f nand Kernel: kernel-adaptation-medfield Architecture: ia32 Desktop: DUI |