All of lore.kernel.org
 help / color / mirror / Atom feed
* [master][PATCH] prusw-fw-am65x-sr2: update with the new override syntax
@ 2021-12-01 23:38 Denys Dmytriyenko
  2021-12-15 20:54 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Denys Dmytriyenko @ 2021-12-01 23:38 UTC (permalink / raw)
  To: meta-ti; +Cc: Denys Dmytriyenko

This got accidentally merged from Dunfell with the old syntax, fix it.

Signed-off-by: Denys Dmytriyenko <denis@denix.org>
---
 recipes-bsp/prusw-fw/prusw-fw-am65x-sr2_git.bb | 4 ++--
 1 file 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 8cb450a..2d0d3f9 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"
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-15 20:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-01 23:38 [master][PATCH] prusw-fw-am65x-sr2: update with the new override syntax Denys Dmytriyenko
2021-12-15 20:54 ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.