| Submitter | Darren Hart |
|---|---|
| Date | May 26, 2011, 9:12 p.m. |
| Message ID | <cover.1306444161.git.dvhart@linux.intel.com> |
| Download | mbox |
| Permalink | /patch/4841/ |
| State | New, archived |
| Headers | show
Delivered-To: oepatches@gmail.com Received: from pop.gmail.com by melo.openembedded.org with POP3 (fetchmail-6.3.9-rc2) for <fetchmail@localhost> (single-drop); Thu, 26 May 2011 21:13:39 +0000 (UTC) Received: by 10.142.238.21 with SMTP id l21cs159102wfh; Thu, 26 May 2011 14:12:43 -0700 (PDT) Received: by 10.213.111.3 with SMTP id q3mr480151ebp.122.1306444360020; Thu, 26 May 2011 14:12:40 -0700 (PDT) Return-Path: <openembedded-core-bounces@lists.openembedded.org> Received: from linuxtogo.org (linuxtogo.org [188.40.83.200]) by mx.google.com with ESMTPS id y18si2669839eeh.3.2011.05.26.14.12.39 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 26 May 2011 14:12:40 -0700 (PDT) Received-SPF: neutral (google.com: 188.40.83.200 is neither permitted nor denied by best guess record for domain of openembedded-core-bounces@lists.openembedded.org) client-ip=188.40.83.200; Authentication-Results: mx.google.com; spf=neutral (google.com: 188.40.83.200 is neither permitted nor denied by best guess record for domain of openembedded-core-bounces@lists.openembedded.org) smtp.mail=openembedded-core-bounces@lists.openembedded.org Received: from localhost ([127.0.0.1]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from <openembedded-core-bounces@lists.openembedded.org>) id 1QPhu6-0008GT-BF; Thu, 26 May 2011 23:15:38 +0200 Received: from mga14.intel.com ([143.182.124.37]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from <dvhart@linux.intel.com>) id 1QPhu4-0008GM-5U for openembedded-core@lists.openembedded.org; Thu, 26 May 2011 23:15:36 +0200 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga102.ch.intel.com with ESMTP; 26 May 2011 14:12:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.65,276,1304319600"; d="scan'208";a="2556114" Received: from doubt.jf.intel.com (HELO localhost) ([10.24.80.114]) by azsmga001.ch.intel.com with ESMTP; 26 May 2011 14:12:30 -0700 From: Darren Hart <dvhart@linux.intel.com> To: openembedded-core@lists.openembedded.org Date: Thu, 26 May 2011 14:12:40 -0700 Message-Id: <cover.1306444161.git.dvhart@linux.intel.com> X-Mailer: git-send-email 1.7.1 Cc: Koen Kooi <koen@dominion.thruhere.net>, Chris Larson <clarson@kergoth.com>, Darren Hart <dvhart@linux.intel.com> Subject: [OE-core] [PATCH v2 0/2] u-boot updates to make it more bbappend friendly 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 <openembedded-core@lists.openembedded.org> List-Id: Patches and discussions about the oe-core layer <openembedded-core.lists.openembedded.org> List-Unsubscribe: <http://lists.linuxtogo.org/cgi-bin/mailman/options/openembedded-core>, <mailto:openembedded-core-request@lists.openembedded.org?subject=unsubscribe> List-Archive: <http://lists.linuxtogo.org/pipermail/openembedded-core> List-Post: <mailto:openembedded-core@lists.openembedded.org> List-Help: <mailto:openembedded-core-request@lists.openembedded.org?subject=help> List-Subscribe: <http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core>, <mailto:openembedded-core-request@lists.openembedded.org?subject=subscribe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: openembedded-core-bounces@lists.openembedded.org Errors-To: openembedded-core-bounces@lists.openembedded.org |
Tested via build/install/boot of core-image-minimal with the meta-yocto beagleboard machine config. V2: Fixup the message printed if u-boot is skipped so it: 1) appears on the console 2) prints the name of the including u-boot recipe for reference (instead of a hard coded name) The following changes since commit 1607d7b6809eb3f0aa8d09713a4e467a1f4585a2: IMAGE_ROOTFS_SIZE: Cleanup machine conf files (2011-05-25 14:07:37 -0700) are available in the git repository at: git://git.pokylinux.org/poky-contrib dvhart/oe/u-boot http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dvhart/oe/u-boot Darren Hart (2): u-boot: remove UBOOT_MACHINE and COMPATIBLE_MACHINES u-boot: rename u-boot_git.bb to u-boot_${PV}.bb meta/recipes-bsp/uboot/u-boot.inc | 10 +++++++++- .../uboot/{u-boot_git.bb => u-boot_2011.03.bb} | 11 ++++++----- 2 files changed, 15 insertions(+), 6 deletions(-) rename meta/recipes-bsp/uboot/{u-boot_git.bb => u-boot_2011.03.bb} (64%)