Hello community,

here is the log from the commit of package u-boot for openSUSE:Factory checked 
in at 2015-12-24 12:16:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-a10-olinuxino-lime.changes 
2015-12-21 12:04:43.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.u-boot.new/u-boot-a10-olinuxino-lime.changes    
2015-12-24 12:16:58.000000000 +0100
@@ -1,0 +2,6 @@
+Sun Dec 20 20:56:54 UTC 2015 - afaer...@suse.de
+
+- Suppress stripping debug info - it affects u-boot-jetson-tk1
+- Install rpi and rpi2 binaries to /boot/vc
+
+-------------------------------------------------------------------
u-boot-a13-olinuxino.changes: same change
u-boot-a13-olinuxinom.changes: same change
u-boot-a20-olinuxino-lime.changes: same change
u-boot-a20-olinuxino-lime2.changes: same change
u-boot-a20-olinuxinomicro.changes: same change
u-boot-am335xevm.changes: same change
u-boot-am57xxevm.changes: same change
u-boot-am57xxevmnodt.changes: same change
u-boot-arndale.changes: same change
u-boot-bananapi.changes: same change
u-boot-colibrit20.changes: same change
u-boot-cubieboard.changes: same change
u-boot-cubieboard2.changes: same change
u-boot-cubietruck.changes: same change
u-boot-firefly-rk3288.changes: same change
u-boot-highbank.changes: same change
u-boot-jetson-tk1.changes: same change
u-boot-melea1000.changes: same change
u-boot-merriia80optimus.changes: same change
u-boot-mx53loco.changes: same change
u-boot-mx6cuboxi.changes: same change
u-boot-mx6qsabrelite.changes: same change
u-boot-odroid-xu3.changes: same change
u-boot-odroid.changes: same change
u-boot-omap3beagle.changes: same change
u-boot-omap4panda.changes: same change
u-boot-orangepipc.changes: same change
u-boot-paz00.changes: same change
u-boot-pcm051rev3.changes: same change
u-boot-rpi.changes: same change
u-boot-rpi2.changes: same change
u-boot-snow.changes: same change
u-boot-spring.changes: same change
u-boot.changes: same change

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

Other differences:
------------------
++++++ u-boot-a10-olinuxino-lime.spec ++++++
--- /var/tmp/diff_new_pack.ufzvc9/_old  2015-12-24 12:17:06.000000000 +0100
+++ /var/tmp/diff_new_pack.ufzvc9/_new  2015-12-24 12:17:06.000000000 +0100
@@ -82,6 +82,12 @@
 %endif
 
 %install
+export NO_BRP_STRIP_DEBUG=true
+export NO_DEBUGINFO_STRIP_DEBUG=true
+%define uboot_dir /boot
+%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2"
+%define uboot_dir /boot/vc
+%endif
 %if "%{name}" == "u-boot-jetson-tk1"
 # tegra-uboot-flasher needs several intermediate files, under their original 
name.
 for f in u-boot u-boot.dtb u-boot-dtb-tegra.bin u-boot-nodtb-tegra.bin; do
@@ -91,11 +97,11 @@
 # 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.img %{buildroot}/boot/u-boot.img
+    install -D -m 0644 u-boot-dtb-tegra.img %{buildroot}%{uboot_dir}/u-boot.img
 elif [ -f u-boot-dtb.img ]; then
-    install -D -m 0644 u-boot-dtb.img %{buildroot}/boot/u-boot.img
+    install -D -m 0644 u-boot-dtb.img %{buildroot}%{uboot_dir}/u-boot.img
 else
-    install -D -m 0644 u-boot.img %{buildroot}/boot/u-boot.img
+    install -D -m 0644 u-boot.img %{buildroot}%{uboot_dir}/u-boot.img
 fi
 %endif
 %if %x_loader == 1

u-boot-a13-olinuxino.spec: same change
u-boot-a13-olinuxinom.spec: same change
u-boot-a20-olinuxino-lime.spec: same change
u-boot-a20-olinuxino-lime2.spec: same change
u-boot-a20-olinuxinomicro.spec: same change
u-boot-am335xevm.spec: same change
++++++ u-boot-am57xxevm.spec ++++++
--- /var/tmp/diff_new_pack.ufzvc9/_old  2015-12-24 12:17:06.000000000 +0100
+++ /var/tmp/diff_new_pack.ufzvc9/_new  2015-12-24 12:17:06.000000000 +0100
@@ -82,6 +82,12 @@
 %endif
 
 %install
+export NO_BRP_STRIP_DEBUG=true
+export NO_DEBUGINFO_STRIP_DEBUG=true
+%define uboot_dir /boot
+%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2"
+%define uboot_dir /boot/vc
+%endif
 %if "%{name}" == "u-boot-jetson-tk1"
 # tegra-uboot-flasher needs several intermediate files, under their original 
name.
 for f in u-boot u-boot.dtb u-boot-dtb-tegra.bin u-boot-nodtb-tegra.bin; do
@@ -91,11 +97,11 @@
 # 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
+    install -D -m 0644 u-boot-dtb-tegra.bin %{buildroot}%{uboot_dir}/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.bin %{buildroot}%{uboot_dir}/u-boot.bin
 else
-    install -D -m 0644 u-boot.bin %{buildroot}/boot/u-boot.bin
+    install -D -m 0644 u-boot.bin %{buildroot}%{uboot_dir}/u-boot.bin
 fi
 %endif
 %if %x_loader == 1

u-boot-am57xxevmnodt.spec: same change
u-boot-arndale.spec: same change
++++++ u-boot-bananapi.spec ++++++
--- /var/tmp/diff_new_pack.ufzvc9/_old  2015-12-24 12:17:06.000000000 +0100
+++ /var/tmp/diff_new_pack.ufzvc9/_new  2015-12-24 12:17:06.000000000 +0100
@@ -82,6 +82,12 @@
 %endif
 
 %install
+export NO_BRP_STRIP_DEBUG=true
+export NO_DEBUGINFO_STRIP_DEBUG=true
+%define uboot_dir /boot
+%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2"
+%define uboot_dir /boot/vc
+%endif
 %if "%{name}" == "u-boot-jetson-tk1"
 # tegra-uboot-flasher needs several intermediate files, under their original 
name.
 for f in u-boot u-boot.dtb u-boot-dtb-tegra.bin u-boot-nodtb-tegra.bin; do
@@ -91,11 +97,11 @@
 # 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.img %{buildroot}/boot/u-boot.img
+    install -D -m 0644 u-boot-dtb-tegra.img %{buildroot}%{uboot_dir}/u-boot.img
 elif [ -f u-boot-dtb.img ]; then
-    install -D -m 0644 u-boot-dtb.img %{buildroot}/boot/u-boot.img
+    install -D -m 0644 u-boot-dtb.img %{buildroot}%{uboot_dir}/u-boot.img
 else
-    install -D -m 0644 u-boot.img %{buildroot}/boot/u-boot.img
+    install -D -m 0644 u-boot.img %{buildroot}%{uboot_dir}/u-boot.img
 fi
 %endif
 %if %x_loader == 1

++++++ u-boot-colibrit20.spec ++++++
--- /var/tmp/diff_new_pack.ufzvc9/_old  2015-12-24 12:17:06.000000000 +0100
+++ /var/tmp/diff_new_pack.ufzvc9/_new  2015-12-24 12:17:06.000000000 +0100
@@ -82,6 +82,12 @@
 %endif
 
 %install
+export NO_BRP_STRIP_DEBUG=true
+export NO_DEBUGINFO_STRIP_DEBUG=true
+%define uboot_dir /boot
+%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2"
+%define uboot_dir /boot/vc
+%endif
 %if "%{name}" == "u-boot-jetson-tk1"
 # tegra-uboot-flasher needs several intermediate files, under their original 
name.
 for f in u-boot u-boot.dtb u-boot-dtb-tegra.bin u-boot-nodtb-tegra.bin; do
@@ -91,11 +97,11 @@
 # 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
+    install -D -m 0644 u-boot-dtb-tegra.bin %{buildroot}%{uboot_dir}/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.bin %{buildroot}%{uboot_dir}/u-boot.bin
 else
-    install -D -m 0644 u-boot.bin %{buildroot}/boot/u-boot.bin
+    install -D -m 0644 u-boot.bin %{buildroot}%{uboot_dir}/u-boot.bin
 fi
 %endif
 %if %x_loader == 1

++++++ u-boot-cubieboard.spec ++++++
--- /var/tmp/diff_new_pack.ufzvc9/_old  2015-12-24 12:17:06.000000000 +0100
+++ /var/tmp/diff_new_pack.ufzvc9/_new  2015-12-24 12:17:06.000000000 +0100
@@ -82,6 +82,12 @@
 %endif
 
 %install
+export NO_BRP_STRIP_DEBUG=true
+export NO_DEBUGINFO_STRIP_DEBUG=true
+%define uboot_dir /boot
+%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2"
+%define uboot_dir /boot/vc
+%endif
 %if "%{name}" == "u-boot-jetson-tk1"
 # tegra-uboot-flasher needs several intermediate files, under their original 
name.
 for f in u-boot u-boot.dtb u-boot-dtb-tegra.bin u-boot-nodtb-tegra.bin; do
@@ -91,11 +97,11 @@
 # 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.img %{buildroot}/boot/u-boot.img
+    install -D -m 0644 u-boot-dtb-tegra.img %{buildroot}%{uboot_dir}/u-boot.img
 elif [ -f u-boot-dtb.img ]; then
-    install -D -m 0644 u-boot-dtb.img %{buildroot}/boot/u-boot.img
+    install -D -m 0644 u-boot-dtb.img %{buildroot}%{uboot_dir}/u-boot.img
 else
-    install -D -m 0644 u-boot.img %{buildroot}/boot/u-boot.img
+    install -D -m 0644 u-boot.img %{buildroot}%{uboot_dir}/u-boot.img
 fi
 %endif
 %if %x_loader == 1

u-boot-cubieboard2.spec: same change
u-boot-cubietruck.spec: same change
++++++ u-boot-firefly-rk3288.spec ++++++
--- /var/tmp/diff_new_pack.ufzvc9/_old  2015-12-24 12:17:06.000000000 +0100
+++ /var/tmp/diff_new_pack.ufzvc9/_new  2015-12-24 12:17:06.000000000 +0100
@@ -82,6 +82,12 @@
 %endif
 
 %install
+export NO_BRP_STRIP_DEBUG=true
+export NO_DEBUGINFO_STRIP_DEBUG=true
+%define uboot_dir /boot
+%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2"
+%define uboot_dir /boot/vc
+%endif
 %if "%{name}" == "u-boot-jetson-tk1"
 # tegra-uboot-flasher needs several intermediate files, under their original 
name.
 for f in u-boot u-boot.dtb u-boot-dtb-tegra.bin u-boot-nodtb-tegra.bin; do
@@ -91,11 +97,11 @@
 # 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
+    install -D -m 0644 u-boot-dtb-tegra.bin %{buildroot}%{uboot_dir}/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.bin %{buildroot}%{uboot_dir}/u-boot.bin
 else
-    install -D -m 0644 u-boot.bin %{buildroot}/boot/u-boot.bin
+    install -D -m 0644 u-boot.bin %{buildroot}%{uboot_dir}/u-boot.bin
 fi
 %endif
 %if %x_loader == 1

u-boot-highbank.spec: same change
++++++ u-boot-jetson-tk1.spec ++++++
--- /var/tmp/diff_new_pack.ufzvc9/_old  2015-12-24 12:17:06.000000000 +0100
+++ /var/tmp/diff_new_pack.ufzvc9/_new  2015-12-24 12:17:06.000000000 +0100
@@ -82,6 +82,12 @@
 %endif
 
 %install
+export NO_BRP_STRIP_DEBUG=true
+export NO_DEBUGINFO_STRIP_DEBUG=true
+%define uboot_dir /boot
+%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2"
+%define uboot_dir /boot/vc
+%endif
 %if "%{name}" == "u-boot-jetson-tk1"
 # tegra-uboot-flasher needs several intermediate files, under their original 
name.
 for f in u-boot u-boot.dtb u-boot-dtb-tegra.bin u-boot-nodtb-tegra.bin; do
@@ -91,11 +97,11 @@
 # 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
+    install -D -m 0644 u-boot-dtb-tegra.bin %{buildroot}%{uboot_dir}/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.bin %{buildroot}%{uboot_dir}/u-boot.bin
 else
-    install -D -m 0644 u-boot.bin %{buildroot}/boot/u-boot.bin
+    install -D -m 0644 u-boot.bin %{buildroot}%{uboot_dir}/u-boot.bin
 fi
 %endif
 %if %x_loader == 1

++++++ u-boot-melea1000.spec ++++++
--- /var/tmp/diff_new_pack.ufzvc9/_old  2015-12-24 12:17:06.000000000 +0100
+++ /var/tmp/diff_new_pack.ufzvc9/_new  2015-12-24 12:17:06.000000000 +0100
@@ -82,6 +82,12 @@
 %endif
 
 %install
+export NO_BRP_STRIP_DEBUG=true
+export NO_DEBUGINFO_STRIP_DEBUG=true
+%define uboot_dir /boot
+%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2"
+%define uboot_dir /boot/vc
+%endif
 %if "%{name}" == "u-boot-jetson-tk1"
 # tegra-uboot-flasher needs several intermediate files, under their original 
name.
 for f in u-boot u-boot.dtb u-boot-dtb-tegra.bin u-boot-nodtb-tegra.bin; do
@@ -91,11 +97,11 @@
 # 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.img %{buildroot}/boot/u-boot.img
+    install -D -m 0644 u-boot-dtb-tegra.img %{buildroot}%{uboot_dir}/u-boot.img
 elif [ -f u-boot-dtb.img ]; then
-    install -D -m 0644 u-boot-dtb.img %{buildroot}/boot/u-boot.img
+    install -D -m 0644 u-boot-dtb.img %{buildroot}%{uboot_dir}/u-boot.img
 else
-    install -D -m 0644 u-boot.img %{buildroot}/boot/u-boot.img
+    install -D -m 0644 u-boot.img %{buildroot}%{uboot_dir}/u-boot.img
 fi
 %endif
 %if %x_loader == 1

++++++ u-boot-merriia80optimus.spec ++++++
--- /var/tmp/diff_new_pack.ufzvc9/_old  2015-12-24 12:17:06.000000000 +0100
+++ /var/tmp/diff_new_pack.ufzvc9/_new  2015-12-24 12:17:06.000000000 +0100
@@ -82,6 +82,12 @@
 %endif
 
 %install
+export NO_BRP_STRIP_DEBUG=true
+export NO_DEBUGINFO_STRIP_DEBUG=true
+%define uboot_dir /boot
+%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2"
+%define uboot_dir /boot/vc
+%endif
 %if "%{name}" == "u-boot-jetson-tk1"
 # tegra-uboot-flasher needs several intermediate files, under their original 
name.
 for f in u-boot u-boot.dtb u-boot-dtb-tegra.bin u-boot-nodtb-tegra.bin; do
@@ -91,11 +97,11 @@
 # 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
+    install -D -m 0644 u-boot-dtb-tegra.bin %{buildroot}%{uboot_dir}/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.bin %{buildroot}%{uboot_dir}/u-boot.bin
 else
-    install -D -m 0644 u-boot.bin %{buildroot}/boot/u-boot.bin
+    install -D -m 0644 u-boot.bin %{buildroot}%{uboot_dir}/u-boot.bin
 fi
 %endif
 %if %x_loader == 1

++++++ u-boot-mx53loco.spec ++++++
--- /var/tmp/diff_new_pack.ufzvc9/_old  2015-12-24 12:17:06.000000000 +0100
+++ /var/tmp/diff_new_pack.ufzvc9/_new  2015-12-24 12:17:06.000000000 +0100
@@ -82,6 +82,12 @@
 %endif
 
 %install
+export NO_BRP_STRIP_DEBUG=true
+export NO_DEBUGINFO_STRIP_DEBUG=true
+%define uboot_dir /boot
+%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2"
+%define uboot_dir /boot/vc
+%endif
 %if "%{name}" == "u-boot-jetson-tk1"
 # tegra-uboot-flasher needs several intermediate files, under their original 
name.
 for f in u-boot u-boot.dtb u-boot-dtb-tegra.bin u-boot-nodtb-tegra.bin; do
@@ -91,11 +97,11 @@
 # 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.imx %{buildroot}/boot/u-boot.imx
+    install -D -m 0644 u-boot-dtb-tegra.imx %{buildroot}%{uboot_dir}/u-boot.imx
 elif [ -f u-boot-dtb.imx ]; then
-    install -D -m 0644 u-boot-dtb.imx %{buildroot}/boot/u-boot.imx
+    install -D -m 0644 u-boot-dtb.imx %{buildroot}%{uboot_dir}/u-boot.imx
 else
-    install -D -m 0644 u-boot.imx %{buildroot}/boot/u-boot.imx
+    install -D -m 0644 u-boot.imx %{buildroot}%{uboot_dir}/u-boot.imx
 fi
 %endif
 %if %x_loader == 1

++++++ u-boot-mx6cuboxi.spec ++++++
--- /var/tmp/diff_new_pack.ufzvc9/_old  2015-12-24 12:17:06.000000000 +0100
+++ /var/tmp/diff_new_pack.ufzvc9/_new  2015-12-24 12:17:06.000000000 +0100
@@ -82,6 +82,12 @@
 %endif
 
 %install
+export NO_BRP_STRIP_DEBUG=true
+export NO_DEBUGINFO_STRIP_DEBUG=true
+%define uboot_dir /boot
+%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2"
+%define uboot_dir /boot/vc
+%endif
 %if "%{name}" == "u-boot-jetson-tk1"
 # tegra-uboot-flasher needs several intermediate files, under their original 
name.
 for f in u-boot u-boot.dtb u-boot-dtb-tegra.bin u-boot-nodtb-tegra.bin; do
@@ -91,11 +97,11 @@
 # 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.img %{buildroot}/boot/u-boot.img
+    install -D -m 0644 u-boot-dtb-tegra.img %{buildroot}%{uboot_dir}/u-boot.img
 elif [ -f u-boot-dtb.img ]; then
-    install -D -m 0644 u-boot-dtb.img %{buildroot}/boot/u-boot.img
+    install -D -m 0644 u-boot-dtb.img %{buildroot}%{uboot_dir}/u-boot.img
 else
-    install -D -m 0644 u-boot.img %{buildroot}/boot/u-boot.img
+    install -D -m 0644 u-boot.img %{buildroot}%{uboot_dir}/u-boot.img
 fi
 %endif
 %if %x_loader == 1

++++++ u-boot-mx6qsabrelite.spec ++++++
--- /var/tmp/diff_new_pack.ufzvc9/_old  2015-12-24 12:17:06.000000000 +0100
+++ /var/tmp/diff_new_pack.ufzvc9/_new  2015-12-24 12:17:06.000000000 +0100
@@ -82,6 +82,12 @@
 %endif
 
 %install
+export NO_BRP_STRIP_DEBUG=true
+export NO_DEBUGINFO_STRIP_DEBUG=true
+%define uboot_dir /boot
+%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2"
+%define uboot_dir /boot/vc
+%endif
 %if "%{name}" == "u-boot-jetson-tk1"
 # tegra-uboot-flasher needs several intermediate files, under their original 
name.
 for f in u-boot u-boot.dtb u-boot-dtb-tegra.bin u-boot-nodtb-tegra.bin; do
@@ -91,11 +97,11 @@
 # 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.imx %{buildroot}/boot/u-boot.imx
+    install -D -m 0644 u-boot-dtb-tegra.imx %{buildroot}%{uboot_dir}/u-boot.imx
 elif [ -f u-boot-dtb.imx ]; then
-    install -D -m 0644 u-boot-dtb.imx %{buildroot}/boot/u-boot.imx
+    install -D -m 0644 u-boot-dtb.imx %{buildroot}%{uboot_dir}/u-boot.imx
 else
-    install -D -m 0644 u-boot.imx %{buildroot}/boot/u-boot.imx
+    install -D -m 0644 u-boot.imx %{buildroot}%{uboot_dir}/u-boot.imx
 fi
 %endif
 %if %x_loader == 1

++++++ u-boot-odroid-xu3.spec ++++++
--- /var/tmp/diff_new_pack.ufzvc9/_old  2015-12-24 12:17:06.000000000 +0100
+++ /var/tmp/diff_new_pack.ufzvc9/_new  2015-12-24 12:17:06.000000000 +0100
@@ -82,6 +82,12 @@
 %endif
 
 %install
+export NO_BRP_STRIP_DEBUG=true
+export NO_DEBUGINFO_STRIP_DEBUG=true
+%define uboot_dir /boot
+%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2"
+%define uboot_dir /boot/vc
+%endif
 %if "%{name}" == "u-boot-jetson-tk1"
 # tegra-uboot-flasher needs several intermediate files, under their original 
name.
 for f in u-boot u-boot.dtb u-boot-dtb-tegra.bin u-boot-nodtb-tegra.bin; do
@@ -91,11 +97,11 @@
 # 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
+    install -D -m 0644 u-boot-dtb-tegra.bin %{buildroot}%{uboot_dir}/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.bin %{buildroot}%{uboot_dir}/u-boot.bin
 else
-    install -D -m 0644 u-boot.bin %{buildroot}/boot/u-boot.bin
+    install -D -m 0644 u-boot.bin %{buildroot}%{uboot_dir}/u-boot.bin
 fi
 %endif
 %if %x_loader == 1

u-boot-odroid.spec: same change
++++++ u-boot-omap3beagle.spec ++++++
--- /var/tmp/diff_new_pack.ufzvc9/_old  2015-12-24 12:17:07.000000000 +0100
+++ /var/tmp/diff_new_pack.ufzvc9/_new  2015-12-24 12:17:07.000000000 +0100
@@ -82,6 +82,12 @@
 %endif
 
 %install
+export NO_BRP_STRIP_DEBUG=true
+export NO_DEBUGINFO_STRIP_DEBUG=true
+%define uboot_dir /boot
+%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2"
+%define uboot_dir /boot/vc
+%endif
 %if "%{name}" == "u-boot-jetson-tk1"
 # tegra-uboot-flasher needs several intermediate files, under their original 
name.
 for f in u-boot u-boot.dtb u-boot-dtb-tegra.bin u-boot-nodtb-tegra.bin; do
@@ -91,11 +97,11 @@
 # 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.img %{buildroot}/boot/u-boot.img
+    install -D -m 0644 u-boot-dtb-tegra.img %{buildroot}%{uboot_dir}/u-boot.img
 elif [ -f u-boot-dtb.img ]; then
-    install -D -m 0644 u-boot-dtb.img %{buildroot}/boot/u-boot.img
+    install -D -m 0644 u-boot-dtb.img %{buildroot}%{uboot_dir}/u-boot.img
 else
-    install -D -m 0644 u-boot.img %{buildroot}/boot/u-boot.img
+    install -D -m 0644 u-boot.img %{buildroot}%{uboot_dir}/u-boot.img
 fi
 %endif
 %if %x_loader == 1

u-boot-omap4panda.spec: same change
++++++ u-boot-orangepipc.spec ++++++
--- /var/tmp/diff_new_pack.ufzvc9/_old  2015-12-24 12:17:07.000000000 +0100
+++ /var/tmp/diff_new_pack.ufzvc9/_new  2015-12-24 12:17:07.000000000 +0100
@@ -82,6 +82,12 @@
 %endif
 
 %install
+export NO_BRP_STRIP_DEBUG=true
+export NO_DEBUGINFO_STRIP_DEBUG=true
+%define uboot_dir /boot
+%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2"
+%define uboot_dir /boot/vc
+%endif
 %if "%{name}" == "u-boot-jetson-tk1"
 # tegra-uboot-flasher needs several intermediate files, under their original 
name.
 for f in u-boot u-boot.dtb u-boot-dtb-tegra.bin u-boot-nodtb-tegra.bin; do
@@ -91,11 +97,11 @@
 # 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
+    install -D -m 0644 u-boot-dtb-tegra.bin %{buildroot}%{uboot_dir}/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.bin %{buildroot}%{uboot_dir}/u-boot.bin
 else
-    install -D -m 0644 u-boot.bin %{buildroot}/boot/u-boot.bin
+    install -D -m 0644 u-boot.bin %{buildroot}%{uboot_dir}/u-boot.bin
 fi
 %endif
 %if %x_loader == 1

u-boot-paz00.spec: same change
++++++ u-boot-pcm051rev3.spec ++++++
--- /var/tmp/diff_new_pack.ufzvc9/_old  2015-12-24 12:17:07.000000000 +0100
+++ /var/tmp/diff_new_pack.ufzvc9/_new  2015-12-24 12:17:07.000000000 +0100
@@ -82,6 +82,12 @@
 %endif
 
 %install
+export NO_BRP_STRIP_DEBUG=true
+export NO_DEBUGINFO_STRIP_DEBUG=true
+%define uboot_dir /boot
+%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2"
+%define uboot_dir /boot/vc
+%endif
 %if "%{name}" == "u-boot-jetson-tk1"
 # tegra-uboot-flasher needs several intermediate files, under their original 
name.
 for f in u-boot u-boot.dtb u-boot-dtb-tegra.bin u-boot-nodtb-tegra.bin; do
@@ -91,11 +97,11 @@
 # 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.img %{buildroot}/boot/u-boot.img
+    install -D -m 0644 u-boot-dtb-tegra.img %{buildroot}%{uboot_dir}/u-boot.img
 elif [ -f u-boot-dtb.img ]; then
-    install -D -m 0644 u-boot-dtb.img %{buildroot}/boot/u-boot.img
+    install -D -m 0644 u-boot-dtb.img %{buildroot}%{uboot_dir}/u-boot.img
 else
-    install -D -m 0644 u-boot.img %{buildroot}/boot/u-boot.img
+    install -D -m 0644 u-boot.img %{buildroot}%{uboot_dir}/u-boot.img
 fi
 %endif
 %if %x_loader == 1

++++++ u-boot-rpi.spec ++++++
--- /var/tmp/diff_new_pack.ufzvc9/_old  2015-12-24 12:17:07.000000000 +0100
+++ /var/tmp/diff_new_pack.ufzvc9/_new  2015-12-24 12:17:07.000000000 +0100
@@ -82,6 +82,12 @@
 %endif
 
 %install
+export NO_BRP_STRIP_DEBUG=true
+export NO_DEBUGINFO_STRIP_DEBUG=true
+%define uboot_dir /boot
+%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2"
+%define uboot_dir /boot/vc
+%endif
 %if "%{name}" == "u-boot-jetson-tk1"
 # tegra-uboot-flasher needs several intermediate files, under their original 
name.
 for f in u-boot u-boot.dtb u-boot-dtb-tegra.bin u-boot-nodtb-tegra.bin; do
@@ -91,11 +97,11 @@
 # 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
+    install -D -m 0644 u-boot-dtb-tegra.bin %{buildroot}%{uboot_dir}/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.bin %{buildroot}%{uboot_dir}/u-boot.bin
 else
-    install -D -m 0644 u-boot.bin %{buildroot}/boot/u-boot.bin
+    install -D -m 0644 u-boot.bin %{buildroot}%{uboot_dir}/u-boot.bin
 fi
 %endif
 %if %x_loader == 1

++++++ u-boot-rpi2.spec ++++++
--- /var/tmp/diff_new_pack.ufzvc9/_old  2015-12-24 12:17:07.000000000 +0100
+++ /var/tmp/diff_new_pack.ufzvc9/_new  2015-12-24 12:17:07.000000000 +0100
@@ -82,6 +82,12 @@
 %endif
 
 %install
+export NO_BRP_STRIP_DEBUG=true
+export NO_DEBUGINFO_STRIP_DEBUG=true
+%define uboot_dir /boot
+%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2"
+%define uboot_dir /boot/vc
+%endif
 %if "%{name}" == "u-boot-jetson-tk1"
 # tegra-uboot-flasher needs several intermediate files, under their original 
name.
 for f in u-boot u-boot.dtb u-boot-dtb-tegra.bin u-boot-nodtb-tegra.bin; do
@@ -91,11 +97,11 @@
 # 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
+    install -D -m 0644 u-boot-dtb-tegra.bin %{buildroot}%{uboot_dir}/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.bin %{buildroot}%{uboot_dir}/u-boot.bin
 else
-    install -D -m 0644 u-boot.bin %{buildroot}/boot/u-boot.bin
+    install -D -m 0644 u-boot.bin %{buildroot}%{uboot_dir}/u-boot.bin
 fi
 %endif
 %if %x_loader == 1

++++++ u-boot-snow.spec ++++++
--- /var/tmp/diff_new_pack.ufzvc9/_old  2015-12-24 12:17:07.000000000 +0100
+++ /var/tmp/diff_new_pack.ufzvc9/_new  2015-12-24 12:17:07.000000000 +0100
@@ -82,6 +82,12 @@
 %endif
 
 %install
+export NO_BRP_STRIP_DEBUG=true
+export NO_DEBUGINFO_STRIP_DEBUG=true
+%define uboot_dir /boot
+%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2"
+%define uboot_dir /boot/vc
+%endif
 %if "%{name}" == "u-boot-jetson-tk1"
 # tegra-uboot-flasher needs several intermediate files, under their original 
name.
 for f in u-boot u-boot.dtb u-boot-dtb-tegra.bin u-boot-nodtb-tegra.bin; do
@@ -91,11 +97,11 @@
 # 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.img %{buildroot}/boot/u-boot.img
+    install -D -m 0644 u-boot-dtb-tegra.img %{buildroot}%{uboot_dir}/u-boot.img
 elif [ -f u-boot-dtb.img ]; then
-    install -D -m 0644 u-boot-dtb.img %{buildroot}/boot/u-boot.img
+    install -D -m 0644 u-boot-dtb.img %{buildroot}%{uboot_dir}/u-boot.img
 else
-    install -D -m 0644 u-boot.img %{buildroot}/boot/u-boot.img
+    install -D -m 0644 u-boot.img %{buildroot}%{uboot_dir}/u-boot.img
 fi
 %endif
 %if %x_loader == 1

u-boot-spring.spec: same change

++++++ u-boot.spec.in ++++++
--- /var/tmp/diff_new_pack.ufzvc9/_old  2015-12-24 12:17:07.000000000 +0100
+++ /var/tmp/diff_new_pack.ufzvc9/_new  2015-12-24 12:17:07.000000000 +0100
@@ -82,6 +82,12 @@
 %endif
 
 %install
+export NO_BRP_STRIP_DEBUG=true
+export NO_DEBUGINFO_STRIP_DEBUG=true
+%define uboot_dir /boot
+%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2"
+%define uboot_dir /boot/vc
+%endif
 %if "%{name}" == "u-boot-jetson-tk1"
 # tegra-uboot-flasher needs several intermediate files, under their original 
name.
 for f in u-boot u-boot.dtb u-boot-dtb-tegra.bin u-boot-nodtb-tegra.bin; do
@@ -91,11 +97,11 @@
 # 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.BINEND %{buildroot}/boot/u-boot.BINEND
+    install -D -m 0644 u-boot-dtb-tegra.BINEND 
%{buildroot}%{uboot_dir}/u-boot.BINEND
 elif [ -f u-boot-dtb.BINEND ]; then
-    install -D -m 0644 u-boot-dtb.BINEND %{buildroot}/boot/u-boot.BINEND
+    install -D -m 0644 u-boot-dtb.BINEND %{buildroot}%{uboot_dir}/u-boot.BINEND
 else
-    install -D -m 0644 u-boot.BINEND %{buildroot}/boot/u-boot.BINEND
+    install -D -m 0644 u-boot.BINEND %{buildroot}%{uboot_dir}/u-boot.BINEND
 fi
 %endif
 %if %x_loader == 1


Reply via email to