diff options
| -rw-r--r-- | recipes-ti/openmp-rtos/openmp-rtos_git.bb | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/recipes-ti/openmp-rtos/openmp-rtos_git.bb b/recipes-ti/openmp-rtos/openmp-rtos_git.bb index b735ec4d..4869686f 100644 --- a/recipes-ti/openmp-rtos/openmp-rtos_git.bb +++ b/recipes-ti/openmp-rtos/openmp-rtos_git.bb | |||
| @@ -4,7 +4,7 @@ LICENSE = "BSD" | |||
| 4 | 4 | ||
| 5 | require recipes-ti/includes/ti-paths.inc | 5 | require recipes-ti/includes/ti-paths.inc |
| 6 | 6 | ||
| 7 | PV = "2_02_00_02" | 7 | PV = "2_02_01_00" |
| 8 | PR = "r0" | 8 | PR = "r0" |
| 9 | 9 | ||
| 10 | OPENMP_RTOS_GIT_URI = "git://git.ti.com/openmp/ti-openmp-dsp-runtime.git" | 10 | OPENMP_RTOS_GIT_URI = "git://git.ti.com/openmp/ti-openmp-dsp-runtime.git" |
| @@ -15,12 +15,14 @@ BRANCH = "${OPENMP_RTOS_GIT_BRANCH}" | |||
| 15 | SRC_URI = "${OPENMP_RTOS_GIT_URI};protocol=${OPENMP_RTOS_GIT_PROTOCOL};branch=${BRANCH} \ | 15 | SRC_URI = "${OPENMP_RTOS_GIT_URI};protocol=${OPENMP_RTOS_GIT_PROTOCOL};branch=${BRANCH} \ |
| 16 | " | 16 | " |
| 17 | 17 | ||
| 18 | SRCREV = "5599f2218be68274c58110a12c85a97c6ed1a2d9" | 18 | SRCREV = "f0fe1ce874734b83dacadfe33dacc862afc8ed00" |
| 19 | 19 | ||
| 20 | LIC_FILES_CHKSUM = "file://docs/license/omp_manifest_template.html;md5=61a6972303c0447b7c056195d7ebafee" | 20 | LIC_FILES_CHKSUM = "file://docs/license/omp_manifest_template.html;md5=61a6972303c0447b7c056195d7ebafee" |
| 21 | 21 | ||
| 22 | DEPENDS = "common-csl-ip-rtos ti-xdctools ti-ipc-rtos ti-sysbios ti-cgt6x-native libulm" | 22 | DEPENDS = "common-csl-ip-rtos ti-xdctools ti-ipc-rtos ti-sysbios ti-cgt6x-native libulm" |
| 23 | DEPENDS_append_keystone = " qmss-lld-rtos cppi-lld-rtos" | 23 | DEPENDS_append_k2hk-evm = " qmss-lld-rtos cppi-lld-rtos" |
| 24 | DEPENDS_append_k2e-evm = " qmss-lld-rtos cppi-lld-rtos" | ||
| 25 | DEPENDS_append_k2l-evm = " qmss-lld-rtos cppi-lld-rtos" | ||
| 24 | 26 | ||
| 25 | COMPATIBLE_MACHINE = "keystone|omap-a15" | 27 | COMPATIBLE_MACHINE = "keystone|omap-a15" |
| 26 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 28 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| @@ -32,17 +34,22 @@ export BIOS_DIR = "${SYSBIOS_INSTALL_DIR}" | |||
| 32 | export ULM_DIR ="${STAGING_DIR_TARGET}/usr/share/ti/ulm" | 34 | export ULM_DIR ="${STAGING_DIR_TARGET}/usr/share/ti/ulm" |
| 33 | export C6636_PDK_DIR ="${PDK_INSTALL_DIR}" | 35 | export C6636_PDK_DIR ="${PDK_INSTALL_DIR}" |
| 34 | export AM572_PDK_DIR ="${PDK_INSTALL_DIR}" | 36 | export AM572_PDK_DIR ="${PDK_INSTALL_DIR}" |
| 37 | export K2G_PDK_DIR ="${PDK_INSTALL_DIR}" | ||
| 35 | export XDCCGROOT = "${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" | 38 | export XDCCGROOT = "${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" |
| 36 | 39 | ||
| 37 | export BUILD_K2H = "0" | 40 | export BUILD_K2H = "0" |
| 38 | export BUILD_AM572 = "0" | 41 | export BUILD_AM572 = "0" |
| 42 | export BUILD_K2G = "0" | ||
| 39 | 43 | ||
| 40 | BUILD_K2H_keystone = "1" | 44 | BUILD_K2H_keystone = "1" |
| 41 | BUILD_AM572_omap-a15 = "1" | 45 | BUILD_AM572_omap-a15 = "1" |
| 46 | BUILD_K2H_k2g-evm = "0" | ||
| 47 | BUILD_K2G_k2g-evm = "1" | ||
| 42 | 48 | ||
| 43 | RELEASE_TARGET = "" | 49 | RELEASE_TARGET = "" |
| 44 | RELEASE_TARGET_keystone = "k2x" | 50 | RELEASE_TARGET_keystone = "k2x" |
| 45 | RELEASE_TARGET_omap-a15 = "am57xx" | 51 | RELEASE_TARGET_omap-a15 = "am57xx" |
| 52 | RELEASE_TARGET_k2g-evm = "k2g" | ||
| 46 | 53 | ||
| 47 | do_compile() { | 54 | do_compile() { |
| 48 | make -f utils/product/Makefile .zipfile | 55 | make -f utils/product/Makefile .zipfile |
| @@ -50,7 +57,7 @@ do_compile() { | |||
| 50 | 57 | ||
| 51 | do_install() { | 58 | do_install() { |
| 52 | install -d ${D}${OMP_INSTALL_DIR_RECIPE} | 59 | install -d ${D}${OMP_INSTALL_DIR_RECIPE} |
| 53 | cp -r ${S}/exports/openmp_dsp_${RELEASE_TARGET}_${PV}/. -d ${D}${OMP_INSTALL_DIR_RECIPE} | 60 | cp -r ${S}/exports/openmp_dsp_${RELEASE_TARGET}_*/. -d ${D}${OMP_INSTALL_DIR_RECIPE} |
| 54 | } | 61 | } |
| 55 | 62 | ||
| 56 | ALLOW_EMPTY_${PN} = "1" | 63 | ALLOW_EMPTY_${PN} = "1" |
