From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6446223961600557056 X-Received: by 10.223.168.4 with SMTP id l4mr1033627wrc.30.1500878474916; Sun, 23 Jul 2017 23:41:14 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 10.46.88.66 with SMTP id x2ls1271493ljd.25.gmail; Sun, 23 Jul 2017 23:41:14 -0700 (PDT) X-Received: by 10.46.88.19 with SMTP id m19mr2749761ljb.3.1500878474605; Sun, 23 Jul 2017 23:41:14 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1500878474; cv=none; d=google.com; s=arc-20160816; b=WbX/x6XuuvR3cGjtFi/BNqlfXX6X1cj/ZhqHRwh6ve5iRrtm55PTDeuvZ5C2g/uCfb rHkK+JuRT9pQeai5XVaZfi8Y3XuqMpOHgZcOwNGBomyaaxjUBsFW9oBfGgjBrmQEGhH8 FEJCh6hfpEkPVD8Ub8Ll04JljodEnzP9bsUHlKjgvjhiXrnMOg/7xrVmYGygzDMM+CX+ JZJ3zRFbG/Dozqiz7MXAeThkti9tw/fXWl7RE8cKas3+53PgMIVsyxLAkkFXdqAZanF/ sMCbGUCDgFqLwMpkaiezwHosweL1Mp3ThDRmWTDh4f4jvO/cM/tvXCWgzG4bglsGF+vT LyDg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=message-id:date:subject:cc:to:from:arc-authentication-results; bh=BbnLceQ0iBorhTSCKBuxjBfvvxEtAZk5YKF6WsDxFP0=; b=ktBuLJtz9JRpCi/68jY9W9fXzqnXC9BcMkQbQMrKDG0pxsnCsStOSYlm/TXKi2GODc Q3RQeY0IFNejG7MY84FMqMEKR9NuHy8lP2zr2yoNDZqyZOVJoXdAr1hHJ8VstwrQq9lX blItTgJmWWiOcOoziEOJSkhUJy22jgjrwP+SevGmfYXB3LDBNxDAKRM1JRpqKyWe52lJ Y9GJV+pngMZfpSvkBK5gNcGVbHjen2B6rffgOhhqxFr2pI2ePeenOx/fIkfdS+sescWb Ge8KgUnTnRFDbKhrtxR3JgSdvPCWS+xVy1fRkPWyaTZD4yur/405Ynr4DqT8GGrPL5Iz Zpyg== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 192.35.17.2 is neither permitted nor denied by best guess record for domain of claudius.heine.ext@siemens.com) smtp.mailfrom=claudius.heine.ext@siemens.com Return-Path: Received: from thoth.sbs.de (thoth.sbs.de. [192.35.17.2]) by gmr-mx.google.com with ESMTPS id m89si2040074wmi.0.2017.07.23.23.41.14 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 23 Jul 2017 23:41:14 -0700 (PDT) Received-SPF: neutral (google.com: 192.35.17.2 is neither permitted nor denied by best guess record for domain of claudius.heine.ext@siemens.com) client-ip=192.35.17.2; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 192.35.17.2 is neither permitted nor denied by best guess record for domain of claudius.heine.ext@siemens.com) smtp.mailfrom=claudius.heine.ext@siemens.com Received: from mail1.sbs.de (mail1.sbs.de [192.129.41.35]) by thoth.sbs.de (8.15.2/8.15.2) with ESMTPS id v6O6fDDR007328 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 24 Jul 2017 08:41:14 +0200 Received: from ring.ppmd.siemens.net (linux-ses-ext02.ppmd.siemens.net [139.25.68.223]) by mail1.sbs.de (8.15.2/8.15.2) with ESMTP id v6O6fDUD019356; Mon, 24 Jul 2017 08:41:13 +0200 From: claudius.heine.ext@siemens.com To: isar-users@googlegroups.com Cc: Claudius Heine Subject: [PATCH 0/1] Overwritable variables Date: Mon, 24 Jul 2017 08:40:57 +0200 Message-Id: <20170724064058.17647-1-claudius.heine.ext@siemens.com> X-Mailer: git-send-email 2.13.2 X-TUID: YuZSArbPqbxT From: Claudius Heine Hi, here is the new patch that is based on master. I combined the last two patches into one and expanded on them. Now all variables from distro, machine and multiconfig are overwritable. Cheers, Claudius Claudius Heine (1): meta-isar: allow all config variables to be overwritten by local.conf meta-isar/conf/distro/debian-jessie.conf | 8 ++++---- meta-isar/conf/distro/debian-stretch.conf | 8 ++++---- meta-isar/conf/distro/debian-wheezy.conf | 8 ++++---- meta-isar/conf/distro/raspbian-jessie.conf | 8 ++++---- meta-isar/conf/machine/qemuamd64.conf | 6 +++--- meta-isar/conf/machine/qemuarm.conf | 6 +++--- meta-isar/conf/machine/qemui386.conf | 6 +++--- meta-isar/conf/machine/rpi.conf | 6 +++--- meta-isar/conf/multiconfig/qemuamd64-jessie.conf | 22 +++++++++++----------- meta-isar/conf/multiconfig/qemuamd64-stretch.conf | 22 +++++++++++----------- meta-isar/conf/multiconfig/qemuarm-jessie.conf | 22 +++++++++++----------- meta-isar/conf/multiconfig/qemuarm-stretch.conf | 22 +++++++++++----------- meta-isar/conf/multiconfig/qemuarm-wheezy.conf | 22 +++++++++++----------- meta-isar/conf/multiconfig/qemui386-jessie.conf | 22 +++++++++++----------- meta-isar/conf/multiconfig/qemui386-stretch.conf | 22 +++++++++++----------- meta-isar/conf/multiconfig/rpi-jessie.conf | 14 +++++++------- 16 files changed, 112 insertions(+), 112 deletions(-) -- 2.13.2