From c936e8b2f6f8f4b8feb2ada11a272a6dce7b29f2 Mon Sep 17 00:00:00 2001 From: Stephen Lawrence Date: Mon, 31 Jul 2017 17:52:18 +0100 Subject: u-boot: adapt to pyro u-boot headers The u-boot.inc used by the bb recipe has been split into two parts in the pyro poky meta. Adopt to the new style by providing the missing u-boot-common*.inc file containing the license information. Signed-off-by: Stephen Lawrence --- meta-rcar-gen3/recipes-bsp/u-boot/u-boot-common_2015.04.inc | 8 ++++++++ meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb | 1 + 2 files changed, 9 insertions(+) create mode 100644 meta-rcar-gen3/recipes-bsp/u-boot/u-boot-common_2015.04.inc diff --git a/meta-rcar-gen3/recipes-bsp/u-boot/u-boot-common_2015.04.inc b/meta-rcar-gen3/recipes-bsp/u-boot/u-boot-common_2015.04.inc new file mode 100644 index 0000000..1feba52 --- /dev/null +++ b/meta-rcar-gen3/recipes-bsp/u-boot/u-boot-common_2015.04.inc @@ -0,0 +1,8 @@ +HOMEPAGE = "http://www.denx.de/wiki/U-Boot/WebHome" +SECTION = "bootloaders" + +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" +PE = "1" + +S = "${WORKDIR}/git" diff --git a/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb b/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb index e92a6b5..69c6b04 100644 --- a/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb +++ b/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb @@ -1,3 +1,4 @@ +require recipes-bsp/u-boot/u-boot-common_${PV}.inc require recipes-bsp/u-boot/u-boot.inc DEPENDS += "dtc-native" -- cgit 1.2.3-korg