ccimx93: update graphics package for NXP release lf-6.1.55-2.2.0
Backport of graphics package for ccimx93 from NXP's Mickledore-based lf-6.1.55-2.2.0 release. Mainly copies and appends of graphics recipes from the new release, and restricted to ccimx93 by changing the COMPATIBLE_MACHINE, so it does not affect other platforms. Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
46550c51cf
commit
4d8be061f0
|
|
@ -88,5 +88,5 @@ PREFERRED_VERSION_nativesdk-wayland:ccimx93 ?= "1.22.0.imx"
|
||||||
PREFERRED_VERSION_wayland:ccimx93 ?= "1.22.0.imx"
|
PREFERRED_VERSION_wayland:ccimx93 ?= "1.22.0.imx"
|
||||||
PREFERRED_VERSION_wayland-native:ccimx93 ?= "1.22.0.imx"
|
PREFERRED_VERSION_wayland-native:ccimx93 ?= "1.22.0.imx"
|
||||||
PREFERRED_VERSION_wayland-protocols:ccimx93 ?= "1.32.imx"
|
PREFERRED_VERSION_wayland-protocols:ccimx93 ?= "1.32.imx"
|
||||||
PREFERRED_VERSION_weston:ccimx93 ?= "11.0.2.imx"
|
PREFERRED_VERSION_weston:ccimx93 ?= "11.0.3.imx"
|
||||||
PREFERRED_VERSION_xwayland:ccimx93 ?= "23.1.1.imx"
|
PREFERRED_VERSION_xwayland:ccimx93 ?= "23.1.1.imx"
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,6 @@
|
||||||
# Copyright (c) 2023, Digi International Inc.
|
# Copyright 2023, 2024 Digi International Inc.
|
||||||
|
|
||||||
|
SRCREV:mx93-nxp-bsp = "4391dcda499870418bb38fe395c3cba0664c5bab"
|
||||||
|
|
||||||
PACKAGECONFIG_IMPLEMENTATION:mx93-nxp-bsp = "pxp"
|
PACKAGECONFIG_IMPLEMENTATION:mx93-nxp-bsp = "pxp"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# Copyright 2023 Digi International Inc.
|
# Copyright 2023, 2024 Digi International Inc.
|
||||||
|
|
||||||
LIC_FILES_CHKSUM:ccimx93 = "file://LICENSE.txt;md5=db4762b09b6bda63da103963e6e081de"
|
LIC_FILES_CHKSUM:ccimx93 = "file://LICENSE.txt;md5=2827219e81f28aba7c6a569f7c437fa7"
|
||||||
|
|
||||||
SRCREV:ccimx93 = "8d8b48c7c3d95b6c54093a09873ae796a0f09e8a"
|
SRCREV:ccimx93 = "f3adab05bd0cbb7c38578110d772e8ddf52b4e8e"
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright 2023 Digi International Inc.
|
# Copyright 2023, 2024 Digi International Inc.
|
||||||
|
|
||||||
#
|
#
|
||||||
# Reuse meta-freescale's linux-imx-headers_5.15.bb
|
# Reuse meta-freescale's linux-imx-headers_5.15.bb
|
||||||
|
|
@ -6,8 +6,8 @@
|
||||||
require recipes-kernel/linux/linux-imx-headers_5.15.bb
|
require recipes-kernel/linux/linux-imx-headers_5.15.bb
|
||||||
|
|
||||||
SRCBRANCH = "lf-6.1.y"
|
SRCBRANCH = "lf-6.1.y"
|
||||||
LOCALVERSION = "-6.1.36-2.1.0"
|
LOCALVERSION = "-lts-${SRCBRANCH}"
|
||||||
SRCREV = "04b05c5527e9af8d81254638c307df07dc9a5dd3"
|
SRCREV = "770c5fe2c1d1529fae21b7043911cd50c6cf087e"
|
||||||
|
|
||||||
IMX_UAPI_HEADERS:remove = "isl29023.h"
|
IMX_UAPI_HEADERS:remove = "isl29023.h"
|
||||||
|
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
|
|
@ -1,7 +0,0 @@
|
||||||
# Copyright (C) 2023 Digi International
|
|
||||||
|
|
||||||
SRCREV = "b3ccf36b718d16f5fb38ccfc2cccaf45c79854d8"
|
|
||||||
|
|
||||||
PACKAGECONFIG:append:mx93-nxp-bsp = " imxgpu imxg2d"
|
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "(imx-nxp-bsp)"
|
|
||||||
|
|
@ -163,8 +163,8 @@ SRC_URI:remove = "https://gitlab.freedesktop.org/wayland/weston/uploads/f5648c81
|
||||||
SRC_URI:prepend = "${WESTON_SRC};branch=${SRCBRANCH} "
|
SRC_URI:prepend = "${WESTON_SRC};branch=${SRCBRANCH} "
|
||||||
WESTON_SRC ?= "git://github.com/nxp-imx/weston-imx.git;protocol=https"
|
WESTON_SRC ?= "git://github.com/nxp-imx/weston-imx.git;protocol=https"
|
||||||
SRC_URI += "file://0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch"
|
SRC_URI += "file://0001-Revert-protocol-no-found-wayland-scanner-with-Yocto-.patch"
|
||||||
SRCBRANCH = "weston-imx-11.0.2"
|
SRCBRANCH = "weston-imx-11.0.3"
|
||||||
SRCREV = "a3c5e63aa94f8d27b72780e333370be78c9a7653"
|
SRCREV = "a509c319b7bfc72638c9b9d8f5e4b6259aba0ab7"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
PACKAGECONFIG_IMX_REMOVALS ?= "wayland x11"
|
PACKAGECONFIG_IMX_REMOVALS ?= "wayland x11"
|
||||||
Loading…
Reference in New Issue