diff options
author | Ram Prasad <x0038811@ti.com> | 2018-10-04 18:26:23 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-10-08 19:36:01 +0000 |
commit | dfb3ff546c68d00a8f5855d55a9c67d9d534bc91 (patch) | |
tree | 315a4d432c1534af10156d558e75b76f313b5851 /recipes-bsp/ipumm-fw/ipumm-fw_git.bb | |
parent | b8d23a9f227b5bf8c1ee8b134896269c39c72ae6 (diff) | |
download | meta-ti-dfb3ff546c68d00a8f5855d55a9c67d9d534bc91.tar.gz |
ipumm: Update SRCREV and cleanup patches
Cleanup the patch in meta-ti as the patch is merged
to ipumm repo
Signed-off-by: Ramprasad N <x0038811@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/ipumm-fw/ipumm-fw_git.bb')
-rw-r--r-- | recipes-bsp/ipumm-fw/ipumm-fw_git.bb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/recipes-bsp/ipumm-fw/ipumm-fw_git.bb b/recipes-bsp/ipumm-fw/ipumm-fw_git.bb index cee72a8c..f9677285 100644 --- a/recipes-bsp/ipumm-fw/ipumm-fw_git.bb +++ b/recipes-bsp/ipumm-fw/ipumm-fw_git.bb | |||
@@ -17,15 +17,12 @@ RDEPENDS_${PN} = " libdce" | |||
17 | 17 | ||
18 | SRC_URI = "git://git.ti.com/ivimm/ipumm.git;protocol=git" | 18 | SRC_URI = "git://git.ti.com/ivimm/ipumm.git;protocol=git" |
19 | 19 | ||
20 | SRCREV = "035ba2571a273162fde75a31decadc6534d17eca" | 20 | SRCREV = "e95e96e6d1e112a18d6935a8ede91fefeae70a8f" |
21 | 21 | ||
22 | SRC_URI += " \ | ||
23 | file://0001-Integration-with-IPC-3.50-BIOS-6.73-XDC-3.50.patch \ | ||
24 | " | ||
25 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
26 | 23 | ||
27 | PV = "3.00.15.00" | 24 | PV = "3.00.15.00" |
28 | PR = "r2" | 25 | PR = "r3" |
29 | 26 | ||
30 | require recipes-ti/includes/ti-paths.inc | 27 | require recipes-ti/includes/ti-paths.inc |
31 | 28 | ||