|
Re: Creating a core-image-minimal image with package support
Paul,
By
Bryan Evenson
·
#15329
·
|
|
Re: Integrate java with yocto
Hi Luo,
Thanks .Now I got the solution.
--
Regards
Aman
Hi Luo,
Thanks .Now I got the solution.
--
Regards
Aman
|
By
Aman Sharma <amansh.sharma5@...>
·
#15328
·
|
|
Re: any ETA for when the downloadable toolchains will be updated?
They're actually quite different because one is a buildout of
meta-toolchain-gmae and the other is created with core-image-sato -c
populate_sdk. When LAYERVERSION_core is > 1 we build
They're actually quite different because one is a buildout of
meta-toolchain-gmae and the other is created with core-image-sato -c
populate_sdk. When LAYERVERSION_core is > 1 we build
|
By
Flanagan, Elizabeth <elizabeth.flanagan@...>
·
#15327
·
|
|
Re: Integrate java with yocto
Hi Luo,
Thanks for your response.
We have successfully installed java through yocto utility.But I want to conform whether Curl package is by default installed in this utility or not. I am not sure
Hi Luo,
Thanks for your response.
We have successfully installed java through yocto utility.But I want to conform whether Curl package is by default installed in this utility or not. I am not sure
|
By
Aman Sharma <amansh.sharma5@...>
·
#15326
·
|
|
Re: Creating a core-image-minimal image with package support
Er, I'm a bit confused. Weren't you already doing this in your original
example? Is this a case where it fails in danny but not in dylan?
Cheers,
Paul
--
Paul Eggleton
Intel Open Source
Er, I'm a bit confused. Weren't you already doing this in your original
example? Is this a case where it fails in danny but not in dylan?
Cheers,
Paul
--
Paul Eggleton
Intel Open Source
|
By
Paul Eggleton
·
#15325
·
|
|
Re: Unhandled dependency checking
Hi Wolfgang,
It's true that specifically for the kernel we have no intrinsic way of
verifying from the recipe that appropriate kernel functionality is enabled. It
probably wouldn't be too hard to
Hi Wolfgang,
It's true that specifically for the kernel we have no intrinsic way of
verifying from the recipe that appropriate kernel functionality is enabled. It
probably wouldn't be too hard to
|
By
Paul Eggleton
·
#15324
·
|
|
Unhandled dependency checking
Hello,
I'm looking ofr a good way to deal with some build breakages caused by
missing dependency checking.
The problem: some packages require certain capabilities, without
checking for these, and
Hello,
I'm looking ofr a good way to deal with some build breakages caused by
missing dependency checking.
The problem: some packages require certain capabilities, without
checking for these, and
|
By
Wolfgang Denk <wd@...>
·
#15323
·
|
|
Re: [meta-raspberrypi] Read-Only RootFS is not read only
Hi Rich,
It sounds like it's working incorrectly. Since meta-raspberrypi constructs the
SD card image using its own custom class I wonder if it has anything to do
with that. Andrei, do you know
Hi Rich,
It sounds like it's working incorrectly. Since meta-raspberrypi constructs the
SD card image using its own custom class I wonder if it has anything to do
with that. Andrei, do you know
|
By
Paul Eggleton
·
#15322
·
|
|
Re: Network booting
It probably depends on the BIOS, iirc, standard PXE does not support
anything other than tfpt, but you can probably configure the IP settings
manually, and I think the bios on the machine I was
It probably depends on the BIOS, iirc, standard PXE does not support
anything other than tfpt, but you can probably configure the IP settings
manually, and I think the bios on the machine I was
|
By
Tomas Frydrych <tf+lists.yocto@...>
·
#15321
·
|
|
Re: Network booting
Hi Thomas,
My case is a bit more complicated as I also can't have non-secure (t)ftp! Are you saying that PXE can work without DHCP/BOOTP?
I think this could be made a general use-case. A meta-layer
Hi Thomas,
My case is a bit more complicated as I also can't have non-secure (t)ftp! Are you saying that PXE can work without DHCP/BOOTP?
I think this could be made a general use-case. A meta-layer
|
By
Chris Tapp
·
#15320
·
|
|
Re: Network booting
Depends on the bios, if your machine's bios supports PXE, then you do
not need ipxe, just a tftp server set up on the LAN that serves PXELinux.
I am wondering if having a thin meta-pxe layer would be
Depends on the bios, if your machine's bios supports PXE, then you do
not need ipxe, just a tftp server set up on the LAN that serves PXELinux.
I am wondering if having a thin meta-pxe layer would be
|
By
Tomas Frydrych <tf+lists.yocto@...>
·
#15319
·
|
|
Re: [meta-selinux][PATCH 1/1] policycoreutils: fix genhomedircon construction
This patch and the related audit patch have been applied to both master and dylan branches. Thanks!
--Mark
This patch and the related audit patch have been applied to both master and dylan branches. Thanks!
--Mark
|
By
Mark Hatle <mark.hatle@...>
·
#15318
·
|
|
Re: meta-selinux make ALLOW_EMPTY package specific
My apologies, I thought this had been integrated already. A similar patch has been pushed to the repository for the 'master' branch. I have not yet validated the dylan, but as you indicated it
My apologies, I thought this had been integrated already. A similar patch has been pushed to the repository for the 'master' branch. I have not yet validated the dylan, but as you indicated it
|
By
Mark Hatle <mark.hatle@...>
·
#15317
·
|
|
Re: [meta-selinux][PATCH] Fix QA Issue reported by running bitbake
Ahh I had a local version of this patch that I thought had been previously pushed.
I've synced this and a few other changes and pushed to the meta-selinux repository.
'master' should now be current
Ahh I had a local version of this patch that I thought had been previously pushed.
I've synced this and a few other changes and pushed to the meta-selinux repository.
'master' should now be current
|
By
Mark Hatle <mark.hatle@...>
·
#15316
·
|
|
Re: Trying to add new recipe - getting QA error I don't understand
On Jul 31, 2013, at 9:35 PM, Khem Raj <raj.khem@...> wrote:
uci.bb
Doubting that I can use Poky, or doubting that Poky will conflict with TI's arago? Or doubting that using 1.3 has any relevance to
On Jul 31, 2013, at 9:35 PM, Khem Raj <raj.khem@...> wrote:
uci.bb
Doubting that I can use Poky, or doubting that Poky will conflict with TI's arago? Or doubting that using 1.3 has any relevance to
|
By
Brad Litterell <bradl@...>
·
#15315
·
|
|
Re: Network booting
Hi Tomas,
Thanks, these look very useful.
I think it is ;-) I think I'll still need to use ipxe as I need to be able to boot without DHCP support as well.
Chris
Hi Tomas,
Thanks, these look very useful.
I think it is ;-) I think I'll still need to use ipxe as I need to be able to boot without DHCP support as well.
Chris
|
By
Chris Tapp
·
#15314
·
|
|
Re: Creating a core-image-minimal image with package support
By
Bryan Evenson
·
#15313
·
|
|
Re: Network booting
Hi Paul,
I'm running on Cedartrail, so this will probably work nearly as-is. Thanks.
I need to use http rather then tftp, but that looks simple enough to do.
I think I need to add a new image so
Hi Paul,
I'm running on Cedartrail, so this will probably work nearly as-is. Thanks.
I need to use http rather then tftp, but that looks simple enough to do.
I think I need to add a new image so
|
By
Chris Tapp
·
#15312
·
|
|
Re: Creating a core-image-minimal image with package support
If I follow the instructions in Yocto's quick-start-guide and perform
a simple build of core-image-minimal using today's master and make
almost no changes to the configuration (other than to switch to
If I follow the instructions in Yocto's quick-start-guide and perform
a simple build of core-image-minimal using today's master and make
almost no changes to the configuration (other than to switch to
|
By
Trevor Woerner <trevor.woerner@...>
·
#15311
·
|
|
[meta-selinux][PATCH 1/1] policycoreutils: fix genhomedircon construction
CQID: 418197
Reference /usr/sbin instead of the directory into which
the script is installed on the host.
Signed-off-by: Joe Slater <jslater@...>
---
CQID: 418197
Reference /usr/sbin instead of the directory into which
the script is installed on the host.
Signed-off-by: Joe Slater <jslater@...>
---
|
By
Joe Slater <jslater@...>
·
#15310
·
|