|
meta-toolchain-sdk build issue
I'm seeing the following on a fresh meta-toolchain-sdk build. Is this
being addressed in one of the recent RPM fixups?
-M
Log data follows:
| ERROR: Function 'do_populate_sdk' failed
I'm seeing the following on a fresh meta-toolchain-sdk build. Is this
being addressed in one of the recent RPM fixups?
-M
Log data follows:
| ERROR: Function 'do_populate_sdk' failed
|
By
McClintock Matthew-B29882 <B29882@...>
·
#2897
·
|
|
Re: ntpclient compile fail
thanks.
If we want to use the original Makefile, we must get rid of the "-e" and
"-Wl,as-needed" in original arguments, for latter, we can add
"-Wl,--no-as-needed", but what about the "-e"?
--
Yi
thanks.
If we want to use the original Makefile, we must get rid of the "-e" and
"-Wl,as-needed" in original arguments, for latter, we can add
"-Wl,--no-as-needed", but what about the "-e"?
--
Yi
|
By
niqingliang
·
#2896
·
|
|
Re: ntpclient compile fail
<niqingliang@...> wrote:
There are lots of ways to do this and avoid making a patch. You can
use EXTRA_OECONF, EXTRA_OEMAKE, EXTRA_CFLAGS, etc in the recipe itself
to fix up the build
<niqingliang@...> wrote:
There are lots of ways to do this and avoid making a patch. You can
use EXTRA_OECONF, EXTRA_OEMAKE, EXTRA_CFLAGS, etc in the recipe itself
to fix up the build
|
By
McClintock Matthew-B29882 <B29882@...>
·
#2895
·
|
|
Re: ntpclient compile fail
1. sorry, I will.
2. Yes, I made a new Makefile (based on the original) as the patch of
ntpclient (which will override the original Makefile).
--
Yi
1. sorry, I will.
2. Yes, I made a new Makefile (based on the original) as the patch of
ntpclient (which will override the original Makefile).
--
Yi
|
By
niqingliang
·
#2894
·
|
|
Re: ntpclient compile fail
<niqingliang@...> wrote:
It usually best to include these attachments inline when possible.
Are you editing the source files in this package or the recipe itself?
-M
<niqingliang@...> wrote:
It usually best to include these attachments inline when possible.
Are you editing the source files in this package or the recipe itself?
-M
|
By
McClintock Matthew-B29882 <B29882@...>
·
#2893
·
|
|
Re: rootfs-ramdisk error
http://bugzilla.pokylinux.org/show_bug.cgi?id=1535
--
Yi Qingliang
niqingliang@...
http://niqingliang2003.wordpress.com
http://bugzilla.pokylinux.org/show_bug.cgi?id=1535
--
Yi Qingliang
niqingliang@...
http://niqingliang2003.wordpress.com
|
By
niqingliang
·
#2892
·
|
|
Re: ntpclient compile fail
Thanks!
the attachement is the bb file and Makefile(modified),
after 'override' CFLAGS/LDFLAGS in Makefile, I have added
override LDFLAGS += -Wl,--no-as-needed
in the Makefile to neutralize the
Thanks!
the attachement is the bb file and Makefile(modified),
after 'override' CFLAGS/LDFLAGS in Makefile, I have added
override LDFLAGS += -Wl,--no-as-needed
in the Makefile to neutralize the
|
By
niqingliang
·
#2891
·
|
|
multilib issue when setting DEFAULTTUNE
All,
I'm having a problem building multilib for ppc64e5500. My local.conf
looks like this following:
require conf/multilib.conf
MULTILIBS = "multilib:lib64"
DEFAULTTUNE_virtclass-multilib-lib64 =
All,
I'm having a problem building multilib for ppc64e5500. My local.conf
looks like this following:
require conf/multilib.conf
MULTILIBS = "multilib:lib64"
DEFAULTTUNE_virtclass-multilib-lib64 =
|
By
McClintock Matthew-B29882 <B29882@...>
·
#2890
·
|
|
Re: Minutes: Yocto Technical Team Meeting - (Tuesday, September 20, 2011 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US & Canada))
Thank you, Matthew!
Song
By
Liu, Song <song.liu@...>
·
#2889
·
|
|
Re: Minutes: Yocto Technical Team Meeting - (Tuesday, September 20, 2011 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US & Canada))
The conclusion here was that prelink is working in other 64bit
machines, so the powerpc64 issue is specific to that arch. Bug has
been filed to track the
The conclusion here was that prelink is working in other 64bit
machines, so the powerpc64 issue is specific to that arch. Bug has
been filed to track the
|
By
McClintock Matthew-B29882 <B29882@...>
·
#2888
·
|
|
Minutes: Yocto Technical Team Meeting - (Tuesday, September 27, 2011 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US & Canada))
Attendees:
Beth, Paul, Jessica, ScottR, Jeff, Matthew, Josh, Richard, Tom, Saul, Darren, Song, Bruce
Agenda
* Opens collection - 5 min (Song)
* Yocto 1.1 M4 status review and issues - 15 min
Attendees:
Beth, Paul, Jessica, ScottR, Jeff, Matthew, Josh, Richard, Tom, Saul, Darren, Song, Bruce
Agenda
* Opens collection - 5 min (Song)
* Yocto 1.1 M4 status review and issues - 15 min
|
By
Liu, Song <song.liu@...>
·
#2887
·
|
|
Re: MACHINE_EXTRA_* and MACHINE_ESSENTIAL_* documentation
I am currently crafting descriptions of these four variables plus the RDEPENDS and RRECOMMENDS variables. When I get them done I will distribute for discussion.
Thanks,
Scott
I am currently crafting descriptions of these four variables plus the RDEPENDS and RRECOMMENDS variables. When I get them done I will distribute for discussion.
Thanks,
Scott
|
By
Rifenbark, Scott M <scott.m.rifenbark@...>
·
#2886
·
|
|
Re: MACHINE_EXTRA_* and MACHINE_ESSENTIAL_* documentation
I pulled master and rebuilt using all 4 options. All 4 resulted in the
firmware packages being built and installed in the rootfs. Either
something changed in master since I tried this last, or my
I pulled master and rebuilt using all 4 options. All 4 resulted in the
firmware packages being built and installed in the rootfs. Either
something changed in master since I tried this last, or my
|
By
Darren Hart <darren.hart@...>
·
#2885
·
|
|
Re: MACHINE_EXTRA_* and MACHINE_ESSENTIAL_* documentation
Right. Its really there so people can flag modules to include (if
they're built as modules) so that is that difference.
Let me explain what should happen:
ESSENTIAL are ones which are required to
Right. Its really there so people can flag modules to include (if
they're built as modules) so that is that difference.
Let me explain what should happen:
ESSENTIAL are ones which are required to
|
By
Richard Purdie
·
#2884
·
|
|
Re: MACHINE_EXTRA_* and MACHINE_ESSENTIAL_* documentation
As Saul points out, these should be:
MACHINE_ESSENTIAL_EXTRA_*
Paul E. explained that RRECOMMENDS differs from RDEPENDS in that if a
RRECOMMENDS package is not available (because the providing
As Saul points out, these should be:
MACHINE_ESSENTIAL_EXTRA_*
Paul E. explained that RRECOMMENDS differs from RDEPENDS in that if a
RRECOMMENDS package is not available (because the providing
|
By
Darren Hart <darren.hart@...>
·
#2883
·
|
|
Re: ntpclient compile fail
<niqingliang@...> wrote:
If the CFLAGS are not taking effect from the Makefile are you over
ridding the value in the recipe? Can you point us at a copy of the
recipe you are using?
-M
<niqingliang@...> wrote:
If the CFLAGS are not taking effect from the Makefile are you over
ridding the value in the recipe? Can you point us at a copy of the
recipe you are using?
-M
|
By
McClintock Matthew-B29882 <B29882@...>
·
#2882
·
|
|
Re: QEMU nfs kernel panic
Hi Jack,
The minimal-dev image doesn't contain tcf-agent which is needed for any remote interaction. So can you build core-image-sato-sdk image and use it to boot up qemu, then your problem will be
Hi Jack,
The minimal-dev image doesn't contain tcf-agent which is needed for any remote interaction. So can you build core-image-sato-sdk image and use it to boot up qemu, then your problem will be
|
By
Zhang, Jessica
·
#2881
·
|
|
Re: rootfs-ramdisk error
<niqingliang@...> wrote:
Can you add a bug to bugzilla.yoctoproject.org to track this so we can
try to fix this for the 1.1 release?
-M
<niqingliang@...> wrote:
Can you add a bug to bugzilla.yoctoproject.org to track this so we can
try to fix this for the 1.1 release?
-M
|
By
McClintock Matthew-B29882 <B29882@...>
·
#2880
·
|
|
Re: QEMU nfs kernel panic
Ok, I managed to fix it. I needed to load the tun module to get it working. Maybe this should be added as a check in runqemu?
I am now having issues with connecting to the live image, I recieve a
Ok, I managed to fix it. I needed to load the tun module to get it working. Maybe this should be added as a check in runqemu?
I am now having issues with connecting to the live image, I recieve a
|
By
Jack Mitchell <ml@...>
·
#2879
·
|
|
QEMU nfs kernel panic
I am using the stock sysroot and arm kernel zImage downloaded from the yocto site. When I try to boot QEMU all is well until it tries to mount the nfs root filesystem. It can't find it and the kernel
I am using the stock sysroot and arm kernel zImage downloaded from the yocto site. When I try to boot QEMU all is well until it tries to mount the nfs root filesystem. It can't find it and the kernel
|
By
Jack Mitchell <ml@...>
·
#2878
·
|