summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJF Ding <jian-feng.ding@intel.com>2012-05-30 10:05:22 +0800
committerJF Ding <jian-feng.ding@intel.com>2012-05-30 10:05:22 +0800
commit8cfd358a35d1e1a5e00f4970cf6a221ede115854 (patch)
tree1baddcd2320912bb8366517b3156dfb46f755422
parent0c86df73e7998e13c6e1278be86f90b08bdd670b (diff)
downloadkickstarter-8cfd358a35d1e1a5e00f4970cf6a221ede115854.tar.gz
kickstarter-8cfd358a35d1e1a5e00f4970cf6a221ede115854.tar.bz2
kickstarter-8cfd358a35d1e1a5e00f4970cf6a221ede115854.zip
update sample configs under demo/
-rw-r--r--Makefile1
-rw-r--r--demo/configurations.yaml28
-rw-r--r--demo/netbook/meego-netbook.yaml17
3 files changed, 21 insertions, 25 deletions
diff --git a/Makefile b/Makefile
index 237e327..a4da77f 100644
--- a/Makefile
+++ b/Makefile
@@ -50,3 +50,4 @@ clean:
rm -f $(addsuffix .bak,$(TEMPLATE_MODS))
rm -f *.pyc *.pyo
rm -rf dist/ build/ kickstart/kickstart.py kickstart/__init__.py *~ */*~
+ rm -rf *.egg-info/
diff --git a/demo/configurations.yaml b/demo/configurations.yaml
index 71cee5d..aae0215 100644
--- a/demo/configurations.yaml
+++ b/demo/configurations.yaml
@@ -1,7 +1,9 @@
ExternalConfigs:
- - ex
+ - netbook
+
Default:
Active: True
+ Baseline: tizen-0.99
Language: en_US.UTF-8
Keyboard: us
PackageArgs:
@@ -116,7 +118,6 @@ NETBOOK:
Configurations:
- Name: MeeGo IVI Development
Active: True
- Baseline: "1.1.80"
Platform: IVI
Desktop: X-IVI
FileName: ivi-ia32
@@ -133,7 +134,6 @@ Configurations:
- mesa-libEGL
- Name: MeeGo IVI
Active: True
- Baseline: "1.1.80"
Platform: IVI
Desktop: X-IVI
FileName: ivi-ia32
@@ -147,27 +147,9 @@ Configurations:
- ivi
ExtraPackages:
- mesa-libEGL
- - Name: MeeGo Netbook/Nettop
- PartSize: 3000
- Active: True
- Baseline: "1.1.80"
- Platform: NETBOOK
- Desktop: meego
- FileName: netbook-ia32
- Mic2Options: -f livecd
- Groups:
- - MeeGo Netbook Desktop
- - Base Double Byte IME Support
- - MeeGo Base Development
- Repos:
- - core
- - netbook
- ExtraPackages:
- - chromium
- Name: MeeGo Handset N900 Development
Part: n900-devel
Active: True
- Baseline: "1.1.80"
Platform: N900
FileName: handset-armv7l-n900-devel
Mic2Options: -f raw --save-kernel --arch=armv7l
@@ -187,7 +169,6 @@ Configurations:
- u-boot
- Name: MeeGo Handset N900
Active: True
- Baseline: "1.1.80"
Platform: N900
FileName: handset-armv7l-n900
Mic2Options: -f raw --save-kernel --arch=armv7l
@@ -208,7 +189,6 @@ Configurations:
- Name: MeeGo Handset MTF Development
PartSize: 2200
Active: True
- Baseline: "1.1.80"
Platform: MFLD
FileName: handset-ia32-mtf-devel
Mic2Options: -f nand
@@ -225,7 +205,6 @@ Configurations:
- serial-mfld
- Name: MeeGo Handset MTF Pinetrail
Active: True
- Baseline: "1.1.80"
Platform: MFLD
FileName: handset-ia32-pinetrail-mtf
Mic2Options: -f livecd
@@ -236,7 +215,6 @@ Configurations:
- Name: MeeGo Handset MTF
Schedule: "* * * * 3"
Active: True
- Baseline: "1.1.80"
Platform: MFLD
FileName: handset-ia32-mtf
Mic2Options: -f nand
diff --git a/demo/netbook/meego-netbook.yaml b/demo/netbook/meego-netbook.yaml
new file mode 100644
index 0000000..2c1e16a
--- /dev/null
+++ b/demo/netbook/meego-netbook.yaml
@@ -0,0 +1,17 @@
+Name: MeeGo Netbook/Nettop
+PartSize: 2580
+Active: True
+Baseline: "1.1.80"
+Platform: NETBOOK
+Desktop: meego
+FileName: netbook-ia32
+Mic2Options: -f livecd
+Groups:
+ - MeeGo Netbook Desktop
+ - Base Double Byte IME Support
+ - MeeGo Base Development
+Repos:
+ - core
+ - netbook
+ExtraPackages:
+ - chromium