* [meta-arago][master/kirkstone][PATCH] clacc: Fix TARGET name
@ 2023-06-02 18:27 Ryan Eatmon
2023-06-02 19:11 ` Denys Dmytriyenko
0 siblings, 1 reply; 3+ messages in thread
From: Ryan Eatmon @ 2023-06-02 18:27 UTC (permalink / raw)
To: Praneeth Bajjuri, Denys Dmytriyenko, meta-arago
The last update that fixed the syntax of changing _ to : was a little
too aggressive and changed the TARGET values incorrectly. Not sure why
it took this long to see this pop up.
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
| 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--git a/meta-arago-extras/recipes-ti/openmpacc/clacc_git.bb b/meta-arago-extras/recipes-ti/openmpacc/clacc_git.bb
index 4d78e7b7..f56d65cc 100644
--- a/meta-arago-extras/recipes-ti/openmpacc/clacc_git.bb
+++ b/meta-arago-extras/recipes-ti/openmpacc/clacc_git.bb
@@ -9,9 +9,9 @@ RDEPENDS:${PN} += "clocl"
S = "${WORKDIR}/git/host"
-TARGET:class-target = "clacc:arm"
-TARGET:class-native = "clacc:x86"
-TARGET:class-nativesdk = "clacc:x86"
+TARGET:class-target = "clacc_arm"
+TARGET:class-native = "clacc_x86"
+TARGET:class-nativesdk = "clacc_x86"
export LINUX_DEVKIT_ROOT = "${STAGING_DIR_HOST}"
export X86_HOST_ROOT = "${STAGING_DIR_HOST}"
--
2.17.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [meta-arago][master/kirkstone][PATCH] clacc: Fix TARGET name
2023-06-02 18:27 [meta-arago][master/kirkstone][PATCH] clacc: Fix TARGET name Ryan Eatmon
@ 2023-06-02 19:11 ` Denys Dmytriyenko
2023-06-02 20:06 ` Ryan Eatmon
0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2023-06-02 19:11 UTC (permalink / raw)
To: reatmon; +Cc: Praneeth Bajjuri, Denys Dmytriyenko, meta-arago
On Fri, Jun 02, 2023 at 01:27:16PM -0500, Ryan Eatmon via lists.yoctoproject.org wrote:
> The last update that fixed the syntax of changing _ to : was a little
> too aggressive and changed the TARGET values incorrectly.
Might want to drop this comment:
> Not sure why it took this long to see this pop up.
Because opencl was disabled since dunfell until this commit:
https://git.yoctoproject.org/meta-arago/commit/?id=1e2df30581aeb8c6f0e60bc0be788bc36f0f9d6a
> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
> ---
> meta-arago-extras/recipes-ti/openmpacc/clacc_git.bb | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/meta-arago-extras/recipes-ti/openmpacc/clacc_git.bb b/meta-arago-extras/recipes-ti/openmpacc/clacc_git.bb
> index 4d78e7b7..f56d65cc 100644
> --- a/meta-arago-extras/recipes-ti/openmpacc/clacc_git.bb
> +++ b/meta-arago-extras/recipes-ti/openmpacc/clacc_git.bb
> @@ -9,9 +9,9 @@ RDEPENDS:${PN} += "clocl"
>
> S = "${WORKDIR}/git/host"
>
> -TARGET:class-target = "clacc:arm"
> -TARGET:class-native = "clacc:x86"
> -TARGET:class-nativesdk = "clacc:x86"
> +TARGET:class-target = "clacc_arm"
> +TARGET:class-native = "clacc_x86"
> +TARGET:class-nativesdk = "clacc_x86"
>
> export LINUX_DEVKIT_ROOT = "${STAGING_DIR_HOST}"
> export X86_HOST_ROOT = "${STAGING_DIR_HOST}"
> --
> 2.17.1
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [meta-arago][master/kirkstone][PATCH] clacc: Fix TARGET name
2023-06-02 19:11 ` Denys Dmytriyenko
@ 2023-06-02 20:06 ` Ryan Eatmon
0 siblings, 0 replies; 3+ messages in thread
From: Ryan Eatmon @ 2023-06-02 20:06 UTC (permalink / raw)
To: Denys Dmytriyenko; +Cc: Praneeth Bajjuri, Denys Dmytriyenko, meta-arago
On 6/2/2023 14:11, Denys Dmytriyenko wrote:
> On Fri, Jun 02, 2023 at 01:27:16PM -0500, Ryan Eatmon via lists.yoctoproject.org wrote:
>> The last update that fixed the syntax of changing _ to : was a little
>> too aggressive and changed the TARGET values incorrectly.
>
> Might want to drop this comment:
Yeah. We figured it out after I had made the commit. I should really
not include things like in commit messages. I'll fix it.
>> Not sure why it took this long to see this pop up.
>
> Because opencl was disabled since dunfell until this commit:
> https://git.yoctoproject.org/meta-arago/commit/?id=1e2df30581aeb8c6f0e60bc0be788bc36f0f9d6a
>
>
>> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
>> ---
>> meta-arago-extras/recipes-ti/openmpacc/clacc_git.bb | 6 +++---
>> 1 file changed, 3 insertions(+), 3 deletions(-)
>>
>> diff --git a/meta-arago-extras/recipes-ti/openmpacc/clacc_git.bb b/meta-arago-extras/recipes-ti/openmpacc/clacc_git.bb
>> index 4d78e7b7..f56d65cc 100644
>> --- a/meta-arago-extras/recipes-ti/openmpacc/clacc_git.bb
>> +++ b/meta-arago-extras/recipes-ti/openmpacc/clacc_git.bb
>> @@ -9,9 +9,9 @@ RDEPENDS:${PN} += "clocl"
>>
>> S = "${WORKDIR}/git/host"
>>
>> -TARGET:class-target = "clacc:arm"
>> -TARGET:class-native = "clacc:x86"
>> -TARGET:class-nativesdk = "clacc:x86"
>> +TARGET:class-target = "clacc_arm"
>> +TARGET:class-native = "clacc_x86"
>> +TARGET:class-nativesdk = "clacc_x86"
>>
>> export LINUX_DEVKIT_ROOT = "${STAGING_DIR_HOST}"
>> export X86_HOST_ROOT = "${STAGING_DIR_HOST}"
>> --
>> 2.17.1
--
Ryan Eatmon reatmon@ti.com
-----------------------------------------
Texas Instruments, Inc. - LCPD - MGTS
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-06-02 20:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-02 18:27 [meta-arago][master/kirkstone][PATCH] clacc: Fix TARGET name Ryan Eatmon
2023-06-02 19:11 ` Denys Dmytriyenko
2023-06-02 20:06 ` Ryan Eatmon
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.