From: Bruce Ashfield <bruce.ashfield@windriver.com>
To: Tom Zanussi <tom.zanussi@intel.com>
Cc: dvhart@linux.intel.com, openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 3/7] linux-yocto/3.8: introduce v3.8.4-rt1
Date: Thu, 28 Mar 2013 11:48:57 -0400 [thread overview]
Message-ID: <51546669.1080700@windriver.com> (raw)
In-Reply-To: <1364485215.30283.62.camel@empanada>
On 13-03-28 11:40 AM, Tom Zanussi wrote:
> On Tue, 2013-03-26 at 07:46 -0700, Bruce Ashfield wrote:
>> The -rt series has been updated for the 3.8 kernel. Updating the
>> SRCREVs to reflet its import into the tree.
>>
>
> Hi Bruce,
>
> I'm sure you already have -rt2 queued up, but just wanted to mention
> that I'm getting this with -rt1:
Yah. Queued here. I'll make sure to push it as soon as possible.
Thanks for the report.
If you've picked a patch, that fixes just this error in your build ..
I can always push just the single patch to keep things moving.
Bruce
>
> kernel/built-in.o: In function `register_for_each_vma':
> linux/kernel/events/uprobes.c:772: undefined reference to
> `percpu_down_write'
>
> which should be fixed by -rt2:
>
> http://www.spinics.net/lists/linux-rt-users/msg09617.html
>
> [- per-cpu rwsem fixed for RT (required only by uprobes so far)]
>
> Tom
>
>> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
>> ---
>> meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb | 29 +++++++++++++++++++++++
>> 1 file changed, 29 insertions(+)
>> create mode 100644 meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb
>>
>> diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb
>> new file mode 100644
>> index 0000000..97178c7
>> --- /dev/null
>> +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb
>> @@ -0,0 +1,29 @@
>> +require recipes-kernel/linux/linux-yocto.inc
>> +
>> +KBRANCH = "standard/preempt-rt/base"
>> +KBRANCH_qemuppc = "standard/preempt-rt/qemuppc"
>> +
>> +LINUX_VERSION ?= "3.8.4"
>> +LINUX_KERNEL_TYPE = "preempt-rt"
>> +
>> +KMETA = "meta"
>> +
>> +SRCREV_machine ?= "e9b9f72029522ef142ab181e9f7f3ae71535181a"
>> +SRCREV_machine_qemuppc ?= "7443096f0bdc6522053decd10430fc96a0ef9b94"
>> +SRCREV_meta ?= "2a6d36e75ca0a121570a389d7bab76ec240cbfda"
>> +
>> +PR = "${INC_PR}.0"
>> +PV = "${LINUX_VERSION}+git${SRCPV}"
>> +
>> +SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.8.git;protocol=git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"
>> +
>> +# Omit broken machines from COMPATIBLE_MACHINE
>> +# qemuppc hangs at boot
>> +# qemumips panics at boot
>> +COMPATIBLE_MACHINE = "(qemux86|qemux86-64|qemuarm)"
>> +
>> +# Functionality flags
>> +KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc features/taskstats/taskstats.scc"
>> +KERNEL_FEATURES_append_qemux86=" ${KERNEL_EXTRA_FEATURES} cfg/sound.scc cfg/paravirt_kvm.scc"
>> +KERNEL_FEATURES_append_qemux86-64=" ${KERNEL_EXTRA_FEATURES} cfg/sound.scc"
>> +KERNEL_FEATURES_append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32.scc", "" ,d)}"
>
>
next prev parent reply other threads:[~2013-03-28 16:06 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-26 14:46 [PATCH 0/7] linux-yocto: M6 -stable updates and changes Bruce Ashfield
2013-03-26 14:46 ` [PATCH 1/7] linux-yocto/3.8: allow kernel feature _appends to be overriden Bruce Ashfield
2013-03-26 15:48 ` Darren Hart
2013-03-26 15:49 ` Bruce Ashfield
2013-03-26 15:54 ` Darren Hart
2013-03-26 19:50 ` Bruce Ashfield
2013-03-26 14:46 ` [PATCH 2/7] linux/yocto-3.4: update to v3.8.4 Bruce Ashfield
2013-03-26 14:46 ` [PATCH 3/7] linux-yocto/3.8: introduce v3.8.4-rt1 Bruce Ashfield
2013-03-28 15:40 ` Tom Zanussi
2013-03-28 15:48 ` Bruce Ashfield [this message]
2013-03-28 15:51 ` Tom Zanussi
2013-03-26 14:46 ` [PATCH 4/7] kern-tools: initialization and meta branch fixes Bruce Ashfield
2013-03-26 14:46 ` [PATCH 5/7] linux-yocto/3.4: import v3.4.36 -stable fixes Bruce Ashfield
2013-03-26 14:46 ` [PATCH 6/7] linux-yocto/3.8: fix perf host contamination Bruce Ashfield
2013-03-26 14:46 ` [PATCH 7/7] linux-yocto/3.8: qemuarm boot fix Bruce Ashfield
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=51546669.1080700@windriver.com \
--to=bruce.ashfield@windriver.com \
--cc=dvhart@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=tom.zanussi@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox