SUMMARY = "Xilinx libdfx library" DESCRIPTION = "Xilinx libdfx Library and headers" LICENSE = "MIT & GPL-2.0-or-later" LIC_FILES_CHKSUM = "file://LICENSE.md;md5=94aba86aec117f003b958a52f019f1a7" BRANCH ?= "xlnx_rel_v2024.2" REPO ?= "git://github.com/Xilinx/libdfx.git;protocol=https" BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" SRC_URI = "${REPO};${BRANCHARG}" SRCREV = "af8d735fae286e7bc94c830a86c960598a4ac014" # Don't allow building for Zynq and Microblaze MACHINE unless it is supported. COMPATIBLE_MACHINE = "^$" COMPATIBLE_MACHINE:zynqmp = ".*" COMPATIBLE_MACHINE:versal = ".*" COMPATIBLE_MACHINE:versal-net = ".*" S = "${WORKDIR}/git" inherit cmake # Due to an update where the soname/version was defined, we need to use an RREPLACES # so updates will work properly. RREPLACES:${PN} = "libdfx"