I have made the following changes intended for : nemo:devel:hw:brcm:bcm2835:rpi / bootloader-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/141 Thank You, martin brook [This message was auto-generated] --- Request # 141: Messages from BOSS: State: review at 2013-04-01T16:17:36 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 / bootloader-rpi -> nemo:devel:hw:brcm:bcm2835:rpi / bootloader-rpi changes files: -------------- ++++++ new changes file: --- bootloader-rpi.changes +++ bootloader-rpi.changes @@ -0,0 +1,2 @@ +* Mon Apr 01 2013 Martin Brook <[email protected]> - 0.0.1 +- Initail version of bootloader-rpi new: ---- bootloader-rpi.changes bootloader-rpi.spec firmware-boot-1a7fbe81.tgz spec files: ----------- ++++++ new spec file: --- bootloader-rpi.spec +++ bootloader-rpi.spec @@ -0,0 +1,47 @@ +Name: bootloader-rpi + +# >> macros +# << macros + +Summary: Raspberry Pi bootloader files +Version: 0.0.1 +Release: 1 +Group: Kernel/Linux Kernel +License: GPLv2 +URL: https://github.com/raspberrypi/firmware +Source0: firmware-boot-1a7fbe81.tgz + +%description +Bootloader files for RaspberryPi + + +%prep +%setup -q -n firmware + +# >> 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 boot/* %{buildroot}/boot/ + +# >> install post + +# << install post + + +%files +%defattr(-,root,root,-) +/boot/* +# >> files +# << files other changes: -------------- ++++++ firmware-boot-1a7fbe81.tgz (new)
