diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2020-04-24 05:14:30 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2020-04-23 23:31:32 +0000 |
| commit | dd0d596fffd66a0bd0665b2fbe0dc09c16d92268 (patch) | |
| tree | a43ecb2f90e8f65f5c563fec9a45080be996ba8c /recipes-bsp/sciclient | |
| parent | 08b60347caf748453c23a73ac7a991d4f04a737a (diff) | |
| download | meta-ti-dd0d596fffd66a0bd0665b2fbe0dc09c16d92268.tar.gz | |
conf, recipes: add support for j7-hs-evm platform and j7 SoC family
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/sciclient')
| -rw-r--r-- | recipes-bsp/sciclient/sciclient-rtos_git.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes-bsp/sciclient/sciclient-rtos_git.bb b/recipes-bsp/sciclient/sciclient-rtos_git.bb index 392eb0c8..7fbeb1e2 100644 --- a/recipes-bsp/sciclient/sciclient-rtos_git.bb +++ b/recipes-bsp/sciclient/sciclient-rtos_git.bb | |||
| @@ -99,6 +99,14 @@ do_compile_prepend_j7-evm() { | |||
| 99 | cd - | 99 | cd - |
| 100 | } | 100 | } |
| 101 | 101 | ||
| 102 | do_compile_prepend_j7-hs-evm() { | ||
| 103 | |||
| 104 | cd ${SCICLIENT_ROOTPATH}/tools | ||
| 105 | # Create the .bin file for HS | ||
| 106 | ${SCICLIENT_ROOTPATH}/tools/firmwareHeaderGen.sh j721e-hs ${PDK_INSTALL_DIR}/packages | ||
| 107 | cd - | ||
| 108 | } | ||
| 109 | |||
| 102 | do_install() { | 110 | do_install() { |
| 103 | cd ${SCICLIENT_ROOTPATH} | 111 | cd ${SCICLIENT_ROOTPATH} |
| 104 | install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/drv/sciclient | 112 | install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/drv/sciclient |
