* [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
* Re: [master][PATCH] prusw-fw-am65x-sr2: update with the new override syntax
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
0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2021-12-15 20:54 UTC (permalink / raw)
To: meta-ti
Ping. I don't believe this one made it in yet.
On Wed, Dec 01, 2021 at 06:38:18PM -0500, Denys Dmytriyenko wrote:
> 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
>
--
Regards,
Denys Dmytriyenko <denis@denix.org>
PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964
Fingerprint: 25FC E4A5 8A72 2F69 1186 6D76 4209 0272 9A92 C964
^ permalink raw reply [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.