From: Andrew Davis <afd@ti.com>
To: Denys Dmytriyenko <denys@konsulko.com>,
Ryan Eatmon <reatmon@ti.com>, <meta-ti@lists.yoctoproject.org>
Cc: Andrew Davis <afd@ti.com>
Subject: [meta-ti][master][PATCH 5/5] pruprp-fw: Do not make this firmware package machine specific
Date: Tue, 12 Mar 2024 10:42:43 -0500 [thread overview]
Message-ID: <20240312154243.17627-5-afd@ti.com> (raw)
In-Reply-To: <20240312154243.17627-1-afd@ti.com>
This firmware is named so that the correct firmware is chosen on each
machine. No need to split this package for each machine, combine them
into one non-machine-specific package.
Signed-off-by: Andrew Davis <afd@ti.com>
---
.../recipes-bsp/pruprp-fw/pruprp-fw_2.17.25.bb | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/meta-ti-bsp/recipes-bsp/pruprp-fw/pruprp-fw_2.17.25.bb b/meta-ti-bsp/recipes-bsp/pruprp-fw/pruprp-fw_2.17.25.bb
index 842621f6..9d5136c2 100644
--- a/meta-ti-bsp/recipes-bsp/pruprp-fw/pruprp-fw_2.17.25.bb
+++ b/meta-ti-bsp/recipes-bsp/pruprp-fw/pruprp-fw_2.17.25.bb
@@ -7,12 +7,14 @@ PR = "${INC_PR}.0"
COMPATIBLE_MACHINE = "ti33x|ti43x|am57xx"
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-TARGET = ""
-TARGET:ti33x = "am335x-pru0-pruprp-fw.elf am335x-pru1-pruprp-fw.elf"
-TARGET:ti43x = "am437x-pru0-pruprp-fw.elf am437x-pru1-pruprp-fw.elf"
-TARGET:am57xx = "am57xx-pru0-pruprp-fw.elf am57xx-pru1-pruprp-fw.elf"
+TARGET = " \
+ am335x-pru0-pruprp-fw.elf \
+ am335x-pru1-pruprp-fw.elf \
+ am437x-pru0-pruprp-fw.elf \
+ am437x-pru1-pruprp-fw.elf \
+ am57xx-pru0-pruprp-fw.elf \
+ am57xx-pru1-pruprp-fw.elf \
+"
do_install() {
install -d ${D}${nonarch_base_libdir}/firmware/ti-pruss
--
2.39.2
next prev parent reply other threads:[~2024-03-12 15:42 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-12 15:42 [meta-ti][master][PATCH 1/5] recipes-bsp: Do not use MACHINE_ARCH when package is not machine specific Andrew Davis
2024-03-12 15:42 ` [meta-ti][master][PATCH 2/5] prueth-fw: Combine PRU-ETH firmwares into single package Andrew Davis
2024-03-12 15:42 ` [meta-ti][master][PATCH 3/5] pruhsr-fw: Combine PRU-HSR " Andrew Davis
2024-03-12 15:42 ` [meta-ti][master][PATCH 4/5] prusw-fw: Combine PRU-Switch " Andrew Davis
2024-03-12 15:42 ` Andrew Davis [this message]
2024-03-13 6:17 ` [EXTERNAL] [meta-ti][master][PATCH 1/5] recipes-bsp: Do not use MACHINE_ARCH when package is not machine specific Chirag Shilwant
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240312154243.17627-5-afd@ti.com \
--to=afd@ti.com \
--cc=denys@konsulko.com \
--cc=meta-ti@lists.yoctoproject.org \
--cc=reatmon@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.