From 27785f1c4d0f9de2025a5ba9504651fb651f74d1 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Sun, 3 Apr 2022 18:09:03 -0400 Subject: 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 Change-Id: I6f736f56a23ddb634232e5c99e21830bc6637764 --- meta-agl-refhw-gen3/recipes-connectivity/wlconf/wlconf_8.7.3.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'meta-agl-refhw-gen3/recipes-connectivity/wlconf/wlconf_8.7.3.bb') 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" -- cgit 1.2.3-korg