All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Zanussi <tom.zanussi@intel.com>
To: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Cc: "dvhart@linux.intel.com" <dvhart@linux.intel.com>,
	"koen@dominion.thruhere.net" <koen@dominion.thruhere.net>,
	"Wold, Saul" <saul.wold@intel.com>
Subject: Re: [PATCH 1/2] linux-yocto: update meta SRCREV for new config groups
Date: Mon, 27 Jun 2011 09:34:06 -0500	[thread overview]
Message-ID: <1309185246.2288.11.camel@elnicho> (raw)
In-Reply-To: <BANLkTimxJghenX5KgaN+oP-cyywABbpEtQ@mail.gmail.com>

On Mon, 2011-06-27 at 05:56 -0700, Bruce Ashfield wrote:
> 2011/6/27 Cui, Dexuan <dexuan.cui@intel.com>:
> > Cui, Dexuan wrote:
> >> Hi, I got the following ERROR with the patch:
> >>
> >> Log data follows:
> >>> Unstaged changes after reset:
> >>> M arch/powerpc/boot/dts/mpc8315erdb.dts
> >>> Deleted branch meta-temp (was cf7d7e5).
> >>> WARNING: addon feature "features/taskstats" was not found
> >>> ERROR: required features were not found. aborting
> >>> ERROR: Function 'do_patch' failed
> >>
> >> Maybe we forgot to push the proper commits into the linux-yocto git
> >> repo?
> > BTW, I'm building emenlow with today's poky master (commit a1f79a7896b) and mete-intel (commit 76d1178ba).
> >

Just noticed that you were using emenlow so updated the meta-intel
SRCREVs, maybe that was the problem?

Tom

> > After I reverted the line
> > KERNEL_FEATURES_append=" features/taskstats",
> > at least linux-yocto's do_patch can work.
> 
> It isn't this. Can you check your local clone in git2/downloads ? Everything
> that is required is already on the servers, I double checked with a clean build
> on a clean machine, so there's nothing left to push or fix.
> 
> Bruce
> 
> >
> > Thanks,
> > -- Dexuan
> >>
> >>
> >> -----Original Message-----
> >> From: openembedded-core-bounces@lists.openembedded.org
> >> [mailto:openembedded-core-bounces@lists.openembedded.org] On Behalf
> >> Of Bruce Ashfield Sent: 2011年6月23日 5:29
> >> To: richard.purdie@linuxfoundation.org
> >> Cc: dvhart@linux.intel.com; openembedded-core@lists.openembedded.org;
> >> koen@dominion.thruhere.net; Wold, Saul
> >> Subject: [OE-core] [PATCH 1/2] linux-yocto: update meta SRCREV for
> >> new config groups
> >>
> >> Updating the SRCREV for the kernel repo's meta branch to capture
> >> the following commits:
> >>
> >>   94fa015 meta: add taskstats experimental feature group
> >>   4fb2ed5 meta: enable freezer support
> >>   88d619e meta: enable fuse and cuse as modules
> >>   f465827 meta: add namespaces + experimental configs
> >>   fbdd376 meta: add devtmpfs config group
> >>   b04f6d9 meta: re-enable cgroups options in the standard kernel
> >>
> >> There's also a change to the recipe itself to trigger the taskstats
> >> optional config items by default. This is to allow the introduction
> >> of these changes gradually, since other recipes inheriting the kernel
> >> can add or ignore these options at their convenience.
> >>
> >> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
> >> ---
> >>  meta/recipes-kernel/linux/linux-yocto_2.6.37.bb |    5 +++--
> >>  1 files changed, 3 insertions(+), 2 deletions(-)
> >>
> >> diff --git a/meta/recipes-kernel/linux/linux-yocto_2.6.37.bb
> >> b/meta/recipes-kernel/linux/linux-yocto_2.6.37.bb
> >> index 2ee801e..90943c2 100644
> >> --- a/meta/recipes-kernel/linux/linux-yocto_2.6.37.bb
> >> +++ b/meta/recipes-kernel/linux/linux-yocto_2.6.37.bb
> >> @@ -20,9 +20,9 @@ SRCREV_machine_qemuppc =
> >>  "9d278962ff228ea9627a85b0d21ed717246ebf1f" SRCREV_machine_qemux86 =
> >>  "57545699dff0b384bb16be74b0358059da5cce6a" SRCREV_machine_qemux86-64
> >>  = "5d36c23eecdc9663c9c3a2a511d4872d3b3fd669" SRCREV_machine =
> >> "12646d158aced2ba0122787bd56ff554e371091c" -SRCREV_meta =
> >> "8888d948e0ddbc5f37bd3dc23cc1b398ab230e2e" +SRCREV_meta =
> >> "94fa015b130e96a3b6242a8ac4ff4cca9406951f"
> >>
> >> -PR = "r18"
> >> +PR = "r19"
> >>  PV = "${LINUX_VERSION}+git${SRCPV}"
> >>  SRCREV_FORMAT = "meta_machine"
> >>
> >> @@ -33,6 +33,7 @@ COMPATIBLE_MACHINE =
> >>  "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64)" # Functionality flags
> >>  KERNEL_REVISION_CHECKING ?= "t"
> >>  KERNEL_FEATURES="features/netfilter"
> >> +KERNEL_FEATURES_append=" features/taskstats"
> >>  KERNEL_FEATURES_append_qemux86=" cfg/sound"
> >>  KERNEL_FEATURES_append_qemux86-64=" cfg/sound"
> > _______________________________________________
> > Openembedded-core mailing list
> > Openembedded-core@lists.openembedded.org
> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
> >
> 
> 
> 





  reply	other threads:[~2011-06-27 14:37 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-22 21:29 [PATCH 0/2] linux-yocto: consolidated merge request Bruce Ashfield
2011-06-22 21:29 ` [PATCH 1/2] linux-yocto: update meta SRCREV for new config groups Bruce Ashfield
2011-06-27  5:23   ` Cui, Dexuan
2011-06-27  5:26     ` Cui, Dexuan
2011-06-27 12:56       ` Bruce Ashfield
2011-06-27 14:34         ` Tom Zanussi [this message]
2011-06-27 14:38           ` Bruce Ashfield
2011-06-28  4:00           ` Cui, Dexuan
2011-06-27 12:55     ` Bruce Ashfield
2011-06-22 21:29 ` [PATCH 2/2] linux-yocto: update meta and yocto/standard SRCREVs Bruce Ashfield
2011-06-22 21:57 ` [PATCH 0/2] linux-yocto: consolidated merge request Richard Purdie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1309185246.2288.11.camel@elnicho \
    --to=tom.zanussi@intel.com \
    --cc=dvhart@linux.intel.com \
    --cc=koen@dominion.thruhere.net \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=saul.wold@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.