diff mbox series

[meta-arago,scarthgap] arm-ddr-bandwidth: Fix installtion location

Message ID 20240607020012.2995-1-reatmon@ti.com
State Superseded
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,scarthgap] arm-ddr-bandwidth: Fix installtion location | expand

Commit Message

Ryan Eatmon June 7, 2024, 2 a.m. UTC
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(+), 2 deletions(-)

Comments

Chirag Shilwant June 7, 2024, 7:34 a.m. UTC | #1
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 
> phishing@list.ti.com
> 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 <reatmon@ti.com>
> ---
>   .../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 (#15373):https://urldefense.com/v3/__https://lists.yoctoproject.org/g/meta-arago/message/15373__;!!G3vK!URkGDa08EDbx6Asg9sJfOw18p1ejoi9uHh6mYJUg_EkaJk2HzfbqLMdqEJIvZcX80sZSCelTEbgR761Cwcjs91C33FrIBCl2jQ$
> Mute This Topic:https://urldefense.com/v3/__https://lists.yoctoproject.org/mt/106536231/7030289__;!!G3vK!URkGDa08EDbx6Asg9sJfOw18p1ejoi9uHh6mYJUg_EkaJk2HzfbqLMdqEJIvZcX80sZSCelTEbgR761Cwcjs91C33FpgLdMMZA$
> Group Owner: meta-arago+owner@lists.yoctoproject.org
> Unsubscribe:https://urldefense.com/v3/__https://lists.yoctoproject.org/g/meta-arago/unsub__;!!G3vK!URkGDa08EDbx6Asg9sJfOw18p1ejoi9uHh6mYJUg_EkaJk2HzfbqLMdqEJIvZcX80sZSCelTEbgR761Cwcjs91C33Fq2G0wHLQ$  [c-shilwant@ti.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
diff mbox series

Patch

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 \
+"