aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-ti/multiprocmgr/multiprocmgr-rtos_git.bb
blob: 061790b2466cdbc4ea2ffd4015685633bb3ab1ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
SUMMARY = "TI Multiproc Manager (RTOS) for KeyStone II"
DESCRIPTION = "Provides download, debug and other utilities for other cores in the SOC like DSP"

require recipes-ti/includes/ti-paths.inc
require recipes-ti/multiprocmgr/multiprocmgr.inc

DEPENDS = "ti-cgt6x-native"

PR = "${INC_PR}.0"

export LOCAL_SYSROOT="${STAGING_DIR_TARGET}"
export C6X_GEN_INSTALL_PATH="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x"

do_compile() {
    make c66x
    make test_c66x
}

do_install() {
    install -d ${D}${MPM_INSTALL_DIR_RECIPE}
    cp -pPrf ${S}/* ${D}${MPM_INSTALL_DIR_RECIPE}
}

FILES_${PN}-dev += "${MPM_INSTALL_DIR_RECIPE}"
INSANE_SKIP_${PN}-dev = "arch"

ALLOW_EMPTY_${PN} = "1"