summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/u-boot_2016.09.01.bb
blob: 879fa766500e2aa7720708834340517b51f0300f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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://kconfig_common.patch \
           file://config.patch \
           file://i2c.patch \
           file://printeepromcrc.patch \
           file://mtpwd.patch \
           file://tftpput.patch \
           file://hide_uboot_version.patch \
           file://fix_2_6.patch \
           file://fix_net.patch"

SRC_URI_append_mtcdt = " \
           file://mtcdt.patch \
           file://mtcdt_flush_console_autoboot.patch"

SRC_URI_append_mtcap = " \
           file://mtcdt.patch"

SRC_URI_append_mtr = "\
           file://mtr.patch \
"
SRC_URI_append_mtrv1 = "\
           file://mtrv1.patch \
"
# Make U-Boot Console access optional for factory test builds
MTRE_DISABLE_ACCESS ?= "file://mtre_disable_access.patch"
SRC_URI_append_mtre = "\
           ${MTRE_DISABLE_ACCESS} \
           file://mtre.patch \
"

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

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