diff options
author | Dan Murphy <dmurphy@ti.com> | 2019-02-15 01:15:54 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-02-15 03:51:52 +0000 |
commit | 612b62bf90518f440757a7eb98e768455bc87059 (patch) | |
tree | e591668d2e4400a2b13cf3f78bca679c634417b7 /recipes-bsp/netcp-sa-fw | |
parent | 8c44d9161ce218af78972ca1ce356ac9aa840e1e (diff) | |
download | meta-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-sa-fw')
-rw-r--r-- | recipes-bsp/netcp-sa-fw/netcp-sa-fw_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/netcp-sa-fw/netcp-sa-fw_git.bb b/recipes-bsp/netcp-sa-fw/netcp-sa-fw_git.bb index 5f07b920..56373a73 100644 --- a/recipes-bsp/netcp-sa-fw/netcp-sa-fw_git.bb +++ b/recipes-bsp/netcp-sa-fw/netcp-sa-fw_git.bb | |||
@@ -13,7 +13,7 @@ COMPATIBLE_MACHINE = "keystone" | |||
13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
14 | 14 | ||
15 | SRCREV = "588f602a21c62f90b1f4318b881c80a1e711317a" | 15 | SRCREV = "588f602a21c62f90b1f4318b881c80a1e711317a" |
16 | BRANCH ?= "ti-linux-firmware-4.1.y" | 16 | BRANCH ?= "ti-linux-firmware" |
17 | 17 | ||
18 | SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}" | 18 | SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}" |
19 | 19 | ||