[Buildroot] [PATCH 1/6] support/scripts: add script to test a package

Yann E. MORIN yann.morin.1998 at free.fr
Sat Feb 11 22:28:01 UTC 2017


Thomas DS, All,

On 2017-02-11 22:19 +0100, Thomas De Schampheleire spake thusly:
> On Sat, Feb 11, 2017 at 5:08 PM, Yann E. MORIN <yann.morin.1998 at free.fr> wrote:
[--SNIP--]
> Here is a feature request, but only if it does not add much
> complexity: I was expecting the script to accept this:
> 
> echo "BR2_PACKAGE_BUSYBOX=y" | support/scripts/test-pkg -p busybox -c -
> 
> i.e. let '-' indicate that the config snippet is to be taken from
> standard input, a principle supported by many unix tools already.
> The 'echo' could be more complex in someone else's use case, for
> example a concatenation of several pre-existing snippets.

Which means that we'd have to manage a temporary file internally. Well,
we can do without it, at the cost of some complexity in the script.

What would be the use-case that would prevent on to do:

    $ printf "Bla\nBle\n" >foo.cfg
    $ ./support/scripts/test-pkg -p busybox -c foo.cfg
    $ rm foo.cfg

instead?

But yes, that's doable. Lt's just post-pone that "enhancement" for
later...

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'


More information about the buildroot mailing list