diff options
| author | Tinku Mannan <tmannan@ti.com> | 2019-12-13 01:33:32 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2019-12-16 00:38:31 +0000 |
| commit | 140a0b39582dc3085d617a50a645556485ea063e (patch) | |
| tree | 75118e79c74dd250a5b405b1a7f61f28b8c6112e /recipes-bsp/udma-lld | |
| parent | 1956be7e180fa68dd66c1d1916f18fba6b04124e (diff) | |
| download | meta-ti-140a0b39582dc3085d617a50a645556485ea063e.tar.gz | |
udma-lld: Update to support multiple board list for make package
Signed-off-by: Tinku Mannan <tmannan@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/udma-lld')
| -rw-r--r-- | recipes-bsp/udma-lld/udma-lld-rtos_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/udma-lld/udma-lld-rtos_git.bb b/recipes-bsp/udma-lld/udma-lld-rtos_git.bb index 214317cd..a82eb362 100644 --- a/recipes-bsp/udma-lld/udma-lld-rtos_git.bb +++ b/recipes-bsp/udma-lld/udma-lld-rtos_git.bb | |||
| @@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://udma.h;beginline=1;endline=31;md5=83d177cf3df55c16b27 | |||
| 13 | COMPATIBLE_MACHINE = "k3" | 13 | COMPATIBLE_MACHINE = "k3" |
| 14 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 14 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 15 | 15 | ||
| 16 | PR = "r0" | 16 | PR = "r1" |
| 17 | 17 | ||
| 18 | DEPENDS_append = " osal-rtos \ | 18 | DEPENDS_append = " osal-rtos \ |
| 19 | sciclient-rtos \ | 19 | sciclient-rtos \ |
| @@ -41,7 +41,7 @@ do_configure() { | |||
| 41 | cd ${S} | 41 | cd ${S} |
| 42 | 42 | ||
| 43 | # make the release package before building it | 43 | # make the release package before building it |
| 44 | make package BOARD=${TI_PDK_LIMIT_BOARDS} DEST_ROOT=${UDMA_PACKAGE_BASE} PDK_UDMA_COMP_PATH=${S} | 44 | make package BOARD="${TI_PDK_LIMIT_BOARDS}" DEST_ROOT=${UDMA_PACKAGE_BASE} PDK_UDMA_COMP_PATH=${S} |
| 45 | } | 45 | } |
| 46 | 46 | ||
| 47 | do_compile() { | 47 | do_compile() { |
