[OE-core] [PATCH 1/1] linux-yocto-tiny: fix KBRANCH

Bruce Ashfield bruce.ashfield at windriver.com
Tue Apr 12 12:33:17 UTC 2016


On 2016-04-12 2:36 AM, Robert Yang wrote:
> Fixed:
> WARNING: linux-yocto-tiny-4.4.3+gitAUTOINC+770996a263_73481a3abd-r0 do_patch: After meta data application, the kernel tree branch is standard/tiny/common-pc. The
> WARNING: linux-yocto-tiny-4.4.3+gitAUTOINC+770996a263_73481a3abd-r0 do_patch: SRC_URI specified branch standard/tiny/base. The branch will be forced to standard/tiny/base,
> WARNING: linux-yocto-tiny-4.4.3+gitAUTOINC+770996a263_73481a3abd-r0 do_patch: but this means the board meta data (.scc files) do not match the SRC_URI specification.
> WARNING: linux-yocto-tiny-4.4.3+gitAUTOINC+770996a263_73481a3abd-r0 do_patch: The meta data and branch standard/tiny/base should be inspected to ensure the proper
> WARNING: linux-yocto-tiny-4.4.3+gitAUTOINC+770996a263_73481a3abd-r0 do_patch: kernel is being built.
>
> Use standard/tiny/common-pc which is pointed by the .scc to fix problem.
> Btw, standard/tiny/base and standard/tiny/common-pc points to the same
> commit id.

When tiny eventually supports more architectures/boards we'll have
to change this again, but for the 2.1 release this is the change
with the least impact.

Acked-by: Bruce Ashfield <bruce.ashfield at windriver.com>

I can pick this patch up and put it in my queue, speak now if someone
else is going to grab it.

Bruce

>
> Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
> ---
>   meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | 2 +-
>   meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
> index 4c79bfd..37ff046 100644
> --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
> @@ -1,4 +1,4 @@
> -KBRANCH ?= "standard/tiny/base"
> +KBRANCH ?= "standard/tiny/common-pc"
>   LINUX_KERNEL_TYPE = "tiny"
>   KCONFIG_MODE = "--allnoconfig"
>
> diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
> index 9446da9..dcb545e 100644
> --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
> +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb
> @@ -1,4 +1,4 @@
> -KBRANCH ?= "standard/tiny/base"
> +KBRANCH ?= "standard/tiny/common-pc"
>   LINUX_KERNEL_TYPE = "tiny"
>   KCONFIG_MODE = "--allnoconfig"
>
>




More information about the Openembedded-core mailing list