From e3e44a72a2c4511b69aa29547def3b43379ed63b Mon Sep 17 00:00:00 2001 From: Mahesh Radhakrishnan Date: Fri, 13 Apr 2018 23:02:07 +0000 Subject: [PATCH] pcie-lld-rtos: Update to version 02.02.00.12 Signed-off-by: Mahesh Radhakrishnan Signed-off-by: Jacob Stiffler Signed-off-by: Denys Dmytriyenko --- recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb b/recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb index d0f536b1..02275f5a 100644 --- a/recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb +++ b/recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb @@ -13,14 +13,14 @@ PCIE_LLD_GIT_PROTOCOL = "git" PCIE_LLD_GIT_BRANCH = "master" PCIE_LLD_GIT_DESTSUFFIX = "git/ti/drv/pcie" -# Below commit ID corresponds to "DEV.PCIE_LLD.02.02.00.11" -PCIE_LLD_SRCREV = "07ad9c62da03bb8b6aa65e2507deab92e56ef83a" +# Below commit ID corresponds to "DEV.PCIE_LLD.02.02.00.12" +PCIE_LLD_SRCREV = "90c85b801cc8524deb57d897d204597b11fa26c4" BRANCH = "${PCIE_LLD_GIT_BRANCH}" SRC_URI = "${PCIE_LLD_GIT_URI};destsuffix=${PCIE_LLD_GIT_DESTSUFFIX};protocol=${PCIE_LLD_GIT_PROTOCOL};branch=${BRANCH}" SRCREV = "${PCIE_LLD_SRCREV}" -PV = "02.02.00.11" +PV = "02.02.00.12" PR = "r0" S = "${WORKDIR}/${PCIE_LLD_GIT_DESTSUFFIX}"