diff options
author | Denys Dmytriyenko <denys@ti.com> | 2020-08-21 00:48:33 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2020-08-20 19:37:54 +0000 |
commit | b260415c3d2a19535e683e97f2100749e55d81e1 (patch) | |
tree | 80de669a4024043e3d8fd59c895cdd7aac8aabda /recipes-ti/ti-rtos-bin | |
parent | 3a72ba07c1551350d1703b32dc370c56843a7500 (diff) | |
download | meta-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>
Diffstat (limited to 'recipes-ti/ti-rtos-bin')
-rw-r--r-- | recipes-ti/ti-rtos-bin/ti-rtos-metadata.bb | 6 |
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 @@ | |||
1 | LICENSE = "BSD-3-Clause" | 1 | LICENSE = "BSD-3-Clause" |
2 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9" | 2 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9" |
3 | 3 | ||
4 | COMPATIBLE_MACHINE = "k3" | 4 | COMPATIBLE_MACHINE = "ti-soc" |
5 | 5 | ||
6 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 6 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
7 | 7 | ||
@@ -34,6 +34,10 @@ do_compile[noexec] = "1" | |||
34 | do_install[noexec] = "1" | 34 | do_install[noexec] = "1" |
35 | 35 | ||
36 | do_deploy () { | 36 | do_deploy () { |
37 | : | ||
38 | } | ||
39 | |||
40 | do_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 | } |