diff options
author | Anas Nashif <nashif@linux.intel.com> | 2011-01-20 12:25:22 +0000 |
---|---|---|
committer | Anas Nashif <nashif@linux.intel.com> | 2011-01-20 12:25:22 +0000 |
commit | 2d0aa04d224c34facf276b5461d9163c17dff95d (patch) | |
tree | 3c78553ac9a067d798ac01d7e79b725c1fdc09a8 /configurations.yaml | |
parent | 81f5ba502c3107cd246f478ce52697346d50e7fa (diff) | |
download | kickstarter-2d0aa04d224c34facf276b5461d9163c17dff95d.tar.gz kickstarter-2d0aa04d224c34facf276b5461d9163c17dff95d.tar.bz2 kickstarter-2d0aa04d224c34facf276b5461d9163c17dff95d.zip |
add ivi
Diffstat (limited to 'configurations.yaml')
-rw-r--r-- | configurations.yaml | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/configurations.yaml b/configurations.yaml index 3ded0dc..1feb1ff 100644 --- a/configurations.yaml +++ b/configurations.yaml @@ -71,6 +71,21 @@ MFLD: - core - handset - non-oss +IVI: + PartSize: 2200 + Bootloader: True + BootloaderAppend: "quiet" + BootloaderTimeout: 0 + Session: "/usr/bin/startivi" + Groups: + - X for IVI + Kernel: kernel-adaptation-intel-automotive + PostScripts: + - prelink + - cleanup + NoChrootScripts: + - buildname + Architecture: ia32 NETBOOK: PartSize: 3000 Bootloader: True @@ -91,6 +106,37 @@ NETBOOK: Architecture: ia32 Configurations: + - Name: MeeGo IVI Development + Active: True + Baseline: "1.1.80" + Platform: IVI + Desktop: X-IVI + FileName: ivi-ia32 + Groups: + - MeeGo IVI Desktop + - MeeGo Base Development + - MeeGo IVI Applications + - Development Tools + Repos: + - core + - ivi + ExtraPackages: + - mesa-libEGL + - Name: MeeGo IVI + Active: True + Baseline: "1.1.80" + Platform: IVI + Desktop: X-IVI + FileName: ivi-ia32 + Groups: + - MeeGo IVI Desktop + - MeeGo Base Development + - MeeGo IVI Applications + Repos: + - core + - ivi + ExtraPackages: + - mesa-libEGL - Name: MeeGo Netbook/Nettop PartSize: 3000 Active: True @@ -119,6 +165,7 @@ Configurations: Groups: - Nokia N900 Support - Nokia N900 Proprietary Support + - Development Tools ExtraPackages: - xorg-x11-utils-xev - u-boot-tools @@ -162,6 +209,15 @@ Configurations: - kernel-handset - kboot - serial-mfld + - Name: MeeGo Handset MTF Pinetrail + Active: True + Baseline: "1.1.80" + Platform: MFLD + FileName: handset-ia32-pinetrail-mtf + Kernel: kernel + Architecture: ia32 + Desktop: DUI + Session: "/usr/bin/mcompositor" - Name: MeeGo Handset MTF Active: True Baseline: "1.1.80" |