|
Re: IMAGE_INSTALL_append workflow
here's a test i made based on nothing but fetching. using oe-core,
i selected qemuarm, added this line at the bottom of my local.conf:
IMAGE_INSTALL_append = " sysfsutils strace"
and ran
$
here's a test i made based on nothing but fetching. using oe-core,
i selected qemuarm, added this line at the bottom of my local.conf:
IMAGE_INSTALL_append = " sysfsutils strace"
and ran
$
|
By
Robert P. J. Day
·
#10681
·
|
|
Re: Need for offline binary configuration
Looking for comments. Thanks
________________________________________
Sent: Thursday, November 22, 2012 12:59 AM
To: Venkata ramana gollamudi
Cc: yocto@...; Sanil kumar; Hatle, Mark;
Looking for comments. Thanks
________________________________________
Sent: Thursday, November 22, 2012 12:59 AM
To: Venkata ramana gollamudi
Cc: yocto@...; Sanil kumar; Hatle, Mark;
|
By
Venkata ramana gollamudi <ramana.gollamudi@...>
·
#10680
·
|
|
Re: IMAGE_INSTALL_append workflow
Since it's confirmed from different people, I think it would be better to report
it using bugzilla. I guess that it's not an intended behaviour/feature of
bitbake. Please inform the bug number so that
Since it's confirmed from different people, I think it would be better to report
it using bugzilla. I guess that it's not an intended behaviour/feature of
bitbake. Please inform the bug number so that
|
By
Eren Türkay <eren@...>
·
#10679
·
|
|
Re: Preempt-rt kernel build for beagleboard
Correct. If you don't have any board specific patches, working with
an existing branch in the tree is fine.
Also note that the yocto-bsp tool allows the extension of an existing
BSP or kernel to a
Correct. If you don't have any board specific patches, working with
an existing branch in the tree is fine.
Also note that the yocto-bsp tool allows the extension of an existing
BSP or kernel to a
|
By
Bruce Ashfield <bruce.ashfield@...>
·
#10674
·
|
|
[PATCH 4/4] Do not rely on AbstractHostShellOutputReader for waiting for command outputs
- AbstractHostShellReader is designed such that it will block in a read from the pipeline when the command is finished its execution, therefore we should not wait for this variable to be set because
- AbstractHostShellReader is designed such that it will block in a read from the pipeline when the command is finished its execution, therefore we should not wait for this variable to be set because
|
By
Ioana Grigoropol <ioanax.grigoropol@...>
·
#10678
·
|
|
[PATCH 3/4] Fix bitbake session by disabling sanity checks
- when creating a shell session for Bitbake, we cannot run "bitbake -e -b recipe.bb" just by setting DISABLE_SANITY_CHECKS=1; we must first append DISABLE_SANITY_CHECKS to
- when creating a shell session for Bitbake, we cannot run "bitbake -e -b recipe.bb" just by setting DISABLE_SANITY_CHECKS=1; we must first append DISABLE_SANITY_CHECKS to
|
By
Ioana Grigoropol <ioanax.grigoropol@...>
·
#10677
·
|
|
[PATCH 2/4] Fix md5sum & sha256sum pattern checks
Signed-off-by: Ioana Grigoropol <ioanax.grigoropol@...>
---
.../ui/wizards/NewBitBakeFileRecipeWizardPage.java | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git
Signed-off-by: Ioana Grigoropol <ioanax.grigoropol@...>
---
.../ui/wizards/NewBitBakeFileRecipeWizardPage.java | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git
|
By
Ioana Grigoropol <ioanax.grigoropol@...>
·
#10676
·
|
|
[PATCH 1/4] Fix remote deletion of files
- when deleting a file from a remote directory use the URI and not the location of the file which is null
Signed-off-by: Ioana Grigoropol <ioanax.grigoropol@...>
---
- when deleting a file from a remote directory use the URI and not the location of the file which is null
Signed-off-by: Ioana Grigoropol <ioanax.grigoropol@...>
---
|
By
Ioana Grigoropol <ioanax.grigoropol@...>
·
#10675
·
|
|
Re: Forcing native binaries to build as 32-bit on a 64-bit host OS?
Sorry for the delay in replying. I've not had to do this myself but I suspect
something like this might do it:
BUILD_ARCH = "i686"
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology
Sorry for the delay in replying. I've not had to do this myself but I suspect
something like this might do it:
BUILD_ARCH = "i686"
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology
|
By
Paul Eggleton
·
#10673
·
|
|
Re: IMAGE_INSTALL_append workflow
Jonas Jonsson L <jonas.l.jonsson@...> a écrit :
that seems to work the first time you add something using
IMAGE_INSTALL_append.
Then it fails when you add packages later (bitbake wants to
Jonas Jonsson L <jonas.l.jonsson@...> a écrit :
that seems to work the first time you add something using
IMAGE_INSTALL_append.
Then it fails when you add packages later (bitbake wants to
|
By
Eric Bénard <eric@...>
·
#10672
·
|
|
Re: IMAGE_INSTALL_append workflow
I can also confirm this.
A package (I've tried with diffutils & bash) must be built separately before it's added to an image via IMAGE_INSTALL_append.
/Jonas - fetched poky today
I can also confirm this.
A package (I've tried with diffutils & bash) must be built separately before it's added to an image via IMAGE_INSTALL_append.
/Jonas - fetched poky today
|
By
Jonas Jonsson L <jonas.l.jonsson@...>
·
#10671
·
|
|
Re: IMAGE_INSTALL_append workflow
Thank you, Eric, for the confirmation.
Just to clarify for anyone following along: the problem isn't with
bash or trace-cmd themselves. If I perform the same steps but use
'bash' first, then
Thank you, Eric, for the confirmation.
Just to clarify for anyone following along: the problem isn't with
bash or trace-cmd themselves. If I perform the same steps but use
'bash' first, then
|
By
Trevor Woerner
·
#10670
·
|
|
Re: IMAGE_INSTALL_append workflow
Hi Trevor,
Trevor Woerner <twoerner@...> a écrit :
I confirm the problem when following this procedure step by step.
with bitbake -e we see that bash is in RDEPENDS and in IMAGE_INSTALL
with
Hi Trevor,
Trevor Woerner <twoerner@...> a écrit :
I confirm the problem when following this procedure step by step.
with bitbake -e we see that bash is in RDEPENDS and in IMAGE_INSTALL
with
|
By
Eric Bénard <eric@...>
·
#10669
·
|
|
Preempt-rt kernel build for beagleboard
I started looking at Yocto 2 weeks back. Despite the complexity in kernel building, I found it quite hard to locate information on preempt-rt build. I was trying to build linux-yocto-rt for
I started looking at Yocto 2 weeks back. Despite the complexity in kernel building, I found it quite hard to locate information on preempt-rt build. I was trying to build linux-yocto-rt for
|
By
Yu Pan <panyu2000@...>
·
#10668
·
|
|
Re: does meta-intel/meta-tlk layer require a README.sources file?
It's probably worth adding basically this as the README so that anyone
who comes across it knows what it is.
Ross
It's probably worth adding basically this as the README so that anyone
who comes across it knows what it is.
Ross
|
By
Burton, Ross <ross.burton@...>
·
#10667
·
|
|
Re: Best way to support multiple versions of Poky?
* Burton, Ross <ross.burton@...> [121126 14:58]:
At ChargeStorm we're using a similar scheme to Guacamayo, i.e. we have
our repo with our recipes, bsp's, distro config etc. in our
* Burton, Ross <ross.burton@...> [121126 14:58]:
At ChargeStorm we're using a similar scheme to Guacamayo, i.e. we have
our repo with our recipes, bsp's, distro config etc. in our
|
By
Anders Darander
·
#10666
·
|
|
Re: IMAGE_INSTALL_append workflow
No, it is not related, this problem doesn't need any fancy
configuration features. This problem is reproducible
with just the plain qemux86 machine and the core-image-minimal image.
Also, before my
No, it is not related, this problem doesn't need any fancy
configuration features. This problem is reproducible
with just the plain qemux86 machine and the core-image-minimal image.
Also, before my
|
By
Trevor Woerner
·
#10665
·
|
|
some questions when writing recipes
Dear all,
I'm learning how to write a recipe recently and I wrote a recipe to build a package from source code.And now I want to add an function to the recipe to make it just unpack the binary and
Dear all,
I'm learning how to write a recipe recently and I wrote a recipe to build a package from source code.And now I want to add an function to the recipe to make it just unpack the binary and
|
By
"Liu <treebody@...>
·
#10664
·
|
|
Re: Wiki Main page terrible sparse
Hi Maxin - it would be good to coordinate your effort with the rest of
the community. Can you let us know what you have in mind before
starting?
Also, please let me know if you have trouble with
Hi Maxin - it would be good to coordinate your effort with the rest of
the community. Can you let us know what you have in mind before
starting?
Also, please let me know if you have trouble with
|
By
Jeff Osier-Mixon <jefro@...>
·
#10663
·
|
|
Re: IMAGE_INSTALL_append workflow
Thank you so much for having a crack at this. Your results have allowed me to dig a bit deeper into this issue.
I'm still trying to narrow down the exact issue but here's what I have so far.
I'm
Thank you so much for having a crack at this. Your results have allowed me to dig a bit deeper into this issue.
I'm still trying to narrow down the exact issue but here's what I have so far.
I'm
|
By
Trevor Woerner
·
#10662
·
|