summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone-sdt/recipes-drivers/dp12txss_2024.2.bb
blob: b2aaf9d07c91807c81853297f6475433a4be7aba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
inherit features_check

REQUIRED_MACHINE_FEATURES = "dp12txss"

inherit esw python3native

DEPENDS += "xilstandalone dual-splitter vtc dp12 tmrctr"
DEPENDS += " ${@bb.utils.contains("MACHINE_FEATURES", "hdcp1x", "hdcp1x", "",d)}"

ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/dp12txss/src/"
ESW_COMPONENT_NAME = "libdp12txss.a"

addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot
do_prepare_recipe_sysroot[rdeptask] = "do_unpack"