[OE-core] [PATCH] mtools, syslinux: add ability to compile with nativesdk

Khem Raj raj.khem at gmail.com
Thu Oct 31 02:36:18 UTC 2013


On Wed, Oct 30, 2013 at 7:31 PM, Jason Wessel
<jason.wessel at windriver.com> wrote:
> On 10/30/2013 06:47 PM, Khem Raj wrote:
>> On Wed, Oct 30, 2013 at 3:48 PM, Jason Wessel
>> <jason.wessel at windriver.com> wrote:
>>> For regenerating and ISO or EFI boot image the nativesdk needs mtools
>>> and syslinux.
>>>
>>> Both recipes are patched in one patch since syslinux requires
>>> mtools.
>>>
>> as they depend on eglibc/glibc only. Can you also make sure that they
>> get flagged when building
>> systems with non-eglibc C libraries.
>
>
> Is there an example in a recipe of what you are talking about?
>
> I saw in another recipe:
> python __anonymous() {
>     if d.getVar("TARGET_OS", True) != "linux":
>         return
>     if d.getVar("TCLIBC", True) == "eglibc":
>         raise bb.parse.SkipPackage("libiconv is provided for use with uClibc only - eglibc already provides iconv")
> }
>
> Or is there a build test I should be using to test with uClibc for when things like this change in general?


yes converse of above is what we need here.

>
> Thanks,
> Jason.



More information about the Openembedded-core mailing list