diff options
| author | John Klug <john.klug@multitech.com> | 2021-11-16 06:13:56 -0600 |
|---|---|---|
| committer | John Klug <john.klug@multitech.com> | 2021-11-16 06:13:56 -0600 |
| commit | 2aca64b8f8e032ca3d49554a9177f26634f00534 (patch) | |
| tree | 237eefb1751c9932e2ef15e6f7470d450b839c5e | |
| parent | 294b59b1722ac2316227bb6fea21462da1b2626d (diff) | |
| download | meta-mlinux-atmel-2aca64b8f8e032ca3d49554a9177f26634f00534.tar.gz meta-mlinux-atmel-2aca64b8f8e032ca3d49554a9177f26634f00534.tar.bz2 meta-mlinux-atmel-2aca64b8f8e032ca3d49554a9177f26634f00534.zip | |
Add mt-dt-overlay to MTCDT for MTCDT-0.2 support
| -rw-r--r-- | recipes-core/images/mlinux-minimal-image.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-core/images/mlinux-minimal-image.bb b/recipes-core/images/mlinux-minimal-image.bb index c67a322..68c14bf 100644 --- a/recipes-core/images/mlinux-minimal-image.bb +++ b/recipes-core/images/mlinux-minimal-image.bb @@ -30,8 +30,10 @@ CORE_FEATURES_append = " \ CORE_FEATURES_append = " mtd-utils mtd-utils-jffs2 fstab-at91" +# All except old MTR CORE_FEATURES_append_mtcap = " mt-dt-overlay " CORE_FEATURES_append_mtrv1 = " mt-dt-overlay " +CORE_FEATURES_append_mtcdt = " mt-dt-overlay " NETWORKING_FEATURES = "ppp ppp-waitforresetfunc curl iproute2 \ iptables iputils \ |
