bsp: rkbin: fix build since S = "${WORKDIR}/git" is implied by OE-Core

S = "${WORKDIR}/git" is now implied when using the git fetcher and since
commit 46480a5e6674 ("insane/do_qa_unpack: add checks that ensure S is
set correctly") the build fails if it is set to such a value.

Therefore, let's remove the line in rkbin to make the build of those
recipes successful again.

Reviewed-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
This commit is contained in:
Quentin Schulz 2025-06-25 14:07:13 +02:00 committed by Trevor Woerner
parent 961768ccd1
commit e59f6fcb66
2 changed files with 0 additions and 4 deletions

View File

@ -13,8 +13,6 @@ PROVIDES += "optee-os"
inherit bin_package deploy inherit bin_package deploy
S = "${WORKDIR}/git"
COMPATIBLE_MACHINE = "^$" COMPATIBLE_MACHINE = "^$"
COMPATIBLE_MACHINE:rk3308 = "rk3308" COMPATIBLE_MACHINE:rk3308 = "rk3308"

View File

@ -7,8 +7,6 @@ inherit bin_package deploy
INHIBIT_DEFAULT_DEPS = "1" INHIBIT_DEFAULT_DEPS = "1"
S = "${WORKDIR}/git"
COMPATIBLE_MACHINE = "^$" COMPATIBLE_MACHINE = "^$"
COMPATIBLE_MACHINE:rk3308 = "rk3308" COMPATIBLE_MACHINE:rk3308 = "rk3308"
COMPATIBLE_MACHINE:rk3566 = "rk3566" COMPATIBLE_MACHINE:rk3566 = "rk3566"