summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-socfpga-common.inc
diff options
context:
space:
mode:
authorDalon Westergreen <dalon.westergreen@intel.com>2017-01-30 16:05:24 -0800
committerKhem Raj <raj.khem@gmail.com>2017-02-01 09:26:26 -0800
commit62802f73037746fc2a72a674cd34dd6b3f0b6c86 (patch)
tree4e94b9ca3d29699bf33c62a7f85fa38830506146 /recipes-bsp/u-boot/u-boot-socfpga-common.inc
parent5ba1161f44b3cfdd6f16268994839d0833c81701 (diff)
downloadmeta-altera-62802f73037746fc2a72a674cd34dd6b3f0b6c86.tar.gz
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 <dalon.westergreen@intel.com>
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-socfpga-common.inc')
-rw-r--r--recipes-bsp/u-boot/u-boot-socfpga-common.inc2
1 files changed, 2 insertions, 0 deletions
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}"
9SRC_URI = "git://git.denx.de/u-boot.git;branch=master" 9SRC_URI = "git://git.denx.de/u-boot.git;branch=master"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12
13RPROVIDES_${PN} += "u-boot"