From 6127d169acf239a53df989f34a6b825fa182cc0c Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 10 May 2023 19:13:32 +0300 Subject: [PATCH] u-boot%.bbappend: pyelftools Various machines require pyelftools Python3 library for parsing dtb files so it should be added to DEPENDS. Signed-off-by: Leon Anavi Signed-off-by: Trevor Woerner --- 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..db8e016 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" +# various machines require the pyelftools library for parsing dtb files +DEPENDS:append = " python3-pyelftools-native" ATF_DEPENDS ??= ""