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 2b6b6df32af111e54ec71678e4424bc729c85efc (commit) from 068747163af47bffc8d34e312a90d2472d5f2367 (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 2b6b6df32af111e54ec71678e4424bc729c85efc Author: Arne Fitzenreiter arne_f@ipfire.org Date: Wed Feb 19 08:49:21 2020 +0000
flash-images: update the uENV root UUID also on arch64
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: lfs/flash-images | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Difference in files: diff --git a/lfs/flash-images b/lfs/flash-images index 332bd1fdf..e4af896f1 100644 --- a/lfs/flash-images +++ b/lfs/flash-images @@ -215,7 +215,7 @@ endif rm -f $(MNThdd)/etc/grub.d/11_linux_scon endif
-ifeq "$(BUILD_ARCH)" "armv5tel" +ifeq "$(BUILD_PLATFORM)" "arm" # Insert the UUID to uENV.txt sed -i $(MNThdd)/boot/uENV.txt \ -e "s/^root_dev=.*/root_dev=UUID=$$(blkid -o value -s UUID $(PART_ROOT))/g"
hooks/post-receive -- IPFire 2.x development tree