1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-06 02:40:18 +00:00

arm-bsp/scp-firmware: remove redundant SGI-575-specific do_install

The base recipe can install the required files, so this is redundant.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Ross Burton
2021-12-09 13:20:30 +00:00
committed by Jon Mason
parent 3c2f7c3d05
commit 0ee6e86680
@@ -4,10 +4,3 @@ SCP_PLATFORM = "sgi575"
SCP_LOG_LEVEL = "INFO"
COMPATIBLE_MACHINE:sgi575 = "sgi575"
do_install() {
install -d ${D}/firmware
install -D "${B}/product/${SCP_PLATFORM}/scp_romfw/release/bin/scp_romfw.bin" "${D}/firmware/"
install -D "${B}/product/${SCP_PLATFORM}/scp_ramfw/release/bin/scp_ramfw.bin" "${D}/firmware/"
install -D "${B}/product/${SCP_PLATFORM}/mcp_romfw/release/bin/mcp_romfw.bin" "${D}/firmware/"
}