From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga03.intel.com ([143.182.124.21]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Qp5X6-0005NQ-JC for openembedded-core@lists.openembedded.org; Thu, 04 Aug 2011 23:32:48 +0200 Received: from azsmga002.ch.intel.com ([10.2.17.35]) by azsmga101.ch.intel.com with ESMTP; 04 Aug 2011 14:28:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,319,1309762800"; d="scan'208";a="4260478" Received: from nbuild1.sc.intel.com ([172.25.110.36]) by AZSMGA002.ch.intel.com with ESMTP; 04 Aug 2011 14:28:17 -0700 From: nitin.a.kamble@intel.com To: openembedded-core@lists.openembedded.org Date: Thu, 4 Aug 2011 08:01:56 -0700 Message-Id: X-Mailer: git-send-email 1.7.6 In-Reply-To: References: In-Reply-To: References: Subject: [PATCH 10/10] local.conf.sample: make BBMASK assignment weak X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2011 21:32:48 -0000 From: Nitin A Kamble So that it can be overridden by layers if needed. Signed-off-by: Nitin A Kamble --- meta-yocto/conf/local.conf.sample | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample index 3e71b0a..4acec37 100644 --- a/meta-yocto/conf/local.conf.sample +++ b/meta-yocto/conf/local.conf.sample @@ -39,7 +39,7 @@ DISTRO ?= "poky" # BBMASK is a regular expression that can be used to tell BitBake to ignore # certain recipes. -BBMASK = "" +BBMASK ?= "" # EXTRA_IMAGE_FEATURES allows extra packages to be added to the generated images # (Some of these are automatically added to certain image types) -- 1.7.6