From 243b6a0f75d9e3953a5cb829aa035437582e4664 Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Tue, 16 Aug 2022 20:53:56 -0500 Subject: imx-test: Upgrade for NXP release 5.15.32-2.0.0 Signed-off-by: Tom Hochstein (cherry picked from commit b3f65a6cdfb6cb9505f5d4ac52b0a08a05babf5e) --- recipes-bsp/imx-test/imx-test_git.bb | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/recipes-bsp/imx-test/imx-test_git.bb b/recipes-bsp/imx-test/imx-test_git.bb index b5ee124e..fc4f110c 100644 --- a/recipes-bsp/imx-test/imx-test_git.bb +++ b/recipes-bsp/imx-test/imx-test_git.bb @@ -1,6 +1,6 @@ # Copyright (C) 2012-2016 O.S. Systems Software LTDA. # Copyright (C) 2013-2016 Freescale Semiconductor -# Copyright (C) 2017-2021 NXP +# Copyright (C) 2017-2022 NXP SUMMARY = "Test programs for i.MX BSP" DESCRIPTION = "Unit tests for the i.MX BSP" @@ -8,7 +8,7 @@ SECTION = "base" LICENSE = "GPL-2.0-or-later" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-or-later;md5=fed54355545ffd980b814dab4a3b312c" -DEPENDS = "alsa-lib libdrm" +DEPENDS = "alsa-lib freetype libdrm" DEPENDS:append:mx6-nxp-bsp = " imx-lib" DEPENDS:append:mx7-nxp-bsp = " imx-lib" DEPENDS:append:imxvpu = " virtual/imxvpu" @@ -16,12 +16,11 @@ DEPENDS:append:imxvpu = " virtual/imxvpu" PE = "1" PV = "7.0+${SRCPV}" -SRCBRANCH = "lf-5.15.5_1.0.0" -SRC_URI = " \ - git://source.codeaurora.org/external/imx/imx-test.git;protocol=https;branch=${SRCBRANCH} \ - file://memtool_profile \ -" -SRCREV = "b364c1aacc72a63290106ae065bb2f6a8c365ec6" +SRC_URI = "git://source.codeaurora.org/external/imx/imx-test.git;protocol=https;branch=${SRCBRANCH} \ + file://memtool_profile" +SRCBRANCH = "lf-5.15.32_2.0.0" +SRCREV = "c640c7e8456b0516851e76adb2acce6b3866b1fb" + S = "${WORKDIR}/git" inherit module-base use-imx-headers -- cgit v1.2.3-54-g00ecf