Re: [yocto] Samba server?

2013-04-01 Thread Paul Eggleton
On Wednesday 27 March 2013 20:10:40 Paul D. DeRocco wrote: So is there a general way to peruse the collection of recipes? Does one have to do ls -R *.bb to get the list of recipes, then read the comments inside the files to see how to use them? There are a few useful tools here. Firstly,

Re: [yocto] Samba server?

2013-04-01 Thread Paul D. DeRocco
From: Paul Eggleton There are a few useful tools here. Firstly, bitbake-layers show-recipes will list all recipes available in your current configuration, the versions available and which layers they are provided by. You can also specify a search keyword on the command line.

Re: [yocto] Samba server?

2013-03-28 Thread Paul D. DeRocco
From: Anders Darander So is there a general way to peruse the collection of recipes? Does one have to do ls -R *.bb to get the list of recipes, then read the comments inside the files to see how to use them? No, the recipes themselves do not enforce their own inclusions into your

Re: [yocto] Samba server?

2013-03-28 Thread Trevor Woerner
I'm kinda surprised Robert Day hasn't jumped in, I know he's got all this straightened out :-) On Wed, Mar 27, 2013 at 10:10 PM, ChenQi qi.c...@windriver.com wrote: In your case, you could add the following line to local.conf. IMAGE_INSTALL_append += samba I thought this was not the generally

Re: [yocto] Samba server?

2013-03-28 Thread Paul D. DeRocco
From: Trevor Woerner I'm kinda surprised Robert Day hasn't jumped in, I know he's got all this straightened out :-) On Wed, Mar 27, 2013 at 10:10 PM, ChenQi qi.c...@windriver.com wrote: In your case, you could add the following line to local.conf. IMAGE_INSTALL_append += samba I

Re: [yocto] Samba server?

2013-03-28 Thread Trevor Woerner
On Thu, Mar 28, 2013 at 5:35 PM, Paul D. DeRocco pdero...@ix.netcom.com wrote: Somehow, it grates on me that underscore is used almost like an operator in BitBake. You're not alone! Because the people who did this are reading this list ;-) I'll be polite, it is clever, but even after a year of

Re: [yocto] Samba server?

2013-03-27 Thread Paul D. DeRocco
A couple weeks ago, several people here were kind enough to help me through the process of adding the OpenEmbedded layer called meta-openembedded/meta-oe to my core-image-base-cedartrail-nopvr build, which I wanted because it contains Samba. I eventually got it to build without errors. But still

Re: [yocto] Samba server?

2013-03-27 Thread Anders Darander
* Paul D. DeRocco pdero...@ix.netcom.com [130327 09:09]: The log file shows that the layer.conf file for that layer is being read, and there is indeed some recipes for Samba. The bitbake -s option lists samba as one of the packages. But the logs only show a few of recipes being processed from

Re: [yocto] Samba server?

2013-03-27 Thread Paul D. DeRocco
From: Anders Darander Maybe a dumb question... Have you added samba to the image that you're building? Just adding a layer won't cause the added recipes to be built and deployed. It's not a dumb question. No, I haven't added samba to the image that I'm building. I've read the Yocto

Re: [yocto] Samba server?

2013-03-27 Thread Paul D. DeRocco
From: ChenQi http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html section 5.2 Customizing Images In your case, you could add the following line to local.conf. IMAGE_INSTALL_append += samba And you can use 'bitbake -g image_recipe_name' to see whether samba is pulled

Re: [yocto] Samba server?

2013-03-27 Thread ChenQi
On 03/28/2013 11:10 AM, Paul D. DeRocco wrote: From: ChenQi http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html section 5.2 Customizing Images In your case, you could add the following line to local.conf. IMAGE_INSTALL_append += samba And you can use 'bitbake -g

Re: [yocto] Samba server?

2013-03-27 Thread Anders Darander
* Paul D. DeRocco pdero...@ix.netcom.com [130328 04:11]: From: ChenQi http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html section 5.2 Customizing Images In your case, you could add the following line to local.conf. IMAGE_INSTALL_append += samba And you can use

Re: [yocto] Samba server?

2013-03-07 Thread Martin Jansa
On Wed, Mar 06, 2013 at 03:31:03PM -0800, Paul D. DeRocco wrote: The poky-danny-8.0 tree doesn't seem to have any Samba stuff in it. However, openembedded does. My untutored, fumbling efforts to include the relevant part of the latter in the former haven't succeeded. Is there an easy way to do

Re: [yocto] Samba server?

2013-03-07 Thread Paul D. DeRocco
From: Martin Jansa Are you talking about openembedded as openembedded-classic or meta-openembedded? Use samba from meta-openembedded. That's what I tried first. It's not a layer, but a collection of layers, and the layer that contains samba is called meta-oe. So I tried to include

Re: [yocto] Samba server?

2013-03-07 Thread Martin Jansa
On Thu, Mar 07, 2013 at 10:22:54AM -0800, Paul D. DeRocco wrote: Or maybe I should just build the system without samba, run it, manually install samba just like any other user, and then use dd to save the modified image for production use. Does that sound like a good idea? No, adding extra

Re: [yocto] Samba server?

2013-03-07 Thread Paul D. DeRocco
From: Martin Jansa [mailto:martin.ja...@gmail.com] No, adding extra layer is pretty basic operation and should be properly documented. Can you send some pointers what have you read about adding a layer and what wasn't easy to understand? How to theoretically add a layer was easy enough

Re: [yocto] Samba server?

2013-03-07 Thread Martin Jansa
On Thu, Mar 07, 2013 at 02:29:08PM -0800, Paul D. DeRocco wrote: From: Martin Jansa [mailto:martin.ja...@gmail.com] No, adding extra layer is pretty basic operation and should be properly documented. Can you send some pointers what have you read about adding a layer and what

[yocto] Samba server?

2013-03-06 Thread Paul D. DeRocco
The poky-danny-8.0 tree doesn't seem to have any Samba stuff in it. However, openembedded does. My untutored, fumbling efforts to include the relevant part of the latter in the former haven't succeeded. Is there an easy way to do this? I just need the server, not the client. -- Ciao,