summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-05-31 08:46:28 -0300
committerGitHub <noreply@github.com>2022-05-31 08:46:28 -0300
commit92df6b76f38397b75ea76d588935b5b91b63c58c (patch)
tree6699a65638431601b397f400a5c8291f28d28195
parent6f27a6fb2511bc1ac206efe8196f6e73b33b1dce (diff)
parentc3bc5edfb2bd43d2af7dd0d89012253423930079 (diff)
downloadmeta-freescale-92df6b76f38397b75ea76d588935b5b91b63c58c.tar.gz
Merge pull request #1097 from Freescale/backport-1096-to-kirkstone
[Backport kirkstone] Remove lzop dependency dropped upstream
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc_2022.04.bb2
-rw-r--r--recipes-kernel/linux/linux-fslc.inc2
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 ec5298b6..de6d22d0 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
9inherit ${@oe.utils.ifelse(d.getVar('UBOOT_PROVIDES_BOOT_CONTAINER') == '1', 'imx-boot-container', '')} 9inherit ${@oe.utils.ifelse(d.getVar('UBOOT_PROVIDES_BOOT_CONTAINER') == '1', 'imx-boot-container', '')}
10 10
11DEPENDS += "bc-native dtc-native python3-setuptools-native lzop-native" 11DEPENDS += "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 7e7ae446..f081dd7c 100644
--- a/recipes-kernel/linux/linux-fslc.inc
+++ b/recipes-kernel/linux/linux-fslc.inc
@@ -3,7 +3,7 @@
3 3
4require recipes-kernel/linux/linux-imx.inc 4require recipes-kernel/linux/linux-imx.inc
5 5
6DEPENDS += "lzop-native bc-native" 6DEPENDS += "bc-native"
7 7
8SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https \ 8SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https \
9 file://defconfig" 9 file://defconfig"