Skip to content
Snippets Groups Projects

docs: Update Linux Flavour docs to describe adding debug-tweaks

Closed Luca Seritan requested to merge lucaseri/oniro:docs/linux-flavour/debug-tweaks into kirkstone
All threads resolved!
@@ -30,11 +30,26 @@ Supported machines (default in **bold**):
Build steps example:
* Set up the enviornment:
.. code-block:: console
$ TEMPLATECONF=../oniro/flavours/linux . ./oe-core/oe-init-build-env build-oniro-linux
* To create a default *root* password, enable ``debug-tweaks`` by appending
the following line to your ``conf/local.conf``:
.. code-block:: console
EXTRA_IMAGE_FEATURES += "debug-tweaks"
* Start the build:
.. code-block:: console
$ bitbake oniro-image-base
You can test the image built for the qemux86-64 target by issuing:
.. code-block:: console
@@ -47,7 +62,7 @@ After successful bootup, you will be dropped into a login shell:
qemux86-64 login:
Default login is *root* without a password.
If ``debug-tweaks`` is enabled, default login is *root* without a password.
After login you will see the shell prompt:
Loading