Machines from SOC_FAMILY rk3399 require pyelftools Python3 library for parsing dtb files so it should be added to DEPENDS.
Signed-off-by: Leon Anavi <[email protected]> --- recipes-bsp/u-boot/u-boot%.bbappend | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-bsp/u-boot/u-boot%.bbappend b/recipes-bsp/u-boot/u-boot%.bbappend index b7c6b49..e41f61f 100644 --- a/recipes-bsp/u-boot/u-boot%.bbappend +++ b/recipes-bsp/u-boot/u-boot%.bbappend @@ -6,6 +6,8 @@ do_compile:append:rock2-square () { } DEPENDS:append:rock-pi-4 = " gnutls-native" +# SOC_FAMILY rk3399 requires pyelftools library for parsing dtb files +DEPENDS:append:rk3399 = " python3-pyelftools-native" ATF_DEPENDS ??= "" -- 2.30.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#59977): https://lists.yoctoproject.org/g/yocto/message/59977 Mute This Topic: https://lists.yoctoproject.org/mt/98809304/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
