I have made the following changes intended for : nemo:devel:hw:brcm:bcm2835:rpi / mkimage-rpi
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/155 Thank You, martin brook [This message was auto-generated] --- Request # 155: Messages from BOSS: State: review at 2013-04-02T19:46:12 by cibot Reviews: accepted by cibot : Prechecks succeeded. new for nemo:devel:hw:brcm:bcm2835:rpi : 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:vgrade:RaspberryPi / mkimage-rpi -> nemo:devel:hw:brcm:bcm2835:rpi / mkimage-rpi changes files: -------------- ++++++ new changes file: --- mkinage-rpi.changes +++ mkinage-rpi.changes @@ -0,0 +1,2 @@ +* Mon Apr 01 2013 Martin Brook <[email protected]> - 0.0.1 +- Initail version of mkimage-rpi new: ---- mkimage-rpi.spec mkinage-rpi.changes tools-mkimage-9c3d7b6.tgz spec files: ----------- ++++++ new spec file: --- mkimage-rpi.spec +++ mkimage-rpi.spec @@ -0,0 +1,34 @@ +Name: mkimage-rpi + + +Summary: Raspberry Pi kernel mkimage +Version: 0.0.1 +Release: 1 +Group: Kernel/Linux Kernel +License: GPLv2 +URL: https://github.com/raspberrypi/tools +Source0: tools-mkimage-9c3d7b6.tgz +Requires: python + + +%description +mkimage tools for RaspberryPi kernel + + +%prep +%setup -q -n tools + + +%build + + +%install +rm -rf %{buildroot} + +mkdir -p %{buildroot}/boot/ +cp -v mkimage/* %{buildroot}/boot/ + + +%files +%defattr(-,root,root,-) +/boot/* other changes: -------------- ++++++ tools-mkimage-9c3d7b6.tgz (new)
