Skip to main content
UVV
Associate III
January 6, 2025
Question

Regression in u-boot in Scarthgap branch

  • January 6, 2025
  • 0 replies
  • 422 views

Hi there,

The commit in question is rather huge and the general complaint is that commit message says nothing about the changes:

commit fd1832de6fb8c184904b64b6bb2e7df58d78d8f1
Author: Christophe Priouzeau <christophe.priouzeau@foss.st.com>
Date: Thu Oct 31 15:03:41 2024 +0100

U-BOOT: v2023.10-stm32mp-r1

Change-Id: Ic24598b586631a0a3f7dae9b54b513ff87ad461a
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@foss.st.com>

But only this particular snippet causes problems:

+# do not populate image directory during install
+do_install[noexec] = "1"

Why was the assumption that it shouldn't be executed? In my case I use the default environment, which is supposed to be installed by the do_install task.