summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/u-boot_2016.09.01.bb
blob: 8d209f2231e4fd0b3d34f47deb14ba24bd680ca9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
require u-boot.inc

DEPENDS += "dtc-native"
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-2016.09.01:"

SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 \
           file://mtcdt.patch \
           file://config.patch \
           file://i2c.patch \
           file://macb.patch \
           file://printeepromcrc.patch \
           file://mtpwd.patch"

SRC_URI[md5sum] = "61c628f8034477c946e173ed174efeb4"
SRC_URI[sha256sum] = "95728e89dd476d17428f94080752ab48884be477b6a678941582aeef618b70bb"

S = "${WORKDIR}/${PN}-${PV}"