summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorDalon Westergreen <dwesterg@gmail.com>2018-04-24 06:16:34 -0700
committerKhem Raj <raj.khem@gmail.com>2018-04-25 19:42:35 -0700
commit374a62067cf5094cf177a724d1a179881d891a86 (patch)
treebad0259755ba58d1963cedadf8c4c34c714980dc /recipes-bsp
parent2dee84633b60bc07d0e283c132926008b4eb7abf (diff)
downloadmeta-altera-374a62067cf5094cf177a724d1a179881d891a86.tar.gz
Add u-boot 2018.03
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-socfpga_v2018.03.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-socfpga_v2018.03.bb b/recipes-bsp/u-boot/u-boot-socfpga_v2018.03.bb
new file mode 100644
index 0000000..298f39f
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-socfpga_v2018.03.bb
@@ -0,0 +1,11 @@
1require u-boot-socfpga-common.inc
2require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc
3
4FILESEXTRAPATHS =. "${THISDIR}/files/v2018.03:"
5
6SRCREV = "f95ab1fb6e37f0601f397091bb011edf7a98b890"
7
8SRC_URI_append = "\
9 "
10
11DEPENDS += "dtc-native bc-native u-boot-mkimage-native"