Tizen 2.1 base tizen tizen_2.1 tizen_2.2 2.1b_release 2.2.1_release 2.2_release accepted/tizen/20130530.164231 accepted/tizen_2.1/20130425.020444 submit/tizen/20130529.221827 submit/tizen_2.1/20130424.222812 submit/tizen_2.2/20130719.065850
authorJinkun Jang <jinkun.jang@samsung.com>
Tue, 12 Mar 2013 16:36:45 +0000 (01:36 +0900)
committerJinkun Jang <jinkun.jang@samsung.com>
Tue, 12 Mar 2013 16:36:45 +0000 (01:36 +0900)
packaging/preos-runtime.changes [new file with mode: 0644]
packaging/preos-runtime.spec [new file with mode: 0644]
preos.manifest [new file with mode: 0644]
stitch.dualos-kexec.bin
stitch.dualos-preos.bin
stitch.kexec.bin
stitch.preos.bin

diff --git a/packaging/preos-runtime.changes b/packaging/preos-runtime.changes
new file mode 100644 (file)
index 0000000..27fb6cf
--- /dev/null
@@ -0,0 +1,5 @@
+* Mon Aug 6 2012 Chengwei Yang <chengwei.yang@intel.com> 0.7
+- Upgrade to preos 0.7
+
+* Mon Jun 18 2012 Yin Kangkai <kangkai.yin@intel.com> 0.6.1
+- Some spec clean up, and do not generate debuginfo packages.
diff --git a/packaging/preos-runtime.spec b/packaging/preos-runtime.spec
new file mode 100644 (file)
index 0000000..5910e0c
--- /dev/null
@@ -0,0 +1,35 @@
+Name:    preos-runtime
+Summary: preos runtime envrionment for medfield
+Version: 0.7
+Release: 1
+License: TO_BE/FILLED_IN
+Url:     https://tizen.jf.intel.com/index.php?title=Slp/preos
+Source0: %{name}-%{version}.tar.gz
+# The name "preos.manifest" is hardcoded, don't change it.
+Group:   TO_BE/FILLED_IN
+
+# No debuginfo
+%define debug_package %{nil}
+
+%description
+Pre-OS runtime is an environment deployed in device, to communicate with host
+toolkit to provision, flash and update partitions on device.
+
+
+%prep
+%setup -q
+
+
+%build
+
+
+%install
+rm -rf %{buildroot}
+install -d %{buildroot}/boot
+install -m644 *.bin %{buildroot}/boot/
+install -m644 preos.manifest %{buildroot}/boot/preos.manifest
+
+
+%files
+%defattr(-,root,root,-)
+/boot/*
diff --git a/preos.manifest b/preos.manifest
new file mode 100644 (file)
index 0000000..1b52c49
--- /dev/null
@@ -0,0 +1,10 @@
+# comments start with #
+
+# preos runtime images
+DUAL_KEXEC = stitch.dualos-kexec.bin
+DUAL_PREOS = stitch.dualos-preos.bin
+# before convert, NORMALOS is kexec version
+# after convert, NORMALOS is really normalos
+# so we don't introduce new key word.
+NORMALOS = stitch.kexec.bin
+PREOS = stitch.preos.bin
index 625dedc..35204c1 100644 (file)
Binary files a/stitch.dualos-kexec.bin and b/stitch.dualos-kexec.bin differ
index aa75af3..bf540f0 100644 (file)
Binary files a/stitch.dualos-preos.bin and b/stitch.dualos-preos.bin differ
index f2f9680..841051d 100644 (file)
Binary files a/stitch.kexec.bin and b/stitch.kexec.bin differ
index 37777b5..d6804f7 100644 (file)
Binary files a/stitch.preos.bin and b/stitch.preos.bin differ