summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2022-10-13 16:04:03 -0500
committerRyan Eatmon <reatmon@ti.com>2022-10-17 13:05:21 -0500
commitc023b50537fc513cbbc91b00ed0ead77fbac1070 (patch)
treea1ca1df6c0c680f6b134377d3c7fee97f50e5fe9 /meta-ti-bsp/recipes-bsp/u-boot
parent928d30486bb960e1a3d904d768e2808e4640fc42 (diff)
downloadmeta-ti-c023b50537fc513cbbc91b00ed0ead77fbac1070.tar.gz
u-boot: Remove lzop dependency
lzop support has been moved from oe-core to meta-oe. Since we are not setting FIT_KERNEL_COMP_ALG and (for minimal poky builds) we would like to not require meta-oe just for this, just remove the dependency entirely. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-bsp/u-boot')
-rw-r--r--meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
index d29c80cf..a82981cc 100644
--- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
+++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc
@@ -23,7 +23,7 @@ SRC_URI = "${UBOOT_GIT_URI};protocol=${UBOOT_GIT_PROTOCOL};branch=${BRANCH}"
23PV:append = "+git${SRCPV}" 23PV:append = "+git${SRCPV}"
24 24
25# u-boot needs devtree compiler to parse dts files 25# u-boot needs devtree compiler to parse dts files
26DEPENDS += "dtc-native bc-native lzop-native flex-native bison-native python3-setuptools-native" 26DEPENDS += "dtc-native bc-native flex-native bison-native python3-setuptools-native"
27 27
28DM_FIRMWARE = "ipc_echo_testb_mcu1_0_release_strip.xer5f" 28DM_FIRMWARE = "ipc_echo_testb_mcu1_0_release_strip.xer5f"
29 29