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-socfpga-common.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-bsp/u-boot/u-boot-socfpga-common.inc') 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