diff options
| author | Jacob Stiffler <j-stiffler@ti.com> | 2015-05-27 20:10:36 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2015-06-01 10:47:27 -0400 |
| commit | 4557b937db317b5fd63331fe86b3cfea6ee11a89 (patch) | |
| tree | 74cc3e696a918a1c67766e1165ce7be104b44fa9 /recipes-bsp/common-csl-ip/common-csl-ip_git.bb | |
| parent | 3860ef375fa2c4c9c37c66461036b3773d6158c8 (diff) | |
| download | meta-ti-4557b937db317b5fd63331fe86b3cfea6ee11a89.tar.gz | |
common-csl-ip: Seperate source and version into include file.
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/common-csl-ip/common-csl-ip_git.bb')
| -rw-r--r-- | recipes-bsp/common-csl-ip/common-csl-ip_git.bb | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/recipes-bsp/common-csl-ip/common-csl-ip_git.bb b/recipes-bsp/common-csl-ip/common-csl-ip_git.bb index 01f7fc52..8f622a5e 100644 --- a/recipes-bsp/common-csl-ip/common-csl-ip_git.bb +++ b/recipes-bsp/common-csl-ip/common-csl-ip_git.bb | |||
| @@ -1,15 +1,8 @@ | |||
| 1 | DESCRIPTION = "Chip support library low level interface" | 1 | require common-csl-ip.inc |
| 2 | LICENSE = "BSD-3-Clause" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21" | ||
| 4 | |||
| 5 | COMPATIBLE_MACHINE = "keystone" | ||
| 6 | ALLOW_EMPTY_${PN} = "1" | ||
| 7 | 2 | ||
| 8 | PR = "r3" | 3 | PR = "r3" |
| 9 | BRANCH="master" | 4 | |
| 10 | SRC_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git;protocol=git;branch=${BRANCH}" | 5 | ALLOW_EMPTY_${PN} = "1" |
| 11 | # commit ID corresponds to DEV.CSL_KEYSTONE2.02.01.00.07A | ||
| 12 | SRCREV = "c78867df9165fdf8042fb692fcea776fc0102326" | ||
| 13 | 6 | ||
| 14 | S = "${WORKDIR}/git" | 7 | S = "${WORKDIR}/git" |
| 15 | 8 | ||
