<?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 Re: error in creating bitbake image in Layerscape</title>
    <link>https://community.nxp.com/t5/Layerscape/error-in-creating-bitbake-image/m-p/1683874#M12802</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Would you please provide detailed information?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Which "layerscape Linux distribution" are you using? Is it released by NXP? Where did you download it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to do verification on my build machine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In addition, it is weird that why source recipe folder was deployed in build project folder build-ls1043ardb in your build environment.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 07 Jul 2023 09:53:32 GMT</pubDate>
    <dc:creator>yipingwang</dc:creator>
    <dc:date>2023-07-07T09:53:32Z</dc:date>
    <item>
      <title>error in creating bitbake image</title>
      <link>https://community.nxp.com/t5/Layerscape/error-in-creating-bitbake-image/m-p/1671836#M12698</link>
      <description>&lt;P&gt;Hii,&lt;/P&gt;&lt;P&gt;I am using UBUNTU_20.04_FLEXBUILD_YOCTO_TINY&lt;/P&gt;&lt;P&gt;initially i have created a hello.c file and using cross compiled&amp;nbsp; it generates the object file.&amp;nbsp; later i copied this object file into&amp;nbsp; the path: home/icomm/distro/build-ls1043ardb/sources/meta-freescale/recipes-extended/merge-files/merge-files/merge.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Changed&amp;nbsp; the&amp;nbsp; fsl-image-mfgtool.bb&amp;nbsp; &amp;nbsp;to&amp;nbsp; include&amp;nbsp; the&amp;nbsp; merge-files&lt;/P&gt;&lt;P&gt;LICENSE = "MIT"&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL:append = " \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; packagegroup-core-ssh-dropbear \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; packagegroup-fsl-mfgtools \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; udev-extraconf \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; file \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; parted \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; lmsensors-sensors \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; restool \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; fmc \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; sudo \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; curl \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; merge-files \&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL:remove:ls1021atwr = "restool"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PACKAGE_EXCLUDE = "kernel-image-*"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;export IMAGE_BASENAME = "fsl-image-mfgtool"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;IMAGE_ROOTFS_EXTRA_SPACE = "262144"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the bb file following script is present&lt;/P&gt;&lt;P&gt;DESCRIPTION = "Merge prebuilt/extra files into rootfs"&lt;/P&gt;&lt;P&gt;LICENSE = "MIT"&lt;/P&gt;&lt;P&gt;LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;inherit allarch&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SRC_URI = "file://merge"&lt;/P&gt;&lt;P&gt;S = "${WORKDIR}"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;MERGED_DST ?= "${ROOT_HOME}"&lt;/P&gt;&lt;P&gt;do_install () {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; install -d ${D}/${MERGED_DST}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; find ${WORKDIR}/merge/ -maxdepth 1 -mindepth 1 -not -name README \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; -exec cp -fr '{}' ${D}/${MERGED_DST}/ \;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; find ${WORKDIR}/merge/ -maxdepth 1 -mindepth 1 -exec rm -fr '{}' \;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;do_configure[noexec] = "1"&lt;/P&gt;&lt;P&gt;do_compile[noexec] = "1"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FILES:${PN} = "/*"&lt;/P&gt;&lt;P&gt;ALLOW_EMPTY:${PN} = "1"&lt;/P&gt;&lt;P&gt;INSANE_SKIP:${PN} = "debug-files dev-so"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;later i have run the command : bitbake fsl-image-mfgtool&lt;/P&gt;&lt;P&gt;i am getting following error:&lt;/P&gt;&lt;P&gt;Loaded 4803 entries from dependency cache.&lt;/P&gt;&lt;P&gt;ERROR: ParseError at /home/icomm/distro/sources/meta-freescale/recipes-extended/merge-files/merge-files_1.0.bb:5: Could not inherit file classes/arch64.bbclass&lt;/P&gt;&lt;P&gt;ERROR: Parsing halted due to errors, see error messages above&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Summary: There were 2 ERROR messages, returning a non-zero exit code.&lt;/P&gt;&lt;P&gt;please any one help me to resolve this issue&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2023 09:38:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/error-in-creating-bitbake-image/m-p/1671836#M12698</guid>
      <dc:creator>venkataramana1</dc:creator>
      <dc:date>2023-06-19T09:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: error in creating bitbake image</title>
      <link>https://community.nxp.com/t5/Layerscape/error-in-creating-bitbake-image/m-p/1683874#M12802</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Would you please provide detailed information?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Which "layerscape Linux distribution" are you using? Is it released by NXP? Where did you download it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to do verification on my build machine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In addition, it is weird that why source recipe folder was deployed in build project folder build-ls1043ardb in your build environment.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 09:53:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/error-in-creating-bitbake-image/m-p/1683874#M12802</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2023-07-07T09:53:32Z</dc:date>
    </item>
  </channel>
</rss>

