From: Jinkun Jang Date: Tue, 12 Mar 2013 16:36:45 +0000 (+0900) Subject: Tizen 2.1 base X-Git-Tag: 2.1b_release^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5f7e0ff2459100e037273b818cf258d50b3d10e5;p=platform%2Fadaptation%2Fintel_mfld%2Fpreos-runtime.git Tizen 2.1 base --- diff --git a/packaging/preos-runtime.changes b/packaging/preos-runtime.changes new file mode 100644 index 0000000..27fb6cf --- /dev/null +++ b/packaging/preos-runtime.changes @@ -0,0 +1,5 @@ +* Mon Aug 6 2012 Chengwei Yang 0.7 +- Upgrade to preos 0.7 + +* Mon Jun 18 2012 Yin Kangkai 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 index 0000000..5910e0c --- /dev/null +++ b/packaging/preos-runtime.spec @@ -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 index 0000000..1b52c49 --- /dev/null +++ b/preos.manifest @@ -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 diff --git a/stitch.dualos-kexec.bin b/stitch.dualos-kexec.bin index 625dedc..35204c1 100644 Binary files a/stitch.dualos-kexec.bin and b/stitch.dualos-kexec.bin differ diff --git a/stitch.dualos-preos.bin b/stitch.dualos-preos.bin index aa75af3..bf540f0 100644 Binary files a/stitch.dualos-preos.bin and b/stitch.dualos-preos.bin differ diff --git a/stitch.kexec.bin b/stitch.kexec.bin index f2f9680..841051d 100644 Binary files a/stitch.kexec.bin and b/stitch.kexec.bin differ diff --git a/stitch.preos.bin b/stitch.preos.bin index 37777b5..d6804f7 100644 Binary files a/stitch.preos.bin and b/stitch.preos.bin differ