diff options
| author | Denys Dmytriyenko <denys@konsulko.com> | 2022-02-22 04:13:49 +0000 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2022-02-22 12:01:39 -0600 |
| commit | 8ea38ca3c83983ffce2654b748b7fd5e6368ec76 (patch) | |
| tree | f0ed2ee2315f9905c3fe12553a8863d7f4c821a1 | |
| parent | f81ec177d731b0d3fd77ad6f1f11d7bcfe49fcc1 (diff) | |
| download | meta-ti-8ea38ca3c83983ffce2654b748b7fd5e6368ec76.tar.gz | |
wlconf: explicitly specify source branch
bitbake now requires it, as default master is no longer deterministic.
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
| -rw-r--r-- | meta-ti-extras/recipes-connectivity/wlconf/wlconf_8.7.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-extras/recipes-connectivity/wlconf/wlconf_8.7.3.bb b/meta-ti-extras/recipes-connectivity/wlconf/wlconf_8.7.3.bb index 475bac28..39d38853 100644 --- a/meta-ti-extras/recipes-connectivity/wlconf/wlconf_8.7.3.bb +++ b/meta-ti-extras/recipes-connectivity/wlconf/wlconf_8.7.3.bb | |||
| @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://README;beginline=1;endline=21;md5=adc05a1903d3f107f85 | |||
| 4 | 4 | ||
| 5 | # Tag: R8.7_SP3 (8.7.3) | 5 | # Tag: R8.7_SP3 (8.7.3) |
| 6 | SRCREV = "5048b59a444ac59ba7171d6e122d5a84581aebf2" | 6 | SRCREV = "5048b59a444ac59ba7171d6e122d5a84581aebf2" |
| 7 | SRC_URI = "git://git.ti.com/wilink8-wlan/18xx-ti-utils.git" | 7 | SRC_URI = "git://git.ti.com/wilink8-wlan/18xx-ti-utils.git;branch=master" |
| 8 | 8 | ||
| 9 | S = "${WORKDIR}/git/wlconf" | 9 | S = "${WORKDIR}/git/wlconf" |
| 10 | 10 | ||
