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:
@@ -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/"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user