summaryrefslogtreecommitdiff
path: root/image-configs
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-11-09 13:28:01 -0800
committerAnas Nashif <anas.nashif@intel.com>2012-11-09 13:28:01 -0800
commit509db3bc286520adeb8fbfc34cd693247f0466fe (patch)
treefb2f55a6fec294d89585d10c1acd7a4a6b12c4c7 /image-configs
parentaebf9480bffd20dc3a68ad33dcb57e95b2abe4a5 (diff)
downloadmeta-common-509db3bc286520adeb8fbfc34cd693247f0466fe.tar.gz
meta-common-509db3bc286520adeb8fbfc34cd693247f0466fe.tar.bz2
meta-common-509db3bc286520adeb8fbfc34cd693247f0466fe.zip
put all meta-data in one place
Diffstat (limited to 'image-configs')
-rw-r--r--image-configs/base.yaml32
-rw-r--r--image-configs/configs/enlightenment.yaml15
-rw-r--r--image-configs/repos.yaml7
3 files changed, 54 insertions, 0 deletions
diff --git a/image-configs/base.yaml b/image-configs/base.yaml
new file mode 100644
index 0000000..c0fb076
--- /dev/null
+++ b/image-configs/base.yaml
@@ -0,0 +1,32 @@
+ExternalConfigs:
+ - configs
+
+Default:
+ Baseline: tizen-3.0
+ FileSystem: ext4
+ Active: True
+ Language: en_US.UTF-8
+ Keyboard: us
+ SaveRepos: True
+ Timezone: America/Los_Angeles
+ RootPass: tizen
+ DefaultUser: tizen
+ DefaultUserPass: tizen
+ PartSize: 1900
+ BootloaderOptions: ""
+
+
+BASE:
+ PartSize: 2200
+ Bootloader: True
+ BootloaderAppend: "rootwait rootfstype=ext4"
+ BootloaderTimeout: 0
+ SaveRepos: True
+ StartX: False
+ Architecture: ia32
+ Desktop: None
+ Mic2Options: -f raw --copy-kernel --compress-disk-image=bz2
+ Groups:
+ - Base System
+ Repos:
+ - base
diff --git a/image-configs/configs/enlightenment.yaml b/image-configs/configs/enlightenment.yaml
new file mode 100644
index 0000000..e7ffa14
--- /dev/null
+++ b/image-configs/configs/enlightenment.yaml
@@ -0,0 +1,15 @@
+Name: Base Enlightenment Desktop
+Schedule: "*"
+Active: True
+Platform: BASE
+FileName: enlightenment
+Kernel: kernel-adaptation-pc
+Architecture: ia32
+Desktop: None
+Groups:
+ - Base System
+ - X11
+ - SLP Fonts
+ - Enlightenment
+ - Development
+ - Applications
diff --git a/image-configs/repos.yaml b/image-configs/repos.yaml
new file mode 100644
index 0000000..832b5a2
--- /dev/null
+++ b/image-configs/repos.yaml
@@ -0,0 +1,7 @@
+Repositories:
+ - Name: base
+ Url: https://download.tz.otcshare.org/snapshots/trunk/pc/@BUILD_ID@/repos/base/@ARCH@/packages/
+ Options: --save --ssl_verify=no
+ - Name: base-debug
+ Url: https://download.tz.otcshare.org/snapshots/trunk/pc/@BUILD_ID@/repos/base/@ARCH@/debug/
+ Options: --save --ssl_verify=no