diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2019-07-25 22:12:41 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-07-26 00:05:28 +0000 |
commit | 54f3d19b60411fd5db5d8df42974eb4038037a00 (patch) | |
tree | 14c79187420d2c0050e68845c7f98c089d72823e /recipes-bsp/ibl-boot | |
parent | 834e7f606dcd637a0cf3bef47e15d8db02420b43 (diff) | |
download | meta-ti-54f3d19b60411fd5db5d8df42974eb4038037a00.tar.gz |
ibl-boot-rtos: SRCREV update
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/ibl-boot')
-rw-r--r-- | recipes-bsp/ibl-boot/ibl-boot-rtos_git.bb | 11 |
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 | ||
10 | require recipes-ti/includes/ti-paths.inc | 10 | require recipes-ti/includes/ti-paths.inc |
11 | 11 | ||
12 | DEPENDS = "ti-cgt6x-7-native" | 12 | DEPENDS = " ti-cgt6x-7-native \ |
13 | bison-native \ | ||
14 | flex-native \ | ||
15 | " | ||
13 | 16 | ||
14 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 17 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
15 | COMPATIBLE_MACHINE = "c66x" | 18 | COMPATIBLE_MACHINE = "c66x" |
16 | 19 | ||
20 | CLEANBROKEN = "1" | ||
21 | |||
17 | BRANCH = "master" | 22 | BRANCH = "master" |
18 | SRC_URI = "git://git.ti.com/keystone-rtos/ibl.git;protocol=git;branch=${BRANCH}" | 23 | SRC_URI = "git://git.ti.com/keystone-rtos/ibl.git;protocol=git;branch=${BRANCH}" |
19 | SRCREV = "f7ed32cc8911e3353dd01080da9b725b44a12285" | 24 | SRCREV = "8a3c14da3f0808854367cae38afe9d47ab80dce6" |
20 | PR = "r0" | 25 | PR = "r1" |
21 | 26 | ||
22 | S = "${WORKDIR}/git" | 27 | S = "${WORKDIR}/git" |
23 | 28 | ||