From 299681899e5a0a292e290566fb2cc45c95b65a2b Mon Sep 17 00:00:00 2001 From: Ryan Eatmon Date: Mon, 18 Apr 2022 13:43:08 -0500 Subject: ti-graphics: Add j7-hs-evm as a compatible machine. The recent change to explicitly list the compatible machines is missing the j7-hs-evm. Signed-off-by: Ryan Eatmon --- recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'recipes-bsp') diff --git a/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb b/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb index fbff6c51..6d2d68cd 100644 --- a/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb +++ b/recipes-bsp/powervr-drivers/ti-img-rogue-driver_1.15.6133109.bb @@ -11,7 +11,7 @@ MACHINE_KERNEL_PR_append = "a" PR = "${MACHINE_KERNEL_PR}" PACKAGE_ARCH = "${MACHINE_ARCH}" -COMPATIBLE_MACHINE = "j7-evm|j721s2-evm|am62xx" +COMPATIBLE_MACHINE = "j7-evm|j7-hs-evm|j721s2-evm|am62xx" DEPENDS = "virtual/kernel" @@ -29,9 +29,11 @@ S = "${WORKDIR}/git" SRCREV = "ee0674adccac16f5b2f7cb8d5d05948706080cb5" TARGET_PRODUCT_j7-evm = "j721e_linux" +TARGET_PRODUCT_j7-hs-evm = "j721e_linux" TARGET_PRODUCT_j721s2-evm = "j721s2_linux" TARGET_PRODUCT_am62xx = "am62_linux" TARGET_BVNC_j7-evm = "22.104.208.318" +TARGET_BVNC_j7-hs-evm = "22.104.208.318" TARGET_BVNC_j721s2-evm = "36.53.104.796" TARGET_BVNC_am62xx = "33.15.11.3" PVR_BUILD = "release" -- cgit v1.2.3-54-g00ecf