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/goodix-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/goodix-fw')
-rw-r--r-- | recipes-bsp/goodix-fw/goodix-fw_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/goodix-fw/goodix-fw_git.bb b/recipes-bsp/goodix-fw/goodix-fw_git.bb index 815466b7..0a9f3ff9 100644 --- a/recipes-bsp/goodix-fw/goodix-fw_git.bb +++ b/recipes-bsp/goodix-fw/goodix-fw_git.bb | |||
@@ -13,7 +13,7 @@ COMPATIBLE_MACHINE = "dra7xx" | |||
13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
14 | 14 | ||
15 | SRCREV = "f1a8d1d0131f83bd1a775cde7075eb67c070892c" | 15 | SRCREV = "f1a8d1d0131f83bd1a775cde7075eb67c070892c" |
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 | ||