package: use the generic _HELP_CMDS for kconfig-based packages
authorYann E. MORIN <yann.morin.1998@free.fr>
Sat, 24 Jul 2021 21:19:22 +0000 (23:19 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sun, 25 Jul 2021 13:20:24 +0000 (15:20 +0200)
commite6b3913cfc4ec7a9f737674a8dcb07ea4155038a
treee439827040b5d2aedbcad73d7452eba81d2dfb58
parentc7d71b707d96f7b9c4959951af147af6fb5dee2f
package: use the generic _HELP_CMDS for kconfig-based packages

As Thomas put it:

    The <pkg>_HELP_CMDS variable allows packages using the
    kconfig-package infrastructure to display their specific
    targets related to the handling of their configuration.

    However, it was not consistently used and handled by the
    different packages.

So, this commit switches all the kconfig-based package to use the
generic help helper.

As a consequence:

  - all kconfig packages now advetise their kconfig-related actions,
    where some were previously missing: at91bootstrap3, linux-backports,
    swupdate, xvisor;

  - busybox advertises it does not support defconfig files;

  - the 'foo-savedfconfig' action is no longer advertised: it is to be
    considered an internal implementation detail.

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
boot/barebox/barebox/barebox.mk
boot/uboot/uboot.mk
linux/linux.mk
package/busybox/busybox.mk
package/uclibc/uclibc.mk