From efcd8b225a325a1ae690597da85c725ac8eee1fd Mon Sep 17 00:00:00 2001 From: Diego Sueiro Date: Thu, 3 Sep 2020 12:40:27 +0100 Subject: [PATCH] arm-autonomy: Introduce arm-autonomy-host DISTRO_FEATURES_NATIVE Some native recipes might want to apply specific settings when the arm-autonomy-host or xen DISTRO_FEATURES is enable for the target build. In this case the arm-autonomy-host needs to be also added to DISTRO_FEATURES_NATIVE. Change-Id: I11a8c4bbb99333d62520afc2c12a183cf08d6e1a Issue-Id: SCM-899 Signed-off-by: Diego Sueiro Signed-off-by: Jon Mason --- meta-arm-autonomy/conf/distro/include/arm-autonomy-host.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arm-autonomy/conf/distro/include/arm-autonomy-host.inc b/meta-arm-autonomy/conf/distro/include/arm-autonomy-host.inc index bd98ae21..8b27f924 100644 --- a/meta-arm-autonomy/conf/distro/include/arm-autonomy-host.inc +++ b/meta-arm-autonomy/conf/distro/include/arm-autonomy-host.inc @@ -2,6 +2,7 @@ # We need to have xen and ipv4 activated DISTRO_FEATURES_append = " xen ipv4" +DISTRO_FEATURES_NATIVE_append = " arm-autonomy-host" # Don't include kernels in standard images when building arm-autonomy-host # If the kernel image is needed in the rootfs the following should be set from