[oe] [meta-oe][PATCH v2 1/2] mraa: move recipe from meta-refkit-core

Khem Raj raj.khem at gmail.com
Tue Oct 3 05:17:03 UTC 2017


On Mon, Oct 2, 2017 at 7:21 PM, Paul Eggleton
<paul.eggleton at linux.intel.com> wrote:
> On Tuesday, 3 October 2017 3:03:59 PM NZDT Paul Eggleton wrote:
>> On Tuesday, 3 October 2017 2:45:35 PM NZDT Khem Raj wrote:
>> > On Mon, Oct 2, 2017 at 12:40 PM, Paul Eggleton
>> > <paul.eggleton at linux.intel.com> wrote:
>> > > +# CMakeLists.txt checks the architecture, only x86 and ARM supported for now
>> > > +COMPATIBLE_HOST = "(x86_64.*|i.86.*|aarch64.*|arm.*)-linux"
>> >
>> > May be it should be "linux*" at the end so musl is covered too.
>>
>> I just borrowed this from another recipe in OE-Core - AFAIK though the regex
>> isn't anchored so that shouldn't be necessary. Did you try it? (I'll admit
>> that I haven't).
>
> OK, I did just try with TCLIBC = "musl" and it seems to pass the
> COMPATIBLE_HOST check so the regex is indeed not anchored.

hmm ok.



More information about the Openembedded-devel mailing list