diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2019-07-25 22:12:41 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-07-25 21:31:49 +0000 |
commit | afe959f5ba86a4d33025ad2918063225191030f6 (patch) | |
tree | 8005bbf868a9d86f191df0ab6988e2d9c14391c8 /recipes-bsp | |
parent | 0f44e93f20279e48d1098f7b0a5dcde3c688249e (diff) | |
download | meta-ti-afe959f5ba86a4d33025ad2918063225191030f6.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.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 | ||