freescale-layer: libgpuperfcnt: update to 6.4.11.p2.6

Port the recipes from the scarthgap-6.6.23-2.0.0 branch of meta-imx

https://onedigi.atlassian.net/browse/DEL-9011
https://onedigi.atlassian.net/browse/DEL-9081

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2024-05-13 12:35:31 +02:00
parent 782b20958a
commit 36e9247a66
2 changed files with 11 additions and 9 deletions

View File

@ -9,7 +9,7 @@ DEPENDS = "libgpuperfcnt"
GPUTOP_SRC ?= "git://github.com/nxp-imx/imx-gputop.git;protocol=https" GPUTOP_SRC ?= "git://github.com/nxp-imx/imx-gputop.git;protocol=https"
SRCBRANCH = "release" SRCBRANCH = "release"
SRC_URI = "${GPUTOP_SRC};branch=${SRCBRANCH} " SRC_URI = "${GPUTOP_SRC};branch=${SRCBRANCH} "
SRCREV = "ecd0b278c9ed4ab6ecde83d3c6deeae9367fa828" SRCREV = "9bd1c4213daf2b32509bf86e7443ab3060d251c4"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"

View File

@ -1,12 +1,14 @@
DESCRIPTION = "A library to retrieve i.MX GPU performance data" DESCRIPTION = "A library to retrieve i.MX GPU performance data"
LICENSE = "Proprietary" LICENSE = "Proprietary"
LIC_FILES_CHKSUM = "file://COPYING;md5=03bcadc8dc0a788f66ca9e2b89f56c6f" LIC_FILES_CHKSUM = "file://COPYING;md5=10c0fda810c63b052409b15a5445671a"
SRC_URI[arm-fb.md5sum] = "46b3a9bf9381ff2cbba5823636d62a99" IMX_SRCREV_ABBREV = "99ab423"
SRC_URI[arm-fb.sha256sum] = "8088718cadfbaa562c6059187ac4ed95bd1f3b7139cc41a3c9c6967e69a8f1e4"
SRC_URI[arm-wayland.md5sum] = "466f66646d567a19f9048d11b7bab354" SRC_URI[arm-fb.md5sum] = "4824fe0fadf237c6fd7c4f906517bf74"
SRC_URI[arm-wayland.sha256sum] = "dd8b1f9a20cce47ca926c0cc677b33118ed50ae698a147d842375db595508794" SRC_URI[arm-fb.sha256sum] = "3a6ad76ed39a066a14520da567aeb177e85d8ca48bfe2a4f9568ac8858b0ef1f"
SRC_URI[arm-wayland.md5sum] = "263a673c9fe10ffb1f82342c8310335d"
SRC_URI[arm-wayland.sha256sum] = "856ae708132db2a3dc189244f87d3cc36565ee0392e3fcce9c9c9deb7b74b090"
SRC_URI[arm-x11.md5sum] = "62788042779d29e9f69931f607c79826" SRC_URI[arm-x11.md5sum] = "62788042779d29e9f69931f607c79826"
SRC_URI[arm-x11.sha256sum] = "35fb8d4fb54e0a64d783ee0d602c42b5bc1511f0c8dd4a0946a287cf6247f80b" SRC_URI[arm-x11.sha256sum] = "35fb8d4fb54e0a64d783ee0d602c42b5bc1511f0c8dd4a0946a287cf6247f80b"
@ -14,13 +16,13 @@ SRC_URI[arm-x11.sha256sum] = "35fb8d4fb54e0a64d783ee0d602c42b5bc1511f0c8dd4a0946
SRC_URI[aarch64-fb.md5sum] = "87163a5e983e9016c5c4811ecfc190fb" SRC_URI[aarch64-fb.md5sum] = "87163a5e983e9016c5c4811ecfc190fb"
SRC_URI[aarch64-fb.sha256sum] = "9ef818398077493551185925974fced3b81aff5bf15e77942a232557229c881e" SRC_URI[aarch64-fb.sha256sum] = "9ef818398077493551185925974fced3b81aff5bf15e77942a232557229c881e"
SRC_URI[aarch64-wayland.md5sum] = "29b3c472c3e509853ced72a6a1a9ceac" SRC_URI[aarch64-wayland.md5sum] = "b38a416670258fc2bc21bcb90120833d"
SRC_URI[aarch64-wayland.sha256sum] = "bef1e9859c495e14a4402aaa5b87adaa50e0889fb674c25bc35dd40bb50995a7" SRC_URI[aarch64-wayland.sha256sum] = "a2f173b5217a653a7e3407782572bf9b14cb90ffe32a101e18cf89d884a36a7b"
SRC_URI[aarch64-x11.md5sum] = "bb862e55b8ee79ee5a83b0119618cd07" SRC_URI[aarch64-x11.md5sum] = "bb862e55b8ee79ee5a83b0119618cd07"
SRC_URI[aarch64-x11.sha256sum] = "85c1b51d33e5939600af311d509191387b864db2e0b55e11347b93831e662228" SRC_URI[aarch64-x11.sha256sum] = "85c1b51d33e5939600af311d509191387b864db2e0b55e11347b93831e662228"
inherit fsl-eula-unpack2 fsl-eula-graphics inherit fsl-eula-unpack2 fsl-eula-graphics fsl-eula-recent
PACKAGE_ARCH = "${MACHINE_SOCARCH}" PACKAGE_ARCH = "${MACHINE_SOCARCH}"