summaryrefslogtreecommitdiff
path: root/configurations.yaml
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2010-06-26 22:47:45 -0400
committerAnas Nashif <anas.nashif@intel.com>2010-06-26 22:47:45 -0400
commit2eea40f42a09b58411d35bcd171eb6fba55d5908 (patch)
tree976ce422c7326e587358a7d87125125ce3a20fb0 /configurations.yaml
parentf3852ab7db4dd6a45dbe491e5072193d60485218 (diff)
downloadkickstarter-2eea40f42a09b58411d35bcd171eb6fba55d5908.tar.gz
kickstarter-2eea40f42a09b58411d35bcd171eb6fba55d5908.tar.bz2
kickstarter-2eea40f42a09b58411d35bcd171eb6fba55d5908.zip
support architecture and repo substitution
Diffstat (limited to 'configurations.yaml')
-rw-r--r--configurations.yaml19
1 files changed, 12 insertions, 7 deletions
diff --git a/configurations.yaml b/configurations.yaml
index 2bbdd16..9404e94 100644
--- a/configurations.yaml
+++ b/configurations.yaml
@@ -23,8 +23,6 @@ CORE:
- cleanup
Repos:
- meego-core-1.0
- Kernel: kernel-netbook
-
NETBOOK:
PartSize: 1900
BootloaderAppend: "quiet"
@@ -49,21 +47,28 @@ NETBOOK:
- gdb
- flash-plugin
- adobe-release
+ Architecture: ia32
Configurations:
- Name: MeeGo Core 1.0
Active: True
Baseline: 1.0
Platform: CORE
- FileName: core
+ FileName: core-ia32
+ Kernel: kernel-netbook
+ Architecture: ia32
+ - Name: MeeGo Core 1.0 N900
+ Active: True
+ Baseline: 1.0
+ Platform: CORE
+ FileName: core-armv7l-n900
+ Kernel: kernel-n900
Desktop:
+ Architecture: armv7l
- Name: MeeGo Netbook/Nettop 1.0
Active: True
Baseline: 1.0
Platform: NETBOOK
Desktop: meego
- FileName: netbook
+ FileName: netbook-ia32-default
Groups:
- MeeGo Netbook Desktop
- Repos:
- - meego-core-1.0
- - meego-netbook-1.0