diff options
author | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2023-05-19 06:07:28 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-06-02 09:06:53 +0000 |
commit | a5aefbd3bf9e6cee58ee467e164375b7abe44e63 (patch) | |
tree | 1fd57ff53338b80f660a3795d0eeaf40d41d20f0 /recipes-platform/images/agl-ivi-demo-platform-html5.bb | |
parent | 14eab1c3b1b2ff6d585460938fd9579adf687875 (diff) |
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 <naoto.yamaguchi@aisin.co.jp>
Diffstat (limited to 'recipes-platform/images/agl-ivi-demo-platform-html5.bb')
-rw-r--r-- | recipes-platform/images/agl-ivi-demo-platform-html5.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |