-
Notifications
You must be signed in to change notification settings - Fork 260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade NXP Graphics BSP to LF6.6.36_2.1.0 #2001
Conversation
spir: Update downgrade spir: 1.3.261.1.imx -> 1.3.275.0.imx vulkan: Update downgrade vulkan: 1.3.261.1.imx -> 1.3.275.0.imx vulkan-loader_1.3.261.1.imx.bbappend: Upgrade vulkan-loader: 1.3.261.1.imx -> 1.3.275.0.imx Add patch for wsi layer imx-base.inc: Update `PREFFERED_VERSION` for vulkan and spir Signed-off-by: Valentin Jec <[email protected]>
imx-g2d: Upgrade 2.1.14 -> 2.2.0 Signed-off-by: Valentin Jec <[email protected]>
imx-gpu*: Upgrade 6.4.11.p2.6 -> 6.4.11.p2.8 Signed-off-by: Valentin Jec <[email protected]>
weston_12.0.4.imx: Bump to revision c3c1f9f Signed-off-by: Valentin Jec <[email protected]>
Successfully created backport PR #2004 for |
@@ -22,6 +22,10 @@ DEPENDS:append:mx8-nxp-bsp = " patchelf-native" | |||
|
|||
DEPENDS:append:libc-musl = " gcompat" | |||
|
|||
DEPENDS:remove:imx-nxp-bsp = "mesa" | |||
PACKAGES:remove:imx-nxp-bsp = "libgl-imx libgl-imx-dev" | |||
PROVIDES:remove:imx-nxp-bsp = "virtual/libgl" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change doesn't do anything since these removals were done explicitly at the last update: nxp-upstream@364fa4a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@valijec Is it possible to send another fix for this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@valijec Is it possible to send another fix for this?
I opened a PR for the fixup #2006
This change doesn't do anything since these removals were done explicitly at the last update: nxp-upstream@364fa4a
Thank you, you're right it does not take effect :)
This fixes #1953