lc15-firmware: Update to latest stable to fix RTP clock issues

According the Nuran there is a fix available for this issue in
litecell15-fw.git d7f05ac0b0fc9aab497d952e30c0c87b223e6b16

Related: OS#2412
This commit is contained in:
Pau Espin 2018-02-13 12:31:38 +01:00
parent adff5f7cbc
commit bc8fdb3950
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ DEV_SRCREV = "${AUTOREV}"
DEV_SRCURI := "git://${NRW_LC15_MIRROR}/litecell15-fw.git;protocol=https;branch=${DEV_BRANCH}"
REL_BRANCH = "nrw/litecell15"
REL_SRCREV = "68607b5c33a02883c50f9408f423234747407d99"
REL_SRCREV = "a989c45337e3645a235764165514963e55559fd6"
REL_SRCURI := "git://${NRW_LC15_MIRROR}/litecell15-fw.git;protocol=https;branch=${REL_BRANCH}"
BRANCH = "${@ '${DEV_BRANCH}' if d.getVar('NRW_BSP_DEVEL', False) else '${REL_BRANCH}'}"