diff options
author | Trevor Woerner <twoerner@gmail.com> | 2020-02-12 08:00:22 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-02-12 10:44:02 -0300 |
commit | 7d3792f2e76ac4d0d4efad19729e09b284e8421d (patch) | |
tree | 740bb12780b69fc5d6d88a09a920075c58804f05 | |
parent | 6c34107a9a48b962d2fd50eb4a032fae12b844f3 (diff) | |
download | meta-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.bb | 2 |
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 \ | |||
6 | was submitted for revision and it takes some time to become part of a stable \ | 6 | was submitted for revision and it takes some time to become part of a stable \ |
7 | version, or because it is not applicable for upstreaming." | 7 | version, or because it is not applicable for upstreaming." |
8 | 8 | ||
9 | DEPENDS_append = " bc-native dtc-native" | 9 | DEPENDS_append = " bc-native dtc-native lzop-native" |
10 | 10 | ||
11 | PROVIDES += "u-boot" | 11 | PROVIDES += "u-boot" |
12 | 12 | ||