From 10c1e9f45ad17a89cf2b098511f3a24210e0be41 Mon Sep 17 00:00:00 2001 From: Quentin Schulz Date: Mon, 16 Dec 2024 14:39:47 +0100 Subject: [PATCH] bsp: rkbin: do not add default DEPENDS dependencies 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 (cherry picked from commit 60354969f0c621f1dc775e7fcd2ad0f3fe8975f8) [apply on rockchip-rkbin_git.bb instead of rockchip-rkbin.inc] Signed-off-by: Quentin Schulz --- recipes-bsp/rkbin/rockchip-rkbin_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-bsp/rkbin/rockchip-rkbin_git.bb b/recipes-bsp/rkbin/rockchip-rkbin_git.bb index 1b71414..6e87507 100644 --- a/recipes-bsp/rkbin/rockchip-rkbin_git.bb +++ b/recipes-bsp/rkbin/rockchip-rkbin_git.bb @@ -10,6 +10,8 @@ PROVIDES += "optee-os" inherit bin_package deploy +INHIBIT_DEFAULT_DEPS = "1" + S = "${WORKDIR}/git" COMPATIBLE_MACHINE = "^$"