Message ID | 20250625-s-unpackdir-v1-2-6f45466478d8@cherry.de |
---|---|
State | New |
Headers | show |
Series | bsp: rkbin: fix build issues around S and WORKDIR | expand |
diff --git a/recipes-bsp/rkbin/rockchip-rkbin-native_git.bb b/recipes-bsp/rkbin/rockchip-rkbin-native_git.bb index 2adccdd59bbf454bd5264d503d6d5883b94c472d..71d4246028102563fc2a3c23744eea1411770735 100644 --- a/recipes-bsp/rkbin/rockchip-rkbin-native_git.bb +++ b/recipes-bsp/rkbin/rockchip-rkbin-native_git.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://../LICENSE;md5=11e3673115959bf596feaaa6ea7ce9a5" inherit native -S = "${WORKDIR}/git/tools" +S = "${UNPACKDIR}/${BP}/tools" # ddrbin_tool.py only uses python and core modules. # Yocto depends on a host python anyway so we can simply ignore that dependency