-
Notifications
You must be signed in to change notification settings - Fork 269
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dynamic-layers: Update SOC overrides
Fix dynamic layer overrides missed by the script. Signed-off-by: Tom Hochstein <[email protected]>
- Loading branch information
1 parent
04a7bbd
commit 286385e
Showing
5 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
dynamic-layers/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Only _mx8 machine do provide virtual/libgbm required for any drm* flavour | ||
DRM-REMOVE:imxgpu = "drm-gl drm-gles2" | ||
DRM-REMOVE:imxgpu:mx8 = "" | ||
DRM-REMOVE:imxgpu:mx8-nxp-bsp = "" | ||
PACKAGECONFIG:remove = "${DRM-REMOVE}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# etnaviv mesa does not have glx | ||
PACKAGECONFIG:remove:use-mainline-bsp = "xcomposite-glx" | ||
|
||
PACKAGECONFIG:remove:mx6 = "xcomposite-egl xcomposite-glx" | ||
PACKAGECONFIG:remove:mx7 = "xcomposite-egl xcomposite-glx" | ||
PACKAGECONFIG:remove:mx6-nxp-bsp = "xcomposite-egl xcomposite-glx" | ||
PACKAGECONFIG:remove:mx7-nxp-bsp = "xcomposite-egl xcomposite-glx" | ||
|
||
# i.MX8 does never provide native x11, so required dependencies are not met | ||
PACKAGECONFIG:remove:mx8 = "xcomposite-egl xcomposite-glx" | ||
PACKAGECONFIG:remove:mx8-nxp-bsp = "xcomposite-egl xcomposite-glx" |