<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Yocto - Headers for everything in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-Headers-for-everything/m-p/712153#M110701</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to build my own Linux that would include all the headers for the Kernel and all the other packages and software installed.&lt;/P&gt;&lt;P&gt;I've included the SDKIMAGE_FEATURES = "dev-pkgs....." in my local.conf&lt;/P&gt;&lt;P&gt;I've run Bitbake with the -c populate_sdk option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get all the Kernel headers in the image at the usr/include location. But, for example, for "curl" I can't see any headers or separate folder.&lt;/P&gt;&lt;P&gt;Although, in my local yocto/build/tmp/sysroots/..../usr/include, I can find every header for everything installed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to include all the headers that are found on my local build-computer (tmp/sysroots/...) in my image?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Jonas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Oct 2017 19:13:00 GMT</pubDate>
    <dc:creator>jonasnyberg</dc:creator>
    <dc:date>2017-10-20T19:13:00Z</dc:date>
    <item>
      <title>Yocto - Headers for everything</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-Headers-for-everything/m-p/712153#M110701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to build my own Linux that would include all the headers for the Kernel and all the other packages and software installed.&lt;/P&gt;&lt;P&gt;I've included the SDKIMAGE_FEATURES = "dev-pkgs....." in my local.conf&lt;/P&gt;&lt;P&gt;I've run Bitbake with the -c populate_sdk option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get all the Kernel headers in the image at the usr/include location. But, for example, for "curl" I can't see any headers or separate folder.&lt;/P&gt;&lt;P&gt;Although, in my local yocto/build/tmp/sysroots/..../usr/include, I can find every header for everything installed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to include all the headers that are found on my local build-computer (tmp/sysroots/...) in my image?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Jonas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 19:13:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-Headers-for-everything/m-p/712153#M110701</guid>
      <dc:creator>jonasnyberg</dc:creator>
      <dc:date>2017-10-20T19:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto - Headers for everything</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-Headers-for-everything/m-p/712154#M110702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jonas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adding the packages to the SDKIMAGE_FEATURES indeed adds them to the toolchain installer. For adding to your actual image the easiest way would be adding the packages to the IMAGE_INSTALL_append variable so the packages are added to the image. I’m not sure if this would address your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2017 15:07:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-Headers-for-everything/m-p/712154#M110702</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2017-10-24T15:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto - Headers for everything</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-Headers-for-everything/m-p/712155#M110703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The packages are all added to my image and the programs works fine. The thing is that I wan't the headers also to be added.&lt;/P&gt;&lt;P&gt;As I wrote earlier, I get all the Kernel headers but not the headers for each "program", for example, curl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Jonas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 07:27:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-Headers-for-everything/m-p/712155#M110703</guid>
      <dc:creator>jonasnyberg</dc:creator>
      <dc:date>2017-11-07T07:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto - Headers for everything</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-Headers-for-everything/m-p/712156#M110704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just writing to as if anyone would have any clue on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Jonas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Nov 2017 10:23:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-Headers-for-everything/m-p/712156#M110704</guid>
      <dc:creator>jonasnyberg</dc:creator>
      <dc:date>2017-11-11T10:23:09Z</dc:date>
    </item>
  </channel>
</rss>

