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:24 -0700
commit8a628f61ee1b82843f11d046f9eae14c63dffe16 (patch)
tree4abf232abd9a90fb9140dddbce556454150d5f93 /recipes-bsp
parent52dbb8b1db44bcc1e32d88e5f2af37f5376541e0 (diff)
downloadmeta-altera-8a628f61ee1b82843f11d046f9eae14c63dffe16.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"