From 4a558a5f2db68538e0edad798ddf48eb9510a7d6 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 27 Feb 2019 18:47:31 +0100 Subject: qemu: split the native version into usermode and system parts The rationale is to streamline the overall build. The system parts are only needed to run target images, and so can be built towards the end of the build process. At the same time, the system parts may need gtk+-native and mesa-native which add significantly to the build time. On the other hand, the usermode parts have almost no dependencies and can be built quickly. They are needed at recipes build time to run target binaries, and so are required quite early in the typical build process. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/conf/distro/include/maintainers.inc | 2 ++ meta/conf/distro/include/no-static-libs.inc | 1 + 2 files changed, 3 insertions(+) (limited to 'meta/conf') diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index f5e6343904..fb60dcd905 100644 --- a/meta/conf/distro/include/maintainers.inc +++ b/meta/conf/distro/include/maintainers.inc @@ -609,6 +609,8 @@ RECIPE_MAINTAINER_pn-python3-subunit = "Derek Straka " RECIPE_MAINTAINER_pn-python3-testtools = "Derek Straka " RECIPE_MAINTAINER_pn-qemu = "Richard Purdie " RECIPE_MAINTAINER_pn-qemu-helper-native = "Richard Purdie " +RECIPE_MAINTAINER_pn-qemu-native = "Richard Purdie " +RECIPE_MAINTAINER_pn-qemu-system-native = "Richard Purdie " RECIPE_MAINTAINER_pn-qemuwrapper-cross = "Richard Purdie " RECIPE_MAINTAINER_pn-quilt = "Robert Yang " RECIPE_MAINTAINER_pn-quilt-native = "Robert Yang " diff --git a/meta/conf/distro/include/no-static-libs.inc b/meta/conf/distro/include/no-static-libs.inc index cdc53916d0..712d858dc0 100644 --- a/meta/conf/distro/include/no-static-libs.inc +++ b/meta/conf/distro/include/no-static-libs.inc @@ -4,6 +4,7 @@ DISABLE_STATIC ?= " --disable-static" DISABLE_STATIC_pn-qemu = "" DISABLE_STATIC_pn-qemu-native = "" DISABLE_STATIC_pn-nativesdk-qemu = "" +DISABLE_STATIC_pn-qemu-system-native = "" # pciutils fails build DISABLE_STATIC_pn-pciutils = "" # libcap aborts on unrecognised option -- cgit 1.2.3-korg