In current state it does not work as intended. Signed-off-by: Khem Raj <[email protected]> --- .../baremetal-example/baremetal-helloworld_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
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
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#239671): https://lists.openembedded.org/g/openembedded-core/message/239671 Mute This Topic: https://lists.openembedded.org/mt/119999601/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
