[yocto] [PATCH 3/3] recipes-bsp/u-boot: update to the latest version

Randy 'ayaka' Li ayaka at soulik.info
Wed Apr 24 07:59:18 PDT 2019


From: Randy Li <ayaka at soulik.info>

Signed-off-by: Randy Li <ayaka at soulik.info>
---
 recipes-bsp/u-boot/u-boot-rockchip_git.bb | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 recipes-bsp/u-boot/u-boot-rockchip_git.bb

diff --git a/recipes-bsp/u-boot/u-boot-rockchip_git.bb b/recipes-bsp/u-boot/u-boot-rockchip_git.bb
new file mode 100644
index 0000000..aa4b84d
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-rockchip_git.bb
@@ -0,0 +1,18 @@
+# Copyright (C) 2019 SUMOMO Computer Assocation
+# Released under the MIT license (see COPYING.MIT for the terms)
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
+include u-boot-rockchip.inc
+
+DESCRIPTION = "Rockchip U-Boot"
+
+LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
+
+SRC_URI = " \
+	git://github.com/rockchip-linux/u-boot.git;branch=release; \
+	file://binutils-2.28-ld-fix.patch \
+	file://gcc7_fixup.patch \
+	"
+
+S = "${WORKDIR}/git"
+PV = "v2019.01"
-- 
2.20.1



More information about the yocto mailing list