summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/common-csl-ip
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/common-csl-ip')
-rw-r--r--recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb4
-rw-r--r--recipes-bsp/common-csl-ip/common-csl-ip.inc3
2 files changed, 4 insertions, 3 deletions
diff --git a/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb b/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb
index 6f7d3ccc..41a0d432 100644
--- a/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb
+++ b/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb
@@ -1,5 +1,7 @@
1require common-csl-ip.inc 1require common-csl-ip.inc
2PR = "${INC_PR}.0" 2PR = "${INC_PR}.1"
3
4PACKAGE_ARCH = "${MACHINE_ARCH}"
3 5
4inherit ti-pdk 6inherit ti-pdk
5 7
diff --git a/recipes-bsp/common-csl-ip/common-csl-ip.inc b/recipes-bsp/common-csl-ip/common-csl-ip.inc
index c81b0f13..e51dd7ba 100644
--- a/recipes-bsp/common-csl-ip/common-csl-ip.inc
+++ b/recipes-bsp/common-csl-ip/common-csl-ip.inc
@@ -3,10 +3,9 @@ LICENSE = "BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21" 3LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21"
4 4
5COMPATIBLE_MACHINE = "keystone|dra7xx" 5COMPATIBLE_MACHINE = "keystone|dra7xx"
6PACKAGE_ARCH = "${MACHINE_ARCH}"
7 6
8PV = "3.3.0.1B" 7PV = "3.3.0.1B"
9INC_PR = "r0" 8INC_PR = "r1"
10 9
11CSL_GIT_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git" 10CSL_GIT_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git"
12CSL_GIT_PROTOCOL ="git" 11CSL_GIT_PROTOCOL ="git"