summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2020-08-21 00:48:33 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-08-20 19:37:54 +0000
commitb260415c3d2a19535e683e97f2100749e55d81e1 (patch)
tree80de669a4024043e3d8fd59c895cdd7aac8aabda
parent3a72ba07c1551350d1703b32dc370c56843a7500 (diff)
downloadmeta-ti-b260415c3d2a19535e683e97f2100749e55d81e1.tar.gz
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 <denys@ti.com>
-rw-r--r--recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb6
1 files changed, 5 insertions, 1 deletions
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 @@
1LICENSE = "BSD-3-Clause" 1LICENSE = "BSD-3-Clause"
2LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9" 2LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9"
3 3
4COMPATIBLE_MACHINE = "k3" 4COMPATIBLE_MACHINE = "ti-soc"
5 5
6PACKAGE_ARCH = "${MACHINE_ARCH}" 6PACKAGE_ARCH = "${MACHINE_ARCH}"
7 7
@@ -34,6 +34,10 @@ do_compile[noexec] = "1"
34do_install[noexec] = "1" 34do_install[noexec] = "1"
35 35
36do_deploy () { 36do_deploy () {
37 :
38}
39
40do_deploy_k3 () {
37 install -d ${DEPLOYDIR} 41 install -d ${DEPLOYDIR}
38 install -m 0644 ${TI_RTOS_METADATA_FILE} ${DEPLOYDIR}/ 42 install -m 0644 ${TI_RTOS_METADATA_FILE} ${DEPLOYDIR}/
39} 43}