aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti/ti-tilermemmgr_git.bb
blob: 8852bafcde9f58c90643cee2fa7bcb544e70f21d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
LICENSE = "GPLv2"

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

# 24.11 tag
SRCREV = "d74be6020e970228f6bd25112fde12ecb4322f65"
SRC_URI = "git://git.omapzoom.org/platform/hardware/ti/tiler.git;protocol=git"

inherit autotools

export ARCH = "${TARGET_ARCH}"
export CROSS_COMPILE = "${TARGET_PREFIX}"

EXTRA_OECONF = "--enable-tilermgr"

S = "${WORKDIR}/git/memmgr"

do_configure_prepend() {
	sed -i -e 's:-Werror::g' configure.ac
}