weston: update to 12.0.5.imx for i.MX8/9
This is the version used by NXP with lf-6.6.52-2.2.1. https://onedigi.atlassian.net/browse/DEL-9748 Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
8fa9002ffd
commit
e3d8b314b8
|
|
@ -297,7 +297,7 @@ PREFERRED_PROVIDER_virtual/libg2d ?= "imx-gpu-g2d"
|
|||
PREFERRED_PROVIDER_virtual/libg2d:imxdpu ?= "imx-dpu-g2d"
|
||||
PREFERRED_PROVIDER_virtual/libg2d:mx93-nxp-bsp ?= "imx-pxp-g2d"
|
||||
|
||||
PREFERRED_VERSION_weston:imx-nxp-bsp ??= "12.0.4.imx"
|
||||
PREFERRED_VERSION_weston:imx-nxp-bsp ??= "12.0.5.imx"
|
||||
# i.MX 6 & 7 stay on weston 10.0 for fbdev
|
||||
PREFERRED_VERSION_weston:mx6-nxp-bsp ??= "10.0.5.imx"
|
||||
PREFERRED_VERSION_weston:mx7-nxp-bsp ??= "10.0.5.imx"
|
||||
|
|
|
|||
|
|
@ -0,0 +1,15 @@
|
|||
# Copyright (C) 2025, Digi International Inc.
|
||||
|
||||
#
|
||||
# Reuse meta-freescale's weston_12.0.4.imx.bb
|
||||
#
|
||||
require recipes-graphics/wayland/weston_12.0.4.imx.bb
|
||||
|
||||
#
|
||||
# We need to get the rest of SRC_URI artifacts from meta-freescale, so
|
||||
# "abuse" COREBASE to get the path to "meta-freescale"
|
||||
#
|
||||
FILESEXTRAPATHS:prepend := "${COREBASE}/../meta-freescale/recipes-graphics/wayland/weston:"
|
||||
|
||||
SRCBRANCH = "weston-imx-12.0.5"
|
||||
SRCREV = "fce3595b96eab0b2b432ceae070a65db7d16d866"
|
||||
Loading…
Reference in New Issue