|
Re: [yocto-docs][PATCH] kernel-dev: Updates "Generating Configuration Files" section
wrote:
The point there being that someone reading the current manual and working
on the 1.5 releases, would find these proposed changes will fail. The
method being removed here would work on all
wrote:
The point there being that someone reading the current manual and working
on the 1.5 releases, would find these proposed changes will fail. The
method being removed here would work on all
|
By
Darren Hart <dvhart@...>
·
#18489
·
|
|
Re: [yocto-docs][PATCH] kernel-dev: Updates "Generating Configuration Files" section
Darren,
The way I work is if a change applies to a previous major release, then I cherry-pick the change onto the top of the branch for the previously released version. Otherwise, the change goes
Darren,
The way I work is if a change applies to a previous major release, then I cherry-pick the change onto the top of the branch for the previously released version. Otherwise, the change goes
|
By
Rifenbark, Scott M <scott.m.rifenbark@...>
·
#18492
·
|
|
Re: [yocto-docs][PATCH] kernel-dev: Updates "Generating Configuration Files" section
wrote:
Thank you for updating the documentation. Please Cc: the relevant parties
with patches to the list (the author for one, and a git log would reveal
Scott R. as the next obvious owner).
Scott,
wrote:
Thank you for updating the documentation. Please Cc: the relevant parties
with patches to the list (the author for one, and a git log would reveal
Scott R. as the next obvious owner).
Scott,
|
By
Darren Hart <dvhart@...>
·
#18483
·
|
|
Re: [yocto-docs][PATCH] kernel-dev: Updates "Generating Configuration Files" section
What you are saying is that the current method works for pre-1.6. And, the proposed changes from the patch apply only to 1.6 and on. I would apply the patch only to the "latest" version of the docs,
What you are saying is that the current method works for pre-1.6. And, the proposed changes from the patch apply only to 1.6 and on. I would apply the patch only to the "latest" version of the docs,
|
By
Rifenbark, Scott M <scott.m.rifenbark@...>
·
#18490
·
|
|
Re: [yocto-docs][PATCH] kernel-dev: Updates "Generating Configuration Files" section
Yes - the manual for 1.6 is only for that release. I would have to take separate steps to apply it to dora or Dylan branches.
Yes - the manual for 1.6 is only for that release. I would have to take separate steps to apply it to dora or Dylan branches.
|
By
Rifenbark, Scott M <scott.m.rifenbark@...>
·
#18484
·
|
|
[AUTOBUILDER][PATCH 4/4] yoctogit.py: set workdirs in _fetch and _fullClone
We use _fetch and _fullClone differently than initially intended.
If you trace through the code, there are around 6 entry points
for both and workdir needs to be set specifically for our
We use _fetch and _fullClone differently than initially intended.
If you trace through the code, there are around 6 entry points
for both and workdir needs to be set specifically for our
|
By
Elizabeth Flanagan <elizabeth.flanagan@...>
·
#18486
·
|
|
[AUTOBUILDER][PATCH 3/4] yoctogit.py: movecopy needs an incremental callback
We need to do an incremental before we copy or else, we're
essentially copying nothing.
Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@...>
---
We need to do an incremental before we copy or else, we're
essentially copying nothing.
Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@...>
---
|
By
Elizabeth Flanagan <elizabeth.flanagan@...>
·
#18485
·
|
|
[AUTOBUILDER][PATCH 2/4] yoctogit.py: movecopy doesn't care if it's updateable
movecopy really shouldn't care if it's updatable or not. It should
have an incremental callback in it to take care of that (it doesn't
though, which is part of the problem!)
Signed-off-by: Elizabeth
movecopy really shouldn't care if it's updatable or not. It should
have an incremental callback in it to take care of that (it doesn't
though, which is part of the problem!)
Signed-off-by: Elizabeth
|
By
Elizabeth Flanagan <elizabeth.flanagan@...>
·
#18487
·
|
|
[AUTOBUILDER][PATCH 1/4] BuildImages.py: core-image-basic name change support
Supports http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=b7f1cca517bbd4191828c6bae32e0c5041f1ff19
Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@...>
---
Supports http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=b7f1cca517bbd4191828c6bae32e0c5041f1ff19
Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@...>
---
|
By
Elizabeth Flanagan <elizabeth.flanagan@...>
·
#18488
·
|
|
Re: [AUTOBUILDER][PATCH] BuildImages.py: core-image-basic name change support
ignore this. updated patch in the works.
<elizabeth.flanagan@...> wrote:
--
Elizabeth Flanagan
Yocto Project
Build and Release
ignore this. updated patch in the works.
<elizabeth.flanagan@...> wrote:
--
Elizabeth Flanagan
Yocto Project
Build and Release
|
By
Flanagan, Elizabeth <elizabeth.flanagan@...>
·
#18482
·
|
|
[AUTOBUILDER][PATCH] BuildImages.py: core-image-basic name change support
Supports http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=b7f1cca517bbd4191828c6bae32e0c5041f1ff19
Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@...>
---
Supports http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=b7f1cca517bbd4191828c6bae32e0c5041f1ff19
Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@...>
---
|
By
Elizabeth Flanagan <elizabeth.flanagan@...>
·
#18481
·
|
|
[AUTOBUILDER][PATCH v2] yoctogit.py: Fix cp construction from source to build
This commit removes the mkdir from movecopy as it is not needed.
It also changes the workdir in barecopy and movecopy to
the source dir, as we can't alwas be sure that the destination
dir even
This commit removes the mkdir from movecopy as it is not needed.
It also changes the workdir in barecopy and movecopy to
the source dir, as we can't alwas be sure that the destination
dir even
|
By
Elizabeth Flanagan <elizabeth.flanagan@...>
·
#18480
·
|
|
[AUTOBUILDER][PATCH] yoctogit.py: remove trailing "/" is source dir
This commit removes the mkdir from movecopy as it is not needed.
It also changes the workdir in barecopy and movecopy to
the source dir, as we can't alwas be sure that the destination
dir even
This commit removes the mkdir from movecopy as it is not needed.
It also changes the workdir in barecopy and movecopy to
the source dir, as we can't alwas be sure that the destination
dir even
|
By
Elizabeth Flanagan <elizabeth.flanagan@...>
·
#18479
·
|
|
SysVinit and psplash
Hello all:
I am using yocto denzil release with an IGEPv2 (beagle board clone). It appears the init is ignoring my log level being set to quite and prints the run level 5 messages and they appear
Hello all:
I am using yocto denzil release with an IGEPv2 (beagle board clone). It appears the init is ignoring my log level being set to quite and prints the run level 5 messages and they appear
|
By
Kevin Evans <Kevin.Evans@...>
·
#18498
·
|
|
Re: [RFC] Blubber, a tool to set up yocto/poky projects easily
Hello Marc,
Yes indeed, it is quite a nice tool for doing the first part of the job. Thanks
for pointing out, will look into it more really soon.
Greetz
Josef/Leto
Hello Marc,
Yes indeed, it is quite a nice tool for doing the first part of the job. Thanks
for pointing out, will look into it more really soon.
Greetz
Josef/Leto
|
By
Josef Holzmayr <jholzmayr@...>
·
#18478
·
|
|
Re: [RFC] Blubber, a tool to set up yocto/poky projects easily
You should have a look at the 'repo' tool from the android
community. I think it already does part of what you're trying to do
here.
The freescale yocto bsp already uses
You should have a look at the 'repo' tool from the android
community. I think it already does part of what you're trying to do
here.
The freescale yocto bsp already uses
|
By
Marc Ferland <ferlandm@...>
·
#18477
·
|
|
Re: [RFC] Blubber, a tool to set up yocto/poky projects easily
Hello Chris
Yes. You're right. Makes me feel even worse about my python knowledge, but at
least it seems the topic is clarified now. Thanks for that!
Greetz
Josef/Leto
Hello Chris
Yes. You're right. Makes me feel even worse about my python knowledge, but at
least it seems the topic is clarified now. Thanks for that!
Greetz
Josef/Leto
|
By
Josef Holzmayr <jholzmayr@...>
·
#18476
·
|
|
Re: [RFC] Blubber, a tool to set up yocto/poky projects easily
On Mon, Mar 10, 2014 at 5:02 AM, Josef Holzmayr <jholzmayr@...> wrote:
Hello Alex,
> Alex J Lennon <ajlennon@...> hat am 10. März 2014 um 12:43
> geschrieben:
> fwiw I'd have thought myself that
On Mon, Mar 10, 2014 at 5:02 AM, Josef Holzmayr <jholzmayr@...> wrote:
Hello Alex,
> Alex J Lennon <ajlennon@...> hat am 10. März 2014 um 12:43
> geschrieben:
> fwiw I'd have thought myself that
|
By
Chris Larson <clarson@...>
·
#18475
·
|
|
Re: Autotools not configuring
Can anyone please tell whats wrong with the recipe and why am getting
this error?
--
Regards,
Sheerapthinath OS
Can anyone please tell whats wrong with the recipe and why am getting
this error?
--
Regards,
Sheerapthinath OS
|
By
sheerapthinath <sheerapthinath@...>
·
#18474
·
|
|
Re: Remote management of embedded devices
Alex,
By
Bryan Evenson
·
#18473
·
|