JeffyCN / meta-rockchip

Yocto BSP layer for the Rockchip SOC boards
Other
120 stars 93 forks source link

Unable to build core-image-weston for rk3588 due to WiFi/BT firmware issues #60

Closed devttebayo closed 1 year ago

devttebayo commented 1 year ago

Not sure if I'm in an unsupported state, but when I try to run bitbake core-image-minimal I'm getting hit with the following error:

ERROR: Nothing RPROVIDES 'rkwifibt-firmware-ap6275p-bt' (but /mnt/wsl/yocto-dev/build/../sources/poky/meta/recipes-core/packagegroups/packagegroup-base.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'rkwifibt-firmware-ap6275p-bt' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['rkwifibt-firmware-ap6275p-bt']
NOTE: Runtime target 'packagegroup-base-extended' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['packagegroup-base-extended', 'rkwifibt-firmware-ap6275p-bt']
ERROR: Required build target 'core-image-weston' has no buildable providers.
Missing or unbuildable dependency chain was: ['core-image-weston', 'packagegroup-base-extended', 'rkwifibt-firmware-ap6275p-bt']

I assume I'm doing something very silly, but I can't figure out why core-image-minimal builds with no errors but this one fails.

JeffyCN commented 1 year ago

that has been renamed into ap6275-bt in newest version.

and maybe try to perform a clean build(repo init -> sync -> build)