From c0dc3d36d09c8172223bcb680cbda08846a0bf0e Mon Sep 17 00:00:00 2001 From: Raptor Engineering Development Team Date: Wed, 12 Feb 2020 02:15:13 +0000 Subject: Save and restore BMC MAC address in U-Boot environment during BMC firmware updates --- poky/meta/recipes-bsp/u-boot/u-boot-fw-utils_2019.01.bb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'poky/meta/recipes-bsp/u-boot/u-boot-fw-utils_2019.01.bb') diff --git a/poky/meta/recipes-bsp/u-boot/u-boot-fw-utils_2019.01.bb b/poky/meta/recipes-bsp/u-boot/u-boot-fw-utils_2019.01.bb index b5ce56847..0ba983072 100644 --- a/poky/meta/recipes-bsp/u-boot/u-boot-fw-utils_2019.01.bb +++ b/poky/meta/recipes-bsp/u-boot/u-boot-fw-utils_2019.01.bb @@ -20,6 +20,11 @@ do_install () { install -m 755 ${S}/tools/env/fw_printenv ${D}${base_sbindir}/fw_printenv install -m 755 ${S}/tools/env/fw_printenv ${D}${base_sbindir}/fw_setenv install -m 0644 ${S}/tools/env/fw_env.config ${D}${sysconfdir}/fw_env.config + + install -d ${STAGING_DIR}/bin + install -m 755 ${S}/tools/env/fw_printenv ${STAGING_DIR}/bin/fw_printenv + install -m 755 ${S}/tools/env/fw_printenv ${STAGING_DIR}/bin/fw_setenv + install -m 644 ${WORKDIR}/fw_env.config ${STAGING_DIR}/fw_env.config } do_install_class-cross () { -- cgit v1.2.1