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

Build warnings with atsamr21_xpro #22417

Closed
pabigot opened this issue Feb 3, 2020 · 1 comment
Closed

Build warnings with atsamr21_xpro #22417

pabigot opened this issue Feb 3, 2020 · 1 comment
Assignees
Labels
bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug

Comments

@pabigot
Copy link
Collaborator

pabigot commented Feb 3, 2020

#22253 broke atsamr21_xpro because the board defconfig has inconsistent dependencies:

% west build -b atsamr21_xpro samples/hello_world
...
Kconfig header saved to '/mnt/nordic/zp/zephyr/build/zephyr/include/generated/autoconf.h'

warning: IEEE802154_RF2XX (defined at drivers/ieee802154/Kconfig.rf2xx:6) was assigned the value 'y'
but got the value 'n'. Check these unsatisfied dependencies: NETWORKING (=n), IEEE802154 (=n). See
http://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_IEEE802154_RF2XX.html and/or look up
IEEE802154_RF2XX in the menuconfig/guiconfig interface. The Application Development Primer, Setting
Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful
too.

This breaks CI for any PR that happens to trigger a build on this platform.

@pabigot pabigot added the bug The issue is a bug, or the PR is fixing a bug label Feb 3, 2020
@jhedberg jhedberg added the priority: low Low impact/importance bug label Feb 4, 2020
@carlescufi
Copy link
Member

Fixed in master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug
Projects
None yet
Development

No branches or pull requests

4 participants