diff options
author | John Klug <john.klug@multitech.com> | 2023-06-08 11:37:32 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2023-06-08 11:37:32 -0500 |
commit | f91cc3bb4d68aca1bccd6eca24030395dff905fa (patch) | |
tree | 4b96509f2020151cadff39e2183f58bc1e9b869f | |
parent | 66c060fbb2fada1e9a1b1cb9d7327d47874c939d (diff) | |
download | meta-mlinux-atmel-f91cc3bb4d68aca1bccd6eca24030395dff905fa.tar.gz meta-mlinux-atmel-f91cc3bb4d68aca1bccd6eca24030395dff905fa.tar.bz2 meta-mlinux-atmel-f91cc3bb4d68aca1bccd6eca24030395dff905fa.zip |
Add factory test image for MTRV16.3.1
-rw-r--r-- | recipes-core/images/mlinux-mtrv1-factory-test-image.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes-core/images/mlinux-mtrv1-factory-test-image.bb b/recipes-core/images/mlinux-mtrv1-factory-test-image.bb new file mode 100644 index 0000000..8616126 --- /dev/null +++ b/recipes-core/images/mlinux-mtrv1-factory-test-image.bb @@ -0,0 +1,8 @@ +require mtr-modules.inc +DESCRIPTION = "mLinux factory test image" +LICENSE = "MIT" + +require mlinux-mtrv1-image.bb + +MULTITECH_FEATURES:remove = "reset-handler" +MULTITECH_FEATURES:append = "reset-handler-test" |