From: Khem Raj <[email protected]> In current state it does not work as intended.
Signed-off-by: Khem Raj <[email protected]> Signed-off-by: Mathieu Dubois-Briand <[email protected]> Signed-off-by: Richard Purdie <[email protected]> (cherry picked from commit a02059069443cfe0dc5860eae4aebba68b9a4ec4) Signed-off-by: Yoann Congal <[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 43077160697..5af09d4a8f5 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 (#240205): https://lists.openembedded.org/g/openembedded-core/message/240205 Mute This Topic: https://lists.openembedded.org/mt/120131958/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
