From edb820562d0a2e84ce2c842eb1a964777c7c6eaa Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 7 Jul 2012 09:19:32 -0500 Subject: [PATCH] still build the beagleboard image --- uboot-tools.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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