From 62802f73037746fc2a72a674cd34dd6b3f0b6c86 Mon Sep 17 00:00:00 2001 From: Dalon Westergreen Date: Mon, 30 Jan 2017 16:05:24 -0800 Subject: Cleanup to get ready to support extlinux.conf boot when adding extlinux.conf generation to angstrom there is a requirement for something that provides uboot. This patch adds a PROVIDES so that the package accurately reports that it provides uboot Signed-off-by: Dalon Westergreen --- recipes-bsp/u-boot/u-boot-mkenvimage_v2016.11.bb | 12 +++++++++++- recipes-bsp/u-boot/u-boot-socfpga-common.inc | 2 ++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-mkenvimage_v2016.11.bb b/recipes-bsp/u-boot/u-boot-mkenvimage_v2016.11.bb index cab156a..e90e5f1 100644 --- a/recipes-bsp/u-boot/u-boot-mkenvimage_v2016.11.bb +++ b/recipes-bsp/u-boot/u-boot-mkenvimage_v2016.11.bb @@ -1,6 +1,16 @@ SUMMARY = "U-Boot bootloader environment image creation tool" -require u-boot-socfpga-common.inc +HOMEPAGE = "http://www.denx.de/wiki/U-Boot/WebHome" +SECTION = "bootloaders" + +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" + +PV_append = "+git${SRCPV}" + +SRC_URI = "git://git.denx.de/u-boot.git;branch=master" + +S = "${WORKDIR}/git" # This revision corresponds to the tag "v2016.11" # We use the revision in order to avoid having to fetch it from the diff --git a/recipes-bsp/u-boot/u-boot-socfpga-common.inc b/recipes-bsp/u-boot/u-boot-socfpga-common.inc index d0f1723..2ef338d 100644 --- a/recipes-bsp/u-boot/u-boot-socfpga-common.inc +++ b/recipes-bsp/u-boot/u-boot-socfpga-common.inc @@ -9,3 +9,5 @@ PV_append = "+git${SRCPV}" SRC_URI = "git://git.denx.de/u-boot.git;branch=master" S = "${WORKDIR}/git" + +RPROVIDES_${PN} += "u-boot" -- cgit v1.2.3-54-g00ecf