]> git.pld-linux.org Git - packages/uboot.git/blame - uboot.spec
- up to 1.3.3
[packages/uboot.git] / uboot.spec
CommitLineData
ac10ab20
ER
1Summary: Das U-Boot -- the Universal Boot Loader
2Name: uboot
c7c7eeb7 3Version: 1.3.3
ac10ab20
ER
4Release: 0.1
5License: GPL
6Group: Applications/System
7Source0: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
c7c7eeb7 8# Source0-md5: 6ee26954bb548ad90392cd329ab5cc4c
ac10ab20
ER
9URL: http://www.denx.de/wiki/UBoot
10BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12%description
13Das U-Boot (Universal Bootloader, German for "the submarine") is a
14boot loader for a number of different computer architectures,
15including PPC, ARM, AVR32, MIPS, x86, 68k, Nios, and MicroBlaze.
16
17%package mkimage
18Summary: Generate kernel image for U-Boot
19Group: Applications/System
20
21%description mkimage
22This package contains the mkimage utility, which encapsulates a
23compressed "uImage" Linux kerel image with header information, CRC32
24checksum, etc, for use with the U-Boot bootloader.
25
26mkimage can also be used to create ramdisk images for use with U-Boot,
27either separated from the Linux kernel image, or combined into one
28file. mkimage encapsulates the images with a 64 byte header containing
29information about target architecture, operating system, image type,
30compression method, entry points, time stamp, CRC32 checksums, etc.
31
32%prep
33%setup -q -n u-boot-%{version}
ac10ab20
ER
34
35%build
c7c7eeb7
AM
36touch include/config.mk include/config.h
37
38%{__make} tools \
39 HOSTSTRIP=echo \
40 BIN_FILES="bmp_logo gen_eth_addr img2srec mkimage"
ac10ab20
ER
41
42%install
43rm -rf $RPM_BUILD_ROOT
44install -d $RPM_BUILD_ROOT%{_bindir}
c7c7eeb7 45
ac10ab20
ER
46install tools/mkimage $RPM_BUILD_ROOT%{_bindir}
47
48%clean
49rm -rf $RPM_BUILD_ROOT
50
51%files
52%defattr(644,root,root,755)
53%doc CHANGELOG CHANGELOG-before-U-Boot-1.1.5 CREDITS MAINTAINERS README
54# COPYING contains some extra note
55%doc COPYING
56
57%files mkimage
58%defattr(644,root,root,755)
59%attr(755,root,root) %{_bindir}/mkimage
This page took 0.075082 seconds and 4 git commands to generate.