All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bernd Kuhls <bernd.kuhls@t-online.de>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package/pflash: new package
Date: Mon, 25 Jul 2016 08:14:04 +0200	[thread overview]
Message-ID: <cang6dxeas.ln2@ID-313208.user.individual.net> (raw)
In-Reply-To: 1469426487-19558-1-git-send-email-joel@jms.id.au

Hi,

Am Mon, 25 Jul 2016 15:31:27 +0930 schrieb Joel Stanley:

> diff --git a/package/pflash/Config.in b/package/pflash/Config.in
> new file mode 100644
> index 000000000000..315989724088
> --- /dev/null
> +++ b/package/pflash/Config.in
> @@ -0,0 +1,6 @@
> +config BR2_PACKAGE_PFLASH
> +	bool "pflash"
> +	depends on BR2_arm || BR2_powerpc64 || BR2_powerpc64le || BR2_x86_64
> +	help
> +	  PNOR Flash reading and writing tool for OpenPower servers. Used for
> +	  firmware upgrades and extracting diagnostic infromation from flash.

please add 

         https://github.com/open-power/skiboot

to the help text.

> diff --git a/package/pflash/pflash.mk b/package/pflash/pflash.mk
> new file mode 100644
> index 000000000000..ab19ad699866
> --- /dev/null
> +++ b/package/pflash/pflash.mk
> @@ -0,0 +1,32 @@
> +################################################################################
> +#
> +# pflash
> +#
> +################################################################################
> +
> +PFLASH_VERSION = skiboot-5.2.4
> +

no newline here.

> +PFLASH_SITE = $(call github,open-power,skiboot,$(PFLASH_VERSION))
> +PFLASH_INSTALL_STAGING = YES

Do other packages need header files from pflash? If not, it is
not necessary to install the package to staging.

Regards, Bernd

  reply	other threads:[~2016-07-25  6:14 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-25  6:01 [Buildroot] [PATCH] package/pflash: new package Joel Stanley
2016-07-25  6:14 ` Bernd Kuhls [this message]
2016-07-25  6:20   ` Joel Stanley
2016-07-25  6:38 ` [Buildroot] [PATCH v2] " Joel Stanley
2016-07-25 22:07 ` [Buildroot] [PATCH] " Thomas Petazzoni
2016-07-26  2:27   ` Joel Stanley
2016-07-26  7:32     ` Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cang6dxeas.ln2@ID-313208.user.individual.net \
    --to=bernd.kuhls@t-online.de \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.