|
Re: trouble using a local kernel repo
One more workflow question: so to test my patch, I need to commit it to my real git repo, then push to the bare git repo, then rebuild Poky. When I find the inevitable problem, do I need to manually
One more workflow question: so to test my patch, I need to commit it to my real git repo, then push to the bare git repo, then rebuild Poky. When I find the inevitable problem, do I need to manually
|
By
Hollis Blanchard <hollis_blanchard@...>
·
#4876
·
|
|
Re: unable to add a new file to base-files recipe via bbappend
Hello Martin,
Thanks for the info.
Oops. Will bbappend to the above mentioned recipe.
Regards
Joshua
--
Joshua Immanuel
HiPro IT Solutions Private Limited
http://hipro.co.in
Hello Martin,
Thanks for the info.
Oops. Will bbappend to the above mentioned recipe.
Regards
Joshua
--
Joshua Immanuel
HiPro IT Solutions Private Limited
http://hipro.co.in
|
By
josh@hipro.co.in
·
#4875
·
|
|
Re: unable to add a new file to base-files recipe via bbappend
You need to set something like
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
for fetcher to look in ${PN} subdirectory of directory where
you have .bbappend
And you're bbappending wrong recipe,
You need to set something like
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
for fetcher to look in ${PN} subdirectory of directory where
you have .bbappend
And you're bbappending wrong recipe,
|
By
Martin Jansa
·
#4874
·
|
|
unable to add a new file to base-files recipe via bbappend
Hello all,
I added a base-files_3.0.14.bbappend file in my custom layer and
pointed the SRC_URI as follows
SRC_URI += "file://xorg.conf"
The xorg.conf file is at
Hello all,
I added a base-files_3.0.14.bbappend file in my custom layer and
pointed the SRC_URI as follows
SRC_URI += "file://xorg.conf"
The xorg.conf file is at
|
By
josh@hipro.co.in
·
#4873
·
|
|
Perl build failure
Hi,
I'm attempting to build the head of the master branch, targeting
core-image-minimal on qemux86 with an up to date Ubuntu 10.04 32-bit system.
I am getting the following error from
Hi,
I'm attempting to build the head of the master branch, targeting
core-image-minimal on qemux86 with an up to date Ubuntu 10.04 32-bit system.
I am getting the following error from
|
By
Martyn Welch <martyn.welch@...>
·
#4872
·
|
|
Re: The sysroot location in eclipse plugin?
Ni Qingliang wrote on 2012-02-17:
In case you need another target sysroot which is different from the sysroot defined in the environment files.
Best Regards,
Lianhao
Ni Qingliang wrote on 2012-02-17:
In case you need another target sysroot which is different from the sysroot defined in the environment files.
Best Regards,
Lianhao
|
By
Lu, Lianhao <lianhao.lu@...>
·
#4871
·
|
|
Re: The sysroot location in eclipse plugin?
thanks! another question:
why I must specify the sysroot location in eclipse plugin? the
environment-setup has it already.
--
Yi
thanks! another question:
why I must specify the sysroot location in eclipse plugin? the
environment-setup has it already.
--
Yi
|
By
niqingliang
·
#4870
·
|
|
Re: The sysroot location in eclipse plugin?
Ni Qingliang wrote on 2012-02-17:
The eclipse-plugin by default assumes the user using the same target sysroot for both cross compiling and qemu launching. So this requires the target sysroot having
Ni Qingliang wrote on 2012-02-17:
The eclipse-plugin by default assumes the user using the same target sysroot for both cross compiling and qemu launching. So this requires the target sysroot having
|
By
Lu, Lianhao <lianhao.lu@...>
·
#4869
·
|
|
The sysroot location in eclipse plugin?
the environment-setup file in build tree had defined CFLAGS and CXXFLAGS
which include the sysroot argument(<build_tree>/tmp/sysroots/<machine>).
Do we must specify the sysroot location in the
the environment-setup file in build tree had defined CFLAGS and CXXFLAGS
which include the sysroot argument(<build_tree>/tmp/sysroots/<machine>).
Do we must specify the sysroot location in the
|
By
niqingliang
·
#4868
·
|
|
Re: [eclipse-plugin]: ADT version too old
thanks, I found the problem, I have setup one new meta layer, and use a
new distro (new name and new version), but the eclipse-plugin is only
for native poky distro, and will check if the version is
thanks, I found the problem, I have setup one new meta layer, and use a
new distro (new name and new version), but the eclipse-plugin is only
for native poky distro, and will check if the version is
|
By
niqingliang
·
#4867
·
|
|
Re: [eclipse-plugin]: ADT version too old
Ni Qingliang wrote on 2012-02-17:
Looks like you're using the 1.1 eclipse plugin against the 1.1+snapshot poky. You may manually change the OECORE_SDK_VERSION in the environment file as a workaround.
Ni Qingliang wrote on 2012-02-17:
Looks like you're using the 1.1 eclipse plugin against the 1.1+snapshot poky. You may manually change the OECORE_SDK_VERSION in the environment file as a workaround.
|
By
Lu, Lianhao <lianhao.lu@...>
·
#4866
·
|
|
Re: [eclipse-plugin]: ADT version too old
and there is no use to change DISTRO_VERSION in
<build_tree>/tmp/tmp/environment-setup-ppc603e-insigma-linux.
--
Yi Qingliang
niqingliang@...
https://niqingliang2003.wordpress.com
and there is no use to change DISTRO_VERSION in
<build_tree>/tmp/tmp/environment-setup-ppc603e-insigma-linux.
--
Yi Qingliang
niqingliang@...
https://niqingliang2003.wordpress.com
|
By
niqingliang
·
#4865
·
|
|
[eclipse-plugin]: ADT version too old
I'm using the ecipse-plugin:
http://autobuilder.yoctoproject.org/pub/nightly/20120216-2/eclipse-plugin/indigo/org.yocto.sdk-rc1-201202161547-archive.zip
my build tree is following the latest yocto
I'm using the ecipse-plugin:
http://autobuilder.yoctoproject.org/pub/nightly/20120216-2/eclipse-plugin/indigo/org.yocto.sdk-rc1-201202161547-archive.zip
my build tree is following the latest yocto
|
By
niqingliang
·
#4864
·
|
|
Re: trouble using a local kernel repo
It's a build system thing, what can I say ? When you are working with
the raw tree, and your own cross compiler, that's absolutely the
workflow. It's the same as having to write recipes versus
It's a build system thing, what can I say ? When you are working with
the raw tree, and your own cross compiler, that's absolutely the
workflow. It's the same as having to write recipes versus
|
By
Bruce Ashfield <bruce.ashfield@...>
·
#4863
·
|
|
Re: trouble using a local kernel repo
Hmm, I'm not at all a git expert, but I thought common practice was to clone the upstream git tree, then create local branches that track the upstream ones. I've never seen any directions say "first
Hmm, I'm not at all a git expert, but I thought common practice was to clone the upstream git tree, then create local branches that track the upstream ones. I've never seen any directions say "first
|
By
Hollis Blanchard <hollis_blanchard@...>
·
#4862
·
|
|
Re: trouble using a local kernel repo
The point is that the tree is local to your machine, but it doesn't
have to be. You may only have push, not direct commit access. It's
really not asking for anything that isn't already common
The point is that the tree is local to your machine, but it doesn't
have to be. You may only have push, not direct commit access. It's
really not asking for anything that isn't already common
|
By
Bruce Ashfield <bruce.ashfield@...>
·
#4861
·
|
|
Re: trouble using a local kernel repo
Do I want to do my development in a different tree? Are you sure? ;)
I don't need to scale to hundreds of branches -- I just have one small patch I wanted to test. I already have it in a "clean" tree
Do I want to do my development in a different tree? Are you sure? ;)
I don't need to scale to hundreds of branches -- I just have one small patch I wanted to test. I already have it in a "clean" tree
|
By
Hollis Blanchard <hollis_blanchard@...>
·
#4860
·
|
|
Re: trouble using a local kernel repo
That's the problem. I have a patch that detects this and abort is a non
bare upstream is used. I just need to send them .. which I'll do when
I get back to my desk next week.
There are two reason for
That's the problem. I have a patch that detects this and abort is a non
bare upstream is used. I just need to send them .. which I'll do when
I get back to my desk next week.
There are two reason for
|
By
Bruce Ashfield <bruce.ashfield@...>
·
#4859
·
|
|
Re: trouble using a local kernel repo
On 02/16/2012 02:11 PM, Bruce Ashfield wrote: I ran this:
[snip]
As you can tell from my clone command above, it is a non-bare clone (though I have no idea what that actually
On 02/16/2012 02:11 PM, Bruce Ashfield wrote: I ran this:
[snip]
As you can tell from my clone command above, it is a non-bare clone (though I have no idea what that actually
|
By
Hollis Blanchard <hollis_blanchard@...>
·
#4858
·
|
|
Re: trouble using a local kernel repo
I just sent a reply with this. We crossed on the 'net. I have changes
to detect and report this, but yes, it would be the clone tripping us
up. I've never seen the heads vs head change, but all my
I just sent a reply with this. We crossed on the 'net. I have changes
to detect and report this, but yes, it would be the clone tripping us
up. I've never seen the heads vs head change, but all my
|
By
Bruce Ashfield <bruce.ashfield@...>
·
#4857
·
|