This patch fixes yocto bug:
[Bug 1392] qemumips: linux-yocto-rt_3.0 panics at boot
Liming Wang (1):
mips/rt: convert timer interrupt handler to no threaded
arch/mips/kernel/i8259.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
___
y
It's a known issue that preempt_rt kernel must convert the
main timer interrupt handler to no threaded, otherwise kernel
can't work well.
Signed-off-by: Liming Wang
---
arch/mips/kernel/i8259.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/mips/kernel/i8259.c b/ar
On 2011-8-25 15:11, Liming Wang wrote:
It's a known issue that preempt_rt kernel must convert the
main timer interrupt handler to no threaded, otherwise kernel
can't work well.
Sorry, I'm wrong, irq2 is not the timer interrupt handler, it's
described as:
"IRQ2 is cascade interrupt to second in
This patch fixes yocto bug:
[Bug 1392] qemumips: linux-yocto-rt_3.0 panics at boot
Liming Wang (1):
mips/rt: convert cascade interrupt to no threaded
arch/mips/kernel/i8259.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
___
yocto m
preempt_rt kernel forces all irq interrupts to be threaded except some
special interrupts. This cascade interrupt belongs to the exceptions.
Because irq2 is initialized more early than "kthreadd" task,
which converts irq interrupt to threaded.
If this irq is threaded, kernel calls "try_to_wake_up
It's a workaround to fix yocto bug:
[Bug 414][PPC] kernel panic when booting poky-image-sdk-qemuppc through UNFS
Liming Wang (1):
scripts/runqemu: disable unfs boot mode for qemuppc
scripts/runqemu |6 ++
1 files changed, 6 insertions(+), 0 deletions(-)
___
Because unfs boot mode is unstable for qemuppc, disable
it temporarily.
Signed-off-by: Liming Wang
---
scripts/runqemu |6 ++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/scripts/runqemu b/scripts/runqemu
index ed8c05b..10da6c9 100755
--- a/scripts/runqemu
+++ b/scripts
On 11-08-25 03:55 AM, Liming Wang wrote:
This patch fixes yocto bug:
[Bug 1392] qemumips: linux-yocto-rt_3.0 panics at boot
Ack'd. I do recall a similar fix for mips back in the
2.6.27 days. Both for this and the timer interrupt.
Will merge this shortly.
Bruce
Liming Wang (1):
mips
On 11-08-25 04:44 AM, Liming Wang wrote:
Because unfs boot mode is unstable for qemuppc, disable
it temporarily.
Signed-off-by: Liming Wang
---
scripts/runqemu |6 ++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/scripts/runqemu b/scripts/runqemu
index ed8c05b..10da6c
It's a workaround to fix yocto bug:
[Bug 414][PPC] kernel panic when booting poky-image-sdk-qemuppc through UNFS
Liming Wang (1):
scripts/runqemu: disable unfs boot mode for qemuppc
scripts/runqemu |6 ++
1 files changed, 6 insertions(+), 0 deletions(-)
___
Because unfs boot mode is unstable for qemuppc, disable
it temporarily.
Signed-off-by: Liming Wang
---
scripts/runqemu |6 ++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/scripts/runqemu b/scripts/runqemu
index ed8c05b..f6cc6f4 100755
--- a/scripts/runqemu
+++ b/scripts
With recent enhancements to the network sanity check we can now enable this
for Poky derived distributions without significant impact to the user.
The following changes since commit 6c2b7beac3cd23ed44bd3e195c6360a0932876bf:
classes/sanity: enhance the network connectivity test (2011-08-25 08:51
Add CONNECTIVITY_CHECK_URIS to run the network connectivity sanity test for
http, https and git sources.
The variable is soft-assigned so that it's easily overrideable.
Signed-off-by: Joshua Lock
---
meta-yocto/conf/distro/poky.conf |7 ++-
1 files changed, 6 insertions(+), 1 deletions(
On Wed, 24 Aug 2011, Bill Gatliff wrote:
I have observed all the hand-wringing regarding the state of ARM
Linux, and it's obvious to everyone that there is still work to be
done. ARM isn't like PCs, and that's obviously inconvenient for Linus
but it's an essential part of ARM's success.
I thi
The following changes since commit 1759d6dac3fe4022183f73898c035322c3f49865:
Jessica Zhang (1):
Merge branch 'master' of ssh://git.yoctoproject.org/poky
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib jzhang/1396
http://git.yoctoproject.org/cgit.cgi/p
Signed-off-by: Jessica Zhang
---
.../installer/adt-installer/adt_installer.conf | 17 +++--
.../adt-installer/scripts/adt_installer_internal |2 +-
.../installer/adt-installer/scripts/data_define|2 +-
3 files changed, 17 insertions(+), 4 deletions(-)
diff --git a
What do I need to add where to get 'X' in to my image?
I've built poky-image-base (under 4.0.1) and things like xinit have
been built and are in the tmp/work tree.
What do I need to add so that xinit (and dependencies) are added to
the image? Should I be building a different image?
Chris
On 2011-08-25 13:07, Chris Tapp wrote:
What do I need to add where to get 'X' in to my image?
I've built poky-image-base (under 4.0.1) and things like xinit have been built
and are in the tmp/work tree.
What do I need to add so that xinit (and dependencies) are added to the image?
Should I be
On 25 Aug 2011, at 20:15, Gary Thomas wrote:
On 2011-08-25 13:07, Chris Tapp wrote:
What do I need to add where to get 'X' in to my image?
I've built poky-image-base (under 4.0.1) and things like xinit have
been built and are in the tmp/work tree.
What do I need to add so that xinit (and d
On 2011-08-25 13:33, Chris Tapp wrote:
On 25 Aug 2011, at 20:15, Gary Thomas wrote:
On 2011-08-25 13:07, Chris Tapp wrote:
What do I need to add where to get 'X' in to my image?
I've built poky-image-base (under 4.0.1) and things like xinit have been built
and are in the tmp/work tree.
What
On 25 Aug 2011, at 20:36, Gary Thomas wrote:
On 2011-08-25 13:33, Chris Tapp wrote:
On 25 Aug 2011, at 20:15, Gary Thomas wrote:
On 2011-08-25 13:07, Chris Tapp wrote:
What do I need to add where to get 'X' in to my image?
I've built poky-image-base (under 4.0.1) and things like xinit
hav
From: Tom Zanussi
This patchset switches crownbay to the 3.0 kernel and upgrades emgd
to 1.8. Both crownbay and crownbay-noemgd were successfully built and
boot tested into sato.
It also does the same for fri2, after adding a new fri2 machine config
and renaming the current one to fri2-noemgd.
From: Tom Zanussi
Switch crownbay and crownbay-noemgd to the 3.0 kernel, lock it down,
and update kernel SRCREVs.
Signed-off-by: Tom Zanussi
---
meta-crownbay/conf/machine/crownbay-noemgd.conf|2 ++
meta-crownbay/conf/machine/crownbay.conf |2 ++
.../recipes-kernel/linux/
From: Tom Zanussi
This adds a new recipe for the emgd 1.8 driver binaries.
Signed-off-by: Tom Zanussi
---
.../xorg-xserver/emgd-driver-bin_1.8.bb| 35
1 files changed, 35 insertions(+), 0 deletions(-)
create mode 100644
meta-crownbay/recipes-graphics/xorg-x
From: Tom Zanussi
Change preferred version of emgd binaries to 1.8.
Signed-off-by: Tom Zanussi
---
meta-crownbay/conf/machine/crownbay.conf |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta-crownbay/conf/machine/crownbay.conf
b/meta-crownbay/conf/machine/crownbay.
From: Tom Zanussi
Update to the ced-generated xorg.conf for 1.8.
Signed-off-by: Tom Zanussi
---
.../xserver-xf86-config/crownbay/xorg.conf |3 ++-
.../xorg-xserver/xserver-xf86-config_0.1.bbappend |1 +
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git
a/meta-crown
From: Tom Zanussi
This patch essentially adds a new EMGD-capable 'fri2' machine to
meta-fri2.
The current version with vesa graphics will become fri2-noemgd; fri2
will become the version with EMGD graphics. This patch does the
fri2->fri2-noemgd renaming and adds the new files for fri2, and
upda
From: Tom Zanussi
emgd-driver-bin will be shared by multiple BSPs, crownbay and fri2 to
start with, so move them into /common.
Signed-off-by: Tom Zanussi
---
.../xorg-xserver/emgd-driver-bin-1.8/.gitignore|0
.../xorg-xserver/emgd-driver-bin_1.8.bb|0
.../linux/linux-yo
From: Tom Zanussi
Add common/recipes-graphics so fri2 can pick up the EMGD bits in
emgd-driver-bin.
Signed-off-by: Tom Zanussi
---
meta-fri2/conf/layer.conf |4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/meta-fri2/conf/layer.conf b/meta-fri2/conf/layer.conf
index b
From: Tom Zanussi
Signed-off-by: Tom Zanussi
---
.../recipes-kernel/linux/linux-yocto_3.0.bbappend |8
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto_3.0.bbappend
b/meta-crownbay/recipes-kernel/linux/linux-yocto_3.0.b
From: Tom Zanussi
With the new emgd-driver-bin recipe, some of the extensive
instructions on how to manually download and set up EMGD for the build
are no longer necessary.
Changes to reflect the new image names and a couple other minor
cleanups are also included.
Signed-off-by: Tom Zanussi
--
From: Tom Zanussi
Update the meta-fri2 README to reflect the addtion of the EMGD
capabilities and new machine.
Changes were also made to reflect the new image names and a couple
other minor cleanups.
Signed-off-by: Tom Zanussi
---
meta-fri2/README | 108 ++
32 matches
Mail list logo