diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-04-03 18:09:03 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-04-03 18:14:11 -0400 |
commit | 27785f1c4d0f9de2025a5ba9504651fb651f74d1 (patch) | |
tree | 454e484fef84e614bc77d7d4e1a49d1526315cc1 /meta-agl-refhw-gen3/recipes-connectivity | |
parent | 92da06f999511ebf5f871ec40dffd3cb456be55f (diff) |
Updates for kirkstone
Changes:
- Updated LAYERSERIES_COMPAT.
- Updated override syntax via a combination of the conversion script
in poky and manual inspection.
- Updated a license field viarunning the conversion script in poky.
- Updated branches in README, further updates will likely be required
when an official Renesas BSP release is made.
Bug-AGL: SPEC-3819
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I6f736f56a23ddb634232e5c99e21830bc6637764
Diffstat (limited to 'meta-agl-refhw-gen3/recipes-connectivity')
-rw-r--r-- | meta-agl-refhw-gen3/recipes-connectivity/wlconf/wlconf_8.7.3.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-agl-refhw-gen3/recipes-connectivity/wlconf/wlconf_8.7.3.bb b/meta-agl-refhw-gen3/recipes-connectivity/wlconf/wlconf_8.7.3.bb index 42a3248..477c5a9 100644 --- a/meta-agl-refhw-gen3/recipes-connectivity/wlconf/wlconf_8.7.3.bb +++ b/meta-agl-refhw-gen3/recipes-connectivity/wlconf/wlconf_8.7.3.bb @@ -1,10 +1,10 @@ DESCRIPTION = "Configuration utility for TI wireless drivers" -LICENSE = "GPLv2" +LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://README;beginline=1;endline=21;md5=adc05a1903d3f107f85c90328e3a9438" # Tag: R8.7_SP3 (8.7.3) SRCREV = "5048b59a444ac59ba7171d6e122d5a84581aebf2" -SRC_URI = "git://git.ti.com/wilink8-wlan/18xx-ti-utils.git" +SRC_URI = "git://git.ti.com/wilink8-wlan/18xx-ti-utils.git;branch=master" S = "${WORKDIR}/git/wlconf" @@ -30,10 +30,10 @@ do_install() { ${D}${sbindir}/wlconf/official_inis/ } -FILES_${PN} += " \ +FILES:${PN} += " \ ${sbindir}/wlconf \ ${sbindir}/wlconf/official_inis \ /lib/firmware/ti-connectivity/wl18xx-conf.bin \ " -FILES_${PN}-dbg += "${sbindir}/wlconf/.debug"
\ No newline at end of file +FILES:${PN}-dbg += "${sbindir}/wlconf/.debug" |