Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] linux-yocto-tiny: fix KBRANCH
@ 2016-04-12  6:36 Robert Yang
  2016-04-12  6:36 ` [PATCH 1/1] " Robert Yang
  0 siblings, 1 reply; 5+ messages in thread
From: Robert Yang @ 2016-04-12  6:36 UTC (permalink / raw)
  To: openembedded-core; +Cc: bruce.ashfield

The following changes since commit 2279c6d20c2a33283ce9a8d1ef91a8acdad0a20e:

  archiver: Fix ASSUME_PROVIDED issues (2016-04-09 23:17:52 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/kbranch
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/kbranch

Robert Yang (1):
  linux-yocto-tiny: fix KBRANCH

 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(-)

-- 
2.8.0



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 1/1] linux-yocto-tiny: fix KBRANCH
  2016-04-12  6:36 [PATCH 0/1] linux-yocto-tiny: fix KBRANCH Robert Yang
@ 2016-04-12  6:36 ` Robert Yang
  2016-04-12 12:33   ` Bruce Ashfield
  0 siblings, 1 reply; 5+ messages in thread
From: Robert Yang @ 2016-04-12  6:36 UTC (permalink / raw)
  To: openembedded-core; +Cc: bruce.ashfield

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.

Signed-off-by: Robert Yang <liezhi.yang@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"
 
-- 
2.8.0



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/1] linux-yocto-tiny: fix KBRANCH
  2016-04-12  6:36 ` [PATCH 1/1] " Robert Yang
@ 2016-04-12 12:33   ` Bruce Ashfield
  2016-04-12 22:03     ` Richard Purdie
  0 siblings, 1 reply; 5+ messages in thread
From: Bruce Ashfield @ 2016-04-12 12:33 UTC (permalink / raw)
  To: Robert Yang, openembedded-core

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@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@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"
>
>



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/1] linux-yocto-tiny: fix KBRANCH
  2016-04-12 12:33   ` Bruce Ashfield
@ 2016-04-12 22:03     ` Richard Purdie
  2016-04-13  2:54       ` Bruce Ashfield
  0 siblings, 1 reply; 5+ messages in thread
From: Richard Purdie @ 2016-04-12 22:03 UTC (permalink / raw)
  To: Bruce Ashfield, Robert Yang, openembedded-core

On Tue, 2016-04-12 at 08:33 -0400, Bruce Ashfield wrote:
> 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@windriver.com>
> 
> I can pick this patch up and put it in my queue, speak now if someone
> else is going to grab it.

I took this into -next on the basis that its better if I can test
things sooner. The tiny build passed so I can merge this if
appropriate.

Cheers,

Richard


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH 1/1] linux-yocto-tiny: fix KBRANCH
  2016-04-12 22:03     ` Richard Purdie
@ 2016-04-13  2:54       ` Bruce Ashfield
  0 siblings, 0 replies; 5+ messages in thread
From: Bruce Ashfield @ 2016-04-13  2:54 UTC (permalink / raw)
  To: Richard Purdie; +Cc: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 2297 bytes --]

On Tue, Apr 12, 2016 at 6:03 PM, Richard Purdie <
richard.purdie@linuxfoundation.org> wrote:

> On Tue, 2016-04-12 at 08:33 -0400, Bruce Ashfield wrote:
> > 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@windriver.com>
> >
> > I can pick this patch up and put it in my queue, speak now if someone
> > else is going to grab it.
>
> I took this into -next on the basis that its better if I can test
> things sooner. The tiny build passed so I can merge this if
> appropriate.
>

Sounds good. But please don't take the SRCREV bump, I need to do that part.
It it
in amongst other changes that I'm testing. I've dropped this one from my
queue.

Bruce


>
> Cheers,
>
> Richard
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end"

[-- Attachment #2: Type: text/html, Size: 3439 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-04-13  2:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-12  6:36 [PATCH 0/1] linux-yocto-tiny: fix KBRANCH Robert Yang
2016-04-12  6:36 ` [PATCH 1/1] " Robert Yang
2016-04-12 12:33   ` Bruce Ashfield
2016-04-12 22:03     ` Richard Purdie
2016-04-13  2:54       ` Bruce Ashfield

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox