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/160 Thank You, martin brook [This message was auto-generated] --- Request # 160: Messages from BOSS: State: review at 2013-04-03T07:21:33 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,32 @@ +Name: bootloader-rpi + +Summary: Raspberry Pi bootloader files +Version: 0.0.1 +Release: 1 +Group: Kernel/Linux Kernel +License: GPLv2 and Broadcom Proprietary +URL: https://github.com/raspberrypi/firmware +Source0: firmware-boot-1a7fbe81.tgz + +%description +Bootloader files for RaspberryPi + + +%prep +%setup -q -n firmware + + +%build + +%install +rm -rf %{buildroot} + +mkdir -p %{buildroot}/boot/ +cp -v boot/* %{buildroot}/boot/ + + + + +%files +%defattr(-,root,root,-) +/boot/* other changes: -------------- ++++++ firmware-boot-1a7fbe81.tgz (new)
