update to final 2012.04 release
This commit is contained in:
parent
5545451074
commit
fe25d074ca
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ u-boot-2010.03.tar.bz2
|
|||||||
/u-boot-2011.03.tar.bz2
|
/u-boot-2011.03.tar.bz2
|
||||||
/u-boot-2011.12.tar.bz2
|
/u-boot-2011.12.tar.bz2
|
||||||
/u-boot-2012.04-rc3.tar.bz2
|
/u-boot-2012.04-rc3.tar.bz2
|
||||||
|
/u-boot-2012.04.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
84d7ace653478b6daa1fe33da87485c8 u-boot-2012.04-rc3.tar.bz2
|
6604d5b8103e2c24585995e8511eb4ce u-boot-2012.04.tar.bz2
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
Name: uboot-tools
|
Name: uboot-tools
|
||||||
Version: 2012.04
|
Version: 2012.04
|
||||||
Release: 0.1%{?dist}.rc3
|
Release: 1%{?dist}
|
||||||
Summary: U-Boot utilities
|
Summary: U-Boot utilities
|
||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.denx.de/wiki/U-Boot
|
URL: http://www.denx.de/wiki/U-Boot
|
||||||
Source0: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}-rc3.tar.bz2
|
Source0: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
|
||||||
Patch0: 0001-enable-bootz-support-for-ti-omap-targets.patch
|
Patch0: 0001-enable-bootz-support-for-ti-omap-targets.patch
|
||||||
Patch1: 0001-panda-convert-to-uEnv.txt-bootscript.patch
|
Patch1: 0001-panda-convert-to-uEnv.txt-bootscript.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -46,7 +46,7 @@ u-boot bootloader binaries for origenboard
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n u-boot-%{version}-rc3
|
%setup -q -n u-boot-%{version}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
mkdir builds
|
mkdir builds
|
||||||
@ -142,6 +142,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 24 2012 Dennis Gilmore <dennis@ausil.us> - 2012.04-1
|
||||||
|
- update to final 2012.04 release
|
||||||
|
|
||||||
* Thu Apr 19 2012 Dennis Gilmore <dennis@ausil.us> - 2012.04-0.1.rc3
|
* Thu Apr 19 2012 Dennis Gilmore <dennis@ausil.us> - 2012.04-0.1.rc3
|
||||||
- update to 2012.04-rc3
|
- update to 2012.04-rc3
|
||||||
- build uboot binaries for beagle, panda and origen boards
|
- build uboot binaries for beagle, panda and origen boards
|
||||||
|
Loading…
Reference in New Issue
Block a user