From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 3A9A6E01404 for ; Wed, 29 Aug 2012 17:15:29 -0700 (PDT) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 29 Aug 2012 17:15:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.80,336,1344236400"; d="scan'208";a="215535216" Received: from unknown (HELO localhost) ([10.255.13.47]) by fmsmga002.fm.intel.com with ESMTP; 29 Aug 2012 17:15:28 -0700 From: tom.zanussi@intel.com To: poky@yoctoproject.org, richard.purdie@linuxfoundation.org, sgw@linux.intel.com Date: Wed, 29 Aug 2012 19:15:26 -0500 Message-Id: X-Mailer: git-send-email 1.7.11.4 Subject: [PATCH 0/4] yocto-bsp updates to reflect ia32-base move, v2 X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion & patch submission for meta-yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Aug 2012 00:15:29 -0000 From: Tom Zanussi ia32-base was moved to oe-core, which resulted in some more changes yo yocto-bsp. v2: exactly the same as the previous version, but again adds 'yocto-bsp: add new strip_base() function', which for some reason keeps not getting pulled in. The following changes since commit bb0aab79e488a99cb1b43f72f0e8ddbe39d97519: yocto-bsp: use KBRANCH_DEFAULT in 'newbranch' cases (2012-08-29 14:23:36 -0700) are available in the git repository at: git://git.yoctoproject.org/poky-contrib.git tzanussi/yocto-bsp-ia32-base-updates.v2 http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=tzanussi/yocto-bsp-ia32-base-updates.v2 Tom Zanussi (4): yocto-bsp: include meta-intel.inc if emgd selected yocto-bsp: update the help regarding the meta-intel layer yocto-bsp: add a LICENSE_FLAGS_WHITELIST blurb for emgd to README yocto-bsp: add new strip_base() function scripts/lib/bsp/engine.py | 10 ++++++++++ scripts/lib/bsp/help.py | 12 ++++++------ scripts/lib/bsp/substrate/target/arch/common/README | 8 ++++++++ .../target/arch/i386/conf/machine/{{=machine}}.conf | 2 ++ 4 files changed, 26 insertions(+), 6 deletions(-) -- 1.7.11.4