Hi Florian,
On 7/2/24 10:16 AM, Florian Amstutz via lists.openembedded.org wrote:
You don't often get email from [email protected]. Learn
why this is important<https://aka.ms/LearnAboutSenderIdentification>
If i or j have not been unset in do_deploy:prepend functions, images are not
correctly
copied to DEPLOYDIR.
Signed-off-by: Florian Amstutz <[email protected]>
---
meta/recipes-bsp/u-boot/u-boot.inc | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-bsp/u-boot/u-boot.inc
b/meta/recipes-bsp/u-boot/u-boot.inc
index 54ea2e9e50..70fb192d6e 100644
--- a/meta/recipes-bsp/u-boot/u-boot.inc
+++ b/meta/recipes-bsp/u-boot/u-boot.inc
@@ -209,6 +209,7 @@ RDEPENDS:${PN} += "${PN}-env"
do_deploy () {
if [ -n "${UBOOT_CONFIG}" ]
then
+ unset i j
There are a LOT more of those missing in do_install, do_deploy, etc...
could you please fix all of them? I imagine that we can also remove the
`unset` after the for-loops if they are done before the for-loop?
Cheers,
Quentin
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#201425):
https://lists.openembedded.org/g/openembedded-core/message/201425
Mute This Topic: https://lists.openembedded.org/mt/106996344/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-