Hello community,

here is the log from the commit of package u-boot for openSUSE:Factory checked 
in at 2014-11-19 20:26:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/u-boot (Old)
 and      /work/SRC/openSUSE:Factory/.u-boot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "u-boot"

Changes:
--------
--- /work/SRC/openSUSE:Factory/u-boot/u-boot-am335xevm.changes  2014-11-13 
09:17:37.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.u-boot.new/u-boot-am335xevm.changes     
2014-11-19 20:30:26.000000000 +0100
@@ -1,0 +2,16 @@
+Mon Nov 17 21:15:50 UTC 2014 - [email protected]
+
+- Add u-boot-with-sunxi-spl.bin for sunxi boards 
+
+-------------------------------------------------------------------
+Mon Nov 17 15:17:56 UTC 2014 - [email protected]
+
+- Make use of RPM_OPT_FLAGS during make 
+
+-------------------------------------------------------------------
+Sat Nov 15 14:55:06 UTC 2014 - [email protected]
+
+- Fix sunxi boards (use u-boot.img instead of u-boot.bin)
+- Remove duplicated default install line
+
+-------------------------------------------------------------------
u-boot-arndale.changes: same change
u-boot-colibrit20iris.changes: same change
u-boot-cubieboard.changes: same change
u-boot-cubieboard2.changes: same change
u-boot-cubietruck.changes: same change
u-boot-highbank.changes: same change
u-boot-melea1000.changes: same change
u-boot-mx53loco.changes: same change
u-boot-mx6qsabrelite.changes: same change
u-boot-omap3beagle.changes: same change
u-boot-omap4panda.changes: same change
u-boot-paz00.changes: same change
u-boot-rpib.changes: same change
u-boot-snow.changes: same change
u-boot-vexpressaemv8a.changes: same change
u-boot.changes: same change

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ u-boot-am335xevm.spec ++++++
--- /var/tmp/diff_new_pack.nqV9Uq/_old  2014-11-19 20:30:28.000000000 +0100
+++ /var/tmp/diff_new_pack.nqV9Uq/_new  2014-11-19 20:30:28.000000000 +0100
@@ -95,9 +95,7 @@
 
 %build
 make %{?jobs:-j %jobs} CFLAGS="$RPM_OPT_FLAGS" am335x_evm_defconfig
-# temporary disable of --build-id
-#make CFLAGS="$RPM_OPT_FLAGS" USE_PRIVATE_LIBGG=yes
-make %{?jobs:-j %jobs} USE_PRIVATE_LIBGG=yes
+make %{?jobs:-j %jobs} CFLAGS="$RPM_OPT_FLAGS" USE_PRIVATE_LIBGG=yes
 %if "%{name}" == "u-boot-snow"
 # Chromebook ARM (snow) need a uImage format
 export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map)
@@ -105,7 +103,6 @@
 %endif
 
 %install
-install -D -m 0644 u-boot.img %{buildroot}/boot/u-boot.img
 # Some times u-boot needs a dtb to configure itself appended to the binary.
 # In that case prefer the one with a working dtb already appended.
 if [ -f u-boot-dtb-tegra.bin ]; then
@@ -127,6 +124,7 @@
 %endif
 %if %sunxi_spl == 1
 install -D -m 0755 spl/sunxi-spl.bin %{buildroot}/boot/sunxi-spl.bin
+install -D -m 0755 u-boot-sunxi-with-spl.bin 
%{buildroot}/boot/u-boot-sunxi-with-spl.bin 
 %endif
 %if %cuboxi_spl == 1
 install -D -m 0755 SPL %{buildroot}/boot/cuboxi-spl.bin

++++++ u-boot-arndale.spec ++++++
--- /var/tmp/diff_new_pack.nqV9Uq/_old  2014-11-19 20:30:28.000000000 +0100
+++ /var/tmp/diff_new_pack.nqV9Uq/_new  2014-11-19 20:30:28.000000000 +0100
@@ -95,9 +95,7 @@
 
 %build
 make %{?jobs:-j %jobs} CFLAGS="$RPM_OPT_FLAGS" arndale_defconfig
-# temporary disable of --build-id
-#make CFLAGS="$RPM_OPT_FLAGS" USE_PRIVATE_LIBGG=yes
-make %{?jobs:-j %jobs} USE_PRIVATE_LIBGG=yes
+make %{?jobs:-j %jobs} CFLAGS="$RPM_OPT_FLAGS" USE_PRIVATE_LIBGG=yes
 %if "%{name}" == "u-boot-snow"
 # Chromebook ARM (snow) need a uImage format
 export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map)
@@ -105,7 +103,6 @@
 %endif
 
 %install
-install -D -m 0644 u-boot.bin %{buildroot}/boot/u-boot.bin
 # Some times u-boot needs a dtb to configure itself appended to the binary.
 # In that case prefer the one with a working dtb already appended.
 if [ -f u-boot-dtb-tegra.bin ]; then
@@ -127,6 +124,7 @@
 %endif
 %if %sunxi_spl == 1
 install -D -m 0755 spl/sunxi-spl.bin %{buildroot}/boot/sunxi-spl.bin
+install -D -m 0755 u-boot-sunxi-with-spl.bin 
%{buildroot}/boot/u-boot-sunxi-with-spl.bin 
 %endif
 %if %cuboxi_spl == 1
 install -D -m 0755 SPL %{buildroot}/boot/cuboxi-spl.bin

++++++ u-boot-colibrit20iris.spec ++++++
--- /var/tmp/diff_new_pack.nqV9Uq/_old  2014-11-19 20:30:28.000000000 +0100
+++ /var/tmp/diff_new_pack.nqV9Uq/_new  2014-11-19 20:30:28.000000000 +0100
@@ -95,9 +95,7 @@
 
 %build
 make %{?jobs:-j %jobs} CFLAGS="$RPM_OPT_FLAGS" colibri_t20_iris_defconfig
-# temporary disable of --build-id
-#make CFLAGS="$RPM_OPT_FLAGS" USE_PRIVATE_LIBGG=yes
-make %{?jobs:-j %jobs} USE_PRIVATE_LIBGG=yes
+make %{?jobs:-j %jobs} CFLAGS="$RPM_OPT_FLAGS" USE_PRIVATE_LIBGG=yes
 %if "%{name}" == "u-boot-snow"
 # Chromebook ARM (snow) need a uImage format
 export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map)
@@ -105,7 +103,6 @@
 %endif
 
 %install
-install -D -m 0644 u-boot.bin %{buildroot}/boot/u-boot.bin
 # Some times u-boot needs a dtb to configure itself appended to the binary.
 # In that case prefer the one with a working dtb already appended.
 if [ -f u-boot-dtb-tegra.bin ]; then
@@ -127,6 +124,7 @@
 %endif
 %if %sunxi_spl == 1
 install -D -m 0755 spl/sunxi-spl.bin %{buildroot}/boot/sunxi-spl.bin
+install -D -m 0755 u-boot-sunxi-with-spl.bin 
%{buildroot}/boot/u-boot-sunxi-with-spl.bin 
 %endif
 %if %cuboxi_spl == 1
 install -D -m 0755 SPL %{buildroot}/boot/cuboxi-spl.bin

++++++ u-boot-cubieboard.spec ++++++
--- /var/tmp/diff_new_pack.nqV9Uq/_old  2014-11-19 20:30:28.000000000 +0100
+++ /var/tmp/diff_new_pack.nqV9Uq/_new  2014-11-19 20:30:28.000000000 +0100
@@ -95,9 +95,7 @@
 
 %build
 make %{?jobs:-j %jobs} CFLAGS="$RPM_OPT_FLAGS" Cubieboard_defconfig
-# temporary disable of --build-id
-#make CFLAGS="$RPM_OPT_FLAGS" USE_PRIVATE_LIBGG=yes
-make %{?jobs:-j %jobs} USE_PRIVATE_LIBGG=yes
+make %{?jobs:-j %jobs} CFLAGS="$RPM_OPT_FLAGS" USE_PRIVATE_LIBGG=yes
 %if "%{name}" == "u-boot-snow"
 # Chromebook ARM (snow) need a uImage format
 export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map)
@@ -105,15 +103,14 @@
 %endif
 
 %install
-install -D -m 0644 u-boot.bin %{buildroot}/boot/u-boot.bin
 # Some times u-boot needs a dtb to configure itself appended to the binary.
 # In that case prefer the one with a working dtb already appended.
 if [ -f u-boot-dtb-tegra.bin ]; then
-    install -D -m 0644 u-boot-dtb-tegra.bin %{buildroot}/boot/u-boot.bin
-elif [ -f u-boot-dtb.bin ]; then
-    install -D -m 0644 u-boot-dtb.bin %{buildroot}/boot/u-boot.bin
+    install -D -m 0644 u-boot-dtb-tegra.img %{buildroot}/boot/u-boot.img
+elif [ -f u-boot-dtb.img ]; then
+    install -D -m 0644 u-boot-dtb.img %{buildroot}/boot/u-boot.img
 else
-    install -D -m 0644 u-boot.bin %{buildroot}/boot/u-boot.bin
+    install -D -m 0644 u-boot.img %{buildroot}/boot/u-boot.img
 fi
 %if %x_loader == 1
 install -D -m 0755 MLO %{buildroot}/boot/MLO
@@ -127,6 +124,7 @@
 %endif
 %if %sunxi_spl == 1
 install -D -m 0755 spl/sunxi-spl.bin %{buildroot}/boot/sunxi-spl.bin
+install -D -m 0755 u-boot-sunxi-with-spl.bin 
%{buildroot}/boot/u-boot-sunxi-with-spl.bin 
 %endif
 %if %cuboxi_spl == 1
 install -D -m 0755 SPL %{buildroot}/boot/cuboxi-spl.bin

++++++ u-boot-cubieboard2.spec ++++++
--- /var/tmp/diff_new_pack.nqV9Uq/_old  2014-11-19 20:30:28.000000000 +0100
+++ /var/tmp/diff_new_pack.nqV9Uq/_new  2014-11-19 20:30:28.000000000 +0100
@@ -95,9 +95,7 @@
 
 %build
 make %{?jobs:-j %jobs} CFLAGS="$RPM_OPT_FLAGS" Cubieboard2_defconfig
-# temporary disable of --build-id
-#make CFLAGS="$RPM_OPT_FLAGS" USE_PRIVATE_LIBGG=yes
-make %{?jobs:-j %jobs} USE_PRIVATE_LIBGG=yes
+make %{?jobs:-j %jobs} CFLAGS="$RPM_OPT_FLAGS" USE_PRIVATE_LIBGG=yes
 %if "%{name}" == "u-boot-snow"
 # Chromebook ARM (snow) need a uImage format
 export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map)
@@ -105,15 +103,14 @@
 %endif
 
 %install
-install -D -m 0644 u-boot.bin %{buildroot}/boot/u-boot.bin
 # Some times u-boot needs a dtb to configure itself appended to the binary.
 # In that case prefer the one with a working dtb already appended.
 if [ -f u-boot-dtb-tegra.bin ]; then
-    install -D -m 0644 u-boot-dtb-tegra.bin %{buildroot}/boot/u-boot.bin
-elif [ -f u-boot-dtb.bin ]; then
-    install -D -m 0644 u-boot-dtb.bin %{buildroot}/boot/u-boot.bin
+    install -D -m 0644 u-boot-dtb-tegra.img %{buildroot}/boot/u-boot.img
+elif [ -f u-boot-dtb.img ]; then
+    install -D -m 0644 u-boot-dtb.img %{buildroot}/boot/u-boot.img
 else
-    install -D -m 0644 u-boot.bin %{buildroot}/boot/u-boot.bin
+    install -D -m 0644 u-boot.img %{buildroot}/boot/u-boot.img
 fi
 %if %x_loader == 1
 install -D -m 0755 MLO %{buildroot}/boot/MLO
@@ -127,6 +124,7 @@
 %endif
 %if %sunxi_spl == 1
 install -D -m 0755 spl/sunxi-spl.bin %{buildroot}/boot/sunxi-spl.bin
+install -D -m 0755 u-boot-sunxi-with-spl.bin 
%{buildroot}/boot/u-boot-sunxi-with-spl.bin 
 %endif
 %if %cuboxi_spl == 1
 install -D -m 0755 SPL %{buildroot}/boot/cuboxi-spl.bin

++++++ u-boot-cubietruck.spec ++++++
--- /var/tmp/diff_new_pack.nqV9Uq/_old  2014-11-19 20:30:28.000000000 +0100
+++ /var/tmp/diff_new_pack.nqV9Uq/_new  2014-11-19 20:30:28.000000000 +0100
@@ -95,9 +95,7 @@
 
 %build
 make %{?jobs:-j %jobs} CFLAGS="$RPM_OPT_FLAGS" Cubietruck_defconfig
-# temporary disable of --build-id
-#make CFLAGS="$RPM_OPT_FLAGS" USE_PRIVATE_LIBGG=yes
-make %{?jobs:-j %jobs} USE_PRIVATE_LIBGG=yes
+make %{?jobs:-j %jobs} CFLAGS="$RPM_OPT_FLAGS" USE_PRIVATE_LIBGG=yes
 %if "%{name}" == "u-boot-snow"
 # Chromebook ARM (snow) need a uImage format
 export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map)
@@ -105,15 +103,14 @@
 %endif
 
 %install
-install -D -m 0644 u-boot.bin %{buildroot}/boot/u-boot.bin
 # Some times u-boot needs a dtb to configure itself appended to the binary.
 # In that case prefer the one with a working dtb already appended.
 if [ -f u-boot-dtb-tegra.bin ]; then
-    install -D -m 0644 u-boot-dtb-tegra.bin %{buildroot}/boot/u-boot.bin
-elif [ -f u-boot-dtb.bin ]; then
-    install -D -m 0644 u-boot-dtb.bin %{buildroot}/boot/u-boot.bin
+    install -D -m 0644 u-boot-dtb-tegra.img %{buildroot}/boot/u-boot.img
+elif [ -f u-boot-dtb.img ]; then
+    install -D -m 0644 u-boot-dtb.img %{buildroot}/boot/u-boot.img
 else
-    install -D -m 0644 u-boot.bin %{buildroot}/boot/u-boot.bin
+    install -D -m 0644 u-boot.img %{buildroot}/boot/u-boot.img
 fi
 %if %x_loader == 1
 install -D -m 0755 MLO %{buildroot}/boot/MLO
@@ -127,6 +124,7 @@
 %endif
 %if %sunxi_spl == 1
 install -D -m 0755 spl/sunxi-spl.bin %{buildroot}/boot/sunxi-spl.bin
+install -D -m 0755 u-boot-sunxi-with-spl.bin 
%{buildroot}/boot/u-boot-sunxi-with-spl.bin 
 %endif
 %if %cuboxi_spl == 1
 install -D -m 0755 SPL %{buildroot}/boot/cuboxi-spl.bin

++++++ u-boot-highbank.spec ++++++
--- /var/tmp/diff_new_pack.nqV9Uq/_old  2014-11-19 20:30:28.000000000 +0100
+++ /var/tmp/diff_new_pack.nqV9Uq/_new  2014-11-19 20:30:28.000000000 +0100
@@ -95,9 +95,7 @@
 
 %build
 make %{?jobs:-j %jobs} CFLAGS="$RPM_OPT_FLAGS" highbank_defconfig
-# temporary disable of --build-id
-#make CFLAGS="$RPM_OPT_FLAGS" USE_PRIVATE_LIBGG=yes
-make %{?jobs:-j %jobs} USE_PRIVATE_LIBGG=yes
+make %{?jobs:-j %jobs} CFLAGS="$RPM_OPT_FLAGS" USE_PRIVATE_LIBGG=yes
 %if "%{name}" == "u-boot-snow"
 # Chromebook ARM (snow) need a uImage format
 export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map)
@@ -105,7 +103,6 @@
 %endif
 
 %install
-install -D -m 0644 u-boot.bin %{buildroot}/boot/u-boot.bin
 # Some times u-boot needs a dtb to configure itself appended to the binary.
 # In that case prefer the one with a working dtb already appended.
 if [ -f u-boot-dtb-tegra.bin ]; then
@@ -127,6 +124,7 @@
 %endif
 %if %sunxi_spl == 1
 install -D -m 0755 spl/sunxi-spl.bin %{buildroot}/boot/sunxi-spl.bin
+install -D -m 0755 u-boot-sunxi-with-spl.bin 
%{buildroot}/boot/u-boot-sunxi-with-spl.bin 
 %endif
 %if %cuboxi_spl == 1
 install -D -m 0755 SPL %{buildroot}/boot/cuboxi-spl.bin

++++++ u-boot-melea1000.spec ++++++
--- /var/tmp/diff_new_pack.nqV9Uq/_old  2014-11-19 20:30:28.000000000 +0100
+++ /var/tmp/diff_new_pack.nqV9Uq/_new  2014-11-19 20:30:28.000000000 +0100
@@ -95,9 +95,7 @@
 
 %build
 make %{?jobs:-j %jobs} CFLAGS="$RPM_OPT_FLAGS" Mele_A1000_defconfig
-# temporary disable of --build-id
-#make CFLAGS="$RPM_OPT_FLAGS" USE_PRIVATE_LIBGG=yes
-make %{?jobs:-j %jobs} USE_PRIVATE_LIBGG=yes
+make %{?jobs:-j %jobs} CFLAGS="$RPM_OPT_FLAGS" USE_PRIVATE_LIBGG=yes
 %if "%{name}" == "u-boot-snow"
 # Chromebook ARM (snow) need a uImage format
 export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map)
@@ -105,15 +103,14 @@
 %endif
 
 %install
-install -D -m 0644 u-boot.bin %{buildroot}/boot/u-boot.bin
 # Some times u-boot needs a dtb to configure itself appended to the binary.
 # In that case prefer the one with a working dtb already appended.
 if [ -f u-boot-dtb-tegra.bin ]; then
-    install -D -m 0644 u-boot-dtb-tegra.bin %{buildroot}/boot/u-boot.bin
-elif [ -f u-boot-dtb.bin ]; then
-    install -D -m 0644 u-boot-dtb.bin %{buildroot}/boot/u-boot.bin
+    install -D -m 0644 u-boot-dtb-tegra.img %{buildroot}/boot/u-boot.img
+elif [ -f u-boot-dtb.img ]; then
+    install -D -m 0644 u-boot-dtb.img %{buildroot}/boot/u-boot.img
 else
-    install -D -m 0644 u-boot.bin %{buildroot}/boot/u-boot.bin
+    install -D -m 0644 u-boot.img %{buildroot}/boot/u-boot.img
 fi
 %if %x_loader == 1
 install -D -m 0755 MLO %{buildroot}/boot/MLO
@@ -127,6 +124,7 @@
 %endif
 %if %sunxi_spl == 1
 install -D -m 0755 spl/sunxi-spl.bin %{buildroot}/boot/sunxi-spl.bin
+install -D -m 0755 u-boot-sunxi-with-spl.bin 
%{buildroot}/boot/u-boot-sunxi-with-spl.bin 
 %endif
 %if %cuboxi_spl == 1
 install -D -m 0755 SPL %{buildroot}/boot/cuboxi-spl.bin

++++++ u-boot-mx53loco.spec ++++++
--- /var/tmp/diff_new_pack.nqV9Uq/_old  2014-11-19 20:30:28.000000000 +0100
+++ /var/tmp/diff_new_pack.nqV9Uq/_new  2014-11-19 20:30:28.000000000 +0100
@@ -95,9 +95,7 @@
 
 %build
 make %{?jobs:-j %jobs} CFLAGS="$RPM_OPT_FLAGS" mx53loco_defconfig
-# temporary disable of --build-id
-#make CFLAGS="$RPM_OPT_FLAGS" USE_PRIVATE_LIBGG=yes
-make %{?jobs:-j %jobs} USE_PRIVATE_LIBGG=yes
+make %{?jobs:-j %jobs} CFLAGS="$RPM_OPT_FLAGS" USE_PRIVATE_LIBGG=yes
 %if "%{name}" == "u-boot-snow"
 # Chromebook ARM (snow) need a uImage format
 export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map)
@@ -105,7 +103,6 @@
 %endif
 
 %install
-install -D -m 0644 u-boot.imx %{buildroot}/boot/u-boot.imx
 # Some times u-boot needs a dtb to configure itself appended to the binary.
 # In that case prefer the one with a working dtb already appended.
 if [ -f u-boot-dtb-tegra.bin ]; then
@@ -127,6 +124,7 @@
 %endif
 %if %sunxi_spl == 1
 install -D -m 0755 spl/sunxi-spl.bin %{buildroot}/boot/sunxi-spl.bin
+install -D -m 0755 u-boot-sunxi-with-spl.bin 
%{buildroot}/boot/u-boot-sunxi-with-spl.bin 
 %endif
 %if %cuboxi_spl == 1
 install -D -m 0755 SPL %{buildroot}/boot/cuboxi-spl.bin

++++++ u-boot-mx6qsabrelite.spec ++++++
--- /var/tmp/diff_new_pack.nqV9Uq/_old  2014-11-19 20:30:28.000000000 +0100
+++ /var/tmp/diff_new_pack.nqV9Uq/_new  2014-11-19 20:30:28.000000000 +0100
@@ -95,9 +95,7 @@
 
 %build
 make %{?jobs:-j %jobs} CFLAGS="$RPM_OPT_FLAGS" mx6qsabrelite_defconfig
-# temporary disable of --build-id
-#make CFLAGS="$RPM_OPT_FLAGS" USE_PRIVATE_LIBGG=yes
-make %{?jobs:-j %jobs} USE_PRIVATE_LIBGG=yes
+make %{?jobs:-j %jobs} CFLAGS="$RPM_OPT_FLAGS" USE_PRIVATE_LIBGG=yes
 %if "%{name}" == "u-boot-snow"
 # Chromebook ARM (snow) need a uImage format
 export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map)
@@ -105,7 +103,6 @@
 %endif
 
 %install
-install -D -m 0644 u-boot.imx %{buildroot}/boot/u-boot.imx
 # Some times u-boot needs a dtb to configure itself appended to the binary.
 # In that case prefer the one with a working dtb already appended.
 if [ -f u-boot-dtb-tegra.bin ]; then
@@ -127,6 +124,7 @@
 %endif
 %if %sunxi_spl == 1
 install -D -m 0755 spl/sunxi-spl.bin %{buildroot}/boot/sunxi-spl.bin
+install -D -m 0755 u-boot-sunxi-with-spl.bin 
%{buildroot}/boot/u-boot-sunxi-with-spl.bin 
 %endif
 %if %cuboxi_spl == 1
 install -D -m 0755 SPL %{buildroot}/boot/cuboxi-spl.bin

++++++ u-boot-omap3beagle.spec ++++++
--- /var/tmp/diff_new_pack.nqV9Uq/_old  2014-11-19 20:30:28.000000000 +0100
+++ /var/tmp/diff_new_pack.nqV9Uq/_new  2014-11-19 20:30:28.000000000 +0100
@@ -95,9 +95,7 @@
 
 %build
 make %{?jobs:-j %jobs} CFLAGS="$RPM_OPT_FLAGS" omap3_beagle_defconfig
-# temporary disable of --build-id
-#make CFLAGS="$RPM_OPT_FLAGS" USE_PRIVATE_LIBGG=yes
-make %{?jobs:-j %jobs} USE_PRIVATE_LIBGG=yes
+make %{?jobs:-j %jobs} CFLAGS="$RPM_OPT_FLAGS" USE_PRIVATE_LIBGG=yes
 %if "%{name}" == "u-boot-snow"
 # Chromebook ARM (snow) need a uImage format
 export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map)
@@ -105,7 +103,6 @@
 %endif
 
 %install
-install -D -m 0644 u-boot.img %{buildroot}/boot/u-boot.img
 # Some times u-boot needs a dtb to configure itself appended to the binary.
 # In that case prefer the one with a working dtb already appended.
 if [ -f u-boot-dtb-tegra.bin ]; then
@@ -127,6 +124,7 @@
 %endif
 %if %sunxi_spl == 1
 install -D -m 0755 spl/sunxi-spl.bin %{buildroot}/boot/sunxi-spl.bin
+install -D -m 0755 u-boot-sunxi-with-spl.bin 
%{buildroot}/boot/u-boot-sunxi-with-spl.bin 
 %endif
 %if %cuboxi_spl == 1
 install -D -m 0755 SPL %{buildroot}/boot/cuboxi-spl.bin

++++++ u-boot-omap4panda.spec ++++++
--- /var/tmp/diff_new_pack.nqV9Uq/_old  2014-11-19 20:30:28.000000000 +0100
+++ /var/tmp/diff_new_pack.nqV9Uq/_new  2014-11-19 20:30:28.000000000 +0100
@@ -95,9 +95,7 @@
 
 %build
 make %{?jobs:-j %jobs} CFLAGS="$RPM_OPT_FLAGS" omap4_panda_defconfig
-# temporary disable of --build-id
-#make CFLAGS="$RPM_OPT_FLAGS" USE_PRIVATE_LIBGG=yes
-make %{?jobs:-j %jobs} USE_PRIVATE_LIBGG=yes
+make %{?jobs:-j %jobs} CFLAGS="$RPM_OPT_FLAGS" USE_PRIVATE_LIBGG=yes
 %if "%{name}" == "u-boot-snow"
 # Chromebook ARM (snow) need a uImage format
 export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map)
@@ -105,7 +103,6 @@
 %endif
 
 %install
-install -D -m 0644 u-boot.img %{buildroot}/boot/u-boot.img
 # Some times u-boot needs a dtb to configure itself appended to the binary.
 # In that case prefer the one with a working dtb already appended.
 if [ -f u-boot-dtb-tegra.bin ]; then
@@ -127,6 +124,7 @@
 %endif
 %if %sunxi_spl == 1
 install -D -m 0755 spl/sunxi-spl.bin %{buildroot}/boot/sunxi-spl.bin
+install -D -m 0755 u-boot-sunxi-with-spl.bin 
%{buildroot}/boot/u-boot-sunxi-with-spl.bin 
 %endif
 %if %cuboxi_spl == 1
 install -D -m 0755 SPL %{buildroot}/boot/cuboxi-spl.bin

++++++ u-boot-paz00.spec ++++++
--- /var/tmp/diff_new_pack.nqV9Uq/_old  2014-11-19 20:30:28.000000000 +0100
+++ /var/tmp/diff_new_pack.nqV9Uq/_new  2014-11-19 20:30:28.000000000 +0100
@@ -95,9 +95,7 @@
 
 %build
 make %{?jobs:-j %jobs} CFLAGS="$RPM_OPT_FLAGS" paz00_defconfig
-# temporary disable of --build-id
-#make CFLAGS="$RPM_OPT_FLAGS" USE_PRIVATE_LIBGG=yes
-make %{?jobs:-j %jobs} USE_PRIVATE_LIBGG=yes
+make %{?jobs:-j %jobs} CFLAGS="$RPM_OPT_FLAGS" USE_PRIVATE_LIBGG=yes
 %if "%{name}" == "u-boot-snow"
 # Chromebook ARM (snow) need a uImage format
 export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map)
@@ -105,7 +103,6 @@
 %endif
 
 %install
-install -D -m 0644 u-boot.bin %{buildroot}/boot/u-boot.bin
 # Some times u-boot needs a dtb to configure itself appended to the binary.
 # In that case prefer the one with a working dtb already appended.
 if [ -f u-boot-dtb-tegra.bin ]; then
@@ -127,6 +124,7 @@
 %endif
 %if %sunxi_spl == 1
 install -D -m 0755 spl/sunxi-spl.bin %{buildroot}/boot/sunxi-spl.bin
+install -D -m 0755 u-boot-sunxi-with-spl.bin 
%{buildroot}/boot/u-boot-sunxi-with-spl.bin 
 %endif
 %if %cuboxi_spl == 1
 install -D -m 0755 SPL %{buildroot}/boot/cuboxi-spl.bin

++++++ u-boot-rpib.spec ++++++
--- /var/tmp/diff_new_pack.nqV9Uq/_old  2014-11-19 20:30:28.000000000 +0100
+++ /var/tmp/diff_new_pack.nqV9Uq/_new  2014-11-19 20:30:28.000000000 +0100
@@ -95,9 +95,7 @@
 
 %build
 make %{?jobs:-j %jobs} CFLAGS="$RPM_OPT_FLAGS" rpi_b_defconfig
-# temporary disable of --build-id
-#make CFLAGS="$RPM_OPT_FLAGS" USE_PRIVATE_LIBGG=yes
-make %{?jobs:-j %jobs} USE_PRIVATE_LIBGG=yes
+make %{?jobs:-j %jobs} CFLAGS="$RPM_OPT_FLAGS" USE_PRIVATE_LIBGG=yes
 %if "%{name}" == "u-boot-snow"
 # Chromebook ARM (snow) need a uImage format
 export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map)
@@ -105,7 +103,6 @@
 %endif
 
 %install
-install -D -m 0644 u-boot.bin %{buildroot}/boot/u-boot.bin
 # Some times u-boot needs a dtb to configure itself appended to the binary.
 # In that case prefer the one with a working dtb already appended.
 if [ -f u-boot-dtb-tegra.bin ]; then
@@ -127,6 +124,7 @@
 %endif
 %if %sunxi_spl == 1
 install -D -m 0755 spl/sunxi-spl.bin %{buildroot}/boot/sunxi-spl.bin
+install -D -m 0755 u-boot-sunxi-with-spl.bin 
%{buildroot}/boot/u-boot-sunxi-with-spl.bin 
 %endif
 %if %cuboxi_spl == 1
 install -D -m 0755 SPL %{buildroot}/boot/cuboxi-spl.bin

++++++ u-boot-snow.spec ++++++
--- /var/tmp/diff_new_pack.nqV9Uq/_old  2014-11-19 20:30:28.000000000 +0100
+++ /var/tmp/diff_new_pack.nqV9Uq/_new  2014-11-19 20:30:29.000000000 +0100
@@ -95,9 +95,7 @@
 
 %build
 make %{?jobs:-j %jobs} CFLAGS="$RPM_OPT_FLAGS" snow_defconfig
-# temporary disable of --build-id
-#make CFLAGS="$RPM_OPT_FLAGS" USE_PRIVATE_LIBGG=yes
-make %{?jobs:-j %jobs} USE_PRIVATE_LIBGG=yes
+make %{?jobs:-j %jobs} CFLAGS="$RPM_OPT_FLAGS" USE_PRIVATE_LIBGG=yes
 %if "%{name}" == "u-boot-snow"
 # Chromebook ARM (snow) need a uImage format
 export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map)
@@ -105,7 +103,6 @@
 %endif
 
 %install
-install -D -m 0644 u-boot.img %{buildroot}/boot/u-boot.img
 # Some times u-boot needs a dtb to configure itself appended to the binary.
 # In that case prefer the one with a working dtb already appended.
 if [ -f u-boot-dtb-tegra.bin ]; then
@@ -127,6 +124,7 @@
 %endif
 %if %sunxi_spl == 1
 install -D -m 0755 spl/sunxi-spl.bin %{buildroot}/boot/sunxi-spl.bin
+install -D -m 0755 u-boot-sunxi-with-spl.bin 
%{buildroot}/boot/u-boot-sunxi-with-spl.bin 
 %endif
 %if %cuboxi_spl == 1
 install -D -m 0755 SPL %{buildroot}/boot/cuboxi-spl.bin

++++++ u-boot-vexpressaemv8a.spec ++++++
--- /var/tmp/diff_new_pack.nqV9Uq/_old  2014-11-19 20:30:29.000000000 +0100
+++ /var/tmp/diff_new_pack.nqV9Uq/_new  2014-11-19 20:30:29.000000000 +0100
@@ -95,9 +95,7 @@
 
 %build
 make %{?jobs:-j %jobs} CFLAGS="$RPM_OPT_FLAGS" vexpress_aemv8a_defconfig
-# temporary disable of --build-id
-#make CFLAGS="$RPM_OPT_FLAGS" USE_PRIVATE_LIBGG=yes
-make %{?jobs:-j %jobs} USE_PRIVATE_LIBGG=yes
+make %{?jobs:-j %jobs} CFLAGS="$RPM_OPT_FLAGS" USE_PRIVATE_LIBGG=yes
 %if "%{name}" == "u-boot-snow"
 # Chromebook ARM (snow) need a uImage format
 export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map)
@@ -105,7 +103,6 @@
 %endif
 
 %install
-install -D -m 0644 u-boot.bin %{buildroot}/boot/u-boot.bin
 # Some times u-boot needs a dtb to configure itself appended to the binary.
 # In that case prefer the one with a working dtb already appended.
 if [ -f u-boot-dtb-tegra.bin ]; then
@@ -127,6 +124,7 @@
 %endif
 %if %sunxi_spl == 1
 install -D -m 0755 spl/sunxi-spl.bin %{buildroot}/boot/sunxi-spl.bin
+install -D -m 0755 u-boot-sunxi-with-spl.bin 
%{buildroot}/boot/u-boot-sunxi-with-spl.bin 
 %endif
 %if %cuboxi_spl == 1
 install -D -m 0755 SPL %{buildroot}/boot/cuboxi-spl.bin

++++++ u-boot.spec ++++++
--- /var/tmp/diff_new_pack.nqV9Uq/_old  2014-11-19 20:30:29.000000000 +0100
+++ /var/tmp/diff_new_pack.nqV9Uq/_new  2014-11-19 20:30:29.000000000 +0100
@@ -54,7 +54,7 @@
 # needed for include/config/auto.conf
 make defconfig
 make silentoldconfig
-make USE_PRIVATE_LIBGG=yes tools-only
+make %{?jobs:-j %jobs} CFLAGS="$RPM_OPT_FLAGS" USE_PRIVATE_LIBGG=yes tools-only
 
 %install
 install -D -m 0755 tools/mkimage %{buildroot}%{_bindir}/mkimage


++++++ pre_checkin.sh ++++++
--- /var/tmp/diff_new_pack.nqV9Uq/_old  2014-11-19 20:30:29.000000000 +0100
+++ /var/tmp/diff_new_pack.nqV9Uq/_new  2014-11-19 20:30:29.000000000 +0100
@@ -44,11 +44,11 @@
             XLOADER=1  ;;
 *arndale*)  BINEND=bin
             ARNDALE_SPL=1 ;;
-*Cubieboard*|Cubietruck*)   BINEND=bin
+*Cubieboard*|Cubietruck*)   BINEND=img
             SUNXI_SPL=1 ;;
-*Mele_A1000*)   BINEND=bin
+*Mele_A1000*)   BINEND=img
             SUNXI_SPL=1 ;;
-*Hyundai_A7HD*)   BINEND=bin
+*Hyundai_A7HD*)   BINEND=img
             SUNXI_SPL=1 ;;
 *snow*)          BINEND=img ;;
 mx6_cubox-i*)   BINEND=img

++++++ u-boot-rpmlintrc ++++++
--- /var/tmp/diff_new_pack.nqV9Uq/_old  2014-11-19 20:30:29.000000000 +0100
+++ /var/tmp/diff_new_pack.nqV9Uq/_new  2014-11-19 20:30:29.000000000 +0100
@@ -6,4 +6,3 @@
 addFilter("incorrect-fsf-address")
 addFilter("file-contains-date-and-time")
 addFilter("strict-aliasing-punning")
-addFilter("no-rpm-opt-flags")

++++++ u-boot.spec.in ++++++
--- /var/tmp/diff_new_pack.nqV9Uq/_old  2014-11-19 20:30:29.000000000 +0100
+++ /var/tmp/diff_new_pack.nqV9Uq/_new  2014-11-19 20:30:29.000000000 +0100
@@ -95,9 +95,7 @@
 
 %build
 make %{?jobs:-j %jobs} CFLAGS="$RPM_OPT_FLAGS" BOARDCONFIG
-# temporary disable of --build-id
-#make CFLAGS="$RPM_OPT_FLAGS" USE_PRIVATE_LIBGG=yes
-make %{?jobs:-j %jobs} USE_PRIVATE_LIBGG=yes
+make %{?jobs:-j %jobs} CFLAGS="$RPM_OPT_FLAGS" USE_PRIVATE_LIBGG=yes
 %if "%{name}" == "u-boot-snow"
 # Chromebook ARM (snow) need a uImage format
 export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map)
@@ -105,7 +103,6 @@
 %endif
 
 %install
-install -D -m 0644 u-boot.BINEND %{buildroot}/boot/u-boot.BINEND
 # Some times u-boot needs a dtb to configure itself appended to the binary.
 # In that case prefer the one with a working dtb already appended.
 if [ -f u-boot-dtb-tegra.bin ]; then
@@ -127,6 +124,7 @@
 %endif
 %if %sunxi_spl == 1
 install -D -m 0755 spl/sunxi-spl.bin %{buildroot}/boot/sunxi-spl.bin
+install -D -m 0755 u-boot-sunxi-with-spl.bin 
%{buildroot}/boot/u-boot-sunxi-with-spl.bin 
 %endif
 %if %cuboxi_spl == 1
 install -D -m 0755 SPL %{buildroot}/boot/cuboxi-spl.bin

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to