blob: 5b703988d789183104dd873f5e4b577ab8f5bc2d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
inherit features_check
REQUIRED_MACHINE_FEATURES = "v-hdmirxss"
inherit esw python3native
DEPENDS += "xilstandalone v-hdmirx v-hdmi-common"
DEPENDS += " ${@bb.utils.contains("MACHINE_FEATURES", "hdcp1x", "hdcp1x", "",d)}"
ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/v_hdmirxss/src/"
ESW_COMPONENT_NAME = "libv_hdmirxss.a"
addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot
do_prepare_recipe_sysroot[rdeptask] = "do_unpack"
|