<?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 Adding git package in linux image for S32G2 in S32G</title>
    <link>https://community.nxp.com/t5/S32G/Adding-git-package-in-linux-image-for-S32G2/m-p/1979156#M11376</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to build the linux image for S32G2 as per the document "Linux BSP 33.0 User Manual for S32G2 platforms" provided by NXP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am able to build the basic image "fsl-image-auto" and boots well on my S32G2 device.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I would like to use git commands on my S32G2 terminal.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I bitbake git package into my linux image?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have tried to add the git by making the following changes in the local.conf file in the build folder&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL_append = &lt;SPAN class=""&gt;" git"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;and then bitbaking the image. But the git command is still not installed in the image. Please give some pointers. I am fairly new to Yocto.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Best,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Vishnu&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 22 Oct 2024 10:31:09 GMT</pubDate>
    <dc:creator>Vishnu3</dc:creator>
    <dc:date>2024-10-22T10:31:09Z</dc:date>
    <item>
      <title>Adding git package in linux image for S32G2</title>
      <link>https://community.nxp.com/t5/S32G/Adding-git-package-in-linux-image-for-S32G2/m-p/1979156#M11376</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to build the linux image for S32G2 as per the document "Linux BSP 33.0 User Manual for S32G2 platforms" provided by NXP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am able to build the basic image "fsl-image-auto" and boots well on my S32G2 device.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I would like to use git commands on my S32G2 terminal.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I bitbake git package into my linux image?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have tried to add the git by making the following changes in the local.conf file in the build folder&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL_append = &lt;SPAN class=""&gt;" git"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;and then bitbaking the image. But the git command is still not installed in the image. Please give some pointers. I am fairly new to Yocto.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Best,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Vishnu&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2024 10:31:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Adding-git-package-in-linux-image-for-S32G2/m-p/1979156#M11376</guid>
      <dc:creator>Vishnu3</dc:creator>
      <dc:date>2024-10-22T10:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Adding git package in linux image for S32G2</title>
      <link>https://community.nxp.com/t5/S32G/Adding-git-package-in-linux-image-for-S32G2/m-p/1981093#M11426</link>
      <description>&lt;P&gt;Hello, &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/225130"&gt;@Vishnu3&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your post.&lt;/P&gt;
&lt;P&gt;Yes, git package is not by default included in the BSP release, I feel sorry for your inconvenience.&lt;/P&gt;
&lt;P&gt;This is Yocto related, you may reference the formal documents from Yocto to try adding addtional packages .&lt;/P&gt;
&lt;P&gt;From my experience,&amp;nbsp; the following way may take effect and is only for your reference, you may firstly copy the git directory from Yocto to the meta-alb/recipes-devtools directory, also add IMAGE_INSTALL_append = &lt;SPAN class=""&gt;" git"&lt;/SPAN&gt; to your conf/local.conf, and then use the bitbake fsl-image-auto to have a try.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Chenyin&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 09:18:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/Adding-git-package-in-linux-image-for-S32G2/m-p/1981093#M11426</guid>
      <dc:creator>chenyin_h</dc:creator>
      <dc:date>2024-10-24T09:18:18Z</dc:date>
    </item>
  </channel>
</rss>

