summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/u-boot-toradex-common.inc
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2022-07-21 13:26:45 +0200
committerMing Liu <ming.liu@toradex.int>2022-07-26 13:19:35 +0000
commite03633dac59d7e3aac48c3608e7eda2e84023bfe (patch)
tree6b3865029b2e44b3789e4b3a97e607a05aa6dcc9 /recipes-bsp/u-boot/u-boot-toradex-common.inc
parente8e2838d64bdde4c1afd1993be5364db83dc9be0 (diff)
u-boot: drop fw_env.config
Currently we have downstream/upstream Toradex uboot recipes and we dont want to add fw_env.config for both of them to avoid code redundant. Let's move fw_env.config to libubootenv, which will be installed for both donwstream/upstream distros. Related-to: ELB-4536 Signed-off-by: Ming Liu <ming.liu@toradex.com>
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-toradex-common.inc')
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex-common.inc5
1 files changed, 1 insertions, 4 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex-common.inc b/recipes-bsp/u-boot/u-boot-toradex-common.inc
index 5717d8d..8562341 100644
--- a/recipes-bsp/u-boot/u-boot-toradex-common.inc
+++ b/recipes-bsp/u-boot/u-boot-toradex-common.inc
@@ -16,10 +16,7 @@ SRCREV = "1cbeecee44a868f4ace933a992e730efb6d9d654"
SRCBRANCH = "toradex_2020.07"
SRCREV:use-head-next = "${AUTOREV}"
-SRC_URI = " \
- git://git.toradex.com/u-boot-toradex.git;protocol=https;branch=${SRCBRANCH} \
- file://fw_env.config \
-"
+SRC_URI = "git://git.toradex.com/u-boot-toradex.git;protocol=https;branch=${SRCBRANCH}"
S = "${WORKDIR}/git"