<?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>Other NXP ProductsのトピックRe: Problem while adding the ecryptfs recipe in yocto</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/Problem-while-adding-the-ecryptfs-recipe-in-yocto/m-p/1339034#M12062</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Package ecryptfs-utils related recipes are missing in flex-builder Yocto environment.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You need to put the attached recipes in meta folder in&amp;nbsp;flexbuild_lsdk2012/packages/rfs/yocto-poky/meta.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Then run the following command.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;flex-builder -i mkrfs -r yocto:devel -a arm64&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 13 Sep 2021 09:14:34 GMT</pubDate>
    <dc:creator>yipingwang</dc:creator>
    <dc:date>2021-09-13T09:14:34Z</dc:date>
    <item>
      <title>Problem while adding the ecryptfs recipe in yocto</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Problem-while-adding-the-ecryptfs-recipe-in-yocto/m-p/1338867#M12059</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using LS1046ardb board for one my project, in that I need to add the ecryptfs recipe so I am added in &lt;STRONG&gt;"local_arm64_devel.conf"&lt;/STRONG&gt; file&lt;STRONG&gt;&amp;nbsp;IMAGE_INSTALL_append = "ecryptfs-utils" &lt;/STRONG&gt;But while building the root file system I am getting error like below&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"Parsing of 780 .bb files complete (0 cached, 780 parsed). 1309 targets, 56 skipped, 0 masked, 0 errors.&lt;BR /&gt;NOTE: Resolving any missing task queue dependencies&lt;BR /&gt;ERROR: Nothing RPROVIDES 'ecryptfs-utils' (but /home/auser/chethan/FR3_5/flexbuild_lsdk2004/packages/rfs/yocto-poky/meta/recipes-sato/images/core-image-sato.bb RDEPENDS on or otherwise requires it)&lt;BR /&gt;NOTE: Runtime target 'ecryptfs-utils' is unbuildable, removing...&lt;BR /&gt;Missing or unbuildable dependency chain was: ['ecryptfs-utils']&lt;BR /&gt;ERROR: Required build target 'core-image-sato' has no buildable providers.&lt;BR /&gt;Missing or unbuildable dependency chain was: ['core-image-sato', 'ecryptfs-utils'] "&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;To build command:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1.&amp;nbsp;flex-builder -i clean-rfs -r yocto&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2.&amp;nbsp;flex-builder -i mkrfs -r yocto:devel -a arm64&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Please suggest me where I am doing mistake while adding the ecryptfs recipe or please suggest me how to add the ecryptfs recipe in yocto.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Chethan GR.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Sep 2021 06:24:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Problem-while-adding-the-ecryptfs-recipe-in-yocto/m-p/1338867#M12059</guid>
      <dc:creator>Chethan</dc:creator>
      <dc:date>2021-09-13T06:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while adding the ecryptfs recipe in yocto</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Problem-while-adding-the-ecryptfs-recipe-in-yocto/m-p/1339034#M12062</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Package ecryptfs-utils related recipes are missing in flex-builder Yocto environment.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You need to put the attached recipes in meta folder in&amp;nbsp;flexbuild_lsdk2012/packages/rfs/yocto-poky/meta.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Then run the following command.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;flex-builder -i mkrfs -r yocto:devel -a arm64&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Sep 2021 09:14:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Problem-while-adding-the-ecryptfs-recipe-in-yocto/m-p/1339034#M12062</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2021-09-13T09:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while adding the ecryptfs recipe in yocto</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Problem-while-adding-the-ecryptfs-recipe-in-yocto/m-p/1339112#M12063</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;After the adding the&amp;nbsp;&lt;STRONG&gt;recipes-security,&amp;nbsp;recipes-crypto and&amp;nbsp;recipes-support &lt;/STRONG&gt;folders into the meta directory. I gave the build using&amp;nbsp;&lt;STRONG&gt;"flex-builder -i mkrfs -r yocto:devel -a arm64"&amp;nbsp;&lt;/STRONG&gt;command.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;while building I am getting error like this&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;ERROR: core-image-sato-1.0-r0 do_rootfs: Unable to install packages. Command '/home/auser/yoctobuild/tmp/work/qemuarm64-poky-linux/core-image-sato/1.0-r0/recipe-sysroot-native/usr/bin/apt-get install --force-yes --allow-unauthenticated --no-remove apt boot.mount bridge-utils cryptsetup curl dosfstools dpkg e2fsprogs ecryptfs-utils ethtool file fsm-startup iperf3 iputils keyutils libbsd0 libedit0 libpcap1 linuxptp net-tools netperf nokia-startup openssh-scp openssh-ssh packagegroup-base-extended packagegroup-core-boot packagegroup-core-sdk packagegroup-core-standalone-sdk-target parted pciutils psplash rt-tests run-postinsts sudo systemd-conf u-boot-tools update-rc.d' returned 100:&lt;BR /&gt;Reading package lists...&lt;BR /&gt;Building dependency tree...&lt;BR /&gt;Reading state information...&lt;BR /&gt;Some packages could not be installed. This may mean that you have&lt;BR /&gt;requested an impossible situation or if you are using the unstable&lt;BR /&gt;distribution that some required packages have not yet been created&lt;BR /&gt;or been moved out of Incoming.&lt;BR /&gt;The following information may help to resolve the situation:&lt;/P&gt;&lt;P&gt;The following packages have unmet dependencies:&lt;BR /&gt;cryptsetup : Depends: libdevmapper but it is not installable&lt;BR /&gt;Recommends: kernel-module-aes-generic but it is not installable&lt;BR /&gt;Recommends: kernel-module-cbc but it is not installable&lt;BR /&gt;Recommends: kernel-module-dm-crypt but it is not installable&lt;BR /&gt;Recommends: kernel-module-md5 but it is not installable&lt;BR /&gt;Recommends: kernel-module-sha256-generic but it is not installable&lt;BR /&gt;Recommends: kernel-module-xts but it is not installable&lt;BR /&gt;E: Unable to correct problems, you have held broken packages.&lt;STRONG&gt;"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In&lt;STRONG&gt; "local_arm64_devel.conf" &lt;/STRONG&gt;I add&lt;STRONG&gt;&amp;nbsp;ecryptfs-utils,&amp;nbsp; cryptsetup, and keyutils &lt;/STRONG&gt;for dependency packages.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please suggest me what's wrong in this?!.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Chethan GR&lt;/P&gt;</description>
      <pubDate>Mon, 13 Sep 2021 11:03:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Problem-while-adding-the-ecryptfs-recipe-in-yocto/m-p/1339112#M12063</guid>
      <dc:creator>Chethan</dc:creator>
      <dc:date>2021-09-13T11:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while adding the ecryptfs recipe in yocto</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Problem-while-adding-the-ecryptfs-recipe-in-yocto/m-p/1339469#M12067</link>
      <description>&lt;P&gt;Please comment the following line in&amp;nbsp;packages/rfs/yocto-poky/meta/recipes-support/lvm2/libdevmapper_2.03.06.bb.&lt;/P&gt;
&lt;P&gt;#PACKAGES = ""&lt;/P&gt;
&lt;P&gt;Then add "libdevmapper" to variable IMAGE_INSTALL_append in&amp;nbsp;configs/yocto/local_arm64_devel.conf&lt;/P&gt;
&lt;P&gt;Then run the following commands.&lt;/P&gt;
&lt;P&gt;$ flex-builder -i clean-rfs -r yocto&lt;/P&gt;
&lt;P&gt;$ flex-builder -i mkrfs -r yocto:devel -a arm64&lt;/P&gt;</description>
      <pubDate>Tue, 14 Sep 2021 04:59:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Problem-while-adding-the-ecryptfs-recipe-in-yocto/m-p/1339469#M12067</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2021-09-14T04:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while adding the ecryptfs recipe in yocto</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Problem-while-adding-the-ecryptfs-recipe-in-yocto/m-p/1339652#M12070</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;After following the above steps. still I am getting error.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;&lt;STRONG&gt;ERROR: core-image-sato-1.0-r0 do_image_ubifs: Execution of '/home/auser/yoctobuild/tmp/work/qemuarm64-poky-linux/core-image-sato/1.0-r0/temp/run.do_image_ubifs.27636' failed with exit code 255:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Error: max_leb_cnt too low (2292 needed)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;WARNING: exit code 255 from a shell command.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ERROR: Logfile of failure stored in: /home/auser/yoctobuild/tmp/work/qemuarm64-poky-linux/core-image-sato/1.0-r0/temp/log.do_image_ubifs.27636&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Log data follows:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;| DEBUG: Executing python function set_image_size&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;| DEBUG: 893874.800000 = 687596 * 1.300000&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;| DEBUG: 893874.800000 = max(893874.800000, 65536)[893874.800000] + 0&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;| DEBUG: 893875.000000 = int(893874.800000)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;| DEBUG: 893875 = aligned(893875)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;| DEBUG: returning 893875&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;| DEBUG: Python function set_image_size finished&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;| DEBUG: Executing python function extend_recipe_sysroot&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;| NOTE: Direct dependencies are ['/home/auser/chethan/FR3_5/flexbuild_lsdk2004/packages/rfs/yocto-poky/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_populate_sysroot', '/home/auser/chethan/FR3_5/flexbuild_lsdk2004/packages/rfs/yocto-poky/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_populate_sysroot', 'virtual:native:/home/auser/chethan/FR3_5/flexbuild_lsdk2004/packages/rfs/yocto-poky/meta/recipes-devtools/opkg-utils/opkg-utils_0.4.2.bb:do_populate_sysroot', 'virtual:native:/home/auser/chethan/FR3_5/flexbuild_lsdk2004/packages/rfs/yocto-poky/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot', 'virtual:native:/home/auser/chethan/FR3_5/flexbuild_lsdk2004/packages/rfs/yocto-poky/meta/recipes-devtools/dpkg/dpkg_1.19.7.bb:do_populate_sysroot', 'virtual:native:/home/auser/chethan/FR3_5/flexbuild_lsdk2004/packages/rfs/yocto-poky/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_populate_sysroot', 'virtual:native:/home/auser/chethan/FR3_5/flexbuild_lsdk2004/packages/rfs/yocto-poky/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_populate_sysroot', '/home/auser/chethan/FR3_5/flexbuild_lsdk2004/packages/rfs/yocto-poky/meta/recipes-devtools/mklibs/mklibs-native_0.1.44.bb:do_populate_sysroot', 'virtual:native:/home/auser/chethan/FR3_5/flexbuild_lsdk2004/packages/rfs/yocto-poky/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_populate_sysroot', 'virtual:native:/home/auser/chethan/FR3_5/flexbuild_lsdk2004/packages/rfs/yocto-poky/meta/recipes-extended/pigz/pigz_2.4.bb:do_populate_sysroot', 'virtual:native:/home/auser/chethan/FR3_5/flexbuild_lsdk2004/packages/rfs/yocto-poky/meta/recipes-devtools/mtd/mtd-utils_git.bb:do_populate_sysroot', '/home/auser/chethan/FR3_5/flexbuild_lsdk2004/packages/rfs/yocto-poky/meta/recipes-devtools/apt/apt-native_1.2.31.bb:do_populate_sysroot', 'virtual:native:/home/auser/chethan/FR3_5/flexbuild_lsdk2004/packages/rfs/yocto-poky/meta/recipes-devtools/prelink/prelink_git.bb:do_populate_sysroot', '/home/auser/chethan/FR3_5/flexbuild_lsdk2004/packages/rfs/yocto-poky/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_populate_sysroot', '/home/auser/chethan/FR3_5/flexbuild_lsdk2004/packages/rfs/yocto-poky/meta/recipes-core/glibc/cross-localedef-native_2.30.bb:do_populate_sysroot']&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;| NOTE: Installed into sysroot: ['mtd-utils-native', 'acl-native', 'e2fsprogs-native', 'lzo-native']&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;| NOTE: Skipping as already exists in sysroot: ['qemuwrapper-cross', 'depmodwrapper-cross', 'opkg-utils-native', 'pseudo-native', 'dpkg-native', 'update-rc.d-native', 'makedevs-native', 'mklibs-native', 'pbzip2-native', 'pigz-native', 'apt-native', 'prelink-native', 'ldconfig-native', 'cross-localedef-native', 'qemu-native', 'systemd-systemctl-native', 'shadow-native', 'gdk-pixbuf-native', 'gtk+3-native', 'glib-2.0-native', 'kmod-native', 'quilt-native', 'patch-native', 'debianutils-native', 'openssl-native', 'mkfontscale-native', 'mkfontdir-native', 'gconf-native', 'gnu-config-native', 'xz-native', 'bzip2-native', 'gettext-native', 'perl-native', 'automake-native', 'libtool-native', 'autoconf-native', 'gettext-minimal-native', 'pkgconfig-native', 'zlib-native', 'util-linux-native', 'curl-native', 'db-native', 'nss-native', 'binutils-native', 'elfutils-native', 'gobject-introspection-native', 'shared-mime-info-native', 'meson-native', 'gtk-doc-native', 'libjpeg-turbo-native', 'ninja-native', 'libpng-native', 'python3-native', 'atk-native', 'pango-native', 'libxcomposite-native', 'libxi-native', 'libxrender-native', 'libxext-native', 'at-spi2-atk-native', 'libxfixes-native', 'cairo-native', 'libxdamage-native', 'libxrandr-native', 'libx11-native', 'fontconfig-native', 'libxcursor-native', 'libffi-native', 'libpcre-native', 'attr-native', 'xorgproto-native', 'freetype-native', 'util-macros-native', 'libfontenc-native', 'dbus-glib-native', 'intltool-native', 'libxml2-native', 'dbus-native', 'texinfo-dummy-native', 'gdbm-native', 'm4-native', 'ncurses-native', 'libcap-ng-native', 'sqlite3-native', 'nspr-native', 'flex-native', 'python3-setuptools-native', 'cmake-native', 're2c-native', 'readline-native', 'libnsl2-native', 'libtirpc-native', 'fribidi-native', 'harfbuzz-native', 'libxft-native', 'at-spi2-core-native', 'libsm-native', 'pixman-native', 'libxcb-native', 'xtrans-native', 'expat-native', 'gperf-native', 'font-util-native', 'libxml-parser-perl-native', 'unzip-native', 'icu-native', 'libxtst-native', 'libice-native', 'libpthread-stubs-native', 'libxdmcp-native', 'xcb-proto-native', 'libxau-native']&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;| DEBUG: sed -e 's:^[^/]*/:/home/auser/yoctobuild/tmp/work/qemuarm64-poky-linux/core-image-sato/1.0-r0/recipe-sysroot-native/:g' /home/auser/yoctobuild/tmp/sysroots-components/x86_64/mtd-utils-native/fixmepath /home/auser/yoctobuild/tmp/sysroots-components/x86_64/e2fsprogs-native/fixmepath | xargs sed -i -e 's:FIXMESTAGINGDIRTARGET:/home/auser/yoctobuild/tmp/work/qemuarm64-poky-linux/core-image-sato/1.0-r0/recipe-sysroot:g; s:FIXMESTAGINGDIRHOST:/home/auser/yoctobuild/tmp/work/qemuarm64-poky-linux/core-image-sato/1.0-r0/recipe-sysroot-native:g' -e 's:FIXME_PSEUDO_SYSROOT:/home/auser/yoctobuild/tmp/sysroots-components/x86_64/pseudo-native:g' -e 's:FIXME_HOSTTOOLS_DIR:/home/auser/yoctobuild/tmp/hosttools:g' -e 's:FIXME_PKGDATA_DIR:/home/auser/yoctobuild/tmp/pkgdata/qemuarm64:g' -e 's:FIXME_PSEUDO_LOCALSTATEDIR:/home/auser/yoctobuild/tmp/work/qemuarm64-poky-linux/core-image-sato/1.0-r0/pseudo/:g' -e 's:FIXME_LOGFIFO:/home/auser/yoctobuild/tmp/work/qemuarm64-poky-linux/core-image-sato/1.0-r0/temp/fifo.27636:g'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;| DEBUG: Python function extend_recipe_sysroot finished&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;| DEBUG: Executing shell function do_image_ubifs&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;| Error: max_leb_cnt too low (2292 needed)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;| WARNING: exit code 255 from a shell command.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;| ERROR: Execution of '/home/auser/yoctobuild/tmp/work/qemuarm64-poky-linux/core-image-sato/1.0-r0/temp/run.do_image_ubifs.27636' failed with exit code 255:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;| Error: max_leb_cnt too low (2292 needed)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;| WARNING: exit code 255 from a shell command.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;|&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ERROR: Task (/home/auser/chethan/FR3_5/flexbuild_lsdk2004/packages/rfs/yocto-poky/meta/recipes-sato/images/core-image-sato.bb:do_image_ubifs) failed with exit code '1'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;NOTE: Tasks Summary: Attempted 6544 tasks of which 6027 didn't need to be rerun and 1 failed.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Summary: 1 task failed:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;/home/auser/chethan/FR3_5/flexbuild_lsdk2004/packages/rfs/yocto-poky/meta/recipes-sato/images/core-image-sato.bb:do_image_ubifs&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Summary: There were 4 WARNING messages shown.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Summary: There was 1 ERROR message shown, returning a non-zero exit code."&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Please let me know where I am going mistake.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Chethan GR.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Sep 2021 08:07:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Problem-while-adding-the-ecryptfs-recipe-in-yocto/m-p/1339652#M12070</guid>
      <dc:creator>Chethan</dc:creator>
      <dc:date>2021-09-14T08:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while adding the ecryptfs recipe in yocto</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Problem-while-adding-the-ecryptfs-recipe-in-yocto/m-p/1339704#M12072</link>
      <description>&lt;P&gt;Please modify the following setting in configs/yocto/local_arm64_devel.conf&lt;/P&gt;
&lt;P&gt;IMAGE_FSTYPES = "cpio.gz ubi squashfs"&lt;/P&gt;
&lt;P&gt;Modify to:&lt;/P&gt;
&lt;P&gt;IMAGE_FSTYPES = "cpio.gz squashfs"&lt;/P&gt;
&lt;P&gt;Then run the following command&lt;/P&gt;
&lt;P&gt;$ flex-builder -i mkrfs -r yocto:devel -a arm64&lt;/P&gt;</description>
      <pubDate>Tue, 14 Sep 2021 09:15:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Problem-while-adding-the-ecryptfs-recipe-in-yocto/m-p/1339704#M12072</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2021-09-14T09:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while adding the ecryptfs recipe in yocto</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Problem-while-adding-the-ecryptfs-recipe-in-yocto/m-p/1340194#M12076</link>
      <description>&lt;P&gt;Hi yipingwang,&lt;/P&gt;&lt;P&gt;This problem got resolved, Thank you so much for your support.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Chethan GR.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2021 03:30:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Problem-while-adding-the-ecryptfs-recipe-in-yocto/m-p/1340194#M12076</guid>
      <dc:creator>Chethan</dc:creator>
      <dc:date>2021-09-15T03:30:56Z</dc:date>
    </item>
  </channel>
</rss>

