diff options
Diffstat (limited to 'meta-ti-bsp/recipes-bsp/cmem/cmem.inc')
| -rw-r--r-- | meta-ti-bsp/recipes-bsp/cmem/cmem.inc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-ti-bsp/recipes-bsp/cmem/cmem.inc b/meta-ti-bsp/recipes-bsp/cmem/cmem.inc new file mode 100644 index 00000000..aaed8f06 --- /dev/null +++ b/meta-ti-bsp/recipes-bsp/cmem/cmem.inc | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | HOMEPAGE = "http://processors.wiki.ti.com/index.php/Category:CMEM" | ||
| 2 | |||
| 3 | LICENSE = "GPLv2" | ||
| 4 | LIC_FILES_CHKSUM = "file://include/ti/cmem.h;beginline=1;endline=30;md5=26be509e4bb413905bda8309e338e2b1" | ||
| 5 | |||
| 6 | BRANCH = "master" | ||
| 7 | # This corresponds to version 4.20.00.01 | ||
| 8 | SRCREV = "86269258a48e0a9008dd9d5ebfae9da7ce843393" | ||
| 9 | |||
| 10 | PV = "4.20.00.01+git${SRCPV}" | ||
| 11 | |||
| 12 | SRC_URI = "git://git.ti.com/ipc/ludev.git;protocol=git;branch=${BRANCH}" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | COMPATIBLE_HOST ?= "null" | ||
| 16 | COMPATIBLE_HOST:ti-soc = "(.*)" | ||
