summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb
blob: 6f7d3ccc6d57a58446e3c42d578720536a327faa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
require common-csl-ip.inc
PR = "${INC_PR}.0"

inherit ti-pdk

DEPENDS_remove = "${PN}"

XDCARGS_ti33x = "am335x"
XDCARGS_ti43x = "am437x"
XDCARGS_omap-a15 = "am571x am572x"
XDCARGS_k2hk-evm = "k2h k2k"
XDCARGS_k2l-evm = "k2l"
XDCARGS_k2e-evm = "k2e"

do_configure_append() {
    # Create empty makefile
    # If libraries are supported for this device, then this will be overwritten
    cat > ${BUILD_DIR}/makefile << __EOF__
# Nothing to do
all:

__EOF__
}