mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
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>
This commit is contained in:
@@ -23,7 +23,7 @@ SRC_URI = "${UBOOT_GIT_URI};protocol=${UBOOT_GIT_PROTOCOL};branch=${BRANCH}"
|
||||
PV:append = "+git${SRCPV}"
|
||||
|
||||
# u-boot needs devtree compiler to parse dts files
|
||||
DEPENDS += "dtc-native bc-native lzop-native flex-native bison-native python3-setuptools-native"
|
||||
DEPENDS += "dtc-native bc-native flex-native bison-native python3-setuptools-native"
|
||||
|
||||
DM_FIRMWARE = "ipc_echo_testb_mcu1_0_release_strip.xer5f"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user