diff --git a/uboot-tools.spec b/uboot-tools.spec index 76026c0..d5cce34 100644 --- a/uboot-tools.spec +++ b/uboot-tools.spec @@ -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 - 2012.04.01-4 +- still build the beagleboard image + * Sat Jul 07 2012 Dennis Gilmore - 2012.04.01-3 - build beaglebone uboot images