diff mbox series

baremetal-helloworld: Fix override order

Message ID 20260627022002.2363050-1-khem.raj@oss.qualcomm.com
State New
Headers show
Series baremetal-helloworld: Fix override order | expand

Commit Message

Khem Raj June 27, 2026, 2:20 a.m. UTC
In current state it does not work as intended.

Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
 .../baremetal-example/baremetal-helloworld_git.bb               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-extended/baremetal-example/baremetal-helloworld_git.bb b/meta/recipes-extended/baremetal-example/baremetal-helloworld_git.bb
index 4307716069..5af09d4a8f 100644
--- a/meta/recipes-extended/baremetal-example/baremetal-helloworld_git.bb
+++ b/meta/recipes-extended/baremetal-example/baremetal-helloworld_git.bb
@@ -22,7 +22,7 @@  IMAGE_NAME_SUFFIX ?= ""
 inherit baremetal-image
 
 # startup code for x86 uses NASM syntax
-DEPENDS:qemux86:append = " nasm-native"
+DEPENDS:append:qemux86 = " nasm-native"
 
 # These parameters are app specific for this example
 # This will be translated automatically to the architecture and