diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-05-11 17:09:44 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-05-31 09:16:39 +0000 |
commit | 95e1b466426763d761b171677c86b36f925c9d88 (patch) | |
tree | 68ac121a638b8171799357db294ad66c2073e40b /meta-agl-drm-lease/recipes-graphics/agl-compositor/agl-compositor-init.bbappend | |
parent | 70cd4a0658ec43ae7b1195019d1e2d32df384835 (diff) |
Ensure meta-agl-drm-lease does pass yocto-check-layer and has run-yocto-check-layer.sh scripts
Ensure the layers do pass again and that the scripts are up-to-date.
Bug-AGL: SPEC-4680
Bug-AGL: SPEC-4686
Change-Id: Id1279d4a43b89d50731dd85e9347d35d524e14b7
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-drm-lease/recipes-graphics/agl-compositor/agl-compositor-init.bbappend')
-rw-r--r-- | meta-agl-drm-lease/recipes-graphics/agl-compositor/agl-compositor-init.bbappend | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-agl-drm-lease/recipes-graphics/agl-compositor/agl-compositor-init.bbappend b/meta-agl-drm-lease/recipes-graphics/agl-compositor/agl-compositor-init.bbappend deleted file mode 100644 index 7b759f69..00000000 --- a/meta-agl-drm-lease/recipes-graphics/agl-compositor/agl-compositor-init.bbappend +++ /dev/null @@ -1,3 +0,0 @@ -DRM_LEASE_DEVICE ??= "lease0" -AGL_COMPOSITOR_ARGS:append = " --drm-lease=${DRM_LEASE_DEVICE}" - |