aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-rockchip_20171218.bb
blob: 4545f13121998a9a3a13ea4baa545337d69a14c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright (C) 2017 Fuzhou Rockchip Electronics Co., Ltd
# Released under the MIT license (see COPYING.MIT for the terms)

FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"

include u-boot-rockchip.inc

TAG = "release-${PV}"
SRC_URI = " \
	git://github.com/rockchip-linux/u-boot.git;tag=${TAG};nobranch=1; \
	file://binutils-2.28-ld-fix.patch \
"
S = "${WORKDIR}/git"