<?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 Bitbake error when compiling a custom dts in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Bitbake-error-when-compiling-a-custom-dts/m-p/297687#M37164</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;I designed my custom board with an iMX283 and I need to change the muxing of the pins.&lt;/P&gt;&lt;P&gt;So I created my own dts but I have a problem when I compile my own BSP-Layer with "bitbake core-image-minimal-dev" command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error is : &lt;/P&gt;&lt;P&gt;NOTE: make -j 4 /home/mx28/fsl-community-bsp/build/tmp/work/myownbsp-poky-linux-gnueabi/linux-fslc/3.12+gitAUTOINC+1cd7a83434-r0/myownbsp_mx28.dts&lt;/P&gt;&lt;P&gt;| make: *** No rule to make target `/home/mx28/fsl-community-bsp/build/tmp/work/myownbsp-poky-linux-gnueabi/linux-fslc/3.12+gitAUTOINC+1cd7a83434-r0/myownbsp_mx28.dts'.&amp;nbsp; Stop.&lt;/P&gt;&lt;P&gt;| ERROR: oe_runmake failed&lt;/P&gt;&lt;P&gt;| WARNING: exit code 1 from a shell command.&lt;/P&gt;&lt;P&gt;| ERROR: Function failed: do_install (log file is located at /home/mx28/fsl-community-bsp/build/tmp/work/myownbsp-poky-linux-gnueabi/linux-fslc/3.12+gitAUTOINC+1cd7a83434-r0/temp/log.do_install.2135)&lt;/P&gt;&lt;P&gt;ERROR: Task 83 (/home/mx28/fsl-community-bsp/sources/meta-myownbsp/recipes-kernel/linux/linux-fslc_3.12.bb, do_install) failed with exit code '1'&lt;/P&gt;&lt;P&gt;NOTE: Tasks Summary: Attempted 1770 tasks of which 1769 didn't need to be rerun and 1 failed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I followed the topic here : &lt;A href="https://lists.yoctoproject.org/pipermail/meta-freescale/2013-July/003436.html" title="https://lists.yoctoproject.org/pipermail/meta-freescale/2013-July/003436.html"&gt;https://lists.yoctoproject.org/pipermail/meta-freescale/2013-July/003436.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;So :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1- I downloaded the BSP source with "repo init -u &lt;A href="https://github.com/Freescale/fsl-community-bsp-platform" style="color: #4183c4;"&gt;https://github.com/Freescale/fsl-community-bsp-platform&lt;/A&gt; -b dora"&lt;/P&gt;&lt;P&gt;2- I simply copy "~/fsl-community-bsp/sources/meta-fsl-arm" to "~/fsl-community-bsp/sources/meta-myownbsp".&lt;/P&gt;&lt;P&gt;3- I created my configuration file under "~/fsl-community-bsp/sources/meta-myownbsp/conf/machine/myownbsp.conf" and I changed the KERNEL_DEVICETREE = "${WORKDIR}/myownbsp_mx28.dts"&lt;/P&gt;&lt;P&gt;4- I created myownbsp_mx28.dts and I saved it in "~/fsl-community-bsp/sources/meta-myownbsp&lt;EM&gt;/recipes-kernel/linux/linux-fslc/git/arch/arm/boot/dts/&lt;/EM&gt;"&lt;/P&gt;&lt;P&gt;5- I edited "~/fsl-community-bsp/sources/meta-myownbsp/recipes-kernel/linux/linux-fslc.inc" and in SRC_URI I added "file://git/arch/arm/boot/dts/myownbsp_mx28.dts"&lt;/P&gt;&lt;P&gt;6- In "~/fsl-community-bsp/build/conf/local.conf" I edited MACHINE ??= 'myownbsp'.&lt;/P&gt;&lt;P&gt;7- In ~/fsl-community-bsp/build/ I ran "bitbake core-image-minimal-dev" and I get the error above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What did I miss ? How can I specify the rule to make the target and where ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for all in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Damien&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Mar 2014 13:49:25 GMT</pubDate>
    <dc:creator>dgotfroi</dc:creator>
    <dc:date>2014-03-17T13:49:25Z</dc:date>
    <item>
      <title>Bitbake error when compiling a custom dts</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bitbake-error-when-compiling-a-custom-dts/m-p/297687#M37164</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;I designed my custom board with an iMX283 and I need to change the muxing of the pins.&lt;/P&gt;&lt;P&gt;So I created my own dts but I have a problem when I compile my own BSP-Layer with "bitbake core-image-minimal-dev" command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error is : &lt;/P&gt;&lt;P&gt;NOTE: make -j 4 /home/mx28/fsl-community-bsp/build/tmp/work/myownbsp-poky-linux-gnueabi/linux-fslc/3.12+gitAUTOINC+1cd7a83434-r0/myownbsp_mx28.dts&lt;/P&gt;&lt;P&gt;| make: *** No rule to make target `/home/mx28/fsl-community-bsp/build/tmp/work/myownbsp-poky-linux-gnueabi/linux-fslc/3.12+gitAUTOINC+1cd7a83434-r0/myownbsp_mx28.dts'.&amp;nbsp; Stop.&lt;/P&gt;&lt;P&gt;| ERROR: oe_runmake failed&lt;/P&gt;&lt;P&gt;| WARNING: exit code 1 from a shell command.&lt;/P&gt;&lt;P&gt;| ERROR: Function failed: do_install (log file is located at /home/mx28/fsl-community-bsp/build/tmp/work/myownbsp-poky-linux-gnueabi/linux-fslc/3.12+gitAUTOINC+1cd7a83434-r0/temp/log.do_install.2135)&lt;/P&gt;&lt;P&gt;ERROR: Task 83 (/home/mx28/fsl-community-bsp/sources/meta-myownbsp/recipes-kernel/linux/linux-fslc_3.12.bb, do_install) failed with exit code '1'&lt;/P&gt;&lt;P&gt;NOTE: Tasks Summary: Attempted 1770 tasks of which 1769 didn't need to be rerun and 1 failed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I followed the topic here : &lt;A href="https://lists.yoctoproject.org/pipermail/meta-freescale/2013-July/003436.html" title="https://lists.yoctoproject.org/pipermail/meta-freescale/2013-July/003436.html"&gt;https://lists.yoctoproject.org/pipermail/meta-freescale/2013-July/003436.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;So :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1- I downloaded the BSP source with "repo init -u &lt;A href="https://github.com/Freescale/fsl-community-bsp-platform" style="color: #4183c4;"&gt;https://github.com/Freescale/fsl-community-bsp-platform&lt;/A&gt; -b dora"&lt;/P&gt;&lt;P&gt;2- I simply copy "~/fsl-community-bsp/sources/meta-fsl-arm" to "~/fsl-community-bsp/sources/meta-myownbsp".&lt;/P&gt;&lt;P&gt;3- I created my configuration file under "~/fsl-community-bsp/sources/meta-myownbsp/conf/machine/myownbsp.conf" and I changed the KERNEL_DEVICETREE = "${WORKDIR}/myownbsp_mx28.dts"&lt;/P&gt;&lt;P&gt;4- I created myownbsp_mx28.dts and I saved it in "~/fsl-community-bsp/sources/meta-myownbsp&lt;EM&gt;/recipes-kernel/linux/linux-fslc/git/arch/arm/boot/dts/&lt;/EM&gt;"&lt;/P&gt;&lt;P&gt;5- I edited "~/fsl-community-bsp/sources/meta-myownbsp/recipes-kernel/linux/linux-fslc.inc" and in SRC_URI I added "file://git/arch/arm/boot/dts/myownbsp_mx28.dts"&lt;/P&gt;&lt;P&gt;6- In "~/fsl-community-bsp/build/conf/local.conf" I edited MACHINE ??= 'myownbsp'.&lt;/P&gt;&lt;P&gt;7- In ~/fsl-community-bsp/build/ I ran "bitbake core-image-minimal-dev" and I get the error above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What did I miss ? How can I specify the rule to make the target and where ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for all in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Damien&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 13:49:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bitbake-error-when-compiling-a-custom-dts/m-p/297687#M37164</guid>
      <dc:creator>dgotfroi</dc:creator>
      <dc:date>2014-03-17T13:49:25Z</dc:date>
    </item>
  </channel>
</rss>

