[Skiboot] [PATCH 0/4] Create pflash tarballs

Cyril Bur cyril.bur at au1.ibm.com
Fri May 22 13:52:55 AEST 2015


Hi,

Since pflash is external to skiboot and is designed to run on BMCs or Hosts,
there should be some mechanism to ship sources seperately.

This series prepares and implements a dist target in the pflash Makefile which
generates a tarball with all the files needed to build pflash.

Versioning is handled exactly like it currently works for skiboot except that
it looks for pflash-* tags. On that note Stewart, I've pointed it in that
patch, I'm sure you'll notice that there is going to need to be at least 1
pflash-* tag at or before patch 3.

Cyril Bur (4):
  Have make_version be able to generate versions for tools
  pflash: Improve ARCH detection
  pflash: Use git tag versioning from make_version.sh
  pflash: Create make dist target for pflash release tarballs

 Makefile.main                 |  2 +-
 external/pflash/Makefile      | 45 +++++++++++++++++--------------------------
 external/pflash/Makefile.dist |  8 ++++++++
 external/pflash/pflash.c      |  5 +++--
 external/pflash/rules.mk      | 38 ++++++++++++++++++++++++++++++++++++
 make_version.sh               | 32 +++++++++++++++++++++++++++---
 6 files changed, 97 insertions(+), 33 deletions(-)
 create mode 100644 external/pflash/Makefile.dist
 create mode 100644 external/pflash/rules.mk

-- 
1.9.1



More information about the Skiboot mailing list