On Tue, Mar 30, 2021 at 1:27 PM Yann Dirson <yann.dir...@blade-group.com> wrote:
>
> From: Yann Dirson <y...@blade-group.com>
>
> This is not quite enough for the lack of a BSP to stand out clearly to
> an unsuspecting user's eyes, but at least this line in the logs should
> help some of us to get a clue:
>
>   NOTE: Using kmeta BSP ''

Sorry, but no on this.

There are already logs that are kept in the build directories
themselves. They can be further exposed via some of the existing debug
knobs that I have, but this is just noise in the general logs.

Cheers,

Bruce

>
> Signed-off-by: Yann Dirson <y...@blade-group.com>
> ---
>  meta/classes/kernel-yocto.bbclass | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/meta/classes/kernel-yocto.bbclass 
> b/meta/classes/kernel-yocto.bbclass
> index 35587dd564..c6228ad0b8 100644
> --- a/meta/classes/kernel-yocto.bbclass
> +++ b/meta/classes/kernel-yocto.bbclass
> @@ -234,6 +234,7 @@ do_kernel_metadata() {
>                     KMETA_EXTERNAL_BSPS="t"
>                 fi
>         fi
> +       bbnote "Using kmeta BSP '$bsp_definition'"
>         meta_dir=$(kgit --meta)
>
>         KERNEL_FEATURES_FINAL=""
> @@ -264,6 +265,7 @@ do_kernel_metadata() {
>         if [ "$mode" = "config" ]; then
>                 # run1: pull all the configuration fragments, no matter where 
> they come from
>                 elements="`echo -n ${bsp_definition} $sccs_defconfig ${sccs} 
> ${patches} $KERNEL_FEATURES_FINAL`"
> +               bbnote "config: kmeta configuration fragments: $elements"
>                 if [ -n "${elements}" ]; then
>                         echo "${bsp_definition}" > 
> ${S}/${meta_dir}/bsp_definition
>                         scc --force -o ${S}/${meta_dir}:cfg,merge,meta 
> ${includes} $sccs_defconfig $bsp_definition $sccs $patches 
> $KERNEL_FEATURES_FINAL
> @@ -283,6 +285,7 @@ do_kernel_metadata() {
>         if [ "$mode" = "patch" ]; then
>                 # run2: only generate patches for elements that have been 
> passed on the SRC_URI
>                 elements="`echo -n ${sccs} ${patches} $KERNEL_FEATURES_FINAL`"
> +               bbnote "patch: kmeta configuration fragments: $elements"
>                 if [ -n "${elements}" ]; then
>                         scc --force -o ${S}/${meta_dir}:patch --cmds patch 
> ${includes} ${sccs} ${patches} $KERNEL_FEATURES_FINAL
>                         if [ $? -ne 0 ]; then
> --
> 2.30.2
>
>
> 
>


-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#150083): 
https://lists.openembedded.org/g/openembedded-core/message/150083
Mute This Topic: https://lists.openembedded.org/mt/81730505/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to