On 6/20/2024 3:27 PM, Denys Dmytriyenko wrote:
On Wed, Jun 19, 2024 at 10:22:02PM -0500, Sabeeh Khan via
lists.yoctoproject.org wrote:
[...]
diff --git
a/meta-ti-extras/recipes-connectivity/cc33xx-target-scripts/cc33xx-target-scripts.bb
b/meta-ti-extras/recipes-connectivity/cc33xx-target-scripts/cc33xx-target-scripts.bb
new file mode 100644
index 00000000..2f13f911
--- /dev/null
+++
b/meta-ti-extras/recipes-connectivity/cc33xx-target-scripts/cc33xx-target-scripts.bb
@@ -0,0 +1,22 @@
+DESCRIPTION = "Scripts and configuration files for TI cc33xx wireless drivers"
SUMMARY
Apologies for not being familiar, but are you suggesting here
to have "SUMMARY" variable instead of "DESCRIPTION", or in addition to?
Can I please have some more context over the ask here?
I don't see "SUMMARY" variable in other meta-ti recipes, so I'm looking
for a reference.
[...]
+
+do_install() {
+ install -d ${D}${datadir}/cc33xx/
+
+ scripts=`find ./* -type f -name "*.*"`
Is this find command necessary?
The recipe should install .sh and .conf files from the git repo only.
This was done to ignore any README or license files and not have them
installed.
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#17784):
https://lists.yoctoproject.org/g/meta-ti/message/17784
Mute This Topic: https://lists.yoctoproject.org/mt/106774315/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-