From b8efbe729a31ad15a5720e6876761364330ee1d8 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Mon, 4 Jan 2021 16:23:54 +0100 Subject: [PATCH] Get rid of u-boot-fw-utils These tools are not required anymore and not present in dunfell release. BugzID: 69636 --- recipes-bsp/u-boot/u-boot-fw-utils/fw_env.config | 9 --------- recipes-bsp/u-boot/u-boot-fw-utils_%.bbappend | 7 ------- 2 files changed, 16 deletions(-) delete mode 100644 recipes-bsp/u-boot/u-boot-fw-utils/fw_env.config delete mode 100644 recipes-bsp/u-boot/u-boot-fw-utils_%.bbappend diff --git a/recipes-bsp/u-boot/u-boot-fw-utils/fw_env.config b/recipes-bsp/u-boot/u-boot-fw-utils/fw_env.config deleted file mode 100644 index f3363b9..0000000 --- a/recipes-bsp/u-boot/u-boot-fw-utils/fw_env.config +++ /dev/null @@ -1,9 +0,0 @@ -# Configuration file for fw_(printenv/setenv) utility. -# Up to two entries are valid, in this case the redundant -# environment sector is assumed present. -# Notice, that the "Number of sectors" is ignored on NOR and SPI-dataflash. -# Futhermore, if the Flash sector size is ommitted, this value is assumed to -# be the same as the Environment size, which is valid for NOR and SPI-dataflash - -# MTD device name Device offset Environment size -/sys/bus/i2c/devices/0-0050/eeprom 0x1000 0x0800 diff --git a/recipes-bsp/u-boot/u-boot-fw-utils_%.bbappend b/recipes-bsp/u-boot/u-boot-fw-utils_%.bbappend deleted file mode 100644 index 2cb8d2c..0000000 --- a/recipes-bsp/u-boot/u-boot-fw-utils_%.bbappend +++ /dev/null @@ -1,7 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" - -SRC_URI += "file://fw_env.config" - -do_install_prepend() { - cp -f ${WORKDIR}/fw_env.config ${S}/tools/env/ -}