From 98f3a61e86c9e2ecdebda0da5240fc66fd786172 Mon Sep 17 00:00:00 2001 From: Ricardo Salveti Date: Thu, 14 Nov 2024 19:32:58 -0300 Subject: [PATCH] firmware-qcom-boot-common: provide virtual/bootbins Define a common virtual provider for bootbins, as we will later have multiple recipes providing boot binaries (based on base boards / SoCs). This is to help creating generic dependencies to the boot firmware recipe. Signed-off-by: Ricardo Salveti --- recipes-bsp/firmware/firmware-qcom-boot-common.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-bsp/firmware/firmware-qcom-boot-common.inc b/recipes-bsp/firmware/firmware-qcom-boot-common.inc index 1226094b..370b4aa8 100644 --- a/recipes-bsp/firmware/firmware-qcom-boot-common.inc +++ b/recipes-bsp/firmware/firmware-qcom-boot-common.inc @@ -1,5 +1,7 @@ # Install NHLOS boot binaries in DEPLOY_DIR +PROVIDES += "virtual/bootbins" + inherit deploy do_deploy() {