]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot-fslc: add lzop-native dependency
authorTrevor Woerner <twoerner@gmail.com>
Wed, 12 Feb 2020 13:00:22 +0000 (08:00 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 12 Feb 2020 13:44:02 +0000 (10:44 -0300)
Currently imx6qdlsabreauto is configured to generate an lzop-compressed u-boot
fit image, therefore a lzop-native is required on the host. Add this
dependency generically since more MACHINEs might switch over in time.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
recipes-bsp/u-boot/u-boot-fslc_2019.07.bb

index 2a17792f68fbbb5220794a2370151ec749385068..9fc752a1f25b3b624d2981db609211d5137c4ee8 100644 (file)
@@ -6,7 +6,7 @@ order to provide support for some backported features and fixes, or because it \
 was submitted for revision and it takes some time to become part of a stable \
 version, or because it is not applicable for upstreaming."
 
-DEPENDS_append = " bc-native dtc-native"
+DEPENDS_append = " bc-native dtc-native lzop-native"
 
 PROVIDES += "u-boot"