diff --git a/u-boot-a10-olinuxino-lime.changes b/u-boot-a10-olinuxino-lime.changes index f7b385a..c42170e 100644 --- a/u-boot-a10-olinuxino-lime.changes +++ b/u-boot-a10-olinuxino-lime.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 20 20:56:54 UTC 2015 - afaerber@suse.de + +- Suppress stripping debug info - it affects u-boot-jetson-tk1 +- Install rpi and rpi2 binaries to /boot/vc + ------------------------------------------------------------------- Tue Dec 15 09:27:03 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-a10-olinuxino-lime.spec b/u-boot-a10-olinuxino-lime.spec index ea856af..6afbbe7 100644 --- a/u-boot-a10-olinuxino-lime.spec +++ b/u-boot-a10-olinuxino-lime.spec @@ -82,6 +82,12 @@ export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map) %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 @@ done # 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 diff --git a/u-boot-a13-olinuxino.changes b/u-boot-a13-olinuxino.changes index f7b385a..c42170e 100644 --- a/u-boot-a13-olinuxino.changes +++ b/u-boot-a13-olinuxino.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 20 20:56:54 UTC 2015 - afaerber@suse.de + +- Suppress stripping debug info - it affects u-boot-jetson-tk1 +- Install rpi and rpi2 binaries to /boot/vc + ------------------------------------------------------------------- Tue Dec 15 09:27:03 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-a13-olinuxino.spec b/u-boot-a13-olinuxino.spec index b9c2c61..0dc183a 100644 --- a/u-boot-a13-olinuxino.spec +++ b/u-boot-a13-olinuxino.spec @@ -82,6 +82,12 @@ export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map) %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 @@ done # 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 diff --git a/u-boot-a13-olinuxinom.changes b/u-boot-a13-olinuxinom.changes index f7b385a..c42170e 100644 --- a/u-boot-a13-olinuxinom.changes +++ b/u-boot-a13-olinuxinom.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 20 20:56:54 UTC 2015 - afaerber@suse.de + +- Suppress stripping debug info - it affects u-boot-jetson-tk1 +- Install rpi and rpi2 binaries to /boot/vc + ------------------------------------------------------------------- Tue Dec 15 09:27:03 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-a13-olinuxinom.spec b/u-boot-a13-olinuxinom.spec index 4f084a6..20b3658 100644 --- a/u-boot-a13-olinuxinom.spec +++ b/u-boot-a13-olinuxinom.spec @@ -82,6 +82,12 @@ export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map) %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 @@ done # 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 diff --git a/u-boot-a20-olinuxino-lime.changes b/u-boot-a20-olinuxino-lime.changes index f7b385a..c42170e 100644 --- a/u-boot-a20-olinuxino-lime.changes +++ b/u-boot-a20-olinuxino-lime.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 20 20:56:54 UTC 2015 - afaerber@suse.de + +- Suppress stripping debug info - it affects u-boot-jetson-tk1 +- Install rpi and rpi2 binaries to /boot/vc + ------------------------------------------------------------------- Tue Dec 15 09:27:03 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-a20-olinuxino-lime.spec b/u-boot-a20-olinuxino-lime.spec index 0c2f9f5..0d69815 100644 --- a/u-boot-a20-olinuxino-lime.spec +++ b/u-boot-a20-olinuxino-lime.spec @@ -82,6 +82,12 @@ export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map) %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 @@ done # 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 diff --git a/u-boot-a20-olinuxino-lime2.changes b/u-boot-a20-olinuxino-lime2.changes index f7b385a..c42170e 100644 --- a/u-boot-a20-olinuxino-lime2.changes +++ b/u-boot-a20-olinuxino-lime2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 20 20:56:54 UTC 2015 - afaerber@suse.de + +- Suppress stripping debug info - it affects u-boot-jetson-tk1 +- Install rpi and rpi2 binaries to /boot/vc + ------------------------------------------------------------------- Tue Dec 15 09:27:03 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-a20-olinuxino-lime2.spec b/u-boot-a20-olinuxino-lime2.spec index 8aeca80..cb1a6cb 100644 --- a/u-boot-a20-olinuxino-lime2.spec +++ b/u-boot-a20-olinuxino-lime2.spec @@ -82,6 +82,12 @@ export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map) %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 @@ done # 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 diff --git a/u-boot-a20-olinuxinomicro.changes b/u-boot-a20-olinuxinomicro.changes index f7b385a..c42170e 100644 --- a/u-boot-a20-olinuxinomicro.changes +++ b/u-boot-a20-olinuxinomicro.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 20 20:56:54 UTC 2015 - afaerber@suse.de + +- Suppress stripping debug info - it affects u-boot-jetson-tk1 +- Install rpi and rpi2 binaries to /boot/vc + ------------------------------------------------------------------- Tue Dec 15 09:27:03 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-a20-olinuxinomicro.spec b/u-boot-a20-olinuxinomicro.spec index 1a29cdc..0210d26 100644 --- a/u-boot-a20-olinuxinomicro.spec +++ b/u-boot-a20-olinuxinomicro.spec @@ -82,6 +82,12 @@ export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map) %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 @@ done # 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 diff --git a/u-boot-am335xevm.changes b/u-boot-am335xevm.changes index f7b385a..c42170e 100644 --- a/u-boot-am335xevm.changes +++ b/u-boot-am335xevm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 20 20:56:54 UTC 2015 - afaerber@suse.de + +- Suppress stripping debug info - it affects u-boot-jetson-tk1 +- Install rpi and rpi2 binaries to /boot/vc + ------------------------------------------------------------------- Tue Dec 15 09:27:03 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-am335xevm.spec b/u-boot-am335xevm.spec index e8b66d9..cb005f9 100644 --- a/u-boot-am335xevm.spec +++ b/u-boot-am335xevm.spec @@ -82,6 +82,12 @@ export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map) %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 @@ done # 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 diff --git a/u-boot-am57xxevm.changes b/u-boot-am57xxevm.changes index f7b385a..c42170e 100644 --- a/u-boot-am57xxevm.changes +++ b/u-boot-am57xxevm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 20 20:56:54 UTC 2015 - afaerber@suse.de + +- Suppress stripping debug info - it affects u-boot-jetson-tk1 +- Install rpi and rpi2 binaries to /boot/vc + ------------------------------------------------------------------- Tue Dec 15 09:27:03 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-am57xxevm.spec b/u-boot-am57xxevm.spec index c465f95..6df181e 100644 --- a/u-boot-am57xxevm.spec +++ b/u-boot-am57xxevm.spec @@ -82,6 +82,12 @@ export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map) %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 @@ done # 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 diff --git a/u-boot-am57xxevmnodt.changes b/u-boot-am57xxevmnodt.changes index f7b385a..c42170e 100644 --- a/u-boot-am57xxevmnodt.changes +++ b/u-boot-am57xxevmnodt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 20 20:56:54 UTC 2015 - afaerber@suse.de + +- Suppress stripping debug info - it affects u-boot-jetson-tk1 +- Install rpi and rpi2 binaries to /boot/vc + ------------------------------------------------------------------- Tue Dec 15 09:27:03 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-am57xxevmnodt.spec b/u-boot-am57xxevmnodt.spec index e131e72..b365ed0 100644 --- a/u-boot-am57xxevmnodt.spec +++ b/u-boot-am57xxevmnodt.spec @@ -82,6 +82,12 @@ export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map) %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 @@ done # 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 diff --git a/u-boot-arndale.changes b/u-boot-arndale.changes index f7b385a..c42170e 100644 --- a/u-boot-arndale.changes +++ b/u-boot-arndale.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 20 20:56:54 UTC 2015 - afaerber@suse.de + +- Suppress stripping debug info - it affects u-boot-jetson-tk1 +- Install rpi and rpi2 binaries to /boot/vc + ------------------------------------------------------------------- Tue Dec 15 09:27:03 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-arndale.spec b/u-boot-arndale.spec index ed2c18f..0cffc95 100644 --- a/u-boot-arndale.spec +++ b/u-boot-arndale.spec @@ -82,6 +82,12 @@ export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map) %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 @@ done # 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 diff --git a/u-boot-bananapi.changes b/u-boot-bananapi.changes index f7b385a..c42170e 100644 --- a/u-boot-bananapi.changes +++ b/u-boot-bananapi.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 20 20:56:54 UTC 2015 - afaerber@suse.de + +- Suppress stripping debug info - it affects u-boot-jetson-tk1 +- Install rpi and rpi2 binaries to /boot/vc + ------------------------------------------------------------------- Tue Dec 15 09:27:03 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-bananapi.spec b/u-boot-bananapi.spec index dfe3c95..95f4ec1 100644 --- a/u-boot-bananapi.spec +++ b/u-boot-bananapi.spec @@ -82,6 +82,12 @@ export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map) %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 @@ done # 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 diff --git a/u-boot-colibrit20.changes b/u-boot-colibrit20.changes index f7b385a..c42170e 100644 --- a/u-boot-colibrit20.changes +++ b/u-boot-colibrit20.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 20 20:56:54 UTC 2015 - afaerber@suse.de + +- Suppress stripping debug info - it affects u-boot-jetson-tk1 +- Install rpi and rpi2 binaries to /boot/vc + ------------------------------------------------------------------- Tue Dec 15 09:27:03 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-colibrit20.spec b/u-boot-colibrit20.spec index 894e971..2eb2cab 100644 --- a/u-boot-colibrit20.spec +++ b/u-boot-colibrit20.spec @@ -82,6 +82,12 @@ export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map) %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 @@ done # 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 diff --git a/u-boot-cubieboard.changes b/u-boot-cubieboard.changes index f7b385a..c42170e 100644 --- a/u-boot-cubieboard.changes +++ b/u-boot-cubieboard.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 20 20:56:54 UTC 2015 - afaerber@suse.de + +- Suppress stripping debug info - it affects u-boot-jetson-tk1 +- Install rpi and rpi2 binaries to /boot/vc + ------------------------------------------------------------------- Tue Dec 15 09:27:03 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-cubieboard.spec b/u-boot-cubieboard.spec index 39970e9..f03c324 100644 --- a/u-boot-cubieboard.spec +++ b/u-boot-cubieboard.spec @@ -82,6 +82,12 @@ export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map) %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 @@ done # 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 diff --git a/u-boot-cubieboard2.changes b/u-boot-cubieboard2.changes index f7b385a..c42170e 100644 --- a/u-boot-cubieboard2.changes +++ b/u-boot-cubieboard2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 20 20:56:54 UTC 2015 - afaerber@suse.de + +- Suppress stripping debug info - it affects u-boot-jetson-tk1 +- Install rpi and rpi2 binaries to /boot/vc + ------------------------------------------------------------------- Tue Dec 15 09:27:03 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-cubieboard2.spec b/u-boot-cubieboard2.spec index d68ebed..5bdff02 100644 --- a/u-boot-cubieboard2.spec +++ b/u-boot-cubieboard2.spec @@ -82,6 +82,12 @@ export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map) %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 @@ done # 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 diff --git a/u-boot-cubietruck.changes b/u-boot-cubietruck.changes index f7b385a..c42170e 100644 --- a/u-boot-cubietruck.changes +++ b/u-boot-cubietruck.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 20 20:56:54 UTC 2015 - afaerber@suse.de + +- Suppress stripping debug info - it affects u-boot-jetson-tk1 +- Install rpi and rpi2 binaries to /boot/vc + ------------------------------------------------------------------- Tue Dec 15 09:27:03 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-cubietruck.spec b/u-boot-cubietruck.spec index 9505bcf..12562fb 100644 --- a/u-boot-cubietruck.spec +++ b/u-boot-cubietruck.spec @@ -82,6 +82,12 @@ export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map) %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 @@ done # 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 diff --git a/u-boot-firefly-rk3288.changes b/u-boot-firefly-rk3288.changes index f7b385a..c42170e 100644 --- a/u-boot-firefly-rk3288.changes +++ b/u-boot-firefly-rk3288.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 20 20:56:54 UTC 2015 - afaerber@suse.de + +- Suppress stripping debug info - it affects u-boot-jetson-tk1 +- Install rpi and rpi2 binaries to /boot/vc + ------------------------------------------------------------------- Tue Dec 15 09:27:03 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-firefly-rk3288.spec b/u-boot-firefly-rk3288.spec index 8c7d7df..ad53cb5 100644 --- a/u-boot-firefly-rk3288.spec +++ b/u-boot-firefly-rk3288.spec @@ -82,6 +82,12 @@ export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map) %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 @@ done # 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 diff --git a/u-boot-highbank.changes b/u-boot-highbank.changes index f7b385a..c42170e 100644 --- a/u-boot-highbank.changes +++ b/u-boot-highbank.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 20 20:56:54 UTC 2015 - afaerber@suse.de + +- Suppress stripping debug info - it affects u-boot-jetson-tk1 +- Install rpi and rpi2 binaries to /boot/vc + ------------------------------------------------------------------- Tue Dec 15 09:27:03 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-highbank.spec b/u-boot-highbank.spec index 7eaf2f6..1904221 100644 --- a/u-boot-highbank.spec +++ b/u-boot-highbank.spec @@ -82,6 +82,12 @@ export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map) %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 @@ done # 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 diff --git a/u-boot-jetson-tk1.changes b/u-boot-jetson-tk1.changes index f7b385a..c42170e 100644 --- a/u-boot-jetson-tk1.changes +++ b/u-boot-jetson-tk1.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 20 20:56:54 UTC 2015 - afaerber@suse.de + +- Suppress stripping debug info - it affects u-boot-jetson-tk1 +- Install rpi and rpi2 binaries to /boot/vc + ------------------------------------------------------------------- Tue Dec 15 09:27:03 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-jetson-tk1.spec b/u-boot-jetson-tk1.spec index c759377..487bc6f 100644 --- a/u-boot-jetson-tk1.spec +++ b/u-boot-jetson-tk1.spec @@ -82,6 +82,12 @@ export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map) %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 @@ done # 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 diff --git a/u-boot-melea1000.changes b/u-boot-melea1000.changes index f7b385a..c42170e 100644 --- a/u-boot-melea1000.changes +++ b/u-boot-melea1000.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 20 20:56:54 UTC 2015 - afaerber@suse.de + +- Suppress stripping debug info - it affects u-boot-jetson-tk1 +- Install rpi and rpi2 binaries to /boot/vc + ------------------------------------------------------------------- Tue Dec 15 09:27:03 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-melea1000.spec b/u-boot-melea1000.spec index b4d4d4d..216dd49 100644 --- a/u-boot-melea1000.spec +++ b/u-boot-melea1000.spec @@ -82,6 +82,12 @@ export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map) %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 @@ done # 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 diff --git a/u-boot-merriia80optimus.changes b/u-boot-merriia80optimus.changes index f7b385a..c42170e 100644 --- a/u-boot-merriia80optimus.changes +++ b/u-boot-merriia80optimus.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 20 20:56:54 UTC 2015 - afaerber@suse.de + +- Suppress stripping debug info - it affects u-boot-jetson-tk1 +- Install rpi and rpi2 binaries to /boot/vc + ------------------------------------------------------------------- Tue Dec 15 09:27:03 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-merriia80optimus.spec b/u-boot-merriia80optimus.spec index a1c31e8..2e0fcc9 100644 --- a/u-boot-merriia80optimus.spec +++ b/u-boot-merriia80optimus.spec @@ -82,6 +82,12 @@ export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map) %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 @@ done # 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 diff --git a/u-boot-mx53loco.changes b/u-boot-mx53loco.changes index f7b385a..c42170e 100644 --- a/u-boot-mx53loco.changes +++ b/u-boot-mx53loco.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 20 20:56:54 UTC 2015 - afaerber@suse.de + +- Suppress stripping debug info - it affects u-boot-jetson-tk1 +- Install rpi and rpi2 binaries to /boot/vc + ------------------------------------------------------------------- Tue Dec 15 09:27:03 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-mx53loco.spec b/u-boot-mx53loco.spec index 8f909a1..f197830 100644 --- a/u-boot-mx53loco.spec +++ b/u-boot-mx53loco.spec @@ -82,6 +82,12 @@ export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map) %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 @@ done # 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 diff --git a/u-boot-mx6cuboxi.changes b/u-boot-mx6cuboxi.changes index f7b385a..c42170e 100644 --- a/u-boot-mx6cuboxi.changes +++ b/u-boot-mx6cuboxi.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 20 20:56:54 UTC 2015 - afaerber@suse.de + +- Suppress stripping debug info - it affects u-boot-jetson-tk1 +- Install rpi and rpi2 binaries to /boot/vc + ------------------------------------------------------------------- Tue Dec 15 09:27:03 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-mx6cuboxi.spec b/u-boot-mx6cuboxi.spec index 6255123..1ee0150 100644 --- a/u-boot-mx6cuboxi.spec +++ b/u-boot-mx6cuboxi.spec @@ -82,6 +82,12 @@ export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map) %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 @@ done # 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 diff --git a/u-boot-mx6qsabrelite.changes b/u-boot-mx6qsabrelite.changes index f7b385a..c42170e 100644 --- a/u-boot-mx6qsabrelite.changes +++ b/u-boot-mx6qsabrelite.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 20 20:56:54 UTC 2015 - afaerber@suse.de + +- Suppress stripping debug info - it affects u-boot-jetson-tk1 +- Install rpi and rpi2 binaries to /boot/vc + ------------------------------------------------------------------- Tue Dec 15 09:27:03 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-mx6qsabrelite.spec b/u-boot-mx6qsabrelite.spec index 65df1a8..26b5efb 100644 --- a/u-boot-mx6qsabrelite.spec +++ b/u-boot-mx6qsabrelite.spec @@ -82,6 +82,12 @@ export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map) %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 @@ done # 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 diff --git a/u-boot-odroid-xu3.changes b/u-boot-odroid-xu3.changes index f7b385a..c42170e 100644 --- a/u-boot-odroid-xu3.changes +++ b/u-boot-odroid-xu3.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 20 20:56:54 UTC 2015 - afaerber@suse.de + +- Suppress stripping debug info - it affects u-boot-jetson-tk1 +- Install rpi and rpi2 binaries to /boot/vc + ------------------------------------------------------------------- Tue Dec 15 09:27:03 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-odroid-xu3.spec b/u-boot-odroid-xu3.spec index efb9b8a..3174767 100644 --- a/u-boot-odroid-xu3.spec +++ b/u-boot-odroid-xu3.spec @@ -82,6 +82,12 @@ export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map) %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 @@ done # 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 diff --git a/u-boot-odroid.changes b/u-boot-odroid.changes index f7b385a..c42170e 100644 --- a/u-boot-odroid.changes +++ b/u-boot-odroid.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 20 20:56:54 UTC 2015 - afaerber@suse.de + +- Suppress stripping debug info - it affects u-boot-jetson-tk1 +- Install rpi and rpi2 binaries to /boot/vc + ------------------------------------------------------------------- Tue Dec 15 09:27:03 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-odroid.spec b/u-boot-odroid.spec index 9e2b8e6..fae1a82 100644 --- a/u-boot-odroid.spec +++ b/u-boot-odroid.spec @@ -82,6 +82,12 @@ export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map) %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 @@ done # 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 diff --git a/u-boot-omap3beagle.changes b/u-boot-omap3beagle.changes index f7b385a..c42170e 100644 --- a/u-boot-omap3beagle.changes +++ b/u-boot-omap3beagle.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 20 20:56:54 UTC 2015 - afaerber@suse.de + +- Suppress stripping debug info - it affects u-boot-jetson-tk1 +- Install rpi and rpi2 binaries to /boot/vc + ------------------------------------------------------------------- Tue Dec 15 09:27:03 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-omap3beagle.spec b/u-boot-omap3beagle.spec index b558014..c8b2fc4 100644 --- a/u-boot-omap3beagle.spec +++ b/u-boot-omap3beagle.spec @@ -82,6 +82,12 @@ export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map) %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 @@ done # 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 diff --git a/u-boot-omap4panda.changes b/u-boot-omap4panda.changes index f7b385a..c42170e 100644 --- a/u-boot-omap4panda.changes +++ b/u-boot-omap4panda.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 20 20:56:54 UTC 2015 - afaerber@suse.de + +- Suppress stripping debug info - it affects u-boot-jetson-tk1 +- Install rpi and rpi2 binaries to /boot/vc + ------------------------------------------------------------------- Tue Dec 15 09:27:03 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-omap4panda.spec b/u-boot-omap4panda.spec index 433aacb..b681828 100644 --- a/u-boot-omap4panda.spec +++ b/u-boot-omap4panda.spec @@ -82,6 +82,12 @@ export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map) %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 @@ done # 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 diff --git a/u-boot-orangepipc.changes b/u-boot-orangepipc.changes index f7b385a..c42170e 100644 --- a/u-boot-orangepipc.changes +++ b/u-boot-orangepipc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 20 20:56:54 UTC 2015 - afaerber@suse.de + +- Suppress stripping debug info - it affects u-boot-jetson-tk1 +- Install rpi and rpi2 binaries to /boot/vc + ------------------------------------------------------------------- Tue Dec 15 09:27:03 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-orangepipc.spec b/u-boot-orangepipc.spec index 24432a1..ac90add 100644 --- a/u-boot-orangepipc.spec +++ b/u-boot-orangepipc.spec @@ -82,6 +82,12 @@ export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map) %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 @@ done # 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 diff --git a/u-boot-paz00.changes b/u-boot-paz00.changes index f7b385a..c42170e 100644 --- a/u-boot-paz00.changes +++ b/u-boot-paz00.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 20 20:56:54 UTC 2015 - afaerber@suse.de + +- Suppress stripping debug info - it affects u-boot-jetson-tk1 +- Install rpi and rpi2 binaries to /boot/vc + ------------------------------------------------------------------- Tue Dec 15 09:27:03 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-paz00.spec b/u-boot-paz00.spec index 0a143b3..1e6fff6 100644 --- a/u-boot-paz00.spec +++ b/u-boot-paz00.spec @@ -82,6 +82,12 @@ export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map) %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 @@ done # 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 diff --git a/u-boot-pcm051rev3.changes b/u-boot-pcm051rev3.changes index f7b385a..c42170e 100644 --- a/u-boot-pcm051rev3.changes +++ b/u-boot-pcm051rev3.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 20 20:56:54 UTC 2015 - afaerber@suse.de + +- Suppress stripping debug info - it affects u-boot-jetson-tk1 +- Install rpi and rpi2 binaries to /boot/vc + ------------------------------------------------------------------- Tue Dec 15 09:27:03 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-pcm051rev3.spec b/u-boot-pcm051rev3.spec index bc2bcf6..0b05486 100644 --- a/u-boot-pcm051rev3.spec +++ b/u-boot-pcm051rev3.spec @@ -82,6 +82,12 @@ export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map) %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 @@ done # 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 diff --git a/u-boot-rpi.changes b/u-boot-rpi.changes index f7b385a..c42170e 100644 --- a/u-boot-rpi.changes +++ b/u-boot-rpi.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 20 20:56:54 UTC 2015 - afaerber@suse.de + +- Suppress stripping debug info - it affects u-boot-jetson-tk1 +- Install rpi and rpi2 binaries to /boot/vc + ------------------------------------------------------------------- Tue Dec 15 09:27:03 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-rpi.spec b/u-boot-rpi.spec index fa64072..2c4c616 100644 --- a/u-boot-rpi.spec +++ b/u-boot-rpi.spec @@ -82,6 +82,12 @@ export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map) %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 @@ done # 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 diff --git a/u-boot-rpi2.changes b/u-boot-rpi2.changes index f7b385a..c42170e 100644 --- a/u-boot-rpi2.changes +++ b/u-boot-rpi2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 20 20:56:54 UTC 2015 - afaerber@suse.de + +- Suppress stripping debug info - it affects u-boot-jetson-tk1 +- Install rpi and rpi2 binaries to /boot/vc + ------------------------------------------------------------------- Tue Dec 15 09:27:03 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-rpi2.spec b/u-boot-rpi2.spec index 98d809a..eebb8e3 100644 --- a/u-boot-rpi2.spec +++ b/u-boot-rpi2.spec @@ -82,6 +82,12 @@ export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map) %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 @@ done # 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 diff --git a/u-boot-snow.changes b/u-boot-snow.changes index f7b385a..c42170e 100644 --- a/u-boot-snow.changes +++ b/u-boot-snow.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 20 20:56:54 UTC 2015 - afaerber@suse.de + +- Suppress stripping debug info - it affects u-boot-jetson-tk1 +- Install rpi and rpi2 binaries to /boot/vc + ------------------------------------------------------------------- Tue Dec 15 09:27:03 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-snow.spec b/u-boot-snow.spec index d7713eb..761b776 100644 --- a/u-boot-snow.spec +++ b/u-boot-snow.spec @@ -82,6 +82,12 @@ export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map) %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 @@ done # 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 diff --git a/u-boot-spring.changes b/u-boot-spring.changes index f7b385a..c42170e 100644 --- a/u-boot-spring.changes +++ b/u-boot-spring.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 20 20:56:54 UTC 2015 - afaerber@suse.de + +- Suppress stripping debug info - it affects u-boot-jetson-tk1 +- Install rpi and rpi2 binaries to /boot/vc + ------------------------------------------------------------------- Tue Dec 15 09:27:03 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-spring.spec b/u-boot-spring.spec index ed0888c..2d41cd5 100644 --- a/u-boot-spring.spec +++ b/u-boot-spring.spec @@ -82,6 +82,12 @@ export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map) %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 @@ done # 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 diff --git a/u-boot.changes b/u-boot.changes index f7b385a..c42170e 100644 --- a/u-boot.changes +++ b/u-boot.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 20 20:56:54 UTC 2015 - afaerber@suse.de + +- Suppress stripping debug info - it affects u-boot-jetson-tk1 +- Install rpi and rpi2 binaries to /boot/vc + ------------------------------------------------------------------- Tue Dec 15 09:27:03 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot.spec.in b/u-boot.spec.in index 631d6dd..1867ccc 100644 --- a/u-boot.spec.in +++ b/u-boot.spec.in @@ -82,6 +82,12 @@ export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map) %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 @@ done # 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