|
Re: ERROR: QA Issue: No GNU_HASH in the elf binary
Looks like the order of packages (as shown in bitbake.conf) in PACKAGES variable is different in 1.3_M3 compared to Denzel.
In 1.3_M3, ${PN} package is last (that is comes after ${PN}-dev package)
Looks like the order of packages (as shown in bitbake.conf) in PACKAGES variable is different in 1.3_M3 compared to Denzel.
In 1.3_M3, ${PN} package is last (that is comes after ${PN}-dev package)
|
By
Saxena, Rahul <rahul.saxena@...>
·
#8848
·
|
|
Re: ERROR: QA Issue: No GNU_HASH in the elf binary
oe-core/meta/conf/bitbake.conf specifies the default package settings.
However the problem I seem to be seeing is that my recipe is not able to override the default.
However let me know if I should
oe-core/meta/conf/bitbake.conf specifies the default package settings.
However the problem I seem to be seeing is that my recipe is not able to override the default.
However let me know if I should
|
By
Saxena, Rahul <rahul.saxena@...>
·
#8847
·
|
|
Re: https://bugzilla.yoctoproject.org/show_bug.cgi?id=1649
FYI: new user stuck having to implement a bps found the description below about the extra demarcation between groups and partitions helpful. Now if only I knew which branches were partitions and
FYI: new user stuck having to implement a bps found the description below about the extra demarcation between groups and partitions helpful. Now if only I knew which branches were partitions and
|
By
Brian Lloyd <blloyd@...>
·
#8900
·
|
|
Re: ERROR: QA Issue: No GNU_HASH in the elf binary
Read oe-core/meta/conf/bitbake.conf.
--
Christopher Larson
Read oe-core/meta/conf/bitbake.conf.
--
Christopher Larson
|
By
Chris Larson <clarson@...>
·
#8846
·
|
|
Re: ERROR: QA Issue: No GNU_HASH in the elf binary
You are right, these are regular files and not symlinks and are ending up in usr/lib in packagename-dev package
However I want them to be in the regular package.
I do have the following statement in
You are right, these are regular files and not symlinks and are ending up in usr/lib in packagename-dev package
However I want them to be in the regular package.
I do have the following statement in
|
By
Saxena, Rahul <rahul.saxena@...>
·
#8845
·
|
|
Re: Toolchain rework, call for testing
I'm using OEBasicHash on one jenkins setup, but that one is still
building changes from 2 days ago.. (building 24/7.. )
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@...
I'm using OEBasicHash on one jenkins setup, but that one is still
building changes from 2 days ago.. (building 24/7.. )
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@...
|
By
Martin Jansa
·
#8844
·
|
|
Re: How does bitbake work
I'm not an expert, but here's some information that I believe is correct.
(If someone else knows better, please correct this...)
bitbake reads the entire set of recipe files that are specified by
the
I'm not an expert, but here's some information that I believe is correct.
(If someone else knows better, please correct this...)
bitbake reads the entire set of recipe files that are specified by
the
|
By
Tim Bird <tim.bird@...>
·
#8843
·
|
|
Re: ERROR: QA Issue: No GNU_HASH in the elf binary
this seems to be a proper file and not a symlink so firstly you have
.so in -dev packages
if you fix that it will work secondly if you intentionally want those
.so in -dev package
then
this seems to be a proper file and not a symlink so firstly you have
.so in -dev packages
if you fix that it will work secondly if you intentionally want those
.so in -dev package
then
|
By
Khem Raj
·
#8842
·
|
|
ERROR: QA Issue: No GNU_HASH in the elf binary
Hi,
I am using poky/1.3_M3 branch and I get a bunch of “ERROR: QA Issue: No GNU_HASH in the elf binary:”
My recipe is for installing binary files only.
I have the following statement in
Hi,
I am using poky/1.3_M3 branch and I get a bunch of “ERROR: QA Issue: No GNU_HASH in the elf binary:”
My recipe is for installing binary files only.
I have the following statement in
|
By
Saxena, Rahul <rahul.saxena@...>
·
#8841
·
|
|
Re: yocto-bsp create
Just back from vacation and getting to this...
Yeah, this is a known bug and was fixed by the yocto-bsp patchsets I
sent out just before I left. See the last entry in the bug below for
links to the
Just back from vacation and getting to this...
Yeah, this is a known bug and was fixed by the yocto-bsp patchsets I
sent out just before I left. See the last entry in the bug below for
links to the
|
By
Tom Zanussi <tom.zanussi@...>
·
#8840
·
|
|
Re: [OE-core] RFC: OE-Core task rework
...
I was seriously stumped by the presence of rpm in what I felt should have been a very basic image. If a task/group is targeted at lsb, it needs to have lsb plastered all over the name so the rest
...
I was seriously stumped by the presence of rpm in what I felt should have been a very basic image. If a task/group is targeted at lsb, it needs to have lsb plastered all over the name so the rest
|
By
Philip Balister
·
#8839
·
|
|
Re: Toolchain rework, call for testing
yes seems so. I have stopped using OEBasic long ago, you should stop
using it too.
But feel free to send a PR bump patchlet.
yes seems so. I have stopped using OEBasic long ago, you should stop
using it too.
But feel free to send a PR bump patchlet.
|
By
Khem Raj
·
#8836
·
|
|
Re: https://bugzilla.yoctoproject.org/show_bug.cgi?id=1649
Hrm, nah. Let's leave it and address it if someone else raises a
concern. I might be alone here.
With a UK architect it seemed presumptuous to do otherwise ;-)
Yeah... I think we need to kill config
Hrm, nah. Let's leave it and address it if someone else raises a
concern. I might be alone here.
With a UK architect it seemed presumptuous to do otherwise ;-)
Yeah... I think we need to kill config
|
By
Darren Hart <darren.hart@...>
·
#8837
·
|
|
Re: adding packages in my Yocto
Looks good to me, thanks.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
Looks good to me, thanks.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
|
By
Paul Eggleton
·
#8838
·
|
|
Re: adding packages in my Yocto
if there's no objection, i added how to add multiple packages as
well, just below that.
rday
--
========================================================================
Robert P. J. Day
if there's no objection, i added how to add multiple packages as
well, just below that.
rday
--
========================================================================
Robert P. J. Day
|
By
Robert P. J. Day
·
#8835
·
|
|
Re: adding packages in my Yocto
Fixed.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
Fixed.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
|
By
Paul Eggleton
·
#8834
·
|
|
Re: ia32-base.inc: Drop glibc --with-tls option, its now the only option for glibc
Seems clearly correct.
Acked-by: Darren Hart <dvhart@...>
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
Seems clearly correct.
Acked-by: Darren Hart <dvhart@...>
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
|
By
Darren Hart <darren.hart@...>
·
#8833
·
|
|
Re: Documenting the mailing lists.
Fair enough.
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Technical Lead - Linux Kernel
Fair enough.
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Technical Lead - Linux Kernel
|
By
Darren Hart <dvhart@...>
·
#8832
·
|
|
Re: adding packages in my Yocto
Good advice. A quick check of openembedded-core shows that gst-ffmpeg appears to be one of the packages available. Yes, definitely check the hob.
Good advice. A quick check of openembedded-core shows that gst-ffmpeg appears to be one of the packages available. Yes, definitely check the hob.
|
By
David Stewart
·
#8831
·
|
|
Re: adding packages in my Yocto
grrrrrr ... ^ "="
the "+=" is redundant.
rday
--
========================================================================
Robert P. J. Day Ottawa,
grrrrrr ... ^ "="
the "+=" is redundant.
rday
--
========================================================================
Robert P. J. Day Ottawa,
|
By
Robert P. J. Day
·
#8830
·
|