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 <quentin.schulz@cherry.de>
(cherry picked from commit 60354969f0)
[apply on rockchip-rkbin_git.bb instead of rockchip-rkbin.inc]
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
This commit is contained in:
Quentin Schulz 2024-12-16 14:39:47 +01:00 committed by Trevor Woerner
parent e641dba980
commit 10c1e9f45a

View File

@ -10,6 +10,8 @@ PROVIDES += "optee-os"
inherit bin_package deploy
INHIBIT_DEFAULT_DEPS = "1"
S = "${WORKDIR}/git"
COMPATIBLE_MACHINE = "^$"