From b260415c3d2a19535e683e97f2100749e55d81e1 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Fri, 21 Aug 2020 00:48:33 +0000 Subject: [PATCH] ti-rtos-metadata: expand compatibility to ti-soc, but deploy only k3 for now This is needed for future support and to make CI prep step machine-agnostic. Signed-off-by: Denys Dmytriyenko --- recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb b/recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb index d49d7d85..564a54eb 100644 --- a/recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb +++ b/recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb @@ -1,7 +1,7 @@ LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9" -COMPATIBLE_MACHINE = "k3" +COMPATIBLE_MACHINE = "ti-soc" PACKAGE_ARCH = "${MACHINE_ARCH}" @@ -34,6 +34,10 @@ do_compile[noexec] = "1" do_install[noexec] = "1" do_deploy () { + : +} + +do_deploy_k3 () { install -d ${DEPLOYDIR} install -m 0644 ${TI_RTOS_METADATA_FILE} ${DEPLOYDIR}/ }