diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-08-20 13:57:33 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2021-11-17 14:19:36 -0500 |
commit | a8dbd14daaac8b5c52326262dbc43975836cc0df (patch) | |
tree | e52e3eaaa084ddf2d3fb44158cd0f2d5c9140178 /meta-agl-lxc/recipes-platform/images/lxc-host-image-demo.bb | |
parent | f9dcc4101b86d14f583319786286a72b63cbbc98 (diff) |
Convert to new override syntax
This is effectively a manual cherry-pick of commit:
37d3b1b316470fdcfebc59d5522bfbfefc025ff6
from the master branch with additional review and fixups.
The intent of these changes is to minimize the effort to backport
fixes from the master branch, which has been updated in preparation
for the switch to the next Yocto LTS release in early 2022.
Bug-AGL: SPEC-4144
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ic649d942ac043edc52976a3d4190590bb1c125e7
Diffstat (limited to 'meta-agl-lxc/recipes-platform/images/lxc-host-image-demo.bb')
-rw-r--r-- | meta-agl-lxc/recipes-platform/images/lxc-host-image-demo.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-lxc/recipes-platform/images/lxc-host-image-demo.bb b/meta-agl-lxc/recipes-platform/images/lxc-host-image-demo.bb index 1af163b8..f4d263e9 100644 --- a/meta-agl-lxc/recipes-platform/images/lxc-host-image-demo.bb +++ b/meta-agl-lxc/recipes-platform/images/lxc-host-image-demo.bb @@ -11,4 +11,4 @@ IMAGE_INSTALL += " \ ${@bb.utils.contains('AGL_FEATURES', 'agl-drm-lease', 'drm-lease-manager', '', d)} \ " -IMAGE_INSTALL_append_rcar-gen3 = " kernel-module-gles " +IMAGE_INSTALL:append:rcar-gen3 = " kernel-module-gles " |