From a105374b4c2220b0e9008443f7924943f4d5fc1d Mon Sep 17 00:00:00 2001 From: Aniket Limaye Date: Thu, 12 Oct 2023 22:59:46 +0530 Subject: ti-sci-fw: Remove COMPATIBLE_MACHINE and extend recipe to k3 machines Revert ebcf15bf0f31208e87ce60a4696e585940b46777 : "recipes-bsp:ti-sci-fw: Add k3r5 as COMPATIBLE_MACHINE" Extend recipe to k3 machines too, to provide ti-fs-stub-* firmware for u-boot aarch64 build. Update do_deploy() to allow multiconfig builds for k3 machines Signed-off-by: Aniket Limaye Signed-off-by: Ryan Eatmon --- meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'meta-ti-bsp/recipes-bsp/ti-sci-fw') diff --git a/meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb b/meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb index 801c8768..2ad93a5d 100644 --- a/meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb +++ b/meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb @@ -4,7 +4,6 @@ inherit deploy require recipes-bsp/ti-linux-fw/ti-linux-fw.inc -COMPATIBLE_MACHINE = "k3r5" PACKAGE_ARCH = "${MACHINE_ARCH}" CFLAGS[unexport] = "1" @@ -26,7 +25,10 @@ do_install() { FILES:${PN} = "${nonarch_base_libdir}/firmware" -do_deploy() { +do_deploy(){ +} + +do_deploy:k3r5() { install -d ${DEPLOYDIR}/ti-sysfw install -m 644 ${S}/ti-sysfw/ti-sci-firmware-* ${DEPLOYDIR}/ti-sysfw install -m 644 ${S}/ti-sysfw/ti-fs-firmware-* ${DEPLOYDIR}/ti-sysfw -- cgit v1.2.3-54-g00ecf