forked from pool/u-boot
Accepting request 234407 from Base:System
- Enhance pre_checkin.sh script to handle arch restrictions - Fix builds : * 'tools' target is now 'tools-only' * kermit scripts moved from 'tools/scripts' to 'tools/kermit/' * Enhanced pre_checkin.sh script to handle uppercases in config name * Renamed config from cubieboard to Cubieboard * Renamed config from cubieboard2 to Cubieboard2 * Renamed config from hyundai_a7hd to Hyundai_A7HD * Renamed config from mele_a1000 to Mele_A1000 - Add vexpress_aemv8a board - Update to v2014.04 * Update mlo-ext2.patch * Update mx53loco-bootscr.patch * Update origen-ext2.patch * Dropped v2014.01-sunxi.patch and created v2014.04-sunxi.patch by diffing u-boot-2014.04 with u-boot-sunxi.git d9fe0a1e061e2bde6c24a0f7cef4f5023f3bd579 * Update rpi_b-bootscr.patch * Drop gnuhash.patch (upstreamed) - Enhance pre_checkin.sh script to handle arch restrictions - Fix builds : * 'tools' target is now 'tools-only' * kermit scripts moved from 'tools/scripts' to 'tools/kermit/' * Enhanced pre_checkin.sh script to handle uppercases in config name * Renamed config from cubieboard to Cubieboard OBS-URL: https://build.opensuse.org/request/show/234407 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/u-boot?expand=0&rev=25
This commit is contained in:
committed by
Git OBS Bridge
parent
2bae78bb08
commit
7b56261a82
@@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: u-boot
|
||||
Version: 2014.01
|
||||
Version: 2014.04
|
||||
Release: 0
|
||||
Summary: Tools for the u-boot Firmware
|
||||
License: GPL-2.0
|
||||
@@ -47,7 +47,7 @@ mkimage- a tool that creates kernel bootable images for u-boot.
|
||||
%setup -q -n u-boot-%{version}
|
||||
|
||||
%build
|
||||
make USE_PRIVATE_LIBGG=yes tools
|
||||
make USE_PRIVATE_LIBGG=yes tools-only
|
||||
|
||||
%install
|
||||
install -D -m 0755 tools/mkimage %{buildroot}%{_bindir}/mkimage
|
||||
|
Reference in New Issue
Block a user