* [meta-rockchip] [PATCH] u-boot%.bbappend: pyelftools for rk3399
@ 2023-05-10 16:13 Leon Anavi
2023-05-19 12:36 ` Trevor Woerner
0 siblings, 1 reply; 2+ messages in thread
From: Leon Anavi @ 2023-05-10 16:13 UTC (permalink / raw)
To: yocto; +Cc: Trevor Woerner, Leon Anavi
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 <leon.anavi@konsulko.com>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-05-19 12:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-10 16:13 [meta-rockchip] [PATCH] u-boot%.bbappend: pyelftools for rk3399 Leon Anavi
2023-05-19 12:36 ` Trevor Woerner
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.