| Submitter | Dongxiao Xu |
|---|---|
| Date | June 16, 2011, 9:20 a.m. |
| Message ID | <baf12b233c03a619928269bdbe6754d3e4d483e0.1308215406.git.dongxiao.xu@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/6007/ |
| State | New, archived |
| Headers | show |
Comments
On Thu, 2011-06-16 at 02:20 -0700, Dongxiao Xu wrote: > Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> > --- > meta/recipes-kernel/systemtap/systemtap_git.bb | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap/systemtap_git.bb > index 8ac4c14..0d18e1d 100644 > --- a/meta/recipes-kernel/systemtap/systemtap_git.bb > +++ b/meta/recipes-kernel/systemtap/systemtap_git.bb > @@ -23,7 +23,7 @@ EXTRA_OECONF = "--prefix=${D} --with-libelf=${STAGING_DIR_TARGET} --without-rpm > SRC_URI[md5sum] = "cb202866ed704c44a876d041f788bdee" > SRC_URI[sha256sum] = "8ffe35caec0d937bd23fd78a3a8d94b58907cc0de0330b35e38f9f764815c459" > > -COMPATIBLE_MACHINE = "(qemux86|qemux86-64|qemuppc|emenlow|crownbay|atom-pc|n450)" > +COMPATIBLE_MACHINE = "(qemux86|qemux86-64|qemuppc|emenlow|crownbay|atom-pc|n450|fishriver)" > > S = "${WORKDIR}/git" > This shouldn't be necessary if/when my patch from a couple of days ago, "[PATCH] systemtap: remove non-core COMPATIBLE_MACHINES" gets pulled in. Tom
> -----Original Message----- > From: openembedded-core-bounces@lists.openembedded.org > [mailto:openembedded-core-bounces@lists.openembedded.org] On Behalf Of > Tom Zanussi > Sent: Thursday, June 16, 2011 10:12 PM > To: Patches and discussions about the oe-core layer > Subject: Re: [OE-core] [PATCH 5/6] systemtap: add fishriver in > COMPATIBLE_MACHINE > > On Thu, 2011-06-16 at 02:20 -0700, Dongxiao Xu wrote: > > Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> > > --- > > meta/recipes-kernel/systemtap/systemtap_git.bb | 2 +- > > 1 files changed, 1 insertions(+), 1 deletions(-) > > > > diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb > > b/meta/recipes-kernel/systemtap/systemtap_git.bb > > index 8ac4c14..0d18e1d 100644 > > --- a/meta/recipes-kernel/systemtap/systemtap_git.bb > > +++ b/meta/recipes-kernel/systemtap/systemtap_git.bb > > @@ -23,7 +23,7 @@ EXTRA_OECONF = "--prefix=${D} > --with-libelf=${STAGING_DIR_TARGET} --without-rpm > > SRC_URI[md5sum] = "cb202866ed704c44a876d041f788bdee" > > SRC_URI[sha256sum] = > "8ffe35caec0d937bd23fd78a3a8d94b58907cc0de0330b35e38f9f764815c459" > > > > -COMPATIBLE_MACHINE = > "(qemux86|qemux86-64|qemuppc|emenlow|crownbay|atom-pc|n450)" > > +COMPATIBLE_MACHINE = > "(qemux86|qemux86-64|qemuppc|emenlow|crownbay|atom-pc|n450|fishrive > r)" > > > > S = "${WORKDIR}/git" > > > > This shouldn't be necessary if/when my patch from a couple of days ago, > "[PATCH] systemtap: remove non-core COMPATIBLE_MACHINES" gets pulled > in. Hi Tom, I just saw your patch is in master now. I will remove my piece. Thanks, Dongxiao > > Tom > > > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
Patch
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap/systemtap_git.bb index 8ac4c14..0d18e1d 100644 --- a/meta/recipes-kernel/systemtap/systemtap_git.bb +++ b/meta/recipes-kernel/systemtap/systemtap_git.bb @@ -23,7 +23,7 @@ EXTRA_OECONF = "--prefix=${D} --with-libelf=${STAGING_DIR_TARGET} --without-rpm SRC_URI[md5sum] = "cb202866ed704c44a876d041f788bdee" SRC_URI[sha256sum] = "8ffe35caec0d937bd23fd78a3a8d94b58907cc0de0330b35e38f9f764815c459" -COMPATIBLE_MACHINE = "(qemux86|qemux86-64|qemuppc|emenlow|crownbay|atom-pc|n450)" +COMPATIBLE_MACHINE = "(qemux86|qemux86-64|qemuppc|emenlow|crownbay|atom-pc|n450|fishriver)" S = "${WORKDIR}/git"
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> --- meta/recipes-kernel/systemtap/systemtap_git.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)