From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6444761527603953664 X-Received: by 10.223.164.67 with SMTP id e3mr840773wra.21.1500538564209; Thu, 20 Jul 2017 01:16:04 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 10.28.0.78 with SMTP id 75ls138973wma.16.gmail; Thu, 20 Jul 2017 01:16:03 -0700 (PDT) X-Received: by 10.28.214.213 with SMTP id n204mr189439wmg.25.1500538563884; Thu, 20 Jul 2017 01:16:03 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1500538563; cv=none; d=google.com; s=arc-20160816; b=LiCYYdtWZ26iEYxNdFnHpbILPZGdaA9TRunaCKBYnxKuVg5Lsl0GDg65YJGXmDXhOU XWRCKhSjrfDZTkU4gMxDsGXJR1l1JkEDwrkU7jvnabucoFk/Vm96RKt8Vx27rgSLx/mH SxOiqDtmUSn3ZmtDZwSYBk2ujZlx9G54bcVJfcxUc0hOTC2QlMdM5Xag20bGQTAPtNXx Afl875yfqeQc8F9nRNrKnXo1izfz/1AeHdWSEgzsSLelp+Eh57t3WaDjIel1fWLa+QMi +Ho9Rv0mnjDjuuH0qJHquk8yZw6Pisjhkk4eV1Z+C/JvTjc7IQIb8JF0lGwp7yyAb4rz nd+A== 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=297tHEluhFXCOvqhWV2wn35KWnygq6U8uC31A58p0Uc=; b=GC9kQMAd1oNNWwnL0Ox7CTBEgiOW1iVVB6sUku9iF6lIg8Eths1qfuJ8BnO+wGjTsK T3Y83wZuOLbg/C5Vf8yfXWBUIaarVmLmY1tO4eNOUxuWNXR8I99D4IKeIyRqy1aASTKO AV0Pews8iOZECRcXN3oE6V+41piVFKJPy31Uwh9voSGfChB26hGDd3UwzN80CyZxmMOg W4KHpnqXQfGLb1hP81/0lFW4N4vw7RA4WQGxFOVmqHsB9sidQIeNN32rxGowV9hSuMuP 9anCUSe7QRJW3BFH1HotuPJAIH4k/pCrFSePdlgWSOQRgbBwt1JwgaDNwIYiRLwVqTCR XCZA== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 194.138.37.39 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 lizzard.sbs.de (lizzard.sbs.de. [194.138.37.39]) by gmr-mx.google.com with ESMTPS id 132si571344wmn.6.2017.07.20.01.16.03 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 20 Jul 2017 01:16:03 -0700 (PDT) Received-SPF: neutral (google.com: 194.138.37.39 is neither permitted nor denied by best guess record for domain of claudius.heine.ext@siemens.com) client-ip=194.138.37.39; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 194.138.37.39 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 mail2.sbs.de (mail2.sbs.de [192.129.41.66]) by lizzard.sbs.de (8.15.2/8.15.2) with ESMTPS id v6K8G3Z1015876 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 20 Jul 2017 10:16:03 +0200 Received: from ring.ppmd.siemens.net (linux-ses-ext02.ppmd.siemens.net [139.25.68.223]) by mail2.sbs.de (8.15.2/8.15.2) with ESMTP id v6K8G21b028923; Thu, 20 Jul 2017 10:16:02 +0200 From: claudius.heine.ext@siemens.com To: isar-users@googlegroups.com Cc: Claudius Heine Subject: [PATCH v2 0/2] Allow for overwriting settings in local.conf Date: Thu, 20 Jul 2017 10:15:40 +0200 Message-Id: <20170720081542.32733-1-claudius.heine.ext@siemens.com> X-Mailer: git-send-email 2.13.2 X-TUID: HcgSoRESF/5q From: Claudius Heine Hi, sorry for sending this again. I forgot to sign patch 1. Claudius Claudius Heine (2): meta-isar: allow all distro variables to be overwritten by local.conf meta-isar/machine: replaced '=' with '+=' or '?=' to allow overwrite meta-isar/conf/distro/debian-jessie.conf | 8 ++++---- meta-isar/conf/distro/debian-stretch.conf | 8 ++++---- meta-isar/conf/distro/raspbian-stable.conf | 8 ++++---- meta-isar/conf/machine/qemu-amd64.conf | 14 +++++++------- meta-isar/conf/machine/qemu-i386.conf | 16 ++++++++-------- meta-isar/conf/machine/qemuarm.conf | 14 +++++++------- meta-isar/conf/machine/rpi.conf | 16 ++++++++-------- 7 files changed, 42 insertions(+), 42 deletions(-) -- 2.13.2