summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/u-boot_2016.03.bb
diff options
context:
space:
mode:
authorJeff Hatch <jhatch@multitech.com>2017-02-13 14:34:15 -0600
committerJohn Klug <john.klug@multitech.com>2017-06-09 09:09:19 -0500
commitcc54a92a36f5fcd65e69f51060c4147286d22b62 (patch)
tree528e8c203b35f37d71fefb49b396b2a721980daa /recipes-bsp/u-boot/u-boot_2016.03.bb
parent8ed17578476277bad96ae473bb7d533a97cc9d46 (diff)
downloadmeta-multitech-cc54a92a36f5fcd65e69f51060c4147286d22b62.tar.gz
meta-multitech-cc54a92a36f5fcd65e69f51060c4147286d22b62.tar.bz2
meta-multitech-cc54a92a36f5fcd65e69f51060c4147286d22b62.zip
Initial commit of Yocto 2.1 changes
Diffstat (limited to 'recipes-bsp/u-boot/u-boot_2016.03.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot_2016.03.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2016.03.bb b/recipes-bsp/u-boot/u-boot_2016.03.bb
new file mode 100644
index 0000000..836b0ce
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot_2016.03.bb
@@ -0,0 +1,10 @@
+require u-boot.inc
+
+DEPENDS += "dtc-native"
+
+# This revision corresponds to the tag "v2016.03"
+# We use the revision in order to avoid having to fetch it from the
+# repo during parse
+SRCREV = "df61a74e6845ec9bdcdd48d2aff5e9c2c6debeaa"
+
+PV = "v2016.03+git${SRCPV}"