|
Re: Build fails moving from 4.0.1 to 5.0.1
What does "ls /home/chris/yocto/ebox3300-build/tmp/deploy/ipk" say?
Cheers,
Richard
What does "ls /home/chris/yocto/ebox3300-build/tmp/deploy/ipk" say?
Cheers,
Richard
|
By
Richard Purdie
·
#2424
·
|
|
Re: Build fails moving from 4.0.1 to 5.0.1
chris@ubuntu:~/yocto/ebox3300-build$ bitbake -e |grep "PACKAGE_ARCHS"
# PACKAGE_ARCHS=all any noarch ${PACKAGE_EXTRA_ARCHS} ${MACHINE_ARCH}
PACKAGE_ARCHS="all any noarch x86 Vortex86DX"
ipkg_archs
chris@ubuntu:~/yocto/ebox3300-build$ bitbake -e |grep "PACKAGE_ARCHS"
# PACKAGE_ARCHS=all any noarch ${PACKAGE_EXTRA_ARCHS} ${MACHINE_ARCH}
PACKAGE_ARCHS="all any noarch x86 Vortex86DX"
ipkg_archs
|
By
Chris Tapp
·
#2423
·
|
|
Re: Build fails moving from 4.0.1 to 5.0.1
Yes, I suspect something about your machine config is resulting in this
but its hard to me to say what.
You can do things like "bitbake -e | grep ^PACKAGE_ARCHS" to see the
contents of variables. I'm
Yes, I suspect something about your machine config is resulting in this
but its hard to me to say what.
You can do things like "bitbake -e | grep ^PACKAGE_ARCHS" to see the
contents of variables. I'm
|
By
Richard Purdie
·
#2422
·
|
|
Re: Build fails moving from 4.0.1 to 5.0.1
Thanks, but that's way over my head at the moment ;-)
I've searched through the meta data for PACKAGE_ARCHS, but that's not thrown anything up to make me think there was anything I should look
Thanks, but that's way over my head at the moment ;-)
I've searched through the meta data for PACKAGE_ARCHS, but that's not thrown anything up to make me think there was anything I should look
|
By
Chris Tapp
·
#2421
·
|
|
Re: [PATCH] script/runqemu: change boot command line for qemuppc
Can we not fix the X scripts so that if an fbdev X server is in use and
the framebuffer device node does not exist, it just exits cleanly with a
suitable message and doesn't timeout on
Can we not fix the X scripts so that if an fbdev X server is in use and
the framebuffer device node does not exist, it just exits cleanly with a
suitable message and doesn't timeout on
|
By
Richard Purdie
·
#2420
·
|
|
Re: Build fails moving from 4.0.1 to 5.0.1
This sounds like the machine specific packages are failing to be found
so it sounds like a package feed issue. Is sounds like PACKAGE_ARCHS
isn't listing everything it needs to (such as the machine
This sounds like the machine specific packages are failing to be found
so it sounds like a package feed issue. Is sounds like PACKAGE_ARCHS
isn't listing everything it needs to (such as the machine
|
By
Richard Purdie
·
#2419
·
|
|
Re: [PATCH 06/12] meta-crownbay: update README
Saul, can you either Ack or NAK this patchset - it's been out there for
a week now and I'd like to be able to pull it in...
Thanks,
Tom
Saul, can you either Ack or NAK this patchset - it's been out there for
a week now and I'd like to be able to pull it in...
Thanks,
Tom
|
By
Tom Zanussi <tom.zanussi@...>
·
#2417
·
|
|
Re: [PATCH] script/runqemu: change boot command line for qemuppc
Acked-by: Darren Hart <dvhart@...>
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
Acked-by: Darren Hart <dvhart@...>
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
|
By
Darren Hart <dvhart@...>
·
#2416
·
|
|
Re: [PATCH] meta: add APM Emulation option to beagleboard
I'd like to move beyond this in the future, but for the 1.1 release I
think this is the right call:
Acked-by: Darren Hart <dvhart@...>
--
Darren Hart
Intel Open Source Technology
I'd like to move beyond this in the future, but for the 1.1 release I
think this is the right call:
Acked-by: Darren Hart <dvhart@...>
--
Darren Hart
Intel Open Source Technology
|
By
Darren Hart <dvhart@...>
·
#2415
·
|
|
[PATCH] script/runqemu: change boot command line for qemuppc
Because qemuppc has no graphic emulation, remove console=tty0
and make it run into 3 run level. This can reduce boot time
for qemuppc booting.
Signed-off-by: Liming Wang
Because qemuppc has no graphic emulation, remove console=tty0
and make it run into 3 run level. This can reduce boot time
for qemuppc booting.
Signed-off-by: Liming Wang
|
By
Liming Wang <liming.wang@...>
·
#2414
·
|
|
[PATCH] meta: add APM Emulation option to beagleboard
From: Liming Wang <liming.wang@...>
apmd daemon needs this option to work, so add this to beagleboard
kernel config file.
Signed-off-by: Liming Wang <liming.wang@...>
---
From: Liming Wang <liming.wang@...>
apmd daemon needs this option to work, so add this to beagleboard
kernel config file.
Signed-off-by: Liming Wang <liming.wang@...>
---
|
By
walimis <walimisdev@...>
·
#2418
·
|
|
Build fails moving from 4.0.1 to 5.0.1
I've got a configuration that builds ok under 4.0.1, but when I build under 5.0.1 I get the following right at the end:
Installing task-poky-boot (1.0-r7) to root...
Downloading
I've got a configuration that builds ok under 4.0.1, but when I build under 5.0.1 I get the following right at the end:
Installing task-poky-boot (1.0-r7) to root...
Downloading
|
By
Chris Tapp
·
#2413
·
|
|
Re: linux-yocto 3.0.1 upgrade broke PREFERRED_VERSION setting in BSPs
In my understanding 2.6 has now become 3 and .40 became .0 making it 3.0
therefore versions should be 3.0+gitrXXXX 3.1+gitrXXXX etc. 3.0.1 is similar to naming scheme 2.6.39.1 in olden days
In my understanding 2.6 has now become 3 and .40 became .0 making it 3.0
therefore versions should be 3.0+gitrXXXX 3.1+gitrXXXX etc. 3.0.1 is similar to naming scheme 2.6.39.1 in olden days
|
By
Khem Raj
·
#2412
·
|
|
Re: [PATCH 0/2] preempt-rt support for meta-yocto BSPs
Pushed to Poky/Master
Sorry about this one, just got lost in the flood.
Sau!
Pushed to Poky/Master
Sorry about this one, just got lost in the flood.
Sau!
|
By
Saul Wold <saul.wold@...>
·
#2411
·
|
|
Bugzilla white board and dates
When adding dates to the whiteboard, please use the following format:
(DD-MMM-YYYY) eg. (18-AUG-2011)
It can be very confusing when people use DD-MM and MM-DD, depending on
their locale. For DD <
When adding dates to the whiteboard, please use the following format:
(DD-MMM-YYYY) eg. (18-AUG-2011)
It can be very confusing when people use DD-MM and MM-DD, depending on
their locale. For DD <
|
By
Darren Hart <dvhart@...>
·
#2410
·
|
|
[PATCH 1/1] n450: decouple from meta-yocto atom-pc machine config
The meta-yocto atom-pc is a more generic BSP than is needed
for the Intel n450. Decouple the n450.conf from the meta-yocto atom-pc.conf.
Add a linux-yocto_3.0.bbappend recipe.
In the process:
o
The meta-yocto atom-pc is a more generic BSP than is needed
for the Intel n450. Decouple the n450.conf from the meta-yocto atom-pc.conf.
Add a linux-yocto_3.0.bbappend recipe.
In the process:
o
|
By
Darren Hart <dvhart@...>
·
#2409
·
|
|
[PATCH 0/1] n450: decouple from meta-yocto atom-pc machine config
The following changes since commit fa92a44396b16be74f0de10256b0d42e52cf0bb6:
meta-intel: update linux-yocto 3.0 kernel SRCREVs (2011-08-17 07:50:46 -0500)
are available in the git repository at:
The following changes since commit fa92a44396b16be74f0de10256b0d42e52cf0bb6:
meta-intel: update linux-yocto 3.0 kernel SRCREVs (2011-08-17 07:50:46 -0500)
are available in the git repository at:
|
By
Darren Hart <dvhart@...>
·
#2408
·
|
|
Re: Strange USB behavior
I'll give it a try (will be a while as I've moved to the 5.0.1 release and the build has just started!).
Thanks for the suggestion :-)
Chris Tapp
opensource@...
www.keylevel.com
I'll give it a try (will be a while as I've moved to the 5.0.1 release and the build has just started!).
Thanks for the suggestion :-)
Chris Tapp
opensource@...
www.keylevel.com
|
By
Chris Tapp
·
#2407
·
|
|
Re: Strange USB behavior
I asked Sarah Sharp if she had any thoughts, she responded in part:
One thing I might suspect is a problem with the host controller going
into suspend. I think 2.6.34 didn't have support for USB
I asked Sarah Sharp if she had any thoughts, she responded in part:
One thing I might suspect is a problem with the host controller going
into suspend. I think 2.6.34 didn't have support for USB
|
By
Darren Hart <dvhart@...>
·
#2406
·
|
|
Re: [PATCH 0/2] preempt-rt support for meta-yocto BSPs
I haven't seen this merged yet, been a week. Is there a concern with the
series, or maybe it just got lost in the mix?
Thanks,
Darren
--
Darren Hart
Intel Open Source Technology Center
Yocto
I haven't seen this merged yet, been a week. Is there a concern with the
series, or maybe it just got lost in the mix?
Thanks,
Darren
--
Darren Hart
Intel Open Source Technology Center
Yocto
|
By
Darren Hart <darren.hart@...>
·
#2405
·
|