diff options
author | Dalon Westergreen <dwesterg@gmail.com> | 2018-04-24 06:16:34 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-04-25 19:42:24 -0700 |
commit | 8a628f61ee1b82843f11d046f9eae14c63dffe16 (patch) | |
tree | 4abf232abd9a90fb9140dddbce556454150d5f93 | |
parent | 52dbb8b1db44bcc1e32d88e5f2af37f5376541e0 (diff) | |
download | meta-altera-8a628f61ee1b82843f11d046f9eae14c63dffe16.tar.gz |
Add u-boot 2018.03
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
-rw-r--r-- | recipes-bsp/u-boot/u-boot-socfpga_v2018.03.bb | 11 |
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 @@ | |||
1 | require u-boot-socfpga-common.inc | ||
2 | require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc | ||
3 | |||
4 | FILESEXTRAPATHS =. "${THISDIR}/files/v2018.03:" | ||
5 | |||
6 | SRCREV = "f95ab1fb6e37f0601f397091bb011edf7a98b890" | ||
7 | |||
8 | SRC_URI_append = "\ | ||
9 | " | ||
10 | |||
11 | DEPENDS += "dtc-native bc-native u-boot-mkimage-native" | ||