From 10e8985c5bd4e57cc1e2361ea5560dbb5215c67c Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Thu, 9 Nov 2017 09:56:28 +0900 Subject: Set PREFERRED_PROVIDER_virtual/libhomescreen in config fragment Set PREFERRED_PROVIDER_virtual/libhomescreen in config fragment, homescreen-2017 DEPENDS in virtual/libhomescreen, packagegroup-hmi-framework.bb RDEPENDS in libhomescreen-2017. Related commit: https://gerrit.automotivelinux.org/gerrit/#/c/11759/ Change-Id: Iee449470e85f6faae37dc71aa2eb7a90ac47b9f6 Signed-off-by: zheng_wenlong --- templates/feature/agl-hmi-framework/50_local.conf.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'templates/feature/agl-hmi-framework/50_local.conf.inc') diff --git a/templates/feature/agl-hmi-framework/50_local.conf.inc b/templates/feature/agl-hmi-framework/50_local.conf.inc index 2b72a8e2..942cc06f 100644 --- a/templates/feature/agl-hmi-framework/50_local.conf.inc +++ b/templates/feature/agl-hmi-framework/50_local.conf.inc @@ -1,4 +1,5 @@ # In order to enable the hmi-framework features , # enables the following line: # -DISTRO_FEATURES_append = " agl-hmi-framework " +DISTRO_FEATURES_append = "agl-hmi-framework" +PREFERRED_PROVIDER_virtual/libhomescreen = "libhomescreen-2017" -- cgit 1.2.3-korg