Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dfx_dtg_common.bbclass removes python3-pyyaml-native from DEPENDS #50

Open
mc-requtech opened this issue Oct 8, 2024 · 1 comment
Open

Comments

@mc-requtech
Copy link

On line 9 dfx_dtg_common.bbclass inherits xsctyaml. Then on line 31 is does

DEPENDS = "\
    dtc-native \
    bootgen-native \
    virtual/dtb \
    "

Note that this is DEPENDS =, not DEPENDS += or DEPENDS:append. Thus it zaps any DEPENDS set by xsctyaml, specifically python3-pyyaml-native which leads to do_create_yaml failing unless you happen to have pyyaml installed at a system level.

@grsandeep85
Copy link
Contributor

@mc-requtech this issue in fixed in 2024.2 which will be release soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants