summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-xlnx.inc
blob: 130e047a2ad1f7a8ec65d2e84855790f8e84f05e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
require recipes-bsp/u-boot/u-boot.inc

LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"

XILINX_EXTENSION = "-xilinx"

FILESEXTRAPATHS += "${THISDIR}/u-boot-xlnx:"
SRC_URI = " \
		git://github.com/Xilinx/u-boot-xlnx.git;protocol=git \
		file://microblaze_bootm_Add_support_for_loading_initrd.patch \
		file://microblaze_bootm_Fix_coding_style_issues.patch \
		file://microblaze_Fix_coding_style_for_bootb.patch \
		"

include u-boot-extra.inc