summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Rosengren <robert.rosengren@stericsson.com>2010-11-22 15:50:09 +0100
committerMichael BRANDT <michael.brandt@stericsson.com>2010-11-22 16:55:18 +0100
commit4fb4da50ecea90b14994272b6d78cffe003a3a87 (patch)
tree370748aec90a9a3275adce20a742760f42556557
parent0f4cedc41f19ebf32c40c244b09b71787458e27f (diff)
MeeGo: Added missing splash.bin
The ste-rgb565.bin is now added to the RPM as splash.bin ST-Ericsson ID: ER280657 ST-Ericsson FOSS-OUT ID: Trivial Change-Id: I124c1b61dc8cba90ab968c7fa549465cef0fdb6e Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/9195 Tested-by: Robert ROSENGREN <robert.rosengren@stericsson.com> Reviewed-by: Michael BRANDT <michael.brandt@stericsson.com>
-rw-r--r--u-boot.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/u-boot.spec b/u-boot.spec
index 83a23e5d2..253fb9175 100644
--- a/u-boot.spec
+++ b/u-boot.spec
@@ -55,6 +55,8 @@ install -m 644 %{_builddir}/u-boot-%{base_version}/u-boot.lds %{buildroot}%{boot
install -m 755 %{_builddir}/u-boot-%{base_version}/tools/mkimage %{buildroot}%{_bindir}
install -m 755 %{_builddir}/u-boot-%{base_version}/tools/img2srec %{buildroot}%{_bindir}
install -m 755 %{_builddir}/u-boot-%{base_version}/tools/mk_envimg/mk_envimg %{buildroot}%{_bindir}
+install -m 644 %{_builddir}/u-boot-%{base_version}/tools/logos/ste-rgb565.bin %{buildroot}%{boot_path}/splash.bin
+
#Remove unwanted sections
objcopy --gap-fill=0xff --remove-section=.note.gnu.build-id -O binary %{buildroot}%{boot_path}/u-boot %{buildroot}%{boot_path}/u-boot.bin
@@ -67,6 +69,7 @@ rm -rf %{buildroot}/*
%{boot_path}/u-boot.map
%{boot_path}/u-boot
%{boot_path}/u-boot.lds
+%{boot_path}/splash.bin
%files tools
%defattr(-,root,root)