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 <[email protected]> --- meta-arago-distro/recipes-bsp/ti-sci-fw/ti-sci-fw_2018.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-bsp/ti-sci-fw/ti-sci-fw_2018.10.bb b/meta-arago-distro/recipes-bsp/ti-sci-fw/ti-sci-fw_2018.10.bb index 3ad52743..98152e12 100644 --- a/meta-arago-distro/recipes-bsp/ti-sci-fw/ti-sci-fw_2018.10.bb +++ b/meta-arago-distro/recipes-bsp/ti-sci-fw/ti-sci-fw_2018.10.bb @@ -13,7 +13,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" SRCREV = "7a6ce28348a99d2ad08a6cb2b36450d73bfccc80" -BRANCH ?= "ti-linux-firmware-4.1.y" +BRANCH ?= "ti-linux-firmware" SRC_URI = " \ git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH} \ -- 2.20.1.390.gb5101f9297 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
