From: Graydon, Tracy Date: Wed, 8 May 2013 00:45:26 +0000 (-0700) Subject: Set up the Tizen 2.0 IVI Panda images X-Git-Tag: accepted/2.0-panda/20130508.001215^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=531ebecec03cfe6da6a3b0ff60cdb7966aff34ca;p=profile%2Fivi%2Fimage-configurations-panda.git Set up the Tizen 2.0 IVI Panda images --- diff --git a/packaging/image-configurations.changes b/packaging/image-configurations.changes index 77bd086..8b9f1ac 100755 --- a/packaging/image-configurations.changes +++ b/packaging/image-configurations.changes @@ -1,24 +1,2 @@ -* Wed Apr 17 19:54:19 UTC 2013 - tracy.graydon@intel.com -- Drop the ivi-panda-repos package which is blocking images. It is not publishing in repos for some reason. Looking into that. - -* Mon Apr 15 21:43:23 UTC 2013 - tracy.graydon@intel.com -- Remove the kernel from ks. Not needed. - -* Wed Feb 13 23:34:00 UTC 2013 - dbowen@jf.intel.com -- TIVI-503 Used gpt partition. - -* Wed Jan 9 21:45:03 UTC 2013 - tracy.graydon@intel.com -- TIVI-461 & TIVI-462: add --active and --align 1024 to partition schema -- Remove the extraneous VERSION file. No longer used for packaging - -* Fri Dec 21 19:57:08 UTC 2012 - tracy.graydon@intel.com -- Turn off preview image - -* Tue Oct 16 18:18:18 UTC 2012 - tracy.graydon@intel.com -- Turn pinetrail image into ivi-2.0 image. Support just one image for now - -* Wed Oct 3 18:52:12 UTC 2012 - tracy.graydon@intel.com -- Add an image, ivi-common, that builds against common base/main. - -* Tue Oct 2 19:46:17 UTC 2012 - tracy.graydon@intel.com -- Import for 2.0 images +* Wed May 8 00:43:49 UTC 2013 - tracy.graydon@intel.com +- Set up the Tizen 2.0 IVI Panda images diff --git a/packaging/image-configurations.spec b/packaging/image-configurations.spec index f01c31b..4595ab4 100755 --- a/packaging/image-configurations.spec +++ b/packaging/image-configurations.spec @@ -1,5 +1,5 @@ %define baseline tizen-0.0 -Summary: Create kickstart files for IVI Tizen 2.0 images +Summary: Create kickstart files for Tizen 2.0 IVI Panda Name: image-configurations Version: 3 Release: 2 diff --git a/panda/ivi-panda-preview.yaml b/panda/ivi-panda-preview.yaml new file mode 100755 index 0000000..0ae3e8c --- /dev/null +++ b/panda/ivi-panda-preview.yaml @@ -0,0 +1,38 @@ +Name: Tizen 2.0 IVI Panda Preview +Schedule: "*" +Active: FALSE +Platform: PANDA +Part: ivi-panda +FileName: ivi-panda-preview +Groups: + - common + - appscommon + - appstargetsdk + - panda +ExtraPackages: + - panda-preview-repos +RemovePackages: + - mmfw-sysconf-cleansdk-target +PrePackages: + - eglibc + - systemd + - busybox + - libacl + - libcap + - dbus-libs + - libgcc + - libudev + - libattr + - default-files-slp + - openssl + - libprivilege-control + - libprivilege-control-conf + - security-server + - libdlog + - libsecurity-server-client + - sqlite + - tzdata-slp + - vconf + - tizen-coreutils +PostScripts: + - ivi-2.0-symlinks diff --git a/panda/ivi-panda-release.yaml b/panda/ivi-panda-release.yaml new file mode 100755 index 0000000..89a5e11 --- /dev/null +++ b/panda/ivi-panda-release.yaml @@ -0,0 +1,38 @@ +Name: Tizen 2.0 IVI Panda Release +Schedule: "*" +Active: FALSE +Platform: PANDA +Part: ivi-panda +FileName: ivi-panda-release +Groups: + - common + - appscommon + - appstargetsdk + - panda +ExtraPackages: + - panda-release-repos +RemovePackages: + - mmfw-sysconf-cleansdk-target +PrePackages: + - eglibc + - systemd + - busybox + - libacl + - libcap + - dbus-libs + - libgcc + - libudev + - libattr + - default-files-slp + - openssl + - libprivilege-control + - libprivilege-control-conf + - security-server + - libdlog + - libsecurity-server-client + - sqlite + - tzdata-slp + - vconf + - tizen-coreutils +PostScripts: + - ivi-2.0-symlinks diff --git a/panda/ivi-panda.yaml b/panda/ivi-panda.yaml index d4d3a64..c482c47 100755 --- a/panda/ivi-panda.yaml +++ b/panda/ivi-panda.yaml @@ -1,4 +1,4 @@ -Name: Tizen IVI Panda 2.0 +Name: Tizen 2.0 IVI Panda Schedule: "*" Active: True Platform: PANDA @@ -9,6 +9,8 @@ Groups: - appscommon - appstargetsdk - panda +ExtraPackages: + - ivi-repos RemovePackages: - mmfw-sysconf-cleansdk-target PrePackages: diff --git a/repos.yaml b/repos.yaml index 7cbfe3a..2c55962 100755 --- a/repos.yaml +++ b/repos.yaml @@ -1,13 +1,13 @@ Repositories: - Name: Tizen-base - Url: https://download.tizen.org/snapshots/2.0alpha/ivi-panda/@BUILD_ID@/repos/base/@ARCH@/packages/ + Url: https://download.tizen.org/snapshots/2.0/ivi-panda/@BUILD_ID@/repos/base/@ARCH@/packages/ Options: --ssl_verify=no - Name: Tizen-base-debug - Url: https://download.tizen.org/snapshots/2.0alpha/ivi-panda/@BUILD_ID@/repos/base/@ARCH@/debug/ + Url: https://download.tizen.org/snapshots/2.0/ivi-panda/@BUILD_ID@/repos/base/@ARCH@/debug/ Options: --ssl_verify=no - Name: Tizen-ivi - Url: https://download.tizen.org/snapshots/2.0alpha/ivi-panda/@BUILD_ID@/repos/ivi-panda/@ARCH@/packages/ + Url: https://download.tizen.org/snapshots/2.0/ivi-panda/@BUILD_ID@/repos/ivi-panda/@ARCH@/packages/ Options: --ssl_verify=no - Name: Tizen-ivi-debug - Url: https://download.tizen.org/snapshots/2.0alpha/ivi-panda/@BUILD_ID@/repos/ivi-panda/@ARCH@/debug + Url: https://download.tizen.org/snapshots/2.0/ivi-panda/@BUILD_ID@/repos/ivi-panda/@ARCH@/debug Options: --ssl_verify=no