diff options
Diffstat (limited to 'recipes-bsp/common-csl-ip')
-rw-r--r-- | recipes-bsp/common-csl-ip/common-csl-ip.inc | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/recipes-bsp/common-csl-ip/common-csl-ip.inc b/recipes-bsp/common-csl-ip/common-csl-ip.inc index 1fa34f3e..cbf2c3c9 100644 --- a/recipes-bsp/common-csl-ip/common-csl-ip.inc +++ b/recipes-bsp/common-csl-ip/common-csl-ip.inc | |||
@@ -2,9 +2,17 @@ DESCRIPTION = "Chip support library low level interface" | |||
2 | LICENSE = "BSD-3-Clause" | 2 | LICENSE = "BSD-3-Clause" |
3 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21" | 3 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21" |
4 | 4 | ||
5 | COMPATIBLE_MACHINE = "keystone" | 5 | COMPATIBLE_MACHINE = "keystone|dra7xx" |
6 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
7 | |||
6 | 8 | ||
7 | BRANCH="master" | 9 | BRANCH="master" |
8 | SRC_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git;protocol=git;branch=${BRANCH}" | 10 | BRANCH_dra7xx = "releases/PROCESSOR-SDK.01.00.00" |
11 | |||
12 | SRC_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git;protocol=git;branch=${BRANCH};destsuffix=${S}" | ||
13 | |||
9 | # commit ID corresponds to DEV.CSL_KEYSTONE2.02.01.00.07A | 14 | # commit ID corresponds to DEV.CSL_KEYSTONE2.02.01.00.07A |
10 | SRCREV = "c78867df9165fdf8042fb692fcea776fc0102326" | 15 | SRCREV = "c78867df9165fdf8042fb692fcea776fc0102326" |
16 | |||
17 | # commit ID corresponds to PROCESSOR-SDK-ALPHA-1 | ||
18 | SRCREV_dra7xx = "37c5311ddf289f83b1432a9422816722d264bf55" | ||