summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-12-20 13:35:22 -0300
committerGitHub <noreply@github.com>2022-12-20 13:35:22 -0300
commit9b2a351c4f662d222ef7e5b8007f0d47c108f31f (patch)
tree58df75a01efa31a895fae3e191d411ecbba459ae
parent7123a9c0cf3f74fc13873028f108ed4bc439c5f2 (diff)
parent3a743117c5e1db7b36fb629cc566a3064c53b7e2 (diff)
downloadmeta-freescale-9b2a351c4f662d222ef7e5b8007f0d47c108f31f.tar.gz
Merge pull request #1339 from Freescale/backport-1338-to-kirkstone
[Backport kirkstone] Update uefi and fm-ucode to new revision; Fix the weston-init issue
-rw-r--r--recipes-bsp/uefi/uefi_git.bb2
-rw-r--r--recipes-dpaa/fm-ucode/fm-ucode_git.bb6
-rw-r--r--recipes-graphics/wayland/weston-init.bbappend9
3 files changed, 9 insertions, 8 deletions
diff --git a/recipes-bsp/uefi/uefi_git.bb b/recipes-bsp/uefi/uefi_git.bb
index d7ef0b72..51a8be63 100644
--- a/recipes-bsp/uefi/uefi_git.bb
+++ b/recipes-bsp/uefi/uefi_git.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://NXP-Binary-EULA;md5=343ec8f06efc37467a6de53686fa6315"
6inherit deploy 6inherit deploy
7 7
8SRC_URI = "git://github.com/NXP/qoriq-uefi-binary.git;nobranch=1;protocol=https" 8SRC_URI = "git://github.com/NXP/qoriq-uefi-binary.git;nobranch=1;protocol=https"
9SRCREV= "1b28cad962a3f7b61baae2229cb3b84926941cfa" 9SRCREV = "d887e52b7a50c7d20fd8200cd741ac61309e0af2"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12
diff --git a/recipes-dpaa/fm-ucode/fm-ucode_git.bb b/recipes-dpaa/fm-ucode/fm-ucode_git.bb
index f79122c6..c7eb7319 100644
--- a/recipes-dpaa/fm-ucode/fm-ucode_git.bb
+++ b/recipes-dpaa/fm-ucode/fm-ucode_git.bb
@@ -1,14 +1,14 @@
1DESCRIPTION = "Fman microcode binary" 1DESCRIPTION = "Fman microcode binary"
2SECTION = "fm-ucode" 2SECTION = "fm-ucode"
3LICENSE = "Freescale-Binary-EULA" 3LICENSE = "NXP-Binary-EULA"
4LIC_FILES_CHKSUM = "file://Freescale-Binary-EULA;md5=b784c031868ba1bd5ebc5de372c823fa" 4LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=12e248d404ce1ea8bed0148fcf127e69"
5 5
6PR = "r1" 6PR = "r1"
7 7
8inherit deploy 8inherit deploy
9 9
10SRC_URI = "git://github.com/NXP/qoriq-fm-ucode.git;nobranch=1;protocol=https" 10SRC_URI = "git://github.com/NXP/qoriq-fm-ucode.git;nobranch=1;protocol=https"
11SRCREV = "c275e91392e2adab1ed22f3867b8269ca3c54014" 11SRCREV = "83e8467a356316265c7695bdc7741f23066795aa"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
diff --git a/recipes-graphics/wayland/weston-init.bbappend b/recipes-graphics/wayland/weston-init.bbappend
index 4ba6cba7..917791eb 100644
--- a/recipes-graphics/wayland/weston-init.bbappend
+++ b/recipes-graphics/wayland/weston-init.bbappend
@@ -27,11 +27,12 @@ INI_UNCOMMENT_ASSIGNMENTS:append:mx8mq-nxp-bsp = " \
27# FIXME: The 8QM and 8QXP SoCs have better performance without G2D so don't enable it 27# FIXME: The 8QM and 8QXP SoCs have better performance without G2D so don't enable it
28# Ideally, this should be seamless and Vivante ought to handle it internally and take the fastest 28# Ideally, this should be seamless and Vivante ought to handle it internally and take the fastest
29# rendering code. 29# rendering code.
30INI_UNCOMMENT_USE_G2D ?= ""
30INI_UNCOMMENT_USE_G2D:imxgpu2d ?= "use-g2d=1" 31INI_UNCOMMENT_USE_G2D:imxgpu2d ?= "use-g2d=1"
31INI_UNCOMMENT_USE_G2D:mx8qm-nxp-bsp = "" 32INI_UNCOMMENT_USE_G2D:mx8qm-nxp-bsp ?= ""
32INI_UNCOMMENT_USE_G2D:mx8qxp-nxp-bsp = "" 33INI_UNCOMMENT_USE_G2D:mx8qxp-nxp-bsp ?= ""
33INI_UNCOMMENT_USE_G2D:mx8dx-nxp-bsp = "" 34INI_UNCOMMENT_USE_G2D:mx8dx-nxp-bsp ?= ""
34INI_UNCOMMENT_ASSIGNMENTS:append:imxgpu2d = " \ 35INI_UNCOMMENT_ASSIGNMENTS:append = " \
35 ${INI_UNCOMMENT_USE_G2D} \ 36 ${INI_UNCOMMENT_USE_G2D} \
36" 37"
37 38