imx-gpu-g2d: update recipe to 6.2.4.p1.2

This is taken from meta-fsl-bsp-release layer at branch 'rocko-4.9.88-2.0.0_ga'
at SHA1 d65692ecb3a4.

A *.bbappend is required to explicitly set COMPATIBLE_MACHINE.

Signed-off-by: Hector Palacios <hector.palacios@digi.com>

https://jira.digi.com/browse/DEL-6029
This commit is contained in:
Hector Palacios 2018-06-15 09:17:28 +02:00
parent 4fd4246dba
commit 7219c08bc7
2 changed files with 12 additions and 6 deletions

View File

@ -0,0 +1,3 @@
# Copyright (C) 2018 Digi International
COMPATIBLE_MACHINE = "(ccimx6$)"

View File

@ -1,11 +1,12 @@
# Copyright (C) 2016 Freescale Semiconductor # Copyright (C) 2016 Freescale Semiconductor
# Copyright 2017 NXP # Copyright 2017-2018 NXP
# Released under the MIT license (see COPYING.MIT for the terms) # Released under the MIT license (see COPYING.MIT for the terms)
DESCRIPTION = "GPU G2D library and apps for imx6" DESCRIPTION = "GPU G2D library and apps for imx6 and imx7ulp"
LICENSE = "Proprietary" LICENSE = "Proprietary"
LIC_FILES_CHKSUM = "file://COPYING;md5=08fd295cce89b0a9c74b9b83ed74f671" LIC_FILES_CHKSUM = "file://COPYING;md5=75abe2fa1d16ca79f87cde926f05f72d"
DEPENDS += "libgal-imx"
PROVIDES += "virtual/libg2d" PROVIDES += "virtual/libg2d"
SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true"
@ -14,8 +15,8 @@ S="${WORKDIR}/${PN}-${PV}"
inherit fsl-eula-unpack inherit fsl-eula-unpack
SRC_URI[md5sum] = "64720dda9b96fd7af5be7e2c654ab72a" SRC_URI[md5sum] = "fd93eb85a64a18dac3b6c2ead86c8333"
SRC_URI[sha256sum] = "070a95aa9942bd67e8ba4012962df74143bffb9998301ac097dab5e1437000d8" SRC_URI[sha256sum] = "5f2d2171d5cd57f37ab07184fc908a0f6ecb2a97f023f04c2f9f3b3d7fec8481"
do_install () { do_install () {
@ -33,4 +34,6 @@ FILES_${PN} = "${libdir}/libg2d* /opt"
FILES_${PN}-dev = "${includedir}" FILES_${PN}-dev = "${includedir}"
INSANE_SKIP_${PN} = "ldflags" INSANE_SKIP_${PN} = "ldflags"
COMPATIBLE_MACHINE = "(mx6|mx7ulp)" # Compatible only with i.MX DPU-blit
COMPATIBLE_MACHINE = "(^$)"
COMPATIBLE_MACHINE_imxdpublit = "${MACHINE}"