From bdab49a1feb441a4c91a7b0ece3cc6b3fd6867a8 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 27 May 2024 17:26:33 -0400 Subject: [PATCH] agl-ivi-demo-html5: remove duplicated include Remove require of agl-demo-container-guest-integration.inc, as it is already pulled in by the base agl-ivi-image recipe. Bug-AGL: SPEC-5138 Change-Id: Iee8c6e16181f1b6529cb4456d3ac1cf59671d221 Signed-off-by: Scott Murray Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29925 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account --- recipes-platform/images/agl-ivi-demo-html5.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipes-platform/images/agl-ivi-demo-html5.bb b/recipes-platform/images/agl-ivi-demo-html5.bb index 34de64bd7..1141efc22 100644 --- a/recipes-platform/images/agl-ivi-demo-html5.bb +++ b/recipes-platform/images/agl-ivi-demo-html5.bb @@ -3,8 +3,6 @@ require agl-ivi-image.bb SUMMARY = "AGL IVI demo HTML5 image" DESCRIPTION = "Contains the web runtime and sample web apps" -require agl-demo-container-guest-integration.inc - CLANGSDK = "1" # add packages for demo platform (include demo apps) here -- 2.16.6