6 lines
170 B
PHP
6 lines
170 B
PHP
#Include the non-perf settings
|
|
BASEMACHINE = "${@d.getVar('MACHINE', True).replace('-perf', '')}"
|
|
require ${BASEMACHINE}-image.inc
|
|
|
|
# Set MACHINE-specific configurations
|