diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2022-05-31 08:41:00 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-31 08:41:00 -0300 |
| commit | 8770de5876704956b34f63e5bbde8a77912a4480 (patch) | |
| tree | 580ce7e13f808bd8af9137f071096148e508b2ac | |
| parent | 137fb3858bcf9970e030e0a37833776dc2cae046 (diff) | |
| parent | af3f03bf3c35403191baf1da0a8f30cac02e0848 (diff) | |
| download | meta-freescale-8770de5876704956b34f63e5bbde8a77912a4480.tar.gz | |
Merge pull request #1096 from zandrey/topic/remove-lzop-native
Remove lzop dependency dropped upstream
| -rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc_2022.04.bb | 2 | ||||
| -rw-r--r-- | recipes-kernel/linux/linux-fslc.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2022.04.bb b/recipes-bsp/u-boot/u-boot-fslc_2022.04.bb index ec5298b67..de6d22d0d 100644 --- a/recipes-bsp/u-boot/u-boot-fslc_2022.04.bb +++ b/recipes-bsp/u-boot/u-boot-fslc_2022.04.bb | |||
| @@ -8,7 +8,7 @@ version, or because it is not applicable for upstreaming." | |||
| 8 | 8 | ||
| 9 | inherit ${@oe.utils.ifelse(d.getVar('UBOOT_PROVIDES_BOOT_CONTAINER') == '1', 'imx-boot-container', '')} | 9 | inherit ${@oe.utils.ifelse(d.getVar('UBOOT_PROVIDES_BOOT_CONTAINER') == '1', 'imx-boot-container', '')} |
| 10 | 10 | ||
| 11 | DEPENDS += "bc-native dtc-native python3-setuptools-native lzop-native" | 11 | DEPENDS += "bc-native dtc-native python3-setuptools-native" |
| 12 | 12 | ||
| 13 | # Location known to imx-boot component, where U-Boot artifacts | 13 | # Location known to imx-boot component, where U-Boot artifacts |
| 14 | # should be additionally deployed. | 14 | # should be additionally deployed. |
diff --git a/recipes-kernel/linux/linux-fslc.inc b/recipes-kernel/linux/linux-fslc.inc index 7e7ae4466..f081dd7c8 100644 --- a/recipes-kernel/linux/linux-fslc.inc +++ b/recipes-kernel/linux/linux-fslc.inc | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | 3 | ||
| 4 | require recipes-kernel/linux/linux-imx.inc | 4 | require recipes-kernel/linux/linux-imx.inc |
| 5 | 5 | ||
| 6 | DEPENDS += "lzop-native bc-native" | 6 | DEPENDS += "bc-native" |
| 7 | 7 | ||
| 8 | SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https \ | 8 | SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https \ |
| 9 | file://defconfig" | 9 | file://defconfig" |
