diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2019-03-21 19:16:00 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-03-22 01:04:24 +0000 |
commit | d7759200c21754a455a3fbc3bf42685e66326876 (patch) | |
tree | 9de69f7e610cbee822a80d9078201d22b7caaa4d /recipes-bsp/sa-lld | |
parent | 87bd7d55fe76edc0dcc5ea25b7e99c3b83521185 (diff) | |
download | meta-ti-d7759200c21754a455a3fbc3bf42685e66326876.tar.gz |
sa-lld: SRCREV update to 04.00.00.02, added osal-rtos dependency for rtos
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/sa-lld')
-rw-r--r-- | recipes-bsp/sa-lld/sa-lld-rtos_git.bb | 2 | ||||
-rw-r--r-- | recipes-bsp/sa-lld/sa-lld.inc | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/sa-lld/sa-lld-rtos_git.bb b/recipes-bsp/sa-lld/sa-lld-rtos_git.bb index abd75bf6..5bcdc2e8 100644 --- a/recipes-bsp/sa-lld/sa-lld-rtos_git.bb +++ b/recipes-bsp/sa-lld/sa-lld-rtos_git.bb | |||
@@ -12,7 +12,7 @@ COMPATIBLE_MACHINE_append = "|c667x-evm|k3" | |||
12 | TI_PDK_XDCMAKE_k3 = "0" | 12 | TI_PDK_XDCMAKE_k3 = "0" |
13 | 13 | ||
14 | # SA promote/demote library depends on osal | 14 | # SA promote/demote library depends on osal |
15 | DEPENDS_append_k3 = " osal-rtos \ | 15 | DEPENDS_append = " osal-rtos \ |
16 | " | 16 | " |
17 | export PDK_SA_ROOT_PATH ="${WORKDIR}/build" | 17 | export PDK_SA_ROOT_PATH ="${WORKDIR}/build" |
18 | export DEST_ROOT="${S}" | 18 | export DEST_ROOT="${S}" |
diff --git a/recipes-bsp/sa-lld/sa-lld.inc b/recipes-bsp/sa-lld/sa-lld.inc index b77645a4..0d8b0f94 100644 --- a/recipes-bsp/sa-lld/sa-lld.inc +++ b/recipes-bsp/sa-lld/sa-lld.inc | |||
@@ -8,14 +8,14 @@ SA_LLD_GIT_PROTOCOL = "git" | |||
8 | SA_LLD_GIT_BRANCH = "master" | 8 | SA_LLD_GIT_BRANCH = "master" |
9 | SA_LLD_GIT_DESTSUFFIX = "git/ti/drv/sa" | 9 | SA_LLD_GIT_DESTSUFFIX = "git/ti/drv/sa" |
10 | 10 | ||
11 | # Below commit ID corresponding to "DEV.SA_LLD.04.00.00.01" | 11 | # Below commit ID corresponding to "DEV.SA_LLD.04.00.00.02" |
12 | SA_LLD_SRCREV = "50aa35de32e3699d11b0bec9eb92571e6e843571" | 12 | SA_LLD_SRCREV = "0fa21847bc633c66512352007b4a713073aae968" |
13 | 13 | ||
14 | BRANCH = "${SA_LLD_GIT_BRANCH}" | 14 | BRANCH = "${SA_LLD_GIT_BRANCH}" |
15 | SRC_URI = "${SA_LLD_GIT_URI};destsuffix=${SA_LLD_GIT_DESTSUFFIX};protocol=${SA_LLD_GIT_PROTOCOL};branch=${BRANCH}" | 15 | SRC_URI = "${SA_LLD_GIT_URI};destsuffix=${SA_LLD_GIT_DESTSUFFIX};protocol=${SA_LLD_GIT_PROTOCOL};branch=${BRANCH}" |
16 | SRCREV = "${SA_LLD_SRCREV}" | 16 | SRCREV = "${SA_LLD_SRCREV}" |
17 | 17 | ||
18 | PV = "04.00.00.01" | 18 | PV = "04.00.00.02" |
19 | INC_PR = "r0" | 19 | INC_PR = "r0" |
20 | 20 | ||
21 | S = "${WORKDIR}/${SA_LLD_GIT_DESTSUFFIX}" | 21 | S = "${WORKDIR}/${SA_LLD_GIT_DESTSUFFIX}" |