<?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 flex-builder scripts seems to ignore buildroot post-image script changes in Layerscape</title>
    <link>https://community.nxp.com/t5/Layerscape/flex-builder-scripts-seems-to-ignore-buildroot-post-image-script/m-p/1421223#M10154</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I am building a buildroot rootfs image using flex-builder. What I have noticed that post-image scripts create a copy of /build/rfs/rootfs_lsdk2108_buildroot_tiny_arm64/target directory inside /build/rfs/rootfs_lsdk2108_buildroot_tiny_arm64/build/buildroot-fs/tar and runs fakeroot changes which are creating device nodes etc and this is all packaged into /build/rfs/rootfs_lsdk2108_buildroot_tiny_arm64/images/rootfs.tar.&lt;/P&gt;&lt;P&gt;This process is then repeated for various formats rootfs.ubifs, rootfs.cpio etc, which are all zipped in /build/rfs/rootfs_lsdk2108_buildroot_tiny_arm64/images/ directory.&lt;/P&gt;&lt;P&gt;Now for every other format, which is not tgz, post-image changes are copied with configs/buildroot/post-image.sh script into /home/anuz/dev/flex/build/images. However tgz is done a bit differently.&lt;/P&gt;&lt;P&gt;This line in tools/flex-builder script&lt;/P&gt;&lt;P&gt;cd $RFSDIR &amp;amp;&amp;amp; sudo tar czf $FBOUTDIR/images/$tarballname *&lt;/P&gt;&lt;P&gt;takes the image from target directory before any changes from post-image stuff and creates a tgz image without those changes.&lt;/P&gt;&lt;P&gt;Only way I see to override this behaviour is changing this particular line in flex-builder stuff to take root.tar and not use unchanged target directory. Does anyone have any other solution to this, potentially which doens't change flex-builder script.&lt;/P&gt;</description>
    <pubDate>Tue, 01 Mar 2022 12:27:01 GMT</pubDate>
    <dc:creator>Anuz</dc:creator>
    <dc:date>2022-03-01T12:27:01Z</dc:date>
    <item>
      <title>flex-builder scripts seems to ignore buildroot post-image script changes</title>
      <link>https://community.nxp.com/t5/Layerscape/flex-builder-scripts-seems-to-ignore-buildroot-post-image-script/m-p/1421223#M10154</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I am building a buildroot rootfs image using flex-builder. What I have noticed that post-image scripts create a copy of /build/rfs/rootfs_lsdk2108_buildroot_tiny_arm64/target directory inside /build/rfs/rootfs_lsdk2108_buildroot_tiny_arm64/build/buildroot-fs/tar and runs fakeroot changes which are creating device nodes etc and this is all packaged into /build/rfs/rootfs_lsdk2108_buildroot_tiny_arm64/images/rootfs.tar.&lt;/P&gt;&lt;P&gt;This process is then repeated for various formats rootfs.ubifs, rootfs.cpio etc, which are all zipped in /build/rfs/rootfs_lsdk2108_buildroot_tiny_arm64/images/ directory.&lt;/P&gt;&lt;P&gt;Now for every other format, which is not tgz, post-image changes are copied with configs/buildroot/post-image.sh script into /home/anuz/dev/flex/build/images. However tgz is done a bit differently.&lt;/P&gt;&lt;P&gt;This line in tools/flex-builder script&lt;/P&gt;&lt;P&gt;cd $RFSDIR &amp;amp;&amp;amp; sudo tar czf $FBOUTDIR/images/$tarballname *&lt;/P&gt;&lt;P&gt;takes the image from target directory before any changes from post-image stuff and creates a tgz image without those changes.&lt;/P&gt;&lt;P&gt;Only way I see to override this behaviour is changing this particular line in flex-builder stuff to take root.tar and not use unchanged target directory. Does anyone have any other solution to this, potentially which doens't change flex-builder script.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2022 12:27:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/flex-builder-scripts-seems-to-ignore-buildroot-post-image-script/m-p/1421223#M10154</guid>
      <dc:creator>Anuz</dc:creator>
      <dc:date>2022-03-01T12:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: flex-builder scripts seems to ignore buildroot post-image script changes</title>
      <link>https://community.nxp.com/t5/Layerscape/flex-builder-scripts-seems-to-ignore-buildroot-post-image-script/m-p/1423098#M10163</link>
      <description>Any issue have you met during build buildroot image with flex-build? or any new feature need to be supported. Please supply us detailed info.</description>
      <pubDate>Fri, 04 Mar 2022 06:54:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/flex-builder-scripts-seems-to-ignore-buildroot-post-image-script/m-p/1423098#M10163</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2022-03-04T06:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: flex-builder scripts seems to ignore buildroot post-image script changes</title>
      <link>https://community.nxp.com/t5/Layerscape/flex-builder-scripts-seems-to-ignore-buildroot-post-image-script/m-p/1423918#M10172</link>
      <description>&lt;P&gt;I was just trying to add new users in file /board/freescale/ls1046axxx/user_tables.txt&lt;/P&gt;&lt;P&gt;Because of the above issue even dbus and sshd users are not added to /etc/passwd&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 12:30:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/flex-builder-scripts-seems-to-ignore-buildroot-post-image-script/m-p/1423918#M10172</guid>
      <dc:creator>Anuz</dc:creator>
      <dc:date>2022-03-07T12:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: flex-builder scripts seems to ignore buildroot post-image script changes</title>
      <link>https://community.nxp.com/t5/Layerscape/flex-builder-scripts-seems-to-ignore-buildroot-post-image-script/m-p/1424934#M10184</link>
      <description>&lt;P&gt;There is no such file&amp;nbsp;&lt;SPAN&gt;/board/freescale/ls1046axxx/user_tables.txt in flex-builder or the target board.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Would you please explain more?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 03:14:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/flex-builder-scripts-seems-to-ignore-buildroot-post-image-script/m-p/1424934#M10184</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2022-03-09T03:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: flex-builder scripts seems to ignore buildroot post-image script changes</title>
      <link>https://community.nxp.com/t5/Layerscape/flex-builder-scripts-seems-to-ignore-buildroot-post-image-script/m-p/1425126#M10191</link>
      <description>&lt;P&gt;There isn't a file present there, it is a file we have created for our board.&lt;/P&gt;&lt;P&gt;It follows the format listed here&lt;/P&gt;&lt;P&gt;&lt;A href="https://buildroot.org/downloads/manual/manual.html#makeuser-syntax" target="_blank"&gt;https://buildroot.org/downloads/manual/manual.html#makeuser-syntax&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 08:58:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/flex-builder-scripts-seems-to-ignore-buildroot-post-image-script/m-p/1425126#M10191</guid>
      <dc:creator>Anuz</dc:creator>
      <dc:date>2022-03-09T08:58:36Z</dc:date>
    </item>
  </channel>
</rss>

