blob: b598647ee092da72223ffd932fe2f0dd76dc0cbc (
plain)
1
2
3
4
|
# Setup recommended EMGD settings for the E6xx CPUs. Default to sDVOB, but setup
# the LVDS as secondary to enable daughter cards adding the second display.
THISDIR := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}"
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|