From a5aefbd3bf9e6cee58ee467e164375b7abe44e63 Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Fri, 19 May 2023 06:07:28 +0900 Subject: A fstab replacement method change to build container guest In https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/28690 review, I got a request for method change request. Existing method use bbappend for base files. New method use ROOTFS_POSTPROCESS_COMMAND. Bug-AGL: SPEC-4803 Change-Id: I8d92473f50cd5c596b43c94049972bb9ad57c438 Signed-off-by: Naoto Yamaguchi --- recipes-platform/images/agl-ivi-demo-platform-html5.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-platform/images/agl-ivi-demo-platform-html5.bb') diff --git a/recipes-platform/images/agl-ivi-demo-platform-html5.bb b/recipes-platform/images/agl-ivi-demo-platform-html5.bb index 805e239a5..dc82ce4e5 100644 --- a/recipes-platform/images/agl-ivi-demo-platform-html5.bb +++ b/recipes-platform/images/agl-ivi-demo-platform-html5.bb @@ -3,6 +3,8 @@ require agl-image-ivi.bb SUMMARY = "DEMO platform of AGL HTML5 profile" DESCRIPTION = "Contains the web runtime and sample web apps" +require agl-demo-container-guest-integration.inc + # add packages for demo platform (include demo apps) here IMAGE_INSTALL:append = " \ packagegroup-agl-demo-platform-html5 \ -- cgit 1.2.3-korg