diff options
author | Mike Nicholson <mike.nicholson@multitech.com> | 2019-01-10 16:23:10 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-07-03 17:08:20 -0500 |
commit | debba38a44284cc09b5e307ea9812ff950880c5e (patch) | |
tree | a1bb2428e1fd3d40e7896090130178ebcf74d0e2 /recipes-core | |
parent | 5261a62e780f1fd283a77478d4b4f9ba48db560e (diff) | |
download | meta-mlinux-debba38a44284cc09b5e307ea9812ff950880c5e.tar.gz meta-mlinux-debba38a44284cc09b5e307ea9812ff950880c5e.tar.bz2 meta-mlinux-debba38a44284cc09b5e307ea9812ff950880c5e.zip |
Restore MTAC compilation
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/images/mlinux-minimal-image.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes-core/images/mlinux-minimal-image.bb b/recipes-core/images/mlinux-minimal-image.bb index 241f1d9..bbf7452 100644 --- a/recipes-core/images/mlinux-minimal-image.bb +++ b/recipes-core/images/mlinux-minimal-image.bb @@ -47,7 +47,7 @@ MULTITECH_FEATURES = "kernel-module-mts-io \ radio-reset" -MULTITECH_MTAC_NOTREADY = "kernel-module-mtac \ +MULTITECH_MTAC = "kernel-module-mtac \ kernel-module-mtac-eth \ kernel-module-mtac-gpiob \ kernel-module-mtac-lora \ @@ -55,8 +55,6 @@ MULTITECH_MTAC_NOTREADY = "kernel-module-mtac \ kernel-module-mtac-pulse \ kernel-module-mtac-xdot" -MULTITECH_MTAC = "" - UPGRADE_FEATURES = "upgrade-reboot mtd-utils-static" IMAGE_INSTALL = "${CORE_FEATURES} \ |