From: Denys Dmytriyenko <[email protected]> This is needed for future support and to make CI prep step machine-agnostic.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- 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 d49d7d8..564a54e 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}/ } -- 2.7.4
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13082): https://lists.yoctoproject.org/g/meta-ti/message/13082 Mute This Topic: https://lists.yoctoproject.org/mt/76314711/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
