* [master][PATCH] gcc-arm-none-eabi: not supported on any target
@ 2019-03-01 17:18 Denys Dmytriyenko
2019-03-04 16:08 ` [EXTERNAL] " Jacob Stiffler
0 siblings, 1 reply; 6+ messages in thread
From: Denys Dmytriyenko @ 2019-03-01 17:18 UTC (permalink / raw)
To: meta-ti
This package is only meant for native and nativesdk usage.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
recipes-ti/devtools/gcc-arm-none-eabi_6-2017-q1-update.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/recipes-ti/devtools/gcc-arm-none-eabi_6-2017-q1-update.bb b/recipes-ti/devtools/gcc-arm-none-eabi_6-2017-q1-update.bb
index ae3d1d7..d08dd2f 100644
--- a/recipes-ti/devtools/gcc-arm-none-eabi_6-2017-q1-update.bb
+++ b/recipes-ti/devtools/gcc-arm-none-eabi_6-2017-q1-update.bb
@@ -14,6 +14,7 @@ S = "${WORKDIR}/gcc-arm-none-eabi-6-2017-q1-update"
# only x86_64 is supported
COMPATIBLE_HOST = "x86_64.*-linux"
+COMPATIBLE_HOST_class-target = "null"
do_install() {
install -d ${D}${GCC_ARM_NONE_TOOLCHAIN_RECIPE}
--
2.7.4
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [EXTERNAL] [master][PATCH] gcc-arm-none-eabi: not supported on any target
2019-03-01 17:18 [master][PATCH] gcc-arm-none-eabi: not supported on any target Denys Dmytriyenko
@ 2019-03-04 16:08 ` Jacob Stiffler
2019-03-05 0:55 ` Denys Dmytriyenko
0 siblings, 1 reply; 6+ messages in thread
From: Jacob Stiffler @ 2019-03-04 16:08 UTC (permalink / raw)
To: Denys Dmytriyenko, meta-ti
On a different machine, I am seeing the package_qa errors for the
nativesdk package.
Should I submit a patch on top of this one to suppress the QA warnings
and errors? Or should I combine this change with that patch?
Thank you,
Jake
On 3/1/2019 12:18 PM, Denys Dmytriyenko wrote:
> This package is only meant for native and nativesdk usage.
>
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> ---
> recipes-ti/devtools/gcc-arm-none-eabi_6-2017-q1-update.bb | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/recipes-ti/devtools/gcc-arm-none-eabi_6-2017-q1-update.bb b/recipes-ti/devtools/gcc-arm-none-eabi_6-2017-q1-update.bb
> index ae3d1d7..d08dd2f 100644
> --- a/recipes-ti/devtools/gcc-arm-none-eabi_6-2017-q1-update.bb
> +++ b/recipes-ti/devtools/gcc-arm-none-eabi_6-2017-q1-update.bb
> @@ -14,6 +14,7 @@ S = "${WORKDIR}/gcc-arm-none-eabi-6-2017-q1-update"
>
> # only x86_64 is supported
> COMPATIBLE_HOST = "x86_64.*-linux"
> +COMPATIBLE_HOST_class-target = "null"
>
> do_install() {
> install -d ${D}${GCC_ARM_NONE_TOOLCHAIN_RECIPE}
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [EXTERNAL] [master][PATCH] gcc-arm-none-eabi: not supported on any target
2019-03-04 16:08 ` [EXTERNAL] " Jacob Stiffler
@ 2019-03-05 0:55 ` Denys Dmytriyenko
2019-03-05 2:18 ` Denys Dmytriyenko
0 siblings, 1 reply; 6+ messages in thread
From: Denys Dmytriyenko @ 2019-03-05 0:55 UTC (permalink / raw)
To: Jacob Stiffler; +Cc: meta-ti
On Mon, Mar 04, 2019 at 11:08:48AM -0500, Jacob Stiffler wrote:
> On a different machine, I am seeing the package_qa errors for the nativesdk
> package.
Have you tried using the binaries?
> Should I submit a patch on top of this one to suppress the QA warnings and
> errors? Or should I combine this change with that patch?
Not sure what you mean by combining...
> Thank you,
>
> Jake
>
>
> On 3/1/2019 12:18 PM, Denys Dmytriyenko wrote:
> >This package is only meant for native and nativesdk usage.
> >
> >Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> >---
> > recipes-ti/devtools/gcc-arm-none-eabi_6-2017-q1-update.bb | 1 +
> > 1 file changed, 1 insertion(+)
> >
> >diff --git a/recipes-ti/devtools/gcc-arm-none-eabi_6-2017-q1-update.bb b/recipes-ti/devtools/gcc-arm-none-eabi_6-2017-q1-update.bb
> >index ae3d1d7..d08dd2f 100644
> >--- a/recipes-ti/devtools/gcc-arm-none-eabi_6-2017-q1-update.bb
> >+++ b/recipes-ti/devtools/gcc-arm-none-eabi_6-2017-q1-update.bb
> >@@ -14,6 +14,7 @@ S = "${WORKDIR}/gcc-arm-none-eabi-6-2017-q1-update"
> > # only x86_64 is supported
> > COMPATIBLE_HOST = "x86_64.*-linux"
> >+COMPATIBLE_HOST_class-target = "null"
> > do_install() {
> > install -d ${D}${GCC_ARM_NONE_TOOLCHAIN_RECIPE}
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [EXTERNAL] [master][PATCH] gcc-arm-none-eabi: not supported on any target
2019-03-05 0:55 ` Denys Dmytriyenko
@ 2019-03-05 2:18 ` Denys Dmytriyenko
2019-03-07 22:08 ` Denys Dmytriyenko
0 siblings, 1 reply; 6+ messages in thread
From: Denys Dmytriyenko @ 2019-03-05 2:18 UTC (permalink / raw)
To: Jacob Stiffler; +Cc: meta-ti
On Mon, Mar 04, 2019 at 07:55:52PM -0500, Denys Dmytriyenko wrote:
> On Mon, Mar 04, 2019 at 11:08:48AM -0500, Jacob Stiffler wrote:
> > On a different machine, I am seeing the package_qa errors for the nativesdk
> > package.
>
> Have you tried using the binaries?
>
>
> > Should I submit a patch on top of this one to suppress the QA warnings and
> > errors? Or should I combine this change with that patch?
>
> Not sure what you mean by combining...
Just realized you are probably looking at rocko and this change hasn't been
backported yet:
http://arago-project.org/git/?p=meta-ti.git;a=commitdiff;h=84b3ff8da8311138e534cfb8930c08aa4b417c3e
> > Thank you,
> >
> > Jake
> >
> >
> > On 3/1/2019 12:18 PM, Denys Dmytriyenko wrote:
> > >This package is only meant for native and nativesdk usage.
> > >
> > >Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> > >---
> > > recipes-ti/devtools/gcc-arm-none-eabi_6-2017-q1-update.bb | 1 +
> > > 1 file changed, 1 insertion(+)
> > >
> > >diff --git a/recipes-ti/devtools/gcc-arm-none-eabi_6-2017-q1-update.bb b/recipes-ti/devtools/gcc-arm-none-eabi_6-2017-q1-update.bb
> > >index ae3d1d7..d08dd2f 100644
> > >--- a/recipes-ti/devtools/gcc-arm-none-eabi_6-2017-q1-update.bb
> > >+++ b/recipes-ti/devtools/gcc-arm-none-eabi_6-2017-q1-update.bb
> > >@@ -14,6 +14,7 @@ S = "${WORKDIR}/gcc-arm-none-eabi-6-2017-q1-update"
> > > # only x86_64 is supported
> > > COMPATIBLE_HOST = "x86_64.*-linux"
> > >+COMPATIBLE_HOST_class-target = "null"
> > > do_install() {
> > > install -d ${D}${GCC_ARM_NONE_TOOLCHAIN_RECIPE}
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [EXTERNAL] [master][PATCH] gcc-arm-none-eabi: not supported on any target
2019-03-05 2:18 ` Denys Dmytriyenko
@ 2019-03-07 22:08 ` Denys Dmytriyenko
2019-03-08 15:46 ` Jacob Stiffler
0 siblings, 1 reply; 6+ messages in thread
From: Denys Dmytriyenko @ 2019-03-07 22:08 UTC (permalink / raw)
To: Jacob Stiffler; +Cc: meta-ti
On Mon, Mar 04, 2019 at 09:18:08PM -0500, Denys Dmytriyenko wrote:
> On Mon, Mar 04, 2019 at 07:55:52PM -0500, Denys Dmytriyenko wrote:
> > On Mon, Mar 04, 2019 at 11:08:48AM -0500, Jacob Stiffler wrote:
> > > On a different machine, I am seeing the package_qa errors for the nativesdk
> > > package.
> >
> > Have you tried using the binaries?
> >
> >
> > > Should I submit a patch on top of this one to suppress the QA warnings and
> > > errors? Or should I combine this change with that patch?
> >
> > Not sure what you mean by combining...
>
> Just realized you are probably looking at rocko and this change hasn't been
> backported yet:
> http://arago-project.org/git/?p=meta-ti.git;a=commitdiff;h=84b3ff8da8311138e534cfb8930c08aa4b417c3e
Ping. Do we need this change backported to rocko?
> > > Thank you,
> > >
> > > Jake
> > >
> > >
> > > On 3/1/2019 12:18 PM, Denys Dmytriyenko wrote:
> > > >This package is only meant for native and nativesdk usage.
> > > >
> > > >Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> > > >---
> > > > recipes-ti/devtools/gcc-arm-none-eabi_6-2017-q1-update.bb | 1 +
> > > > 1 file changed, 1 insertion(+)
> > > >
> > > >diff --git a/recipes-ti/devtools/gcc-arm-none-eabi_6-2017-q1-update.bb b/recipes-ti/devtools/gcc-arm-none-eabi_6-2017-q1-update.bb
> > > >index ae3d1d7..d08dd2f 100644
> > > >--- a/recipes-ti/devtools/gcc-arm-none-eabi_6-2017-q1-update.bb
> > > >+++ b/recipes-ti/devtools/gcc-arm-none-eabi_6-2017-q1-update.bb
> > > >@@ -14,6 +14,7 @@ S = "${WORKDIR}/gcc-arm-none-eabi-6-2017-q1-update"
> > > > # only x86_64 is supported
> > > > COMPATIBLE_HOST = "x86_64.*-linux"
> > > >+COMPATIBLE_HOST_class-target = "null"
> > > > do_install() {
> > > > install -d ${D}${GCC_ARM_NONE_TOOLCHAIN_RECIPE}
> > --
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [EXTERNAL] [master][PATCH] gcc-arm-none-eabi: not supported on any target
2019-03-07 22:08 ` Denys Dmytriyenko
@ 2019-03-08 15:46 ` Jacob Stiffler
0 siblings, 0 replies; 6+ messages in thread
From: Jacob Stiffler @ 2019-03-08 15:46 UTC (permalink / raw)
To: Denys Dmytriyenko; +Cc: meta-ti
On 3/7/2019 5:08 PM, Denys Dmytriyenko wrote:
> On Mon, Mar 04, 2019 at 09:18:08PM -0500, Denys Dmytriyenko wrote:
>> On Mon, Mar 04, 2019 at 07:55:52PM -0500, Denys Dmytriyenko wrote:
>>> On Mon, Mar 04, 2019 at 11:08:48AM -0500, Jacob Stiffler wrote:
>>>> On a different machine, I am seeing the package_qa errors for the nativesdk
>>>> package.
>>> Have you tried using the binaries?
>>>
>>>
>>>> Should I submit a patch on top of this one to suppress the QA warnings and
>>>> errors? Or should I combine this change with that patch?
>>> Not sure what you mean by combining...
>> Just realized you are probably looking at rocko and this change hasn't been
>> backported yet:
>> http://arago-project.org/git/?p=meta-ti.git;a=commitdiff;h=84b3ff8da8311138e534cfb8930c08aa4b417c3e
> Ping. Do we need this change backported to rocko?
We will need the updated version of this recipe, so I can add this
change once that version is available.
>
>>>> Thank you,
>>>>
>>>> Jake
>>>>
>>>>
>>>> On 3/1/2019 12:18 PM, Denys Dmytriyenko wrote:
>>>>> This package is only meant for native and nativesdk usage.
>>>>>
>>>>> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
>>>>> ---
>>>>> recipes-ti/devtools/gcc-arm-none-eabi_6-2017-q1-update.bb | 1 +
>>>>> 1 file changed, 1 insertion(+)
>>>>>
>>>>> diff --git a/recipes-ti/devtools/gcc-arm-none-eabi_6-2017-q1-update.bb b/recipes-ti/devtools/gcc-arm-none-eabi_6-2017-q1-update.bb
>>>>> index ae3d1d7..d08dd2f 100644
>>>>> --- a/recipes-ti/devtools/gcc-arm-none-eabi_6-2017-q1-update.bb
>>>>> +++ b/recipes-ti/devtools/gcc-arm-none-eabi_6-2017-q1-update.bb
>>>>> @@ -14,6 +14,7 @@ S = "${WORKDIR}/gcc-arm-none-eabi-6-2017-q1-update"
>>>>> # only x86_64 is supported
>>>>> COMPATIBLE_HOST = "x86_64.*-linux"
>>>>> +COMPATIBLE_HOST_class-target = "null"
>>>>> do_install() {
>>>>> install -d ${D}${GCC_ARM_NONE_TOOLCHAIN_RECIPE}
>>> --
>>> _______________________________________________
>>> meta-ti mailing list
>>> meta-ti@yoctoproject.org
>>> https://lists.yoctoproject.org/listinfo/meta-ti
>> --
>> _______________________________________________
>> meta-ti mailing list
>> meta-ti@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2019-03-08 15:46 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-01 17:18 [master][PATCH] gcc-arm-none-eabi: not supported on any target Denys Dmytriyenko
2019-03-04 16:08 ` [EXTERNAL] " Jacob Stiffler
2019-03-05 0:55 ` Denys Dmytriyenko
2019-03-05 2:18 ` Denys Dmytriyenko
2019-03-07 22:08 ` Denys Dmytriyenko
2019-03-08 15:46 ` Jacob Stiffler
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.