Ivan Mikhaylov | 341c7c3 | 2018-09-20 11:04:48 -0400 | [diff] [blame] | 1 | require recipes-bsp/u-boot/u-boot.inc |
| 2 | |
Patrick Williams | bb99d22 | 2022-01-24 15:55:09 -0600 | [diff] [blame] | 3 | SRC_URI = "git://github.com/openbmc/u-boot;branch=v2017.11-fsp2-openbmc;protocol=https" |
Ivan Mikhaylov | 341c7c3 | 2018-09-20 11:04:48 -0400 | [diff] [blame] | 4 | SRCREV = "d675f0a16ecc876b1aa78b4151af89c80fe0f4b9" |
Patrick Williams | d541ec5 | 2022-04-30 07:41:26 -0500 | [diff] [blame] | 5 | LICENSE = "GPL-2.0-or-later" |
Ivan Mikhaylov | 341c7c3 | 2018-09-20 11:04:48 -0400 | [diff] [blame] | 6 | LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 7 | S = "${WORKDIR}/git" |
| 8 | |
| 9 | PROVIDES += "u-boot" |