From f65672a31c73f069e487106c7454fbceb4ff3f60 Mon Sep 17 00:00:00 2001 From: John Klug Date: Fri, 3 Feb 2023 09:23:07 -0600 Subject: By default we are not building SDMFG --- conf/machine/mtcap.conf | 2 ++ conf/machine/mtr.conf | 2 ++ conf/machine/mtre.conf | 2 ++ conf/machine/mtrv1.conf | 2 ++ 4 files changed, 8 insertions(+) (limited to 'conf') 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 ??= "" -- cgit v1.2.3