From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mail.openembedded.org (Postfix) with ESMTP id 1E432782E6 for ; Tue, 26 Sep 2017 00:52:18 +0000 (UTC) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga104.jf.intel.com with ESMTP; 25 Sep 2017 17:52:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,438,1500966000"; d="scan'208";a="1223658167" Received: from swold-mobl2.jf.intel.com (HELO swold-mobl2.amr.intel.com) ([10.254.78.59]) by fmsmga002.fm.intel.com with ESMTP; 25 Sep 2017 17:52:19 -0700 From: Saul Wold To: openembedded-core@lists.openembedded.org, richard.purdie@linuxfoundation.org Date: Mon, 25 Sep 2017 17:52:15 -0700 Message-Id: <20170926005218.2066-1-sgw@linux.intel.com> X-Mailer: git-send-email 2.13.5 Subject: [PATCH 0/3 v2] Disable systemd-boot from building with x32 IA Machine X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 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, 26 Sep 2017 00:52:19 -0000 systemd-boot has to be build for the native IA instruction set size, this patch series is needed to disable it from building or being depended on by WIC when building x32 as DEFAULTTUNE and not just as multilib. V2: fixed x86_x32 to be x86-32 and made it consistent. Sau! Saul Wold (3): arch-x86: Add x86-x32 to MACHINEOVERRIDES wic: remove systemd-boot for x32 systemd-boot: Should not build x32 meta/classes/image_types_wic.bbclass | 1 + meta/conf/machine/include/x86/arch-x86.inc | 1 + meta/recipes-core/meta/wic-tools.bb | 1 + meta/recipes-core/systemd/systemd-boot_234.bb | 1 + 4 files changed, 4 insertions(+) -- 2.11.0