mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 17:26:36 +01:00
(From OE-Core rev: 2e1f35d654f0833096fb848170dca96a75a9558b) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
33 lines
971 B
Diff
33 lines
971 B
Diff
From 142f40b80ea908831ef7a4d694cec6a5985a0724 Mon Sep 17 00:00:00 2001
|
|
From: Ed Bartosh <ed.bartosh@linux.intel.com>
|
|
Date: Tue, 13 Jun 2017 14:55:52 +0300
|
|
Subject: [PATCH] Disabled reading host configs.
|
|
|
|
Upstream-Status: Inappropriate [native]
|
|
|
|
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
|
|
|
|
---
|
|
config.c | 8 --------
|
|
1 file changed, 8 deletions(-)
|
|
|
|
diff --git a/config.c b/config.c
|
|
index 173eae0..0654cc1 100644
|
|
--- a/config.c
|
|
+++ b/config.c
|
|
@@ -836,14 +836,6 @@ void read_config(void)
|
|
memcpy(devices, const_devices,
|
|
nr_const_devices*sizeof(struct device));
|
|
|
|
- (void) ((parse(CONF_FILE,1) |
|
|
- parse(LOCAL_CONF_FILE,1) |
|
|
- parse(SYS_CONF_FILE,1)) ||
|
|
- (parse(OLD_CONF_FILE,1) |
|
|
- parse(OLD_LOCAL_CONF_FILE,1)));
|
|
- /* the old-name configuration files only get executed if none of the
|
|
- * new-name config files were used */
|
|
-
|
|
homedir = get_homedir();
|
|
if ( homedir ){
|
|
strncpy(conf_file, homedir, MAXPATHLEN );
|