From mboxrd@z Thu Jan  1 00:00:00 1970
From: Arne Fitzenreiter <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated.
 b04724fd348c2f4e41607603ab25c1f18b96a919
Date: Fri, 15 Oct 2021 06:02:31 +0000
Message-ID: <4HVwfJ1xJpz2xbc@people01.haj.ipfire.org>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2393890722826947191=="
List-Id: <ipfire-scm.lists.ipfire.org>

--===============2393890722826947191==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".

The branch, next has been updated
       via  b04724fd348c2f4e41607603ab25c1f18b96a919 (commit)
      from  c8bb619a71cdea01bc86fe20d2d73f8fec4cf7e0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b04724fd348c2f4e41607603ab25c1f18b96a919
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Fri Oct 15 06:00:08 2021 +0000

    u-boot-friendlyarm: copy binary from core159
   =20
    this u-boot version cannot build without python2 that is removed
    with core161 so this copy the binary from older build.
   =20
    Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 lfs/u-boot-friendlyarm | 33 ++++++++++-----------------------
 1 file changed, 10 insertions(+), 23 deletions(-)

Difference in files:
diff --git a/lfs/u-boot-friendlyarm b/lfs/u-boot-friendlyarm
index c69f97018..ab3353dba 100644
--- a/lfs/u-boot-friendlyarm
+++ b/lfs/u-boot-friendlyarm
@@ -1,7 +1,7 @@
 ############################################################################=
###
 #                                                                           =
  #
 # IPFire.org - A linux based firewall                                       =
  #
-# Copyright (C) 2007-2019  IPFire Team  <info(a)ipfire.org>                 =
    #
+# Copyright (C) 2007-2021  IPFire Team  <info(a)ipfire.org>                 =
    #
 #                                                                           =
  #
 # This program is free software: you can redistribute it and/or modify      =
  #
 # it under the terms of the GNU General Public License as published by      =
  #
@@ -24,12 +24,15 @@
=20
 include Config
=20
-VER        =3D 5e8607b
-
+VER        =3D 5e8607b-nanopi-r1-binary
+#
+# This older and heavy patched u-boot cannot build without python2 so this
+# copy the binary from core159
+#
 THISAPP    =3D u-boot-friendlyarm-$(VER)
-DL_FILE    =3D $(THISAPP).tar.gz
+DL_FILE    =3D $(THISAPP).tar.xz
 DL_FROM    =3D $(URL_IPFIRE)
-DIR_APP    =3D $(DIR_SRC)/u-boot-$(VER)*
+DIR_APP    =3D $(DIR_SRC)/u-boot-$(VER)
 TARGET     =3D $(DIR_INFO)/$(THISAPP)
 SUP_ARCH   =3D armv6l
=20
@@ -41,7 +44,7 @@ objects =3D $(DL_FILE)
=20
 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE)
=20
-$(DL_FILE)_MD5 =3D fa7bb610b17df6b884f6c88f19ce258e
+$(DL_FILE)_MD5 =3D a44237f43822ba13c17fce6541af6f6c
=20
 install : $(TARGET)
=20
@@ -73,21 +76,5 @@ dist:
=20
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
-	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
-
-ifeq "${BUILD_ARCH}" "armv6l"
-	# Nanopi-R1 eMMC
-	-mkdir -pv /usr/share/u-boot/nanopi-r1
-	cd $(DIR_APP) && cp arch/arm/dts/sun8i-h3-nanopi-m1-plus.dts arch/arm/dts/s=
un8i-h3-nanopi-r1.dts
-	cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/u-boot/sunxi/nanopi-r1=
-add-mac.diff
-	cd $(DIR_APP) && make CROSS_COMPILE=3D"" nanopi_h3_config
-	cd $(DIR_APP) && sed -i -e 's!^CONFIG_IDENT_STRING=3D.*!CONFIG_IDENT_STRING=
=3D" Nanopi-R1 eMMC - IPFire.org"!' .config
-	cd $(DIR_APP) && sed -i -e 's!^CONFIG_DEFAULT_DEVICE_TREE=3D.*!CONFIG_DEFAU=
LT_DEVICE_TREE=3D"sun8i-h3-nanopi-r1"!' .config
-	cd $(DIR_APP) && make CROSS_COMPILE=3D"" HOSTCC=3D"gcc $(CFLAGS)"
-	cd $(DIR_APP) && install -v -m 644 u-boot-sunxi-with-spl.bin \
-		/usr/share/u-boot/nanopi-r1
-	cd $(DIR_APP) && make distclean
-endif
-
-	@rm -rf $(DIR_APP)
+	@cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) -C /usr/share/u-boot/
 	@$(POSTBUILD)


hooks/post-receive
--
IPFire 2.x development tree

--===============2393890722826947191==--