meta-freescale/recipes-graphics/mali/mali-imx_r53.0.bb
Max Krummenacher b747b01501 global: whinlatter updates for WORKDIR/UNPACKDIR and git fetch location
The series [1] changed the way sources are fetched/unpacked and
S needs to follow that. Additionally for git repos it moved away from
having 'git/' as the checkout directory.

This has been partly tested by building weston based image for
imx6/imx6ull/imx7/imx8/imx8mm/imx8mp/imx95 based images.
E.g. none of the recipes specific for qoriq is built time tested.

As walnascar is no longer compatible with master/whinlatter drop
it from LAYERSERIES_COMPAT.

[1] https://lore.kernel.org/openembedded-core/20250616095000.2918921-1-alex.kanavin@gmail.com/

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2025-06-28 18:58:39 +02:00

26 lines
729 B
BlitzBasic

require mali-imx.inc
LICENSE = "Proprietary"
LIC_FILES_CHKSUM = "file://COPYING;md5=c0fb372b5d7f12181de23ef480f225f3"
SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}-${IMX_SRCREV_ABBREV}.bin;fsl-eula=true"
SRC_URI[sha256sum] = "67a008bc64af4f3d9ad91465af3c0c3ac90ff8dcbcdaed96036eccc62880c7a3"
IMX_SRCREV_ABBREV = "f2226b0"
S = "${UNPACKDIR}/${BPN}-${PV}-${IMX_SRCREV_ABBREV}"
inherit fsl-eula-unpack
do_install () {
install -d ${D}
cp -r ${S}/etc ${S}/usr ${D}
# Move firmware to nonarch_base_libdir
if [ "${base_libdir}" != "${nonarch_base_libdir}" ]; then
install -d ${D}${nonarch_base_libdir}
mv ${D}${base_libdir}/firmware ${D}${nonarch_base_libdir}
fi
}
PACKAGE_ARCH = "${MACHINE_SOCARCH}"