* Header files missing in the image @ 2013-12-01 9:39 Hingolikar, Mrinmayee 2013-12-02 13:09 ` Dmytriyenko, Denys 0 siblings, 1 reply; 7+ messages in thread From: Hingolikar, Mrinmayee @ 2013-12-01 9:39 UTC (permalink / raw) To: meta-arago@arago-project.org [-- Attachment #1: Type: text/plain, Size: 261 bytes --] 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 [-- Attachment #2: Type: text/html, Size: 2219 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Header files missing in the image 2013-12-01 9:39 Header files missing in the image Hingolikar, Mrinmayee @ 2013-12-02 13:09 ` Dmytriyenko, Denys 2013-12-02 16:57 ` Hingolikar, Mrinmayee 0 siblings, 1 reply; 7+ messages in thread From: Dmytriyenko, Denys @ 2013-12-02 13:09 UTC (permalink / raw) To: meta-arago@arago-project.org, Hingolikar, Mrinmayee [-- Attachment #1: Type: text/plain, Size: 635 bytes --] 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 [mrinmayee@ti.com] Received: Sunday, 01 Dec 2013, 4:39 To: meta-arago@arago-project.org [meta-arago@arago-project.org] 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 [-- Attachment #2: Type: text/html, Size: 1913 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Header files missing in the image 2013-12-02 13:09 ` Dmytriyenko, Denys @ 2013-12-02 16:57 ` Hingolikar, Mrinmayee 2013-12-02 17:10 ` Denys Dmytriyenko 0 siblings, 1 reply; 7+ messages in thread From: Hingolikar, Mrinmayee @ 2013-12-02 16:57 UTC (permalink / raw) To: Dmytriyenko, Denys, meta-arago@arago-project.org [-- Attachment #1: Type: text/plain, Size: 943 bytes --] Thanks Denys. What needs to be done for including headers? Regards, Mrinmayee From: Dmytriyenko, Denys Sent: Monday, December 02, 2013 6:39 PM To: meta-arago@arago-project.org; 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 [mrinmayee@ti.com] Received: Sunday, 01 Dec 2013, 4:39 To: meta-arago@arago-project.org<mailto:meta-arago@arago-project.org> [meta-arago@arago-project.org] 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 [-- Attachment #2: Type: text/html, Size: 4341 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Header files missing in the image 2013-12-02 16:57 ` Hingolikar, Mrinmayee @ 2013-12-02 17:10 ` Denys Dmytriyenko 2013-12-02 17:35 ` Hingolikar, Mrinmayee 0 siblings, 1 reply; 7+ messages in thread From: Denys Dmytriyenko @ 2013-12-02 17:10 UTC (permalink / raw) To: Hingolikar, Mrinmayee; +Cc: meta-arago@arago-project.org 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: meta-arago@arago-project.org; 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 [mrinmayee@ti.com] > Received: Sunday, 01 Dec 2013, 4:39 > To: meta-arago@arago-project.org [meta-arago@arago-project.org] > 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 > > ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Header files missing in the image 2013-12-02 17:10 ` Denys Dmytriyenko @ 2013-12-02 17:35 ` Hingolikar, Mrinmayee 2013-12-02 18:19 ` Denys Dmytriyenko 0 siblings, 1 reply; 7+ messages in thread From: Hingolikar, Mrinmayee @ 2013-12-02 17:35 UTC (permalink / raw) To: Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org 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. > -----Original Message----- > From: Dmytriyenko, Denys > Sent: Monday, December 02, 2013 10:41 PM > To: Hingolikar, Mrinmayee > Cc: meta-arago@arago-project.org > 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: meta-arago@arago-project.org; 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 [mrinmayee@ti.com] > > Received: Sunday, 01 Dec 2013, 4:39 > > To: meta-arago@arago-project.org [meta-arago@arago-project.org] > > 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 > > > > ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Header files missing in the image 2013-12-02 17:35 ` Hingolikar, Mrinmayee @ 2013-12-02 18:19 ` Denys Dmytriyenko 2013-12-03 5:18 ` Hingolikar, Mrinmayee 0 siblings, 1 reply; 7+ messages in thread From: Denys Dmytriyenko @ 2013-12-02 18:19 UTC (permalink / raw) To: Hingolikar, Mrinmayee; +Cc: meta-arago@arago-project.org 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: meta-arago@arago-project.org > > 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: meta-arago@arago-project.org; 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 [mrinmayee@ti.com] > > > Received: Sunday, 01 Dec 2013, 4:39 > > > To: meta-arago@arago-project.org [meta-arago@arago-project.org] > > > 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 > > > > > > ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Header files missing in the image 2013-12-02 18:19 ` Denys Dmytriyenko @ 2013-12-03 5:18 ` Hingolikar, Mrinmayee 0 siblings, 0 replies; 7+ messages in thread From: Hingolikar, Mrinmayee @ 2013-12-03 5:18 UTC (permalink / raw) To: Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org Thanks Denys. This helps. Regards, Mrinmayee > -----Original Message----- > From: Dmytriyenko, Denys > Sent: Monday, December 02, 2013 11:49 PM > To: Hingolikar, Mrinmayee > Cc: meta-arago@arago-project.org > Subject: Re: [meta-arago] Header files missing in the image > > 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: meta-arago@arago-project.org > > > 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: meta-arago@arago-project.org; 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 [mrinmayee@ti.com] > > > > Received: Sunday, 01 Dec 2013, 4:39 > > > > To: meta-arago@arago-project.org [meta-arago@arago- > project.org] > > > > 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 > > > > > > > > ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2013-12-03 5:18 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-12-01 9:39 Header files missing in the image Hingolikar, Mrinmayee 2013-12-02 13:09 ` Dmytriyenko, Denys 2013-12-02 16:57 ` Hingolikar, Mrinmayee 2013-12-02 17:10 ` Denys Dmytriyenko 2013-12-02 17:35 ` Hingolikar, Mrinmayee 2013-12-02 18:19 ` Denys Dmytriyenko 2013-12-03 5:18 ` Hingolikar, Mrinmayee
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.