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

Khem Raj raj.khem at gmail.com
Thu Feb 28 21:36:07 UTC 2019


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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20190228/553e008e/attachment.html>


More information about the Openembedded-core mailing list