diff options
author | John Klug <john.klug@multitech.com> | 2019-05-22 15:20:41 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-05-22 15:20:41 -0500 |
commit | ea08cf268df3f61c9bb3e232af13c0bb812e3c5d (patch) | |
tree | 43c7de08bbd2242d742b90d940fdc033c54e154c /recipes-core/images | |
parent | 2332a398d0120404a1a5c6958efefb12f17e5713 (diff) | |
download | meta-mlinux-atmel-ea08cf268df3f61c9bb3e232af13c0bb812e3c5d.tar.gz meta-mlinux-atmel-ea08cf268df3f61c9bb3e232af13c0bb812e3c5d.tar.bz2 meta-mlinux-atmel-ea08cf268df3f61c9bb3e232af13c0bb812e3c5d.zip |
Add MTHS recipe for manufacturing.
Diffstat (limited to 'recipes-core/images')
-rw-r--r-- | recipes-core/images/mlinux-mths-image.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes-core/images/mlinux-mths-image.bb b/recipes-core/images/mlinux-mths-image.bb new file mode 100644 index 0000000..4be72ec --- /dev/null +++ b/recipes-core/images/mlinux-mths-image.bb @@ -0,0 +1,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" |