From 2f3120ccca67a1e5cd84ff6b0b459072ed851e73 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Tue, 8 Feb 2022 18:54:31 +0100 Subject: [PATCH] conf: Use netmodules templateconf These templates are shown when source openembedded build environment. --- build-fct/conf/templateconf.cfg | 2 +- build/conf/templateconf.cfg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 build/conf/templateconf.cfg diff --git a/build-fct/conf/templateconf.cfg b/build-fct/conf/templateconf.cfg index 50d4258..f9d0be2 100644 --- a/build-fct/conf/templateconf.cfg +++ b/build-fct/conf/templateconf.cfg @@ -1 +1 @@ -meta/conf +../meta-netmodule-fct/conf diff --git a/build/conf/templateconf.cfg b/build/conf/templateconf.cfg new file mode 100644 index 0000000..f948736 --- /dev/null +++ b/build/conf/templateconf.cfg @@ -0,0 +1 @@ +../meta-netmodule-distro/conf