Hello,

> only one 'mainmenu "..."' entry is allowed. I assume you have a a mainmenu
> entry in your Kconfig and you source config/Kconfig which has another one.

That's not the case. See:

$ grep -v '^#' Kconfig
source "config/Kconfig"
comment "----------- foo ------------"
source "generated/host-settings.in"
source "generated/foo.in"

> So don't source config/Kconfig or remove the mainmenu entry in your
> Kconfig.

Not sourcing config/Kconfig is no option an removing a mainmenu entry
in our Kconfig is not possible, because it's not there. There's also
none in any .in file in the rules folder.

I used grep to find out where it is used in ptxdist itself and this
shows:

$ grep -inr mainmenu ptxdist-2011.01.0/config
ptxdist-2011.01.0/config/collection/Kconfig:2:mainmenu "PTXdist
$COLLECTION_VERSION_DEFAULT"
ptxdist-2011.01.0/config/setup/Kconfig:6:mainmenu "PTXdist
$SETUP_VERSION_DEFAULT"
ptxdist-2011.01.0/config/Kconfig:6:mainmenu "PTXdist $CONFIGFILE_VERSION"
ptxdist-2011.01.0/config/boardsetup/Kconfig:3:mainmenu "PTXdist
$BOARDSETUP_VERSION_DEFAULT"
ptxdist-2011.01.0/config/busybox/Config.in:6:# mainmenu "BusyBox
Configuration"

Is some of this used at the same time somehow by ptxdist? I assume not.

Where in the menu should this string appear? If I change it in the old
version in ptxdist-2010.11.1/config/Kconfig to something easily
visible like "***foo**" I can not see it anywhere.

Greets
Alex



-- 
ptxdist mailing list
[email protected]

Reply via email to