utils/test-pkg: generate package config if it is not specified
authorVadim Kochan <vadim4j@gmail.com>
Fri, 1 Mar 2019 12:33:42 +0000 (14:33 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 17 Mar 2019 09:03:34 +0000 (10:03 +0100)
commita946813dd581ac2e1aea6745edad2bc7ce44e6aa
treeb5548a5f1eb3837923589517ae3c0ef32968af2f
parentb643a75b90d314085e9969e8d6f7d863340e93a3
utils/test-pkg: generate package config if it is not specified

It is possible to generate one-line config for the package just by
normalize it to the form:

    BR2_PACKAGE_${pkg_replaced-to_and_uppercase}

it simplifes a bit of testing package where no additional config options
are needed.

Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
utils/test-pkg