diff options
author | John Klug <john.klug@multitech.com> | 2023-02-03 09:23:07 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2023-02-03 09:23:07 -0600 |
commit | f65672a31c73f069e487106c7454fbceb4ff3f60 (patch) | |
tree | afb3dce8ebba51e220a6073207a9ee2e9a9c0fce | |
parent | 052bac8c0d3e3e46d24e83af61bb2fb92380bd27 (diff) | |
download | meta-multitech-atmel-f65672a31c73f069e487106c7454fbceb4ff3f60.tar.gz meta-multitech-atmel-f65672a31c73f069e487106c7454fbceb4ff3f60.tar.bz2 meta-multitech-atmel-f65672a31c73f069e487106c7454fbceb4ff3f60.zip |
By default we are not building SDMFG
-rw-r--r-- | conf/machine/mtcap.conf | 2 | ||||
-rw-r--r-- | conf/machine/mtr.conf | 2 | ||||
-rw-r--r-- | conf/machine/mtre.conf | 2 | ||||
-rw-r--r-- | conf/machine/mtrv1.conf | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/conf/machine/mtcap.conf b/conf/machine/mtcap.conf index 71c218f..56743e0 100644 --- a/conf/machine/mtcap.conf +++ b/conf/machine/mtcap.conf @@ -43,3 +43,5 @@ PREFERRED_VERSION_rs9113 = '1.6.5' PRINC ?= "0" PACKAGECONFIG_append_pn-boost = " python" + +SDMFG ??= "" diff --git a/conf/machine/mtr.conf b/conf/machine/mtr.conf index 107f0f0..f6c9f0f 100644 --- a/conf/machine/mtr.conf +++ b/conf/machine/mtr.conf @@ -45,3 +45,5 @@ PREFERRED_VERSION_rs9113 = '1.6.5' PRINC ?= "0" PACKAGECONFIG_append_pn-boost = " python" + +SDMFG ??= "" diff --git a/conf/machine/mtre.conf b/conf/machine/mtre.conf index a51efaa..d3d087a 100644 --- a/conf/machine/mtre.conf +++ b/conf/machine/mtre.conf @@ -42,3 +42,5 @@ UBOOT_LOADADDRESS = "0x20008000" PRINC ?= "0" PACKAGECONFIG_append_pn-boost = " python" + +SDMFG ??= "" diff --git a/conf/machine/mtrv1.conf b/conf/machine/mtrv1.conf index 3b673db..56e09d1 100644 --- a/conf/machine/mtrv1.conf +++ b/conf/machine/mtrv1.conf @@ -44,3 +44,5 @@ PREFERRED_VERSION_rs9113 = '1.6.5' PRINC ?= "0" PACKAGECONFIG_append_pn-boost = " python" + +SDMFG ??= "" |