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/145 Thank You, martin brook [This message was auto-generated] --- Request # 145: Messages from BOSS: State: review at 2013-04-01T17:23:37 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,49 @@ +Name: mkimage-rpi + +# >> macros +# << macros + +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 + +# >> setup +# << setup + +%build +# >> build pre +# << build pre + +# >> build post +# << build post + +%install +rm -rf %{buildroot} +# >> install pre +# << install pre +mkdir -p %{buildroot}/boot/ +cp -v mkimage/* %{buildroot}/boot/ + +# >> install post + +# << install post + + +%files +%defattr(-,root,root,-) +/boot/* +# >> files +# << files other changes: -------------- ++++++ tools-mkimage-9c3d7b6.tgz (new)
