[OE-core] [PATCH] qemu-native: Add missing fdt PACKAGECONFIG

Alistair Francis alistair23 at gmail.com
Thu Feb 28 21:37:38 UTC 2019


I'm happy to append it, but it isn't appended for qemu-system-native
or just qemu recipes so it seems strange to append this one.

Alistair

On Thu, Feb 28, 2019 at 1:36 PM Khem Raj <raj.khem at gmail.com> wrote:
>
> I think it should be appended
>
> On Thu, Feb 28, 2019 at 1:33 PM Alistair Francis <Alistair.Francis at wdc.com> wrote:
>>
>> This is required to fix this build failure:
>>
>> qemu-3.1.0/hw/core/loader-fit.c:30:10: fatal error: libfdt.h: No such file or directory
>>  #include <libfdt.h>
>>           ^~~~~~~~~~
>> compilation terminated.
>>
>> Signed-off-by: Alistair Francis <alistair.francis at wdc.com>
>> ---
>>  meta/recipes-devtools/qemu/qemu-native_3.1.0.bb | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta/recipes-devtools/qemu/qemu-native_3.1.0.bb b/meta/recipes-devtools/qemu/qemu-native_3.1.0.bb
>> index c8acff8e19..0b6a7f8b6e 100644
>> --- a/meta/recipes-devtools/qemu/qemu-native_3.1.0.bb
>> +++ b/meta/recipes-devtools/qemu/qemu-native_3.1.0.bb
>> @@ -6,4 +6,4 @@ require qemu-native.inc
>>
>>  EXTRA_OECONF_append = " --target-list=${@get_qemu_usermode_target_list(d)} --disable-tools --disable-blobs --disable-guest-agent"
>>
>> -PACKAGECONFIG ??= ""
>> +PACKAGECONFIG ??= "fdt"
>> --
>> 2.20.1
>>
>> --
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core at lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


More information about the Openembedded-core mailing list