still build the beagleboard image

This commit is contained in:
Dennis Gilmore 2012-07-07 09:19:32 -05:00
parent 43d7a0024c
commit edb820562d
1 changed files with 11 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: uboot-tools
Version: 2012.04.01
Release: 3%{?dist}
Release: 4%{?dist}
Summary: U-Boot utilities
Group: Development/Tools
@ -69,6 +69,13 @@ cp -p u-boot.img builds/u-boot.img.beaglebone
cp -p u-boot.bin builds/u-boot.bin.beaglebone
make distclean
make CROSS_COMPILE="" omap3_beagle_config
make HOSTCC="gcc $RPM_OPT_FLAGS" CROSS_COMPILE=""
cp -p MLO builds/iMLO.beagle
cp -p u-boot.img builds/u-boot.img.beagle
cp -p u-boot.bin builds/u-boot.bin.beagle
make distclean
make CROSS_COMPILE="" omap4_panda_config
make HOSTCC="gcc $RPM_OPT_FLAGS" CROSS_COMPILE=""
cp -p MLO builds/MLO.panda
@ -156,6 +163,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Sat Jul 07 2012 Dennis Gilmore <dennis@ausil.us> - 2012.04.01-4
- still build the beagleboard image
* Sat Jul 07 2012 Dennis Gilmore <dennis@ausil.us> - 2012.04.01-3
- build beaglebone uboot images