summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/netcp-pa-fw
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2019-02-15 01:15:54 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-02-15 03:51:52 +0000
commit612b62bf90518f440757a7eb98e768455bc87059 (patch)
treee591668d2e4400a2b13cf3f78bca679c634417b7 /recipes-bsp/netcp-pa-fw
parent8c44d9161ce218af78972ca1ce356ac9aa840e1e (diff)
downloadmeta-ti-612b62bf90518f440757a7eb98e768455bc87059.tar.gz
ti-linux-firmware: Change TI linux firmware branch
Changing the branch that the TI linux firmware is picked up from. As this is a branch that is used for numerous kernel versions so the version needs to be removed from the branch name. Changing ti-linux-firmware-4.1.y to ti-linux-firmware Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/netcp-pa-fw')
-rw-r--r--recipes-bsp/netcp-pa-fw/netcp-pa-fw_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/netcp-pa-fw/netcp-pa-fw_git.bb b/recipes-bsp/netcp-pa-fw/netcp-pa-fw_git.bb
index 40aa6841..fe7fa2b2 100644
--- a/recipes-bsp/netcp-pa-fw/netcp-pa-fw_git.bb
+++ b/recipes-bsp/netcp-pa-fw/netcp-pa-fw_git.bb
@@ -13,7 +13,7 @@ COMPATIBLE_MACHINE = "k2hk|k2l|k2e"
13PACKAGE_ARCH = "${MACHINE_ARCH}" 13PACKAGE_ARCH = "${MACHINE_ARCH}"
14 14
15SRCREV = "953ab647b0b6af411965242ecd919b1cb0e570d6" 15SRCREV = "953ab647b0b6af411965242ecd919b1cb0e570d6"
16BRANCH ?= "ti-linux-firmware-4.1.y" 16BRANCH ?= "ti-linux-firmware"
17 17
18SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}" 18SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}"
19 19