blob: 37596d56f3b4bfd4d9305a1f6536784cc9dc0bcb (
plain)
1
2
3
4
5
6
7
8
9
10
|
inherit features_check
REQUIRED_DISTRO_FEATURES = "video-common"
inherit esw
DEPENDS += "xilstandalone "
ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/video_common/src/"
ESW_COMPONENT_NAME = "libvideo_common.a"
|