blob: 4be72ecbf20f875de0e84dfccc2d56d7e142d808 (
plain)
1
2
3
4
5
6
7
8
|
# Factory testing image for MTHS.
# config-mths is needed for factory
# reset.
require mlinux-mtrv1-image.bb
DESCRIPTION = "MTHS images for Factory Testing"
# Extra stuff to install
IMAGE_INSTALL += "config-mths dnsmasq"
|