summaryrefslogtreecommitdiffstats
path: root/meta-nuvoton/recipes-bsp/u-boot/u-boot-fw-utils-nuvoton_git.bb
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2020-02-12 02:15:13 +0000
committerRaptor Engineering Development Team <support@raptorengineering.com>2020-02-13 01:44:43 +0000
commitc0dc3d36d09c8172223bcb680cbda08846a0bf0e (patch)
tree4e03dc5d8e48a00d754081d818f191956d688cee /meta-nuvoton/recipes-bsp/u-boot/u-boot-fw-utils-nuvoton_git.bb
parentb54ef11d83b714a5cd3d87c9aa46e96e3c2c808e (diff)
downloadtalos-openbmc-c0dc3d36d09c8172223bcb680cbda08846a0bf0e.tar.gz
talos-openbmc-c0dc3d36d09c8172223bcb680cbda08846a0bf0e.zip
Save and restore BMC MAC address in U-Boot environment during BMC firmware updates
Diffstat (limited to 'meta-nuvoton/recipes-bsp/u-boot/u-boot-fw-utils-nuvoton_git.bb')
-rw-r--r--meta-nuvoton/recipes-bsp/u-boot/u-boot-fw-utils-nuvoton_git.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-nuvoton/recipes-bsp/u-boot/u-boot-fw-utils-nuvoton_git.bb b/meta-nuvoton/recipes-bsp/u-boot/u-boot-fw-utils-nuvoton_git.bb
index 42bc7a306..71e7a9d2a 100644
--- a/meta-nuvoton/recipes-bsp/u-boot/u-boot-fw-utils-nuvoton_git.bb
+++ b/meta-nuvoton/recipes-bsp/u-boot/u-boot-fw-utils-nuvoton_git.bb
@@ -23,6 +23,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 () {
OpenPOWER on IntegriCloud