]> code.ossystems Code Review - openembedded-core.git/commit
u-boot: Factor out common bits
authorMarek Vasut <marex@denx.de>
Tue, 18 Oct 2016 21:55:09 +0000 (23:55 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 28 Oct 2016 10:27:33 +0000 (11:27 +0100)
commitb36056af20e981433f143556d511dec5644930fc
treebee7e0be3f973b669c7793075b371f9b9e68ab5c
parentac82bd95ec62a6af8286289889a9d36fa5f58005
u-boot: Factor out common bits

The u-boot recipes share a couple of common variables, which makes
updating of the recipes error prone and a toil. Factor those common
bits into u-boot-common_${PV}.inc so that they are in one place.

The u-boot_${PV}.bb now explicitly require u-boot-common_${PV}.inc
before require u-boot.inc , as doing require u-boot-common_${PV}.inc
from u-boot.inc would fail due to ${PV} not being set. This is a
functional change.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
Cc: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-bsp/u-boot/u-boot-common_2016.03.inc [new file with mode: 0644]
meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.03.bb
meta/recipes-bsp/u-boot/u-boot-mkimage_2016.03.bb
meta/recipes-bsp/u-boot/u-boot.inc
meta/recipes-bsp/u-boot/u-boot_2016.03.bb