Hello community,

here is the log from the commit of package u-boot for openSUSE:Factory checked 
in at 2014-01-21 07:02:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/u-boot (Old)
 and      /work/SRC/openSUSE:Factory/.u-boot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "u-boot"

Changes:
--------
--- /work/SRC/openSUSE:Factory/u-boot/u-boot-am335xevm.changes  2014-01-16 
15:16:40.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.u-boot.new/u-boot-am335xevm.changes     
2014-01-23 15:57:29.000000000 +0100
@@ -1,0 +2,11 @@
+Mon Jan 20 14:05:13 UTC 2014 - [email protected]
+
+- The "Tegra SPL" is not an SPL but a differently named u-boot.bin
+  file. Fix up the generation scripts.
+
+-------------------------------------------------------------------
+Sun Jan 19 00:09:41 UTC 2014 - [email protected]
+
+- Include Tegra SPL for Colibri T20
+
+-------------------------------------------------------------------
u-boot-arndale.changes: same change
u-boot-colibrit20iris.changes: same change
u-boot-cubieboard.changes: same change
u-boot-highbank.changes: same change
u-boot-hyundaia7hd.changes: same change
u-boot-melea1000.changes: same change
u-boot-mx53loco.changes: same change
u-boot-omap3beagle.changes: same change
u-boot-omap4panda.changes: same change
u-boot-paz00.changes: same change
u-boot-rpib.changes: same change
u-boot.changes: same change

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

Other differences:
------------------
++++++ u-boot-am335xevm.spec ++++++
--- /var/tmp/diff_new_pack.x1WRuq/_old  2014-01-23 15:57:30.000000000 +0100
+++ /var/tmp/diff_new_pack.x1WRuq/_new  2014-01-23 15:57:30.000000000 +0100
@@ -95,6 +95,8 @@
 # In that case prefer the one with a working dtb already appended.
 if [ -f u-boot-dtb.bin ]; then
     install -D -m 0644 u-boot-dtb.bin %{buildroot}/boot/u-boot.bin
+elif [ -f u-boot-dtb-tegra.bin ]; then
+    install -D -m 0644 u-boot-dtb-tegra.bin %{buildroot}/boot/u-boot.bin
 else
     install -D -m 0644 u-boot.bin %{buildroot}/boot/u-boot.bin
 fi

u-boot-arndale.spec: same change
u-boot-colibrit20iris.spec: same change
u-boot-cubieboard.spec: same change
u-boot-highbank.spec: same change
u-boot-hyundaia7hd.spec: same change
u-boot-melea1000.spec: same change
++++++ u-boot-mx53loco.spec ++++++
--- /var/tmp/diff_new_pack.x1WRuq/_old  2014-01-23 15:57:30.000000000 +0100
+++ /var/tmp/diff_new_pack.x1WRuq/_new  2014-01-23 15:57:30.000000000 +0100
@@ -95,6 +95,8 @@
 # In that case prefer the one with a working dtb already appended.
 if [ -f u-boot-dtb.imx ]; then
     install -D -m 0644 u-boot-dtb.imx %{buildroot}/boot/u-boot.imx
+elif [ -f u-boot-dtb-tegra.bin ]; then
+    install -D -m 0644 u-boot-dtb-tegra.imx %{buildroot}/boot/u-boot.imx
 else
     install -D -m 0644 u-boot.imx %{buildroot}/boot/u-boot.imx
 fi

++++++ u-boot-omap3beagle.spec ++++++
--- /var/tmp/diff_new_pack.x1WRuq/_old  2014-01-23 15:57:30.000000000 +0100
+++ /var/tmp/diff_new_pack.x1WRuq/_new  2014-01-23 15:57:30.000000000 +0100
@@ -95,6 +95,8 @@
 # In that case prefer the one with a working dtb already appended.
 if [ -f u-boot-dtb.bin ]; then
     install -D -m 0644 u-boot-dtb.bin %{buildroot}/boot/u-boot.bin
+elif [ -f u-boot-dtb-tegra.bin ]; then
+    install -D -m 0644 u-boot-dtb-tegra.bin %{buildroot}/boot/u-boot.bin
 else
     install -D -m 0644 u-boot.bin %{buildroot}/boot/u-boot.bin
 fi

u-boot-omap4panda.spec: same change
u-boot-paz00.spec: same change
u-boot-rpib.spec: same change

++++++ pre_checkin.sh ++++++
--- /var/tmp/diff_new_pack.x1WRuq/_old  2014-01-23 15:57:30.000000000 +0100
+++ /var/tmp/diff_new_pack.x1WRuq/_new  2014-01-23 15:57:30.000000000 +0100
@@ -37,6 +37,7 @@
 s/ORIGEN_SPL/$ORIGEN_SPL/g
 s/ARNDALE_SPL/$ARNDALE_SPL/g
 s/SUNXI_SPL/$SUNXI_SPL/g
+s/TEGRA_SPL/$TEGRA_SPL/g
 s/XLOADER/$XLOADER/g" < u-boot.spec.in > u-boot-$BOARDNAME.spec
 
 cp u-boot.changes u-boot-$BOARDNAME.changes

++++++ u-boot.spec.in ++++++
--- /var/tmp/diff_new_pack.x1WRuq/_old  2014-01-23 15:57:31.000000000 +0100
+++ /var/tmp/diff_new_pack.x1WRuq/_new  2014-01-23 15:57:31.000000000 +0100
@@ -95,6 +95,8 @@
 # In that case prefer the one with a working dtb already appended.
 if [ -f u-boot-dtb.BINEND ]; then
     install -D -m 0644 u-boot-dtb.BINEND %{buildroot}/boot/u-boot.BINEND
+elif [ -f u-boot-dtb-tegra.bin ]; then
+    install -D -m 0644 u-boot-dtb-tegra.BINEND %{buildroot}/boot/u-boot.BINEND
 else
     install -D -m 0644 u-boot.BINEND %{buildroot}/boot/u-boot.BINEND
 fi

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

Reply via email to