diff options
-rw-r--r-- | recipes-bsp/common-csl-ip/common-csl-ip.inc | 10 | ||||
-rw-r--r-- | recipes-bsp/common-csl-ip/common-csl-ip_git.bb | 13 |
2 files changed, 13 insertions, 10 deletions
diff --git a/recipes-bsp/common-csl-ip/common-csl-ip.inc b/recipes-bsp/common-csl-ip/common-csl-ip.inc new file mode 100644 index 00000000..1fa34f3e --- /dev/null +++ b/recipes-bsp/common-csl-ip/common-csl-ip.inc | |||
@@ -0,0 +1,10 @@ | |||
1 | DESCRIPTION = "Chip support library low level interface" | ||
2 | LICENSE = "BSD-3-Clause" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21" | ||
4 | |||
5 | COMPATIBLE_MACHINE = "keystone" | ||
6 | |||
7 | BRANCH="master" | ||
8 | SRC_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git;protocol=git;branch=${BRANCH}" | ||
9 | # commit ID corresponds to DEV.CSL_KEYSTONE2.02.01.00.07A | ||
10 | SRCREV = "c78867df9165fdf8042fb692fcea776fc0102326" | ||
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 | ||