summaryrefslogtreecommitdiffstats
path: root/meta-ibm/meta-fsp2/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorIvan Mikhaylov <ivan@de.ibm.com>2018-09-20 11:04:48 -0400
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-09-27 17:41:50 -0400
commit341c7c38488c29ae281015ee3cff1aa0f99c7bf5 (patch)
treedb910730b2ad188cc334b79595aec820a48e97d4 /meta-ibm/meta-fsp2/recipes-bsp/u-boot
parent537b9e18bd86e6ad1c20bef38849b6f04e8c5200 (diff)
downloadtalos-openbmc-341c7c38488c29ae281015ee3cff1aa0f99c7bf5.tar.gz
talos-openbmc-341c7c38488c29ae281015ee3cff1aa0f99c7bf5.zip
fsp2: add bsp(u-boot) recipe
changing dummy u-boot settings on working u-boot version for fsp2 on ppc476. for local compile/deploy action can be used with bitbake -c compile -f u-boot-fsp2 bitbake -c deploy -f u-boot-fsp2 (From meta-ibm rev: ae980a856d3fdeb02231e3ef4e4ec12d27da0424) Change-Id: I55dd1e8dedc7b4805d50f2f68f7198281bf14495 Signed-off-by: Ivan Mikhaylov <ivan@de.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-ibm/meta-fsp2/recipes-bsp/u-boot')
-rw-r--r--meta-ibm/meta-fsp2/recipes-bsp/u-boot/u-boot-fsp2_git.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-ibm/meta-fsp2/recipes-bsp/u-boot/u-boot-fsp2_git.bb b/meta-ibm/meta-fsp2/recipes-bsp/u-boot/u-boot-fsp2_git.bb
new file mode 100644
index 000000000..941f8b4dd
--- /dev/null
+++ b/meta-ibm/meta-fsp2/recipes-bsp/u-boot/u-boot-fsp2_git.bb
@@ -0,0 +1,9 @@
+require recipes-bsp/u-boot/u-boot.inc
+
+SRC_URI = "git://github.com/openbmc/u-boot;branch=v2017.11-fsp2-openbmc"
+SRCREV = "d675f0a16ecc876b1aa78b4151af89c80fe0f4b9"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
+S = "${WORKDIR}/git"
+
+PROVIDES += "u-boot"
OpenPOWER on IntegriCloud