From 4fb4da50ecea90b14994272b6d78cffe003a3a87 Mon Sep 17 00:00:00 2001 From: Robert Rosengren Date: Mon, 22 Nov 2010 15:50:09 +0100 Subject: 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 Reviewed-by: Michael BRANDT --- u-boot.spec | 3 +++ 1 file changed, 3 insertions(+) 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) -- cgit v1.2.3