summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2019-07-25 22:12:41 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-07-26 00:05:28 +0000
commit54f3d19b60411fd5db5d8df42974eb4038037a00 (patch)
tree14c79187420d2c0050e68845c7f98c089d72823e /recipes-bsp
parent834e7f606dcd637a0cf3bef47e15d8db02420b43 (diff)
downloadmeta-ti-54f3d19b60411fd5db5d8df42974eb4038037a00.tar.gz
ibl-boot-rtos: SRCREV update
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/ibl-boot/ibl-boot-rtos_git.bb11
1 files changed, 8 insertions, 3 deletions
diff --git a/recipes-bsp/ibl-boot/ibl-boot-rtos_git.bb b/recipes-bsp/ibl-boot/ibl-boot-rtos_git.bb
index ed30ef45..b70ea6c4 100644
--- a/recipes-bsp/ibl-boot/ibl-boot-rtos_git.bb
+++ b/recipes-bsp/ibl-boot/ibl-boot-rtos_git.bb
@@ -9,15 +9,20 @@ LIC_FILES_CHKSUM = "file://src/ibl.h;beginline=1;endline=34;md5=ee7d7a3305d1e524
9 9
10require recipes-ti/includes/ti-paths.inc 10require recipes-ti/includes/ti-paths.inc
11 11
12DEPENDS = "ti-cgt6x-7-native" 12DEPENDS = " ti-cgt6x-7-native \
13 bison-native \
14 flex-native \
15"
13 16
14PACKAGE_ARCH = "${MACHINE_ARCH}" 17PACKAGE_ARCH = "${MACHINE_ARCH}"
15COMPATIBLE_MACHINE = "c66x" 18COMPATIBLE_MACHINE = "c66x"
16 19
20CLEANBROKEN = "1"
21
17BRANCH = "master" 22BRANCH = "master"
18SRC_URI = "git://git.ti.com/keystone-rtos/ibl.git;protocol=git;branch=${BRANCH}" 23SRC_URI = "git://git.ti.com/keystone-rtos/ibl.git;protocol=git;branch=${BRANCH}"
19SRCREV = "f7ed32cc8911e3353dd01080da9b725b44a12285" 24SRCREV = "8a3c14da3f0808854367cae38afe9d47ab80dce6"
20PR = "r0" 25PR = "r1"
21 26
22S = "${WORKDIR}/git" 27S = "${WORKDIR}/git"
23 28