From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6519736437356625920 X-Received: by 10.28.237.21 with SMTP id l21mr560269wmh.32.1517994431567; Wed, 07 Feb 2018 01:07:11 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 10.28.167.75 with SMTP id q72ls303908wme.0.gmail; Wed, 07 Feb 2018 01:07:11 -0800 (PST) X-Google-Smtp-Source: AH8x226j5RraomNeJZKOiBeHU6RoV5RdYW0wwxGVYirfvpEWCbMfVx1PEFD6MnwLrKxEc3GfuxC6 X-Received: by 10.28.87.194 with SMTP id l185mr570791wmb.9.1517994431075; Wed, 07 Feb 2018 01:07:11 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1517994431; cv=none; d=google.com; s=arc-20160816; b=cN0gIpEghF83sGTB1iC6OnaurlCBRk9NoUa8mAXFZ5VHS8yCPBDY9UFetbtMq/P5sT 6Tysk90FO3I7LoNuA0+bz0X0u/4aOaNpiI2wBjO1OWpkNt/0fUfLKkPnVvcAm8e5P3KZ Nfy0RrATRrw+Ves9hTG55FQZzxme9mX3UOgsZJFu6T9ZMiBsa4s+0dpF1BXtDUYUf0vj gjqM5bFtDtwioXQlcRxfwA+SU+NWSQR3JMKG3C/6sT/5oI7Kbn5BD9pAvDMINhv6wz8L lvxphm8UHmX8oJaJHH5oElmE5Tre5RBOznHPR/dy7MOXsugd76iBv9pDnf9Ew/0b+7wq 03+w== 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=+wyJ+OnGYh3FX98YTPUEWlFK8tSm5MW7Waiybl52I54=; b=e1GR+q2im9W5NO0T/GJCj+UPm7RqUlEhE1HkzOKf1AttPV95dPILZ8rfy43ml0CO3P bvuuqgnWvN3S6lDX0sbttg5MmO4Fcc4VXY/ID5L9sveOePZE+BNY7LWDM0LqW+xATRSb R56iZkDFTqA/oiuSHAnqF+6J0SqBhlWriJYxrEqJeBosHEqealI3NGqxq9d5F+Xaum1t K0lHl+TKKDL2bTUgTfqbAH/l0oD7X61zIbw0r+Ye14/ATWU7hetmwCSCyyDWeS6mHpVI /xQEj1URFcKi+22nojnPz33XfhYZJZTldY07m0zKlWN5atG5apPfd1AVDE5WCcT8JVoM 7jeA== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of claudius.heine.ext@siemens.com designates 194.138.37.39 as permitted sender) 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 200si1163669wml.2.2018.02.07.01.07.11 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 07 Feb 2018 01:07:11 -0800 (PST) Received-SPF: pass (google.com: domain of claudius.heine.ext@siemens.com designates 194.138.37.39 as permitted sender) client-ip=194.138.37.39; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of claudius.heine.ext@siemens.com designates 194.138.37.39 as permitted sender) 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 w1797ARv022661 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 7 Feb 2018 10:07:10 +0100 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 w1797Acj002511; Wed, 7 Feb 2018 10:07:10 +0100 From: claudius.heine.ext@siemens.com To: isar-users@googlegroups.com Cc: Claudius Heine Subject: [PATCH] isar-setup-builddir script: remove copying multiconfigs Date: Wed, 7 Feb 2018 10:06:57 +0100 Message-Id: <20180207090657.5299-1-claudius.heine.ext@siemens.com> X-Mailer: git-send-email 2.15.1 X-TUID: pMPQ7zfEpogX From: Claudius Heine With the recent update of bitbake, copying the multiconfig files to the build dir is no longer necessary. Signed-off-by: Claudius Heine --- scripts/isar-setup-builddir | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/isar-setup-builddir b/scripts/isar-setup-builddir index d400694..cabe732 100755 --- a/scripts/isar-setup-builddir +++ b/scripts/isar-setup-builddir @@ -69,7 +69,6 @@ if [ -n "$TEMPLATECONF" ]; then ISARCORELAYERCONF="$TEMPLATECONF/bblayers.conf.sample" ISARCORELOCALCONF="$TEMPLATECONF/local.conf.sample" ISARCORENOTESCONF="$TEMPLATECONF/conf-notes.txt" - ISARMULTICONF="$TEMPLATECONF/multiconfig" fi unset SHOWYPDOC @@ -157,7 +156,3 @@ if [ -z "$ISARCORENOTESCONF" ]; then fi [ ! -r "$ISARCORENOTESCONF" ] || cat $ISARCORENOTESCONF unset ISARCORENOTESCONF - -if [ -d "$ISARMULTICONF" ]; then - cp -r "$ISARMULTICONF" $BUILDDIR/conf -fi -- 2.15.1