blob: 916bd6f3df54c8286ac1800bc7ef2a61cf74051b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
# OVERRIDES save us some c'n'p below ...
OVERRIDES_prepend_qemux86 = "virtualmachine:"
OVERRIDES_prepend_qemux86-64 = "virtualmachine:"
# Switch to the Virtual section that we have when a valid DRM device is found
SRC_URI_remove_virtualmachine = "file://hdmi-a-1-270.cfg"
SRC_URI_append_virtualmachine = " file://virtual.cfg"
# For intel-corei7-64 we want to support both the HDMI-A-1 and Virtual-1 outputs
SRC_URI_append_intel-corei7-64 = " file://virtual.cfg"
|