From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga09.intel.com ([134.134.136.24]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SlxPr-0006xS-2Z for openembedded-core@lists.openembedded.org; Tue, 03 Jul 2012 09:20:55 +0200 Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 03 Jul 2012 00:09:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,351,1309762800"; d="scan'208";a="166158046" Received: from unknown (HELO swold-mobl.bigsur.com) ([10.255.12.182]) by orsmga002.jf.intel.com with ESMTP; 03 Jul 2012 00:09:49 -0700 From: Saul Wold To: openembedded-core@lists.openembedded.org Date: Tue, 3 Jul 2012 00:09:32 -0700 Message-Id: <9d27daeafcc6ea892dee0ee5d0816069b04f6771.1341299168.git.sgw@linux.intel.com> X-Mailer: git-send-email 1.7.7.6 In-Reply-To: References: In-Reply-To: References: Subject: [CONSOLIDATED PULL 03/17] 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: Tue, 03 Jul 2012 07:20:55 -0000 From: Darren Hart 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 --- .../recipes-kernel/linux/linux-yocto-custom.bb | 2 -- 1 files changed, 0 insertions(+), 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.7.6