In Subject,

s/installtion/installation
On 07/06/24 07:30, Ryan Eatmon via lists.yoctoproject.org wrote:
The script was installed in the wrong directory, but the /usr/share/matrix-gui-2. 0/apps needs to also exist. Signed-off-by: Ryan Eatmon <reatmon@ ti. com> --- .. . /arm-ddr-bandwidth/arm-ddr-bandwidth. bb | 9 +++++++-- 1 file changed, 7 insertions(+),
ZjQcmQRYFpfptBannerStart
This message was sent from outside of Texas Instruments.
Do not click links or open attachments unless you recognize the source of this email and know the content is safe. If you wish to report this message to IT Security, please forward the message as an attachment to [email protected]
ZjQcmQRYFpfptBannerEnd
The script was installed in the wrong directory, but the
/usr/share/matrix-gui-2.0/apps needs to also exist.

Signed-off-by: Ryan Eatmon <[email protected]>
---
  .../arm-ddr-bandwidth/arm-ddr-bandwidth.bb               | 9 +++++++--
  1 file changed, 7 insertions(+), 2 deletions(-)

diff --git 
a/meta-arago-test/recipes-benchmark/arm-ddr-bandwidth/arm-ddr-bandwidth.bb 
b/meta-arago-test/recipes-benchmark/arm-ddr-bandwidth/arm-ddr-bandwidth.bb
index 78f80b55..b6766d56 100644
--- a/meta-arago-test/recipes-benchmark/arm-ddr-bandwidth/arm-ddr-bandwidth.bb
+++ b/meta-arago-test/recipes-benchmark/arm-ddr-bandwidth/arm-ddr-bandwidth.bb
@@ -16,8 +16,13 @@ S = "${WORKDIR}"
do_install() {
      install -d ${D}${datadir}/matrix-gui-2.0/apps
-    install -m 0644 ${S}/runLmDDRBandwidth.sh 
${D}${datadir}/matrix-gui-2.0/apps/runLmDDRBandwidth.sh
+
+    install -d ${D}${bindir}
+    install -m 0644 ${S}/runLmDDRBandwidth.sh 
${D}${bindir}/runLmDDRBandwidth.sh
  }
-FILES:${PN} = "${datadir}/matrix-gui-2.0/apps/runLmDDRBandwidth.sh"
+FILES:${PN} = " \
+    ${datadir}/matrix-gui-2.0/apps \
+    ${bindir}/runLmDDRBandwidth.sh \
+"
--
2.17.1








-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#15375): 
https://lists.yoctoproject.org/g/meta-arago/message/15375
Mute This Topic: https://lists.yoctoproject.org/mt/106536231/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to