I have made the following changes intended for : nemo:devel:hw:ti:omap4:pandaboard / u-boot-omap4panda
Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below. https://build.merproject.org//request/show/82 Thank You, Simonas L. [This message was auto-generated] --- Request # 82: Messages from BOSS: State: review at 2013-03-21T12:08:41 by cibot Reviews: accepted by cibot : Prechecks succeeded. new for nemo:devel:hw:ti:omap4:pandaboard : Please replace this text with a review and approve/reject the review (not the SR). BOSS will take care of the rest Changes: submit: home:sledge:branches:nemo:devel:hw:ti:omap4:pandaboard / u-boot-omap4panda -> nemo:devel:hw:ti:omap4:pandaboard / u-boot-omap4panda changes files: -------------- --- u-boot-omap4panda.changes +++ u-boot-omap4panda.changes @@ -0,0 +1,6 @@ +* Thu Mar 21 2013 Simonas Leleiva <[email protected]> - 2012.04 +- Obsoleting x-loader-omap4panda + +* Fri Mar 15 2013 Simonas Leleiva <[email protected]> - 2012.04 +- Package MLO in, as it is more compatible than x-loader's. + spec files: ----------- --- u-boot-omap4panda.spec +++ u-boot-omap4panda.spec @@ -21,6 +21,7 @@ Source0: https://launchpad.net/~tiomap-dev/+archive/release/+files/u-boot-linaro_2012.04.2+6514+45+201207191704~precise1.tar.gz Source1: u-boot-scr-pandaboard.txt Source100: u-boot-omap4panda.yaml +Obsoletes: x-loader-omap4panda %description Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. @@ -29,7 +30,7 @@ %package doc Summary: Documentation for the u-boot Firmware -Group: System/Boot Documentation +Group: System/Boot Requires: %{name} = %{version}-%{release} %description doc @@ -51,6 +52,7 @@ %prep %setup -q -n %{root_tarball_dir} + # >> setup # << setup @@ -62,6 +64,7 @@ # << build pre + # >> build post make omap4_panda_config make all @@ -82,6 +85,7 @@ gzip %{buildroot}%{_mandir}/man1/* install -D -m 0644 u-boot.bin %{buildroot}/boot/u-boot.bin install -D -m 0644 u-boot.map %{buildroot}/boot/u-boot.map +install -D -m 0644 MLO %{buildroot}/boot/MLO %{buildroot}%{_bindir}/mkimage -A arm -O linux -T script -C none -a 0 -e 0 -n "Panda SD Boot" -d %{SOURCE1} %{buildroot}/boot/boot.scr # << install post @@ -92,6 +96,7 @@ /boot/u-boot.bin /boot/u-boot.map /boot/boot.scr +/boot/MLO # << files %files doc other changes: -------------- ++++++ u-boot-omap4panda.yaml --- u-boot-omap4panda.yaml +++ u-boot-omap4panda.yaml @@ -16,10 +16,11 @@ Configure: none Builder: none ExclusiveArch: "%{arm}" +Obsoletes: x-loader-omap4panda SubPackages: - Name: doc Summary: Documentation for the u-boot Firmware - Group: System/Boot Documentation + Group: System/Boot Description: | Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors. This package contains documentation for u-boot firmware
