From: Juergen Beisert <jbe@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] Honor the Barebox bootloader
Date: Fri, 1 Jun 2012 10:33:57 +0200 [thread overview]
Message-ID: <201206011033.58098.jbe@pengutronix.de> (raw)
Signed-off-by: Juergen Beisert
diff --git a/bin/ptxdist b/bin/ptxdist
index 440a7aa..9c96fc6 100755
--- a/bin/ptxdist
+++ b/bin/ptxdist
@@ -791,6 +791,8 @@ Setup and Project Actions:
menuconfig collection configure the collection
+ menuconfig barebox configure the bootloader Barebox
+
menuconfig u-boot-v2
u_boot_config configure U-Boot V2
diff --git a/scripts/bash_completion b/scripts/bash_completion
index f24672f..1acfda5 100644
--- a/scripts/bash_completion
+++ b/scripts/bash_completion
@@ -25,7 +25,7 @@ _ptxdist_completion()
# Complete depending on options
case ${COMP_WORDS[1]} in
menuconfig)
- COMPREPLY=( $( compgen -W "${opts} kernel platform u-boot-v2" -- $cur) )
+ COMPREPLY=( $( compgen -W "${opts} kernel platform barebox board collection user" -- $cur) )
;;
clone)
#HACK! Enable filename completion without specifying '-o filenames' during complete (that will add slashes to commands if there is a dir of
the same name :( )
--
Pengutronix e.K. | Juergen Beisert |
Linux Solutions for Science and Industry | http://www.pengutronix.de/ |
--
ptxdist mailing list
ptxdist@pengutronix.de
reply other threads:[~2012-06-01 8:35 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=201206011033.58098.jbe@pengutronix.de \
--to=jbe@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox