From: Jan-Simon Moeller Date: Mon, 7 Dec 2020 10:15:54 +0000 (+0100) Subject: Workaround issue with homescreen-demo-ci with AGLCI on X-Git-Tag: 10.91.0~5 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=commitdiff_plain;h=44281f9eab8ef44b79b4d1e4a3e2770d8a67b53c Workaround issue with homescreen-demo-ci with AGLCI on Ensure we can build master with AGLCI on. This fixes: Error: Problem: package packagegroup-agl-demo-platform-1.0-r0.noarch requires packagegroup-hmi-framework, but none of the providers can be installed - conflicting requests - nothing provides homescreen-demo-ci needed by packagegroup-hmi-framework-1.0-2.noarch (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) until we can debug the root cause. Bug-AGL: SPEC-3718 Signed-off-by: Jan-Simon Moeller Change-Id: Ide1836430622f91a34a7acb012c444b26c983505 --- diff --git a/recipes-platform/packagegroups/packagegroup-hmi-framework.bb b/recipes-platform/packagegroups/packagegroup-hmi-framework.bb index c5ea9fdc2..6061bf43d 100644 --- a/recipes-platform/packagegroups/packagegroup-hmi-framework.bb +++ b/recipes-platform/packagegroups/packagegroup-hmi-framework.bb @@ -24,7 +24,8 @@ RDEPENDS_${PN} = " \ launcher \ " -RDEPENDS_append_${PN} = " ${@bb.utils.contains('DISTRO_FEATURES', 'AGLCI', 'homescreen-demo-ci', '', d)}" +# temporarily disable due to failure to install package when AGLCI is on +#RDEPENDS_append_${PN} = " ${@bb.utils.contains('DISTRO_FEATURES', 'AGLCI', 'homescreen-demo-ci', '', d)}" # NOTE: Currently no coverage versions of these widgets, they should # be added here when available.