<?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 libsystemd recipes creation using yocto project in Other NXP Products</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/libsystemd-recipes-creation-using-yocto-project/m-p/1838984#M21947</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i have created image OS file for i.mx 8 board using yocto project. I'm trying to setup the i.mx Linux for wisun based border router,while configuring i was getting the error for few packages which i have mentioned below. how to create custom recipe for those packages,can please help me on the recipes creation for below packages?&lt;/P&gt;&lt;P&gt;======================================================&lt;/P&gt;&lt;P&gt;root@imx8mn-lpddr4-evk:~/wisun-br-linux# cmake -G Ninja .&lt;BR /&gt;-- Could NOT find Rust (missing: RUST_COMMAND RUST_TARGET) (Required is at least version "1.38")&lt;BR /&gt;-- Checking for module 'libcap&amp;gt;=2.29'&lt;BR /&gt;-- No package 'libcap' found&lt;BR /&gt;-- Checking for module 'libsystemd'&lt;BR /&gt;-- No package 'libsystemd' found&lt;BR /&gt;-- Checking for module 'libnl-route-3.0'&lt;BR /&gt;-- No package 'libnl-route-3.0' found&lt;BR /&gt;CMake Error at /usr/share/cmake-3.25/Modules/FindPkgConfig.cmake:607 (message):&lt;BR /&gt;A required package was not found&lt;BR /&gt;Call Stack (most recent call first):&lt;BR /&gt;/usr/share/cmake-3.25/Modules/FindPkgConfig.cmake:829 (_pkg_check_modules_internal)&lt;BR /&gt;CMakeLists.txt:73 (pkg_check_modules)&lt;/P&gt;&lt;P&gt;=============================================================&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 02 Apr 2024 06:18:14 GMT</pubDate>
    <dc:creator>bckpoojary</dc:creator>
    <dc:date>2024-04-02T06:18:14Z</dc:date>
    <item>
      <title>libsystemd recipes creation using yocto project</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/libsystemd-recipes-creation-using-yocto-project/m-p/1838984#M21947</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i have created image OS file for i.mx 8 board using yocto project. I'm trying to setup the i.mx Linux for wisun based border router,while configuring i was getting the error for few packages which i have mentioned below. how to create custom recipe for those packages,can please help me on the recipes creation for below packages?&lt;/P&gt;&lt;P&gt;======================================================&lt;/P&gt;&lt;P&gt;root@imx8mn-lpddr4-evk:~/wisun-br-linux# cmake -G Ninja .&lt;BR /&gt;-- Could NOT find Rust (missing: RUST_COMMAND RUST_TARGET) (Required is at least version "1.38")&lt;BR /&gt;-- Checking for module 'libcap&amp;gt;=2.29'&lt;BR /&gt;-- No package 'libcap' found&lt;BR /&gt;-- Checking for module 'libsystemd'&lt;BR /&gt;-- No package 'libsystemd' found&lt;BR /&gt;-- Checking for module 'libnl-route-3.0'&lt;BR /&gt;-- No package 'libnl-route-3.0' found&lt;BR /&gt;CMake Error at /usr/share/cmake-3.25/Modules/FindPkgConfig.cmake:607 (message):&lt;BR /&gt;A required package was not found&lt;BR /&gt;Call Stack (most recent call first):&lt;BR /&gt;/usr/share/cmake-3.25/Modules/FindPkgConfig.cmake:829 (_pkg_check_modules_internal)&lt;BR /&gt;CMakeLists.txt:73 (pkg_check_modules)&lt;/P&gt;&lt;P&gt;=============================================================&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 06:18:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/libsystemd-recipes-creation-using-yocto-project/m-p/1838984#M21947</guid>
      <dc:creator>bckpoojary</dc:creator>
      <dc:date>2024-04-02T06:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: libsystemd recipes creation using yocto project</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/libsystemd-recipes-creation-using-yocto-project/m-p/1841729#M22032</link>
      <description>&lt;P&gt;You could search the software package in the Yocto first. (in yocto_folder/sources/)&lt;/P&gt;
&lt;P&gt;There should have .bb file for the package in Yocto.&lt;/P&gt;
&lt;P&gt;Then, use "&lt;SPAN class="lia-search-match-lithium lia-search-match-lithium"&gt;IMAGE_INSTALL:append&lt;/SPAN&gt;" to add the package name in the local.conf file. So, you will get the software package installed in your built image.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the .bb file of the software package is not exist in Yocto, then you could create a .bb file by yourself.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Apr 2024 08:20:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/libsystemd-recipes-creation-using-yocto-project/m-p/1841729#M22032</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2024-04-07T08:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: libsystemd recipes creation using yocto project</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/libsystemd-recipes-creation-using-yocto-project/m-p/1842354#M22072</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/1422"&gt;@jimmychan&lt;/a&gt; Sir, Thank you for your response.&lt;/P&gt;&lt;P&gt;I have added those packages into local.conf file,but still i'm facing the same issue.&lt;/P&gt;&lt;P&gt;those software packages are available in below mentioned yocto source directory&lt;/P&gt;&lt;P&gt;=== Matching recipes: ===&lt;BR /&gt;/home/arrow/Desktop/imx-yocto-bsp/sources/poky/meta/recipes-support/libcap/libcap_2.67.bb&lt;/P&gt;&lt;P&gt;=== Matching recipes: ===&lt;BR /&gt;/home/arrow/Desktop/imx-yocto-bsp/sources/poky/meta/recipes-core/systemd/systemd_253.1.bb&lt;/P&gt;&lt;P&gt;== Matching recipes: ===&lt;BR /&gt;/home/arrow/Desktop/imx-yocto-bsp/sources/poky/meta/recipes-support/libnl/libnl_3.7.0.bb&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;modified local.conf with,&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL:append = " libcap&amp;nbsp; libsystemd libnl"&lt;/P&gt;&lt;P&gt;can you please help me to create .bb file ?&lt;/P&gt;&lt;P&gt;i'm trying to do below setup on i.mx&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/SiliconLabs/wisun-br-linux?tab=readme-ov-file" target="_blank"&gt;https://github.com/SiliconLabs/wisun-br-linux?tab=readme-ov-file&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 10:18:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/libsystemd-recipes-creation-using-yocto-project/m-p/1842354#M22072</guid>
      <dc:creator>bckpoojary</dc:creator>
      <dc:date>2024-04-08T10:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: libsystemd recipes creation using yocto project</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/libsystemd-recipes-creation-using-yocto-project/m-p/1843026#M22102</link>
      <description>&lt;P&gt;I think it is better to ask Silicon Labs. They may have document about building the code in Yocto.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2024 08:22:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/libsystemd-recipes-creation-using-yocto-project/m-p/1843026#M22102</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2024-04-09T08:22:37Z</dc:date>
    </item>
  </channel>
</rss>

