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-bsp/ti-bt-firmware | |
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-bsp/ti-bt-firmware')
-rw-r--r-- | meta-agl-refhw-gen3/recipes-bsp/ti-bt-firmware/ti-bt-firmware_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-refhw-gen3/recipes-bsp/ti-bt-firmware/ti-bt-firmware_git.bb b/meta-agl-refhw-gen3/recipes-bsp/ti-bt-firmware/ti-bt-firmware_git.bb index 22d9145..b4f8564 100644 --- a/meta-agl-refhw-gen3/recipes-bsp/ti-bt-firmware/ti-bt-firmware_git.bb +++ b/meta-agl-refhw-gen3/recipes-bsp/ti-bt-firmware/ti-bt-firmware_git.bb @@ -23,4 +23,4 @@ do_install() { oe_runmake "DEST_DIR=${D}" "BASE_LIB_DIR=${nonarch_base_libdir}" install } -FILES_${PN} = "${nonarch_base_libdir}/firmware/ti-connectivity/*" +FILES:${PN} = "${nonarch_base_libdir}/firmware/ti-connectivity/*" |