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 1SkpMu-0003Po-V3 for openembedded-core@lists.openembedded.org; Sat, 30 Jun 2012 06:33:13 +0200 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga101.ch.intel.com with ESMTP; 29 Jun 2012 21:22:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.71,315,1320652800"; d="scan'208";a="162476743" Received: from unknown (HELO localhost) ([10.255.13.25]) by azsmga001.ch.intel.com with ESMTP; 29 Jun 2012 21:22:16 -0700 From: Darren Hart To: Poky , Saul Wold , openembedded-core@lists.openembedded.org, Kishore Bodke Date: Fri, 29 Jun 2012 21:20:43 -0700 Message-Id: <8f8ee34bc932394b05669490cedcc8b1d976f7d0.1341000751.git.dvhart@linux.intel.com> X-Mailer: git-send-email 1.7.10.2 In-Reply-To: References: In-Reply-To: References: Cc: Darren Hart Subject: [PATCH 3/3] linux-yocto-custom: Remove linux-tools 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: Sat, 30 Jun 2012 04:33:13 -0000 Remove the linux-tools include as perf is now packaged independently. Without this, including meta-skeleton in bblayers.conf results in a build failure as linux-tools.inc cannot be found. Signed-off-by: Darren Hart Acked-by: Bruce Ashfield CC: Tom Zanussi --- meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb b/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb index 1438ad8..55f0c38 100644 --- a/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb +++ b/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb @@ -42,5 +42,3 @@ PR = "r0" PV = "${LINUX_VERSION}+git${SRCPV}" COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64)" - -require recipes-kernel/linux/linux-tools.inc -- 1.7.10.2