* [PATCH 0/3] meta-intel: linux-yocto-rt fixes for crownbay and fri2
@ 2011-10-28 18:40 tom.zanussi
2011-10-28 18:40 ` [PATCH 1/3] meta-crownbay: add linux-yocto-rt_3.0.bbappend tom.zanussi
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: tom.zanussi @ 2011-10-28 18:40 UTC (permalink / raw)
To: dvhart, yocto
From: Tom Zanussi <tom.zanussi@intel.com>
Trying to build rt images for crownbay and fri2, I ran in to a few build
problems - this patchset fixes them up.
The following changes since commit 478969defe862a2779bf7eb3bca30e2067827d7e:
Kishore Bodke (1):
New Romley BSP created. Uses Matrox MGA graphics driver.
are available in the git repository at:
git://git.yoctoproject.org/meta-intel.git tzanussi/rt-fixes
http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/log/?h=tzanussi/rt-fixes
Tom Zanussi (3):
meta-crownbay: add linux-yocto-rt_3.0.bbappend
meta-fri2: allow linux-yocto-rt to be used for fri2-noemgd
meta-crownbay: allow linux-yocto-rt to be used for crownbay
.../linux/linux-yocto-rt_3.0.bbappend | 20 ++++++++++++++++++++
.../linux/linux-yocto-rt_3.0.bbappend | 2 ++
2 files changed, 22 insertions(+), 0 deletions(-)
create mode 100644 meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 1/3] meta-crownbay: add linux-yocto-rt_3.0.bbappend
2011-10-28 18:40 [PATCH 0/3] meta-intel: linux-yocto-rt fixes for crownbay and fri2 tom.zanussi
@ 2011-10-28 18:40 ` tom.zanussi
2011-10-28 18:40 ` [PATCH 2/3] meta-fri2: allow linux-yocto-rt to be used for fri2-noemgd tom.zanussi
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: tom.zanussi @ 2011-10-28 18:40 UTC (permalink / raw)
To: dvhart, yocto
From: Tom Zanussi <tom.zanussi@intel.com>
commit 061f3187e8cbec70d5970928b6e8252cb0958f4a (meta-intel: move
emgd-driver-bin_1.8 to common) somehow mistakenly removed the
unrelated linux-yocto-rt_3.0.bbappend from meta-crownbay. This adds
it back.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
.../linux/linux-yocto-rt_3.0.bbappend | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
create mode 100644 meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
new file mode 100644
index 0000000..aaf5614
--- /dev/null
+++ b/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
@@ -0,0 +1,10 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd"
+KMACHINE_crownbay-noemgd = "crownbay"
+
+KERNEL_FEATURES_append_crownbay-noemgd += " cfg/smp.scc"
+
+# Update the following to use a different BSP branch or meta SRCREV
+#KBRANCH_crownbay-noemgd = "yocto/standard/preempt-rt/base"
+#SRCREV_machine_pn-linux-yocto-rt_crownbay-noemgd ?= XXXX
+#SRCREV_meta_pn-linux-yocto-rt_crownbay-noemgd ?= XXXX
--
1.7.0.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 2/3] meta-fri2: allow linux-yocto-rt to be used for fri2-noemgd
2011-10-28 18:40 [PATCH 0/3] meta-intel: linux-yocto-rt fixes for crownbay and fri2 tom.zanussi
2011-10-28 18:40 ` [PATCH 1/3] meta-crownbay: add linux-yocto-rt_3.0.bbappend tom.zanussi
@ 2011-10-28 18:40 ` tom.zanussi
2011-10-28 18:40 ` [PATCH 3/3] meta-crownbay: allow linux-yocto-rt to be used for crownbay tom.zanussi
2011-10-28 18:59 ` [PATCH 0/3] meta-intel: linux-yocto-rt fixes for crownbay and fri2 Darren Hart
3 siblings, 0 replies; 5+ messages in thread
From: tom.zanussi @ 2011-10-28 18:40 UTC (permalink / raw)
To: dvhart, yocto
From: Tom Zanussi <tom.zanussi@intel.com>
The fri2 linux-yocto-rt .bbappend is missing settings needed for use
with fri2-noemgd - this adds them.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
.../linux/linux-yocto-rt_3.0.bbappend | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend b/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
index 2624176..3af5891 100644
--- a/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
+++ b/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
@@ -1,6 +1,8 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
COMPATIBLE_MACHINE_fri2 = "fri2"
KMACHINE_fri2 = "fri2"
+COMPATIBLE_MACHINE_fri2-noemgd = "fri2-noemgd"
+KMACHINE_fri2-noemgd = "fri2"
# Update the following to use a different BSP branch or meta SRCREV
#KBRANCH_fri2 = "yocto/standard/preempt-rt/base"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 3/3] meta-crownbay: allow linux-yocto-rt to be used for crownbay
2011-10-28 18:40 [PATCH 0/3] meta-intel: linux-yocto-rt fixes for crownbay and fri2 tom.zanussi
2011-10-28 18:40 ` [PATCH 1/3] meta-crownbay: add linux-yocto-rt_3.0.bbappend tom.zanussi
2011-10-28 18:40 ` [PATCH 2/3] meta-fri2: allow linux-yocto-rt to be used for fri2-noemgd tom.zanussi
@ 2011-10-28 18:40 ` tom.zanussi
2011-10-28 18:59 ` [PATCH 0/3] meta-intel: linux-yocto-rt fixes for crownbay and fri2 Darren Hart
3 siblings, 0 replies; 5+ messages in thread
From: tom.zanussi @ 2011-10-28 18:40 UTC (permalink / raw)
To: dvhart, yocto
From: Tom Zanussi <tom.zanussi@intel.com>
The crownbay linux-yocto-rt .bbappend is missing settings needed for use
with crownbay - this adds them.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
.../linux/linux-yocto-rt_3.0.bbappend | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
index aaf5614..dee9bce 100644
--- a/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
+++ b/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
@@ -1,10 +1,20 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd"
KMACHINE_crownbay-noemgd = "crownbay"
KERNEL_FEATURES_append_crownbay-noemgd += " cfg/smp.scc"
+COMPATIBLE_MACHINE_crownbay = "crownbay"
+KMACHINE_crownbay = "crownbay"
+
+KERNEL_FEATURES_append_crownbay += " cfg/smp.scc"
+
# Update the following to use a different BSP branch or meta SRCREV
#KBRANCH_crownbay-noemgd = "yocto/standard/preempt-rt/base"
#SRCREV_machine_pn-linux-yocto-rt_crownbay-noemgd ?= XXXX
#SRCREV_meta_pn-linux-yocto-rt_crownbay-noemgd ?= XXXX
+
+#KBRANCH_crownbay = "yocto/standard/preempt-rt/base"
+#SRCREV_machine_pn-linux-yocto-rt_crownbay ?= XXXX
+#SRCREV_meta_pn-linux-yocto-rt_crownbay ?= XXXX
--
1.7.0.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 0/3] meta-intel: linux-yocto-rt fixes for crownbay and fri2
2011-10-28 18:40 [PATCH 0/3] meta-intel: linux-yocto-rt fixes for crownbay and fri2 tom.zanussi
` (2 preceding siblings ...)
2011-10-28 18:40 ` [PATCH 3/3] meta-crownbay: allow linux-yocto-rt to be used for crownbay tom.zanussi
@ 2011-10-28 18:59 ` Darren Hart
3 siblings, 0 replies; 5+ messages in thread
From: Darren Hart @ 2011-10-28 18:59 UTC (permalink / raw)
To: tom.zanussi; +Cc: yocto
On 10/28/2011 08:40 PM, tom.zanussi@intel.com wrote:
> From: Tom Zanussi <tom.zanussi@intel.com>
>
> Trying to build rt images for crownbay and fri2, I ran in to a few build
> problems - this patchset fixes them up.
>
> The following changes since commit 478969defe862a2779bf7eb3bca30e2067827d7e:
> Kishore Bodke (1):
> New Romley BSP created. Uses Matrox MGA graphics driver.
>
> are available in the git repository at:
>
> git://git.yoctoproject.org/meta-intel.git tzanussi/rt-fixes
> http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/log/?h=tzanussi/rt-fixes
>
> Tom Zanussi (3):
> meta-crownbay: add linux-yocto-rt_3.0.bbappend
> meta-fri2: allow linux-yocto-rt to be used for fri2-noemgd
> meta-crownbay: allow linux-yocto-rt to be used for crownbay
For all three:
Acked-by: Darren Hart <dvhart@linux.intel.com>
>
> .../linux/linux-yocto-rt_3.0.bbappend | 20 ++++++++++++++++++++
> .../linux/linux-yocto-rt_3.0.bbappend | 2 ++
> 2 files changed, 22 insertions(+), 0 deletions(-)
> create mode 100644 meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend
>
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-10-28 18:59 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-28 18:40 [PATCH 0/3] meta-intel: linux-yocto-rt fixes for crownbay and fri2 tom.zanussi
2011-10-28 18:40 ` [PATCH 1/3] meta-crownbay: add linux-yocto-rt_3.0.bbappend tom.zanussi
2011-10-28 18:40 ` [PATCH 2/3] meta-fri2: allow linux-yocto-rt to be used for fri2-noemgd tom.zanussi
2011-10-28 18:40 ` [PATCH 3/3] meta-crownbay: allow linux-yocto-rt to be used for crownbay tom.zanussi
2011-10-28 18:59 ` [PATCH 0/3] meta-intel: linux-yocto-rt fixes for crownbay and fri2 Darren Hart
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.