[uboot-tools] we only need a single uEnv.txt now for all the vfat setups

Dennis Gilmore ausil at fedoraproject.org
Fri Oct 18 13:27:46 UTC 2013


commit 2f2829ddaa77d8d9cf4336465d31c4d7fdd9eddf
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Fri Oct 18 07:29:00 2013 -0500

    we only need a single uEnv.txt now for all the vfat setups
    
    remove the patches to be replaced

 ...istro-default-commands-and-config-options.patch |   70 --------------------
 ...d-option-to-include-generic-distro-config.patch |   28 --------
 ...-boards-to-use-the-generic-distro-support.patch |   41 ------------
 ...rd-to-use-generic-commands-and-set-needed.patch |   38 -----------
 0005-set-the-default-wandboard-boot-commands.patch |   48 -------------
 ...lt-boot-commands-on-omap4-to-use-extlinux.patch |   63 ------------------
 ...set-omap4-to-use-extlinux.conf-by-default.patch |   63 ------------------
 ...le-CONFIG_CMD_BOOTMENU-for-distro-configs.patch |   24 -------
 ...FIT-image-support-since-it-fails-to-build.patch |   24 -------
 0009-add-defualt-DHCP-config-options.patch         |   30 --------
 ...from-distro-default-not-all-systems-suppo.patch |   32 ---------
 ...et-omap5-up-to-use-generic-distro-configs.patch |   64 ------------------
 0012-setup-omap5-to-load-extlinux.conf.patch       |   47 -------------
 ...eagleboard-to-used-generic-distro-configs.patch |   57 ----------------
 0014-setup-beagleboard-to-load-extlinux.conf.patch |   47 -------------
 ...ddress-variables-needed-for-distro-config.patch |   59 ----------------
 0016-setup-am335x_evm-to-load-extlinux.conf.patch  |   47 -------------
 uEnv.txt.beaglebone => uEnv.txt                    |    1 -
 uEnv.txt.beagle                                    |    5 --
 uEnv.txt.beagle_xm                                 |    5 --
 uEnv.txt.panda                                     |    4 -
 uEnv.txt.panda_a4                                  |    4 -
 uEnv.txt.panda_es                                  |    4 -
 uEnv.txt.uevm                                      |    4 -
 uboot-tools.spec                                   |    9 ++-
 25 files changed, 6 insertions(+), 812 deletions(-)
---
diff --git a/uEnv.txt.beaglebone b/uEnv.txt
similarity index 89%
rename from uEnv.txt.beaglebone
rename to uEnv.txt
index 34147ba..8a21d38 100644
--- a/uEnv.txt.beaglebone
+++ b/uEnv.txt
@@ -1,4 +1,3 @@
-abcboard=am335x-bone
 bootpart=0:3
 bootfile=boot.scr
 bootdir=/boot
diff --git a/uboot-tools.spec b/uboot-tools.spec
index 68b9e99..7ca1cd5 100644
--- a/uboot-tools.spec
+++ b/uboot-tools.spec
@@ -1,12 +1,12 @@
-%global candidate rc4
+#global candidate
 
 Name:           uboot-tools
 Version:        2013.10
-Release:        0.5%{?candidate:.%{candidate}}%{?dist}
+Release:        1%{?candidate:.%{candidate}}%{?dist}
 Summary:        U-Boot utilities
 
 Group:          Development/Tools
-License:        GPLv2+
+License:        GPLv2+ BSD LGPL-2.1+ LGPL-2.0+
 URL:            http://www.denx.de/wiki/U-Boot
 Source0:        ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}%{?candidate:-%{candidate}}.tar.bz2
 Source1:        uEnv.txt.beagle
@@ -434,6 +434,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Thu Oct 17 2013 Dennis Gilmore <dennis at ausil.us> - 2013.10-1
+- update to 2013.10 final
+
 * Fri Oct 04 2013 Dennis Gilmore <dennis at ausil.us> - 2013.10-0.5.rc4
 - update to 2013.10-rc4
 


More information about the scm-commits mailing list