mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-05 05:04:47 +02:00
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 <leon.anavi@konsulko.com> Signed-off-by: Trevor Woerner <twoerner@gmail.com>
This commit is contained in:
parent
efa9c51159
commit
6127d169ac
|
@ -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 ??= ""
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user