blob: 4c546e70e55fdf39581a67f9c4b76ab7fe82ff9c (
plain)
1
2
3
4
5
6
7
8
9
|
# Enabling ptest in image ...
OVERRIDES .= ":agl-ptest"
DISTRO_FEATURES_append = " ptest"
EXTRA_IMAGE_FEATURES_append = " ptest-pkgs"
IMAGE_INSTALL_append = " lua-ptest xmlsec1-ptest libxml2-ptest"
# / ptest
|