balena-os / balena-radxa

https://www.balena.io/os/
Apache License 2.0
13 stars 14 forks source link

u-boot: whitelist USB_DWC3 config #344

Open alexgg opened 1 year ago

alexgg commented 1 year ago

The CONFIG_USB_DWC3 ad-hoc config needs to be whitelisted to avoid the following build failure:

| Error: You must add new CONFIG options using Kconfig | The following new ad-hoc CONFIG options were detected: | CONFIG_USB_DWC3

Changelog-entry: Fix u-boot compilation error by whitelisting config entries

alexgg commented 1 year ago

@resin-jenkins retest this please

floion commented 1 year ago

What builds fail with this error? I see existing PRs can build ok.

alexgg commented 1 year ago

What builds fail with this error? I see existing PRs can build ok.

The error appeared when building rockpi-4b-rk3399 from scratch, no tmp no cache. I imagine that a u-boot cleanall and rebuild should also show it, could you check @floion ?