From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gate.crashing.org ([63.228.1.57] ident=[U2FsdGVkX18xzTMg8LbXCUv2W4dlZaY7UcBSWjMbl10=]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QkCaQ-0008Tj-BA for openembedded-core@lists.openembedded.org; Fri, 22 Jul 2011 12:04:02 +0200 Received: from localhost (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.13.8) with ESMTP id p6M9OuDa003854 for ; Fri, 22 Jul 2011 04:24:57 -0500 From: Kumar Gala To: openembedded-core@lists.openembedded.org Date: Fri, 22 Jul 2011 04:24:51 -0500 Message-Id: <1311326696-11745-1-git-send-email-galak@kernel.crashing.org> X-Mailer: git-send-email 1.5.6.5 Subject: [PATCH 0/5] Add support for powerpc64 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: Fri, 22 Jul 2011 10:04:03 -0000 Add various cleanups to core scripts and packages that are needed for building for a 64-bit powerpc target. - k