summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone-sdt/recipes-libraries/xilpuf_2024.1.bb
blob: 84765a397da19775542d08162ad03f9a587e6b3f (plain)
1
2
3
4
5
6
7
8
9
10
inherit esw

ESW_COMPONENT_SRC = "/lib/sw_services/xilpuf/src/"
ESW_COMPONENT_NAME = "libxilpuf.a"

PACKAGECONFIG ??= "client server"
PACKAGECONFIG[client]  ="-DXILPUF_Mode="client",,"
PACKAGECONFIG[server]  ="-DXILPUF_Mode="server",,"

DEPENDS += "libxil xiltimer ${@'xilplmi' if d.getVar('ESW_MACHINE') == 'psv_pmc_0' else 'xilmailbox'}"