[bootlin/training-materials updates] master: yocto: labs: use 'linux-*' to show 'bitbake-layers show-recipes' (1e63b3c6)

Luca Ceresoli luca.ceresoli at bootlin.com
Thu Dec 29 23:27:20 CET 2022


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/1e63b3c6cbf204f8ce6eec8b049b4580f25d6ace

>---------------------------------------------------------------

commit 1e63b3c6cbf204f8ce6eec8b049b4580f25d6ace
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Thu Dec 29 23:27:20 2022 +0100

    yocto: labs: use 'linux-*' to show 'bitbake-layers show-recipes'
    
    This is much more interesting as it shows non-preferred recipes and the
    selected recipe in addition to some incompatible ones. It also shows that
    wildcards can be used.
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


>---------------------------------------------------------------

1e63b3c6cbf204f8ce6eec8b049b4580f25d6ace
 labs/yocto-layer/yocto-layer.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/yocto-layer/yocto-layer.tex b/labs/yocto-layer/yocto-layer.tex
index e2a5af34..595c09aa 100644
--- a/labs/yocto-layer/yocto-layer.tex
+++ b/labs/yocto-layer/yocto-layer.tex
@@ -18,7 +18,7 @@ You can access the configuration and state of layers with the
 information about available recipes. Try the following commands:
 \begin{verbatim}
 bitbake-layers show-layers
-bitbake-layers show-recipes linux-yocto
+bitbake-layers show-recipes 'linux-*'
 bitbake-layers show-overlayed
 bitbake-layers create-layer
 \end{verbatim}




More information about the training-materials-updates mailing list