From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga14.intel.com ([143.182.124.37]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) 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 To: openembedded-core@lists.openembedded.org Date: Thu, 26 May 2011 14:12:40 -0700 Message-Id: X-Mailer: git-send-email 1.7.1 Cc: Koen Kooi , Chris Larson , Darren Hart Subject: [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 List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 May 2011 21:15:36 -0000 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%)