summaryrefslogtreecommitdiff
path: root/meta-openpower/recipes-bsp/skiboot/pflash_git.bb
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-10-26 22:08:58 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-10-27 21:29:03 +0300
commit135858f0b1052cf694734c9adc84618e3a27cd5e (patch)
treecbae1196a0c0b1931c1bdbc9910cddf73ef10aef /meta-openpower/recipes-bsp/skiboot/pflash_git.bb
parent18823e69469c42811059b380cbe7a108ab4cf2cb (diff)
downloadopenbmc-135858f0b1052cf694734c9adc84618e3a27cd5e.tar.xz
meta-openpower: bsp: skiboot: rename recipes as git
Rename the skiboot-based recipes as git and modify the PV for skiboot.inc. (From meta-openpower rev: 464edf2aee03db592fce093ef27b8c2902456e92) Change-Id: Ifec88c2be214e2493836e1c49f99f2ec13cfd954 Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-openpower/recipes-bsp/skiboot/pflash_git.bb')
-rw-r--r--meta-openpower/recipes-bsp/skiboot/pflash_git.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-openpower/recipes-bsp/skiboot/pflash_git.bb b/meta-openpower/recipes-bsp/skiboot/pflash_git.bb
new file mode 100644
index 000000000..05aa2fcca
--- /dev/null
+++ b/meta-openpower/recipes-bsp/skiboot/pflash_git.bb
@@ -0,0 +1,8 @@
+SUMMARY = "pflash programmer for OpenPower"
+DESCRIPTION = "pflash firmware programming tool for OpenPower machines"
+
+require skiboot.inc
+EXTRA_OEMAKE_append = " PFLASH_VERSION=${PV} LINKAGE=dynamic"
+
+#TODO: openbmc/openbmc#1361 - Fix GNU_HASH warnings in pflash
+TARGET_CC_ARCH += "${LDFLAGS}"