From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6628476013057671168 X-Received: by 2002:adf:b6ab:: with SMTP id j43mr765010wre.22.1544437408869; Mon, 10 Dec 2018 02:23:28 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a1c:f602:: with SMTP id w2ls177379wmc.3.canary-gmail; Mon, 10 Dec 2018 02:23:28 -0800 (PST) X-Google-Smtp-Source: AFSGD/WLKgLglZbxxfFR7GtWtMHNYgizf+LVeKNheRpXvYZ1DHvVtf9YUyrsQE1Nt3oAPdRdaG+E X-Received: by 2002:a1c:2d15:: with SMTP id t21mr244423wmt.1.1544437408200; Mon, 10 Dec 2018 02:23:28 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544437408; cv=none; d=google.com; s=arc-20160816; b=Xh4enVtmvTWh2sVn5+1wl97OopjuvAivpogiDmCN2d+bvdvA4OltmjO/A6SyjA5wkd 5qzxM2FlfLi58RetAiCrB0bwZY2/vwOaStIF2kWAxfX0mbzN3wapXzjKu492OC9DoTjC LANzJT4ejm7dT+nqLDFz7pLBMZbLVmsxBzXtSdP1uVgxzhlbtf+lg5PX7O8hDtVR6ldZ Psf4OBb9qxHcCSWjZ0iEMbiaakYQN41VB7doVyZZRHU2tvpvrd9xEDzAR1cPlKYnv3lE czcuT9Bo4T5J7UGf5HOJqzvtNO4a2fV4puQelWRhGdgRGY8lQH1XQN1V/9K+WX91a8wQ OGyQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from; bh=+JnVQg3vxUEzLt8UkbSdiBXbNL3rc0YbTEo42QLtiqE=; b=PJIQ7j/U8Nv7RO5fFCJA1n8ZR1xuVEva2nGM4s774FcHTGYkCMdYatj/fADFNoyF5D d5+cODpVS6FPXnIcqF5RZ8T99U5aUsJPYrTfBBCzK6AO4B5UO1XZFew7w4+gs3eDJ06a 9NjrdO3KUV8Gd8Bg0WbYJnC4v6yMCQc57uBTklVSfc8xsyDQI6OfnN6T20LfhRUdeh6d NgdhB4H9yb+aXjn0s2muWIQoT7fM33j0lyiO2UsGPrsoeq5HTkaW3jnCzl+KyQX8pHJn Hu7IhXRi8QvDwVCJS74MJ/JFDqMCLdrCUgcEQtBbI5vn530Q/q+FyhZPzUUydcs9glRm Ww7w== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of claudius.heine.ext@siemens.com designates 192.35.17.14 as permitted sender) smtp.mailfrom=claudius.heine.ext@siemens.com Return-Path: Received: from david.siemens.de (david.siemens.de. [192.35.17.14]) by gmr-mx.google.com with ESMTPS id t23si223925wmt.1.2018.12.10.02.23.28 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 10 Dec 2018 02:23:28 -0800 (PST) Received-SPF: pass (google.com: domain of claudius.heine.ext@siemens.com designates 192.35.17.14 as permitted sender) client-ip=192.35.17.14; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of claudius.heine.ext@siemens.com designates 192.35.17.14 as permitted sender) smtp.mailfrom=claudius.heine.ext@siemens.com Received: from mail1.sbs.de (mail1.sbs.de [192.129.41.35]) by david.siemens.de (8.15.2/8.15.2) with ESMTPS id wBAANR98006661 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 10 Dec 2018 11:23:27 +0100 Received: from ring.ppmd.siemens.net (linux-ses-ext02.ppmd.siemens.net [139.25.69.181]) by mail1.sbs.de (8.15.2/8.15.2) with ESMTP id wBAANQEO022573; Mon, 10 Dec 2018 11:23:27 +0100 From: claudius.heine.ext@siemens.com To: isar-users@googlegroups.com Cc: Claudius Heine Subject: [PATCH v2 3/3] meta: rename isar-bitbake.conf to bitbake.conf Date: Mon, 10 Dec 2018 11:22:47 +0100 Message-Id: <20181210102247.27538-4-claudius.heine.ext@siemens.com> X-Mailer: git-send-email 2.19.2 In-Reply-To: <20181210102247.27538-1-claudius.heine.ext@siemens.com> References: <840a2535ca72f3ff2c900b2ce111fa9f60c1ee84.camel@denx.de> <20181210102247.27538-1-claudius.heine.ext@siemens.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-TUID: Rg73E6wwWQTE From: Claudius Heine With current bitbake versions it reads the 'bitbake.conf' from the 'conf' directory of a layer. So no copying is necessary. Signed-off-by: Claudius Heine --- meta/conf/{isar-bitbake.conf => bitbake.conf} | 0 scripts/isar-setup-builddir | 9 --------- 2 files changed, 9 deletions(-) rename meta/conf/{isar-bitbake.conf => bitbake.conf} (100%) diff --git a/meta/conf/isar-bitbake.conf b/meta/conf/bitbake.conf similarity index 100% rename from meta/conf/isar-bitbake.conf rename to meta/conf/bitbake.conf diff --git a/scripts/isar-setup-builddir b/scripts/isar-setup-builddir index d344148..227ab01 100755 --- a/scripts/isar-setup-builddir +++ b/scripts/isar-setup-builddir @@ -105,15 +105,6 @@ EOM SHOWYPDOC=yes fi -cat < $BUILDDIR/conf/bitbake.conf -# ******************************************** -# THIS FILE IS GENERATED! DO NOT MESS WITH IT! -# ******************************************** - -EOF -cat "$ISARROOT/meta/conf/isar-bitbake.conf" >> \ - "$BUILDDIR/conf/bitbake.conf" - # Ending the first-time run message. Show the no documentation banner. if [ ! -z "$SHOWYPDOC" ]; then cat <