From 2b6b6df32af111e54ec71678e4424bc729c85efc Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Wed, 19 Feb 2020 08:49:21 +0000 Subject: [PATCH] flash-images: update the uENV root UUID also on arch64 Signed-off-by: Arne Fitzenreiter --- lfs/flash-images | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/flash-images b/lfs/flash-images index 332bd1fdf8..e4af896f1a 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" -- 2.39.2