blob: dcaf72ab3107b6ed34acbd2a39207808525a79c1 (
plain)
1
2
3
4
5
6
7
8
9
|
# Enabling ptest in image ...
OVERRIDES:append = ":agl-ptest"
DISTRO_FEATURES:append = " ptest"
EXTRA_IMAGE_FEATURES:append = " ptest-pkgs"
IMAGE_INSTALL:append = " lua-ptest xmlsec1-ptest libxml2-ptest"
# / ptest
|