blob: bee38fabdfed797aee791f3fca864bee61598eb3 (
plain)
1
2
3
4
5
6
7
8
9
|
# Enabling ptest in image ...
OVERRIDES .= ":agl-ptest"
EXTRA_OECMAKE_append = " -DBUILD_TEST_WGT=TRUE"
DISTRO_FEATURES_append = " ptest"
EXTRA_IMAGE_FEATURES_append = " ptest-pkgs"
# / ptest
|