diff mbox series

[meta-rockchip,3/3] bsp: rkbin: do not add default DEPENDS dependencies

Message ID 20240927-rkbin-split-recipes-v1-3-0f4a9b0cbf56@cherry.de
State New
Headers show
Series bsp: rkbin: split rkbin into separate recipes for DDR init, TF-A and OP-TEE OS | expand

Commit Message

Quentin Schulz Sept. 27, 2024, 12:36 p.m. UTC
From: Quentin Schulz <quentin.schulz@cherry.de>

Nothing needs to be done for rkbin recipes except taking a file and
putting in do_deploy, therefore there's no need for the default typical
DEPENDS dependencies to be pulled in. As such, set INHIBIT_DEFAULT_DEPS
to avoid having them pulled in.

Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
---
 recipes-bsp/rkbin/rockchip-rkbin.inc | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/recipes-bsp/rkbin/rockchip-rkbin.inc b/recipes-bsp/rkbin/rockchip-rkbin.inc
index abd2e30..d70a555 100644
--- a/recipes-bsp/rkbin/rockchip-rkbin.inc
+++ b/recipes-bsp/rkbin/rockchip-rkbin.inc
@@ -5,6 +5,8 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=15faa4a01e7eb0f5d33f9f2bcc7bff62"
 
 inherit bin_package deploy
 
+INHIBIT_DEFAULT_DEPS = "1"
+
 S = "${WORKDIR}/git"
 
 COMPATIBLE_MACHINE = "^$"