diff options
| author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2018-09-28 22:26:26 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2018-10-01 03:19:15 +0000 |
| commit | a73ab27c1f9674e71c96e18b548f358ddfc7d9d6 (patch) | |
| tree | c4f2c71b1f923decd19d22de2185818577d6e937 | |
| parent | 9d11f190d37427e060d140578f6b7b9a9c0ec385 (diff) | |
| download | meta-ti-a73ab27c1f9674e71c96e18b548f358ddfc7d9d6.tar.gz | |
profiling-rtos: Update to version 01.00.00.07 and added k3 support
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
| -rw-r--r-- | recipes-bsp/utils-rtos/profiling-rtos_git.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/utils-rtos/profiling-rtos_git.bb b/recipes-bsp/utils-rtos/profiling-rtos_git.bb index 13a3838c..0a0dabb4 100644 --- a/recipes-bsp/utils-rtos/profiling-rtos_git.bb +++ b/recipes-bsp/utils-rtos/profiling-rtos_git.bb | |||
| @@ -5,21 +5,21 @@ inherit ti-pdk | |||
| 5 | LICENSE = "BSD-3-Clause" | 5 | LICENSE = "BSD-3-Clause" |
| 6 | LIC_FILES_CHKSUM = "file://profilingver.h;beginline=1;endline=46;md5=974494ad60f33cfc0340e421c5a5a7a0" | 6 | LIC_FILES_CHKSUM = "file://profilingver.h;beginline=1;endline=46;md5=974494ad60f33cfc0340e421c5a5a7a0" |
| 7 | 7 | ||
| 8 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|c66x" | 8 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone|c66x|k3" |
| 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 9 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 10 | 10 | ||
| 11 | PROFILING_GIT_URI = "git://git.ti.com/keystone-rtos/utils.git" | 11 | PROFILING_GIT_URI = "git://git.ti.com/keystone-rtos/utils.git" |
| 12 | PROFILING_GIT_PROTOCOL = "git" | 12 | PROFILING_GIT_PROTOCOL = "git" |
| 13 | PROFILING_GIT_BRANCH = "master" | 13 | PROFILING_GIT_BRANCH = "master" |
| 14 | 14 | ||
| 15 | # Below commit ID corresponds to "DEV.UTILS.01.00.00.06" | 15 | # Below commit ID corresponds to "DEV.UTILS.01.00.00.07" |
| 16 | PROFILING_SRCREV = "005d18b0219f2c34064dbb1cea2f4f7574fc2e09" | 16 | PROFILING_SRCREV = "1f956c44ea369c9b138859cea619459a312681ea" |
| 17 | 17 | ||
| 18 | BRANCH = "${PROFILING_GIT_BRANCH}" | 18 | BRANCH = "${PROFILING_GIT_BRANCH}" |
| 19 | SRC_URI = "${PROFILING_GIT_URI};protocol=${PROFILING_GIT_PROTOCOL};branch=${BRANCH}" | 19 | SRC_URI = "${PROFILING_GIT_URI};protocol=${PROFILING_GIT_PROTOCOL};branch=${BRANCH}" |
| 20 | 20 | ||
| 21 | SRCREV = "${PROFILING_SRCREV}" | 21 | SRCREV = "${PROFILING_SRCREV}" |
| 22 | PV = "01.00.00.06" | 22 | PV = "01.00.00.07" |
| 23 | PR = "r0" | 23 | PR = "r0" |
| 24 | 24 | ||
| 25 | S = "${WORKDIR}/git/profiling" | 25 | S = "${WORKDIR}/git/profiling" |
