From 575a71c6e36fe8c2cc9918d7b68efaa3fe5dc1fe Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Wed, 5 Aug 2020 21:49:39 +0200 Subject: meta: change to use libubootenv to provide u-boot-fw-utils The changes include: - Drop PREFERRED_PROVIDER_u-boot-fw-utils from machine conf. - Drop u-boot-toradex-fw-utils-tk1 recipe. - Drop fw_unlock_mmc.sh, that's not needed for libubootenv. - Drop reference to u-boot-toradex-initial-env.inc, that's been removed from BSP common layer. Related-to: ELB-2553 Signed-off-by: Ming Liu --- recipes-bsp/u-boot/u-boot-toradex-tk1_2019.07.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'recipes-bsp/u-boot/u-boot-toradex-tk1_2019.07.bb') diff --git a/recipes-bsp/u-boot/u-boot-toradex-tk1_2019.07.bb b/recipes-bsp/u-boot/u-boot-toradex-tk1_2019.07.bb index d3613fd..ade3907 100644 --- a/recipes-bsp/u-boot/u-boot-toradex-tk1_2019.07.bb +++ b/recipes-bsp/u-boot/u-boot-toradex-tk1_2019.07.bb @@ -1,6 +1,7 @@ require u-boot-toradex-common-tk1.inc -require recipes-bsp/u-boot/u-boot-tk1.inc -require recipes-bsp/u-boot/u-boot-toradex-initial-env.inc +require recipes-bsp/u-boot/u-boot.inc + +B = "${WORKDIR}/build" DEPENDS += "bc-native dtc-native" DEPENDS_append_apalis-tk1 = " cbootimage-native" @@ -11,6 +12,7 @@ COMPATIBLE_MACHINE = "(apalis-tk1)" SRC_URI_append_apalis-tk1 = " \ file://apalis-tk1.img.cfg \ + file://fw_env.config \ file://PM375_Hynix_2GB_H5TC4G63AFR_RDA_924MHz.bct \ " -- cgit v1.2.3