put all meta-data in one place
authorAnas Nashif <anas.nashif@intel.com>
Fri, 9 Nov 2012 21:28:01 +0000 (13:28 -0800)
committerAnas Nashif <anas.nashif@intel.com>
Fri, 9 Nov 2012 21:28:01 +0000 (13:28 -0800)
12 files changed:
Makefile
image-configs/base.yaml [new file with mode: 0644]
image-configs/configs/enlightenment.yaml [new file with mode: 0644]
image-configs/repos.yaml [new file with mode: 0644]
packaging/meta-base.spec [moved from packaging/patterns-base.spec with 51% similarity]
patterns/applications.yaml [moved from applications.yaml with 100% similarity]
patterns/base.yaml [moved from base.yaml with 100% similarity]
patterns/benchmarks.yaml [moved from benchmarks.yaml with 100% similarity]
patterns/development.yaml [moved from development.yaml with 100% similarity]
patterns/enlightenment.yaml [moved from enlightenment.yaml with 100% similarity]
patterns/slp-fonts.yaml [moved from slp-fonts.yaml with 100% similarity]
patterns/x11.yaml [moved from x11.yaml with 100% similarity]

index 269ca04..4666dae 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,10 @@ all:
 
 install:
        install -d ${DESTDIR}/usr/share/package-groups/base
-       install -m 644 *.yaml ${DESTDIR}/usr/share/package-groups/base
+       install -d ${DESTDIR}/usr/share/image-configurations/base
+       install -m 644 patterns/*.yaml ${DESTDIR}/usr/share/package-groups/base
+       install -m 644 image-configs/base.yaml ${DESTDIR}/usr/share/image-configurations/base
+       install -m 644 image-configs/configs/*.yaml ${DESTDIR}/usr/share/image-configurations/base/configs
 
 tag:
        git tag -a $(VERSION) -m "$(VERSION)"
diff --git a/image-configs/base.yaml b/image-configs/base.yaml
new file mode 100644 (file)
index 0000000..c0fb076
--- /dev/null
@@ -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 (file)
index 0000000..e7ffa14
--- /dev/null
@@ -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 (file)
index 0000000..832b5a2
--- /dev/null
@@ -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
similarity index 51%
rename from packaging/patterns-base.spec
rename to packaging/meta-base.spec
index c4dacd0..de59d8e 100644 (file)
@@ -1,5 +1,5 @@
-Summary:       Tizen Package Groups for Base OS
-Name:          patterns-base
+Summary:       Tizen Package Groups and Images Configurations
+Name:          meta-base
 Version:       001
 Release:       1
 License:       GPLv2
@@ -8,7 +8,7 @@ URL:            http://www.tizen.org
 Source:                %{name}-%{version}.tar.bz2
 
 %description
-Tizen Package Groups for Base OS
+Tizen Package Groups and Image Configurations for Base OS
 
 %prep
 %setup -q
@@ -22,3 +22,5 @@ make
 
 %files
 /usr/share/package-groups/base/*.yaml
+/usr/share/image-configurations/base/*.yaml
+/usr/share/image-configurations/base/configs/.yaml
similarity index 100%
rename from applications.yaml
rename to patterns/applications.yaml
similarity index 100%
rename from base.yaml
rename to patterns/base.yaml
similarity index 100%
rename from benchmarks.yaml
rename to patterns/benchmarks.yaml
similarity index 100%
rename from development.yaml
rename to patterns/development.yaml
similarity index 100%
rename from slp-fonts.yaml
rename to patterns/slp-fonts.yaml
similarity index 100%
rename from x11.yaml
rename to patterns/x11.yaml