On Mon, Jan 10, 2022 at 10:16 PM He Zhe <[email protected]> wrote:
>
> The "?=" assignment to KBRANCH in kernel-yocto.bbclass is selected prior to
> the one in this recipe and makes it "master" as a result.
>
> Change the KBRANCH assignment back to "=" as how it was done before.
>

Right! I was trying to make the switch way from standard/* to be a bit
more flexible, but didn't notice that master was building, since it is
typically in sync in my local tests.

The change is fine with me.

Bruce

> Signed-off-by: He Zhe <[email protected]>
> ---
>  meta/recipes-kernel/linux/linux-yocto-dev.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-kernel/linux/linux-yocto-dev.bb 
> b/meta/recipes-kernel/linux/linux-yocto-dev.bb
> index 80f62a0412..0d94637352 100644
> --- a/meta/recipes-kernel/linux/linux-yocto-dev.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto-dev.bb
> @@ -16,7 +16,7 @@ inherit pkgconfig
>  # provide this .inc to set specific revisions
>  include recipes-kernel/linux/linux-yocto-dev-revisions.inc
>
> -KBRANCH ?= "v5.16/standard/base"
> +KBRANCH = "v5.16/standard/base"
>  KMETA = "kernel-meta"
>
>  SRC_URI = 
> "git://git.yoctoproject.org/linux-yocto-dev.git;branch=${KBRANCH};name=machine
>  \
> --
> 2.17.1
>


--
- 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 (#160400): 
https://lists.openembedded.org/g/openembedded-core/message/160400
Mute This Topic: https://lists.openembedded.org/mt/88341669/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to