|
[PATCH 0/1] linux-libc-headers-yocto: disable device tree generation
Richard/Saul,
This fixed the error picked up overnight where the libc-headers
fails because there is no dtb to install.
Note: this could have been fixed by factoring out the include
of linux-dtb.inc
Richard/Saul,
This fixed the error picked up overnight where the libc-headers
fails because there is no dtb to install.
Note: this could have been fixed by factoring out the include
of linux-dtb.inc
|
By
Bruce Ashfield <bruce.ashfield@...>
·
#985
·
|
|
Re: Where is 'my' defconfig ?
In case anyone isn't sure which document Bruce is refering to:
http://www.yoctoproject.org/sites/default/files/kernel-manual_9.pdf
--
Darren Hart
Intel Open Source Technology Center
Yocto Project
In case anyone isn't sure which document Bruce is refering to:
http://www.yoctoproject.org/sites/default/files/kernel-manual_9.pdf
--
Darren Hart
Intel Open Source Technology Center
Yocto Project
|
By
Darren Hart <dvhart@...>
·
#983
·
|
|
Re: bios upgrade for blacksand with N450 ?
Looking into it.
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
Looking into it.
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
|
By
Darren Hart <dvhart@...>
·
#982
·
|
|
Re: Some nightly build failures on autobuilder (on commit b9a97e07, namely, "Revert part of the unpack change...")
Mark Hatle wrote:
Hi Mark, I can't reproduce the issue locally. :-(
Looks there are special conditions on autobuilder that make the issue occur.
Thanks,
-- Dexuan
Mark Hatle wrote:
Hi Mark, I can't reproduce the issue locally. :-(
Looks there are special conditions on autobuilder that make the issue occur.
Thanks,
-- Dexuan
|
By
Cui, Dexuan <dexuan.cui@...>
·
#981
·
|
|
Re: Some nightly build failures on autobuilder (on commit b9a97e07, namely, "Revert part of the unpack change...")
Cui, Dexuan wrote:
Sorry for the typo: I meant my local mips build, rather than ppc build.
Thanks,
-- Dexuan
Cui, Dexuan wrote:
Sorry for the typo: I meant my local mips build, rather than ppc build.
Thanks,
-- Dexuan
|
By
Cui, Dexuan <dexuan.cui@...>
·
#980
·
|
|
Re: Some nightly build failures on autobuilder (on commit b9a97e07, namely, "Revert part of the unpack change...")
I've not seen this error. The code in question would be located in
meta/classes/package.bbclass. There are only a couple of locations in there
that we switched to the 'tar' method of copying.
Is
I've not seen this error. The code in question would be located in
meta/classes/package.bbclass. There are only a couple of locations in there
that we switched to the 'tar' method of copying.
Is
|
By
Mark Hatle <mark.hatle@...>
·
#979
·
|
|
Re: Some nightly build failures on autobuilder (on commit b9a97e07, namely, "Revert part of the unpack change...")
Cui, Dexuan wrote:
hmmm, I can't reproduce the issue in my local ppc build with the same commit...
Thanks,
-- Dexuan
Cui, Dexuan wrote:
hmmm, I can't reproduce the issue in my local ppc build with the same commit...
Thanks,
-- Dexuan
|
By
Cui, Dexuan <dexuan.cui@...>
·
#978
·
|
|
Re: Some nightly build failures on autobuilder (on commit b9a97e07, namely, "Revert part of the unpack change...")
And to follow up, I've got this one will open an issue and send
a change once my build machine gets done churning itself up
to show me the problem here.
Bruce
And to follow up, I've got this one will open an issue and send
a change once my build machine gets done churning itself up
to show me the problem here.
Bruce
|
By
Bruce Ashfield <bruce.ashfield@...>
·
#977
·
|
|
Re: Some nightly build failures on autobuilder (on commit b9a97e07, namely, "Revert part of the unpack change...")
Interesting. This would be due to the factoring of dtb
processing into a standalone include file. Should be
easy enough to track down. I'll have a look at this one.
Bruce
Interesting. This would be due to the factoring of dtb
processing into a standalone include file. Should be
easy enough to track down. I'll have a look at this one.
Bruce
|
By
Bruce Ashfield <bruce.ashfield@...>
·
#976
·
|
|
Some nightly build failures on autobuilder (on commit b9a97e07, namely, "Revert part of the unpack change...")
1) Building qemumips meta-toolchain-sdk failed:
http://autobuilder.pokylinux.org:8010/builders/nightly-external/builds/35/steps/shell_26/logs/stdio
eglibc's do_package failed:
ERROR: Error executing
1) Building qemumips meta-toolchain-sdk failed:
http://autobuilder.pokylinux.org:8010/builders/nightly-external/builds/35/steps/shell_26/logs/stdio
eglibc's do_package failed:
ERROR: Error executing
|
By
Cui, Dexuan <dexuan.cui@...>
·
#975
·
|
|
Re: Where is 'my' defconfig ?
A defconfig is constructed on the fly for each board, using
a series of inherited configuration values that are grouped
to provide some sort of useful functionality. On top of being
useful, they
A defconfig is constructed on the fly for each board, using
a series of inherited configuration values that are grouped
to provide some sort of useful functionality. On top of being
useful, they
|
By
Bruce Ashfield <bruce.ashfield@...>
·
#974
·
|
|
bios upgrade for blacksand with N450 ?
Hi,
I got one of the blacksand boards with N450 that were given away at
the ELC, and I am wondering if there happens to be a bios upgrade for
it (or at least make the bios a little bit less chatty
Hi,
I got one of the blacksand boards with N450 that were given away at
the ELC, and I am wondering if there happens to be a bios upgrade for
it (or at least make the bios a little bit less chatty
|
By
Frans Meulenbroeks <fransmeulenbroeks@...>
·
#973
·
|
|
Re: Master build error caused a small typo by commit today : fetch2: unpack revision
I verified, I'm not getting this error on a clean checkout of Poky. So the
issue has been reverted by going back to the 'cp'
I'll work on figuring out what the issue is and resolve it.
--Mark
I verified, I'm not getting this error on a clean checkout of Poky. So the
issue has been reverted by going back to the 'cp'
I'll work on figuring out what the issue is and resolve it.
--Mark
|
By
Mark Hatle <mark.hatle@...>
·
#972
·
|
|
Where is 'my' defconfig ?
I've created my own machine ('MyMachine') that has virtual/kernel set to 'linux-yocto-stable'. I would now like to change the kernel configuration to enable some drivers that aren't enabled by
I've created my own machine ('MyMachine') that has virtual/kernel set to 'linux-yocto-stable'. I would now like to change the kernel configuration to enable some drivers that aren't enabled by
|
By
Chris Tapp
·
#971
·
|
|
Re: Master build error caused a small typo by commit today : fetch2: unpack revision
Hi, Scott and Mark,
After fixing the typo, we'll meet another error relates to the tar/untar change for preserving the hard link (mark's comments). I wrote it in another letter as below.
If we revert
Hi, Scott and Mark,
After fixing the typo, we'll meet another error relates to the tar/untar change for preserving the hard link (mark's comments). I wrote it in another letter as below.
If we revert
|
By
Ke, Liping <liping.ke@...>
·
#970
·
|
|
Re: Master build error caused a small typo by commit today : fetch2: unpack revision
I managed to catch Richard on IRC about an hour ago and he pushed a fix to master.
Scott
--
Scott Garman
Embedded Linux Engineer - Yocto Project
Intel Open Source Technology Center
I managed to catch Richard on IRC about an hour ago and he pushed a fix to master.
Scott
--
Scott Garman
Embedded Linux Engineer - Yocto Project
Intel Open Source Technology Center
|
By
Scott Garman <scott.a.garman@...>
·
#969
·
|
|
Re: Master build error caused a small typo by commit today : fetch2: unpack revision
Yes, this is the correct fix. Nobody has been around today to push the fix into
the tree however.
It was a simple typo.
--Mark
Yes, this is the correct fix. Nobody has been around today to push the fix into
the tree however.
It was a simple typo.
--Mark
|
By
Mark Hatle <mark.hatle@...>
·
#968
·
|
|
Re: Master build error caused a small typo by commit today : fetch2: unpack revision
Does not changing this "%d" to "%s" work?
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded
Does not changing this "%d" to "%s" work?
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded
|
By
Gary Thomas
·
#967
·
|
|
Re: Master build error caused a small typo by commit today : fetch2: unpack revision
The problem is that people can hit things like this:
| NOTE: Unpacking /OE/tentacle/sources/angstrom-layers/BSP/TI/recipes-bsp/linux/linux-omap-psp-2.6.32/beagleboard/defconfig to
The problem is that people can hit things like this:
| NOTE: Unpacking /OE/tentacle/sources/angstrom-layers/BSP/TI/recipes-bsp/linux/linux-omap-psp-2.6.32/beagleboard/defconfig to
|
By
Koen Kooi
·
#966
·
|
|
Re: Master build error caused a small typo by commit today : fetch2: unpack revision
We can revert the change. But the reason for it is tar preserves hard links,
while cp does not.
So if a directory being copied contain foo, foo1, foo2, and foo3 all hardlinks
of each other, they
We can revert the change. But the reason for it is tar preserves hard links,
while cp does not.
So if a directory being copied contain foo, foo1, foo2, and foo3 all hardlinks
of each other, they
|
By
Mark Hatle <mark.hatle@...>
·
#965
·
|