From 60354969f0c621f1dc775e7fcd2ad0f3fe8975f8 Mon Sep 17 00:00:00 2001 From: Quentin Schulz Date: Fri, 27 Sep 2024 14:36:53 +0200 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 --- recipes-bsp/rkbin/rockchip-rkbin.inc | 2 ++ 1 file changed, 2 insertions(+) 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 = "^$"