summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Woerner <twoerner@gmail.com>2020-02-12 08:00:22 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2020-02-12 10:44:02 -0300
commit7d3792f2e76ac4d0d4efad19729e09b284e8421d (patch)
tree740bb12780b69fc5d6d88a09a920075c58804f05
parent6c34107a9a48b962d2fd50eb4a032fae12b844f3 (diff)
downloadmeta-freescale-7d3792f2e76ac4d0d4efad19729e09b284e8421d.tar.gz
u-boot-fslc: add lzop-native dependency
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>
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc_2019.07.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2019.07.bb b/recipes-bsp/u-boot/u-boot-fslc_2019.07.bb
index 2a17792f..9fc752a1 100644
--- a/recipes-bsp/u-boot/u-boot-fslc_2019.07.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc_2019.07.bb
@@ -6,7 +6,7 @@ order to provide support for some backported features and fixes, or because it \
6was submitted for revision and it takes some time to become part of a stable \ 6was submitted for revision and it takes some time to become part of a stable \
7version, or because it is not applicable for upstreaming." 7version, or because it is not applicable for upstreaming."
8 8
9DEPENDS_append = " bc-native dtc-native" 9DEPENDS_append = " bc-native dtc-native lzop-native"
10 10
11PROVIDES += "u-boot" 11PROVIDES += "u-boot"
12 12