diff options
Diffstat (limited to 'meta-agl-ic-container/conf/include/drm-lease-multi-display.inc')
-rw-r--r-- | meta-agl-ic-container/conf/include/drm-lease-multi-display.inc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/meta-agl-ic-container/conf/include/drm-lease-multi-display.inc b/meta-agl-ic-container/conf/include/drm-lease-multi-display.inc deleted file mode 100644 index 398958f5..00000000 --- a/meta-agl-ic-container/conf/include/drm-lease-multi-display.inc +++ /dev/null @@ -1,6 +0,0 @@ -HAS_MULTI_DISPLAY ?= "" -HAS_MULTI_DISPLAY += "${@bb.utils.contains("AGL_FEATURES", "kingfisher", "1", "" ,d)}" -HAS_MULTI_DISPLAY += "${@bb.utils.contains("AGL_FEATURES", "agl-refhw-h3", "1", "" ,d)}" -HAS_MULTI_DISPLAY += "${@bb.utils.contains("MACHINE", "raspberrypi4-64", "1", "" ,d)}" -HAS_MULTI_DISPLAY += "${@bb.utils.contains("MACHINE", "raspberrypi5", "1", "" ,d)}" -HAS_MULTI_DISPLAY += "${@bb.utils.contains("MACHINE", "salvator-x", "1", "" ,d)}" |