local.conf.common.inc.sample: add --without-debug into sample config

This allows to control debug mode for neutrino build.
This commit is contained in:
2023-05-16 11:37:30 +02:00
parent 7192612c65
commit c99b2c81a5

View File

@@ -298,16 +298,20 @@ WEATHER_DEV_KEY = ""
# NOTE: YouTube functionality of Neutrino was completely removed in 2022, this key has no effects anymore, but YouTube is usable further with plugins. # NOTE: YouTube functionality of Neutrino was completely removed in 2022, this key has no effects anymore, but YouTube is usable further with plugins.
YT_DEV_KEY = "" YT_DEV_KEY = ""
### EXTRA_OECONF modifications. ## EXTRA_OECONF modifications for Neutrino.
# NOTE! For global use within build-system see: https://docs.yoctoproject.org/ref-manual/variables.html#term-EXTRA_OECONF # NOTE! For global use within build-system see: https://docs.yoctoproject.org/ref-manual/variables.html#term-EXTRA_OECONF
### Extra build config options for neutrino build ## Extra build config options for neutrino build
# eg: to enable the neutrino test menu. # eg: to enable the neutrino test menu.
# NOTE! --enable-testing Works only with tuxbox-neutrino, but you # NOTE! --enable-testing Works only with FLAVOUR = "tuxbox".
# can keep this entry disabled. If you want to use an other FLAVOUR than "tuxbox", add these lines into your # If you want to use a different FLAVOUR than 'tuxbox', keep these lines uncommented and
# local.conf within your build directory. # add them to your local.conf within your build directory.
#EXTRA_OECONF_append_pn-neutrino-mp += " \ #EXTRA_OECONF_append_pn-neutrino-mp += " \
# --enable-testing \ # --enable-testing \
#" #"
## Uncomment these lines to disable debug mode for Neutrino.
#EXTRA_OECONF_append_pn-neutrino-mp += " \
# --without-debug \
#"
### Extra build config options for gdb build ### Extra build config options for gdb build
#EXTRA_OECONF_append_pn-gdb = "--with-system-gdbinit=/etc/gdbinit" #EXTRA_OECONF_append_pn-gdb = "--with-system-gdbinit=/etc/gdbinit"