diff options
author | 2021-12-01 18:38:18 -0500 | |
---|---|---|
committer | 2021-12-15 15:20:09 -0600 | |
commit | a8b70d6721f556a058fc902b5d9b6135f904e1e0 (patch) | |
tree | cd8998a68ff985c1cadf4e31b8ce187f5e5cb0dc | |
parent | 20caecba1a7c7ffab4233d7a8bb66f5befde532d (diff) | |
download | meta-ti-a8b70d6721f556a058fc902b5d9b6135f904e1e0.tar.gz meta-ti-a8b70d6721f556a058fc902b5d9b6135f904e1e0.tar.bz2 meta-ti-a8b70d6721f556a058fc902b5d9b6135f904e1e0.zip |
prusw-fw-am65x-sr2: update with the new override syntax
This got accidentally merged from Dunfell with the old syntax, fix it.
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r-- | recipes-bsp/prusw-fw/prusw-fw-am65x-sr2_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/prusw-fw/prusw-fw-am65x-sr2_git.bb b/recipes-bsp/prusw-fw/prusw-fw-am65x-sr2_git.bb index 8cb450ac..2d0d3f9e 100644 --- a/recipes-bsp/prusw-fw/prusw-fw-am65x-sr2_git.bb +++ b/recipes-bsp/prusw-fw/prusw-fw-am65x-sr2_git.bb @@ -29,6 +29,6 @@ do_install() { done } -FILES_${PN} = "${base_libdir}/firmware" +FILES:${PN} = "${base_libdir}/firmware" -INSANE_SKIP_${PN} = "arch" +INSANE_SKIP:${PN} = "arch" |