diff options
author | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2023-05-17 00:44:04 +0900 |
---|---|---|
committer | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2023-05-17 00:44:04 +0900 |
commit | 290a53967ac12d59883b111e6c08183f172aa108 (patch) | |
tree | f081abda1c1592f54fed66fd84bc5b20f7418943 /meta-agl-ic-container/recipes-platform/images/agl-cluster-demo-lxc-host.bb | |
parent | 8d364703af476ebad1ed175573b9cba54a6b4aa7 (diff) |
Re-migrate r-car specific package installation from dynamic layer to machine overrides
At https://jira.automotivelinux.org/browse/SPEC-4794, we are discuss
shall use dynamic layer or machine overrides.
As a result, we got common agreement to use machine overrides.
Bug-AGL : SPEC-4794
Change-Id: I83583dbf9f7fa2c67cb12b477bf915d2433bffa3
Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Diffstat (limited to 'meta-agl-ic-container/recipes-platform/images/agl-cluster-demo-lxc-host.bb')
-rw-r--r-- | meta-agl-ic-container/recipes-platform/images/agl-cluster-demo-lxc-host.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-agl-ic-container/recipes-platform/images/agl-cluster-demo-lxc-host.bb b/meta-agl-ic-container/recipes-platform/images/agl-cluster-demo-lxc-host.bb index 45434700..832dd146 100644 --- a/meta-agl-ic-container/recipes-platform/images/agl-cluster-demo-lxc-host.bb +++ b/meta-agl-ic-container/recipes-platform/images/agl-cluster-demo-lxc-host.bb @@ -29,3 +29,7 @@ IMAGE_INSTALL += " \ # network manager to use VIRTUAL-RUNTIME_net_manager = "systemd" + + +# Under the this line, shall describe machine specific package. +IMAGE_INSTALL:append:rcar-gen3 = " kernel-module-gles " |