From c51b50276ad9550620ae556d1c096731fd025db0 Mon Sep 17 00:00:00 2001 From: alichinese Date: Thu, 16 Oct 2025 15:14:49 +0800 Subject: [PATCH] orangepi5: fix the compile bug * fix the compile bug that raise RK_WIFIBT_FIRMWARES not defined Signed-off-by: alichinese --- bsp/meta-openeuler-bsp/conf/machine/orangepi5.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bsp/meta-openeuler-bsp/conf/machine/orangepi5.conf b/bsp/meta-openeuler-bsp/conf/machine/orangepi5.conf index f356831c4a4..4834d5b2024 100644 --- a/bsp/meta-openeuler-bsp/conf/machine/orangepi5.conf +++ b/bsp/meta-openeuler-bsp/conf/machine/orangepi5.conf @@ -2,6 +2,13 @@ require conf/machine/include/rk3588.inc require conf/machine/include/rockchip-default-providers.inc require conf/machine/include/rockchip-wic.inc +# RK_WIFIBT_FIRMWARES parm come from conf/machine/include/openeuler-rockchip-rk3588-evb.conf +RK_WIFIBT_FIRMWARES = " \ + rkwifibt-firmware-ap6398s-wifi \ + rkwifibt-firmware-ap6398s-bt \ + brcm-tools \ +" + # Specify the U-Boot configuration UBOOT_MACHINE = "rk3588_defconfig" -- Gitee