[1/2] arm-bsp/scp-firmware: remove redundant SGI-575-specific do_install

Message ID 20211209132031.902428-1-ross.burton@arm.com
State New
Headers show
Series [1/2] arm-bsp/scp-firmware: remove redundant SGI-575-specific do_install | expand

Commit Message

Ross Burton Dec. 9, 2021, 1:20 p.m. UTC
The base recipe can install the required files, so this is redundant.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .../recipes-bsp/scp-firmware/scp-firmware-sgi575.inc       | 7 -------
 1 file changed, 7 deletions(-)

Comments

Jon Mason Dec. 9, 2021, 5:06 p.m. UTC | #1
On Thu, 9 Dec 2021 13:20:30 +0000, Ross Burton wrote:
> The base recipe can install the required files, so this is redundant.
> 
> 

Applied, thanks!

[1/2] arm-bsp/scp-firmware: remove redundant SGI-575-specific do_install
      commit: 0ee6e86680f9f2165920b41cb5fa23125555d6d3
[2/2] arm-bsp/scp-firmware: add comment to explain where a UUID is defined
      commit: dae1f79a933fba569dc96238a17553fd8798349b

Best regards,

Patch

diff --git a/meta-arm-bsp/recipes-bsp/scp-firmware/scp-firmware-sgi575.inc b/meta-arm-bsp/recipes-bsp/scp-firmware/scp-firmware-sgi575.inc
index 0a3d6112..e1b0a854 100644
--- a/meta-arm-bsp/recipes-bsp/scp-firmware/scp-firmware-sgi575.inc
+++ b/meta-arm-bsp/recipes-bsp/scp-firmware/scp-firmware-sgi575.inc
@@ -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/"
-}