<?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>i.MX ProcessorsのトピックRe: Creating own recipe in yocto</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Creating-own-recipe-in-yocto/m-p/415459#M62415</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Manju,&lt;/P&gt;&lt;P&gt;Your recipe looks good in general but it may need some tweaking. Would you please try with the following changes? (The first part of the recipe looks good).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do_install() {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; install -d&amp;nbsp; ${D}$/usr/sbin/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; install -m 0755 ${WORKDIR}/README&amp;nbsp; ${D}$/usr/sbin/&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;FILES_${PN} = "$/usr/sbin/README"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps, let us know of your progress! One would think that copying a file into the filesystem should be pretty straightforward but it’s not so trivial in Yocto. I’m sure other community users may have the same question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Apr 2015 21:10:02 GMT</pubDate>
    <dc:creator>gusarambula</dc:creator>
    <dc:date>2015-04-21T21:10:02Z</dc:date>
    <item>
      <title>Creating own recipe in yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Creating-own-recipe-in-yocto/m-p/415458#M62414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way that we can create a recipe which can simply copy a file from host computer to the bitbake process so that after the complete bitbake process we may just have the file in the right place in yocto filesystem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know this is weird but is there a way? I tried as shown below it didn't work. do_install failure. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the .bb file in a new layer i have created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUMMARY = "Example to copy from my filesystem to yocto filesystem"&lt;/P&gt;&lt;P&gt;DESCRIPTION = "Not needed"&lt;/P&gt;&lt;P&gt;SECTION = "examples"&lt;/P&gt;&lt;P&gt;LICENSE = "MIT"&lt;/P&gt;&lt;P&gt;LIC_FILES_CHKSUM += "file://README;md5=0d20a0079cbd6add839dcca5f80c7d0b"&lt;/P&gt;&lt;P&gt;PR = "r0"&lt;/P&gt;&lt;P&gt;DEPENDS = "boost"&lt;/P&gt;&lt;P&gt;SRC_URI="file://README \ &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S="${WORKDIR}"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do_install() {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; install -m 0755 ${WORKDIR}/README&amp;nbsp; ${D}$/usr/sbin/README&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 12:01:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Creating-own-recipe-in-yocto/m-p/415458#M62414</guid>
      <dc:creator>manjunathjoshi</dc:creator>
      <dc:date>2015-04-16T12:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: Creating own recipe in yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Creating-own-recipe-in-yocto/m-p/415459#M62415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Manju,&lt;/P&gt;&lt;P&gt;Your recipe looks good in general but it may need some tweaking. Would you please try with the following changes? (The first part of the recipe looks good).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do_install() {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; install -d&amp;nbsp; ${D}$/usr/sbin/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; install -m 0755 ${WORKDIR}/README&amp;nbsp; ${D}$/usr/sbin/&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;FILES_${PN} = "$/usr/sbin/README"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps, let us know of your progress! One would think that copying a file into the filesystem should be pretty straightforward but it’s not so trivial in Yocto. I’m sure other community users may have the same question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2015 21:10:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Creating-own-recipe-in-yocto/m-p/415459#M62415</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2015-04-21T21:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Creating own recipe in yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Creating-own-recipe-in-yocto/m-p/415460#M62416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello gusarambula,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sorry i didn't update this on the community. Your answer is right i have already done this. But right now i am in to writing a recipe which does every bit of a standard one. I have posted the same in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/352982"&gt;Custom recipe for YOCTO&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reply if you have needed information on the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Manju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 04:12:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Creating-own-recipe-in-yocto/m-p/415460#M62416</guid>
      <dc:creator>manjunathjoshi</dc:creator>
      <dc:date>2015-04-22T04:12:44Z</dc:date>
    </item>
  </channel>
</rss>

