On Mon, Dec 02, 2013 at 12:35:58PM -0500, Hingolikar, Mrinmayee wrote: > Hi Denys, > > I am trying to understand why the release build is missing header files, > whereas the daily build has them. The image recipe is the same, however I > see many header files in the daily build image. I just wanted to know if > there is a setting in any conf or bbclass for the same that is causing > header files to be installed.
Mrinmayee, Well, there are some distro-level image features that can enable installing all -dev or -dbg packages, but we don't set them in our Arago distro. Look for EXTRA_IMAGE_FEATURES and see if it contains "dev-pkgs" in it. It is useful to get a development version of the image, but we build a full devkit instead for our products, that contains toolchain, host tools and additional setup... -- Denys > > -----Original Message----- > > From: Dmytriyenko, Denys > > Sent: Monday, December 02, 2013 10:41 PM > > To: Hingolikar, Mrinmayee > > Cc: [email protected] > > Subject: Re: [meta-arago] Header files missing in the image > > > > On Mon, Dec 02, 2013 at 11:57:02AM -0500, Hingolikar, Mrinmayee wrote: > > > Thanks Denys. > > > > > > What needs to be done for including headers? > > > > Can you please explain what you are trying to do - maybe there's a > > better approach? Are you really looking for the header files in the > > rootfs? Generally it can be done by including necessary -dev packages, > > but it's not recommended. > > Are you trying to enable native compilation on the target? > > > > -- > > Denys > > > > > > > From: Dmytriyenko, Denys > > > Sent: Monday, December 02, 2013 6:39 PM > > > To: [email protected]; Hingolikar, Mrinmayee > > > Subject: RE: [meta-arago] Header files missing in the image > > > > > > > > > > > > There should not be any headers on the rootfs by default, as it's > > not > > > meant for development. That is what devkit is for. > > > > > > Denys > > > > > > -----Original Message----- > > > From: Hingolikar, Mrinmayee [[email protected]] > > > Received: Sunday, 01 Dec 2013, 4:39 > > > To: [email protected] [[email protected]] > > > Subject: [meta-arago] Header files missing in the image > > > > > > Hi all, > > > > > > > > > > > > I have faced a strange issue during one of the builds. The > > generated GLSDK > > > image has an empty /usr/include ie no .h files at all. > > > > > > Is this due to any misconfiguration from my side? > > > > > > > > > > > > Appreciate any help on this. > > > > > > > > > > > > Thanks and Regards, > > > > > > Mrinmayee > > > > > > _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
