From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.windriver.com ([147.11.1.11]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1TQnbF-0003JY-B4 for openembedded-core@lists.openembedded.org; Wed, 24 Oct 2012 01:09:29 +0200 Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.14.5/8.14.3) with ESMTP id q9NMu1xj019124 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Tue, 23 Oct 2012 15:56:01 -0700 (PDT) Received: from localhost.localdomain (172.25.34.64) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.2.309.2; Tue, 23 Oct 2012 15:56:00 -0700 From: Peter Seebach To: Date: Tue, 23 Oct 2012 17:55:59 -0500 Message-ID: X-Mailer: git-send-email 1.7.0.4 MIME-Version: 1.0 Subject: [v2] [PATCH 0/1] insane.bbclass and friends: support n32 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list 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, 23 Oct 2012 23:09:29 -0000 Content-Type: text/plain This makes multilib_header, insane, and site config work for n32 MIPS. It turns out the previous patch only worked for part of the system; when I got to glib, the mips-linux siteconfig wasn't getting picked up for n32. So add a couple more references in siteinfo.bbclass to make that work. The following changes since commit 754ddbf1c57e6b9d0650498538840effebe4f7a2: Ross Burton (1): libical: remove are available in the git repository at: git://git.yoctoproject.org/poky-contrib seebs/mips64 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=seebs/mips64 Peter Seebach (1): insane.bbclass and friends: Fix sanity checks and multlib headers for n32 meta/classes/insane.bbclass | 4 +++ meta/classes/multilib_header.bbclass | 32 +++++++++++++++++-------- meta/classes/siteinfo.bbclass | 5 ++++ meta/conf/machine/include/mips/arch-mips.inc | 1 + 4 files changed, 32 insertions(+), 10 deletions(-)