aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti/ti-libd2cmap_git.bb
blob: 88d09eb4ba6b29e273f508a92e55878605e2a3ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DEPENDS = "ti-tilermemmgr ti-syslink"

LICENSE = "GPLv2"

PV = "2.0"
PR = "${MACHINE_KERNEL_PR}"
PR_append = "-24.11a+gitr${SRCREV}"

# ti-syslink-mpu-rls-24.11-p1 tag
SRCREV = "16f0cebd8b5a430d943bc6bcfa0fe592bad425b9"
SRC_URI = "git://git.omapzoom.org/platform/hardware/ti/syslink.git;protocol=git;branch=syslink-2.0"

inherit autotools

export ARCH = "${TARGET_ARCH}"
export CROSS_COMPILE = "${TARGET_PREFIX}"
export TILER_INC_PATH= "${STAGING_INCDIR}/memmgr"

S = "${WORKDIR}/git/syslink/d2c"