<?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 merge-files in image install append in Layerscape</title>
    <link>https://community.nxp.com/t5/Layerscape/adding-merge-files-in-image-install-append/m-p/1723072#M13302</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I am trying to generate rootfs image using bitbake fsl-image-mfgtool. I am able to add the required packages, but when I am adding merge-files then it is showing the following error.&lt;/P&gt;&lt;P&gt;ERROR: fsl-image-mfgtool-1.0-r0 do_rootfs: Could not invoke dnf. Command '/home/icomm/distro/build_ls1043ardb/tmp/work/ls1043ardb-fsl-linux/fsl-image-mfgtool/1.0-r0/recipe-sysroot-native/usr/bin/dnf -v --rpmverbosity=info -y -c /home/icomm/distro/build_ls1043ardb/tmp/work/ls1043ardb-fsl-linux/fsl-image-mfgtool/1.0-r0/rootfs/etc/dnf/dnf.conf --setopt=reposdir=/home/icomm/distro/build_ls1043ardb/tmp/work/ls1043ardb-fsl-linux/fsl-image-mfgtool/1.0-r0/rootfs/etc/yum.repos.d --installroot=/home/icomm/distro/build_ls1043ardb/tmp/work/ls1043ardb-fsl-linux/fsl-image-mfgtool/1.0-r0/rootfs --setopt=logdir=/home/icomm/distro/build_ls1043ardb/tmp/work/ls1043ardb-fsl-linux/fsl-image-mfgtool/1.0-r0/temp --repofrompath=oe-repo,/home/icomm/distro/build_ls1043ardb/tmp/work/ls1043ardb-fsl-linux/fsl-image-mfgtool/1.0-r0/oe-rootfs-repo -x kernel-image-* --nogpgcheck install coreutils curl dhcpcd e2fsprogs e2fsprogs-e2fsck ethtool file fmc inetutils-ping iproute2 iproute2-tc keyutils lmsensors-sensors merge-files net-snmp-libs net-snmp-server net-tools openssl packagegroup-core-boot packagegroup-core-ssh-dropbear packagegroup-fsl-mfgtools parted ppp procps quagga restool rng-tools run-postinsts sudo tar udev-extraconf util-linux-fdisk util-linux-lsblk xinetd' returned 1:&lt;BR /&gt;DNF version: 4.11.1&lt;BR /&gt;cachedir: /home/icomm/distro/build_ls1043ardb/tmp/work/ls1043ardb-fsl-linux/fsl-image-mfgtool/1.0-r0/rootfs/var/cache/dnf&lt;BR /&gt;Added oe-repo repo from /home/icomm/distro/build_ls1043ardb/tmp/work/ls1043ardb-fsl-linux/fsl-image-mfgtool/1.0-r0/oe-rootfs-repo&lt;BR /&gt;User-Agent: falling back to 'libdnf': could not detect OS or basearch&lt;BR /&gt;repo: using cache for: oe-repo&lt;BR /&gt;oe-repo: using metadata from Thu 14 Sep 2023 10:34:11 AM UTC.&lt;BR /&gt;Last metadata expiration check: 0:00:01 ago on Thu 14 Sep 2023 10:43:44 AM UTC.&lt;BR /&gt;Excludes in dnf.conf: kernel-image-*&lt;BR /&gt;--&amp;gt; Starting dependency resolution&lt;BR /&gt;--&amp;gt; Finished dependency resolution&lt;BR /&gt;Error:&lt;BR /&gt;Problem: conflicting requests&lt;BR /&gt;- nothing provides libc.so.6(GLIBC_2.2.5)(64bit) needed by merge-files-1.0-r0.noarch&lt;BR /&gt;(try to add '--skip-broken' to skip uninstallable packages)&lt;/P&gt;&lt;P&gt;ERROR: Logfile of failure stored in: /home/icomm/distro/build_ls1043ardb/tmp/work/ls1043ardb-fsl-linux/fsl-image-mfgtool/1.0-r0/temp/log.do_rootfs.562065&lt;BR /&gt;ERROR: Task (/home/icomm/distro/sources/meta-qoriq/recipes-fsl/images/fsl-image-mfgtool.bb:do_rootfs) failed with exit code '1'&lt;BR /&gt;NOTE: Tasks Summary: Attempted 3503 tasks of which 3502 didn't need to be rerun and 1 failed.&lt;/P&gt;&lt;P&gt;Summary: 1 task failed:&lt;BR /&gt;/home/icomm/distro/sources/meta-qoriq/recipes-fsl/images/fsl-image-mfgtool.bb:do_rootfs&lt;BR /&gt;Summary: There was 1 ERROR message, returning a non-zero exit code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;merge-files_1.0.bb file as follows&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;DESCRIPTION = "Merge prebuilt/extra files into rootfs"&lt;BR /&gt;LICENSE = "MIT"&lt;BR /&gt;LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"&lt;/P&gt;&lt;P&gt;inherit allarch&lt;/P&gt;&lt;P&gt;SRC_URI = "file://merge"&lt;BR /&gt;S = "${WORKDIR}"&lt;/P&gt;&lt;P&gt;MERGED_DST ?= "${ROOT_HOME}"&lt;BR /&gt;do_install () {&lt;BR /&gt;install -d ${D}/${MERGED_DST}&lt;BR /&gt;find ${WORKDIR}/merge/ -maxdepth 1 -mindepth 1 -not -name README \&lt;BR /&gt;-exec cp -fr '{}' ${D}/${MERGED_DST}/ \;&lt;BR /&gt;find ${WORKDIR}/merge/ -maxdepth 1 -mindepth 1 -exec rm -fr '{}' \;&lt;BR /&gt;}&lt;BR /&gt;do_package_qa(){&lt;BR /&gt;}&lt;BR /&gt;do_configure[noexec] = "1"&lt;BR /&gt;do_compile[noexec] = "1"&lt;/P&gt;&lt;P&gt;FILES:${PN} = "/*"&lt;BR /&gt;ALLOW_EMPTY:${PN} = "1"&lt;BR /&gt;INSANE_SKIP:${PN} = "debug-files dev-so"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;fsl-image-mfgtool.bb file as follows&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;# Copyright (C) 2015 Freescale Semiconductor&lt;/P&gt;&lt;P&gt;require recipes-core/images/core-image-minimal.bb&lt;/P&gt;&lt;P&gt;SUMMARY = "Small image commonly used for manufacturing or other small image needs."&lt;BR /&gt;DESCRIPTION = "Small image which only includes essential manufacturing \&lt;BR /&gt;packages to deploy other big images to large physical media, such as \&lt;BR /&gt;a USB stick or a hard drive."&lt;/P&gt;&lt;P&gt;LICENSE = "MIT"&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL:append = " \&lt;BR /&gt;packagegroup-core-ssh-dropbear \&lt;BR /&gt;packagegroup-fsl-mfgtools \&lt;BR /&gt;udev-extraconf \&lt;BR /&gt;file \&lt;BR /&gt;parted \&lt;BR /&gt;lmsensors-sensors \&lt;BR /&gt;restool \&lt;BR /&gt;fmc \&lt;BR /&gt;sudo \&lt;BR /&gt;curl ppp merge-files\&lt;BR /&gt;net-snmp-server net-snmp-libs procps quagga ethtool xinetd iproute2 iproute2-tc\&lt;BR /&gt;"&lt;BR /&gt;IMAGE_INSTALL:remove:ls1021atwr = "restool"&lt;/P&gt;&lt;P&gt;PACKAGE_EXCLUDE = "kernel-image-*"&lt;/P&gt;&lt;P&gt;export IMAGE_BASENAME = "fsl-image-mfgtool"&lt;/P&gt;&lt;P&gt;IMAGE_ROOTFS_EXTRA_SPACE = "262144"&lt;BR /&gt;IMAGE_FSTYPES += "ext4.gz"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;local.conf file as follows&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;MACHINE ??= 'ls1043ardbdistro'&lt;BR /&gt;DISTRO ?= 'fsl-qoriq-distro'&lt;BR /&gt;PACKAGE_CLASSES ?= "package_rpm"&lt;BR /&gt;EXTRA_IMAGE_FEATURES ?= "debug-tweaks"&lt;BR /&gt;USER_CLASSES ?= "buildstats"&lt;BR /&gt;PATCHRESOLVE = "noop"&lt;BR /&gt;BB_DISKMON_DIRS ??= "\&lt;BR /&gt;STOPTASKS,${TMPDIR},1G,100K \&lt;BR /&gt;STOPTASKS,${DL_DIR},1G,100K \&lt;BR /&gt;STOPTASKS,${SSTATE_DIR},1G,100K \&lt;BR /&gt;STOPTASKS,/tmp,100M,100K \&lt;BR /&gt;HALT,${TMPDIR},100M,1K \&lt;BR /&gt;HALT,${DL_DIR},100M,1K \&lt;BR /&gt;HALT,${SSTATE_DIR},100M,1K \&lt;BR /&gt;HALT,/tmp,10M,1K"&lt;BR /&gt;PACKAGECONFIG:append:pn-qemu-system-native = " sdl"&lt;BR /&gt;CONF_VERSION = "2"&lt;/P&gt;&lt;P&gt;# Parallelism Options&lt;BR /&gt;BB_NUMBER_THREADS = "4"&lt;BR /&gt;PARALLEL_MAKE = "-j 4"&lt;BR /&gt;DL_DIR = "/home/icomm/distro/downloads"&lt;BR /&gt;SSTATE_DIR = "/home/icomm/distro/sstate-cache"&lt;BR /&gt;INITRAMFS_IMAGE = "core-image-minimal"&lt;BR /&gt;ACCEPT_FSL_EULA = "1"&lt;/P&gt;&lt;P&gt;# Switch to rpm packaging to avoid rootfs build break&lt;BR /&gt;PACKAGE_CLASSES = "package_rpm"&lt;/P&gt;&lt;P&gt;# Set your proxy if necessary&lt;BR /&gt;#ENV_HOST_PROXIES = "http_proxy="&lt;/P&gt;&lt;P&gt;# Set user account and password&lt;BR /&gt;#APTGET_ADD_USERS = "user:password:shell"&lt;BR /&gt;# format 'name:password:shell'.&lt;BR /&gt;# 'name' is the user name.&lt;BR /&gt;# 'password' is an encrypted password (e.g. generated with&lt;BR /&gt;# `echo "P4sSw0rD" \| openssl passwd -stdin`).&lt;BR /&gt;# If empty or missing, they'll get an empty password.&lt;BR /&gt;# 'shell' is the default shell (if empty, default is /bin/sh).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me solving the problem&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 14 Sep 2023 10:50:44 GMT</pubDate>
    <dc:creator>dibyarekha</dc:creator>
    <dc:date>2023-09-14T10:50:44Z</dc:date>
    <item>
      <title>adding merge-files in image install append</title>
      <link>https://community.nxp.com/t5/Layerscape/adding-merge-files-in-image-install-append/m-p/1723072#M13302</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I am trying to generate rootfs image using bitbake fsl-image-mfgtool. I am able to add the required packages, but when I am adding merge-files then it is showing the following error.&lt;/P&gt;&lt;P&gt;ERROR: fsl-image-mfgtool-1.0-r0 do_rootfs: Could not invoke dnf. Command '/home/icomm/distro/build_ls1043ardb/tmp/work/ls1043ardb-fsl-linux/fsl-image-mfgtool/1.0-r0/recipe-sysroot-native/usr/bin/dnf -v --rpmverbosity=info -y -c /home/icomm/distro/build_ls1043ardb/tmp/work/ls1043ardb-fsl-linux/fsl-image-mfgtool/1.0-r0/rootfs/etc/dnf/dnf.conf --setopt=reposdir=/home/icomm/distro/build_ls1043ardb/tmp/work/ls1043ardb-fsl-linux/fsl-image-mfgtool/1.0-r0/rootfs/etc/yum.repos.d --installroot=/home/icomm/distro/build_ls1043ardb/tmp/work/ls1043ardb-fsl-linux/fsl-image-mfgtool/1.0-r0/rootfs --setopt=logdir=/home/icomm/distro/build_ls1043ardb/tmp/work/ls1043ardb-fsl-linux/fsl-image-mfgtool/1.0-r0/temp --repofrompath=oe-repo,/home/icomm/distro/build_ls1043ardb/tmp/work/ls1043ardb-fsl-linux/fsl-image-mfgtool/1.0-r0/oe-rootfs-repo -x kernel-image-* --nogpgcheck install coreutils curl dhcpcd e2fsprogs e2fsprogs-e2fsck ethtool file fmc inetutils-ping iproute2 iproute2-tc keyutils lmsensors-sensors merge-files net-snmp-libs net-snmp-server net-tools openssl packagegroup-core-boot packagegroup-core-ssh-dropbear packagegroup-fsl-mfgtools parted ppp procps quagga restool rng-tools run-postinsts sudo tar udev-extraconf util-linux-fdisk util-linux-lsblk xinetd' returned 1:&lt;BR /&gt;DNF version: 4.11.1&lt;BR /&gt;cachedir: /home/icomm/distro/build_ls1043ardb/tmp/work/ls1043ardb-fsl-linux/fsl-image-mfgtool/1.0-r0/rootfs/var/cache/dnf&lt;BR /&gt;Added oe-repo repo from /home/icomm/distro/build_ls1043ardb/tmp/work/ls1043ardb-fsl-linux/fsl-image-mfgtool/1.0-r0/oe-rootfs-repo&lt;BR /&gt;User-Agent: falling back to 'libdnf': could not detect OS or basearch&lt;BR /&gt;repo: using cache for: oe-repo&lt;BR /&gt;oe-repo: using metadata from Thu 14 Sep 2023 10:34:11 AM UTC.&lt;BR /&gt;Last metadata expiration check: 0:00:01 ago on Thu 14 Sep 2023 10:43:44 AM UTC.&lt;BR /&gt;Excludes in dnf.conf: kernel-image-*&lt;BR /&gt;--&amp;gt; Starting dependency resolution&lt;BR /&gt;--&amp;gt; Finished dependency resolution&lt;BR /&gt;Error:&lt;BR /&gt;Problem: conflicting requests&lt;BR /&gt;- nothing provides libc.so.6(GLIBC_2.2.5)(64bit) needed by merge-files-1.0-r0.noarch&lt;BR /&gt;(try to add '--skip-broken' to skip uninstallable packages)&lt;/P&gt;&lt;P&gt;ERROR: Logfile of failure stored in: /home/icomm/distro/build_ls1043ardb/tmp/work/ls1043ardb-fsl-linux/fsl-image-mfgtool/1.0-r0/temp/log.do_rootfs.562065&lt;BR /&gt;ERROR: Task (/home/icomm/distro/sources/meta-qoriq/recipes-fsl/images/fsl-image-mfgtool.bb:do_rootfs) failed with exit code '1'&lt;BR /&gt;NOTE: Tasks Summary: Attempted 3503 tasks of which 3502 didn't need to be rerun and 1 failed.&lt;/P&gt;&lt;P&gt;Summary: 1 task failed:&lt;BR /&gt;/home/icomm/distro/sources/meta-qoriq/recipes-fsl/images/fsl-image-mfgtool.bb:do_rootfs&lt;BR /&gt;Summary: There was 1 ERROR message, returning a non-zero exit code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;merge-files_1.0.bb file as follows&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;DESCRIPTION = "Merge prebuilt/extra files into rootfs"&lt;BR /&gt;LICENSE = "MIT"&lt;BR /&gt;LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"&lt;/P&gt;&lt;P&gt;inherit allarch&lt;/P&gt;&lt;P&gt;SRC_URI = "file://merge"&lt;BR /&gt;S = "${WORKDIR}"&lt;/P&gt;&lt;P&gt;MERGED_DST ?= "${ROOT_HOME}"&lt;BR /&gt;do_install () {&lt;BR /&gt;install -d ${D}/${MERGED_DST}&lt;BR /&gt;find ${WORKDIR}/merge/ -maxdepth 1 -mindepth 1 -not -name README \&lt;BR /&gt;-exec cp -fr '{}' ${D}/${MERGED_DST}/ \;&lt;BR /&gt;find ${WORKDIR}/merge/ -maxdepth 1 -mindepth 1 -exec rm -fr '{}' \;&lt;BR /&gt;}&lt;BR /&gt;do_package_qa(){&lt;BR /&gt;}&lt;BR /&gt;do_configure[noexec] = "1"&lt;BR /&gt;do_compile[noexec] = "1"&lt;/P&gt;&lt;P&gt;FILES:${PN} = "/*"&lt;BR /&gt;ALLOW_EMPTY:${PN} = "1"&lt;BR /&gt;INSANE_SKIP:${PN} = "debug-files dev-so"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;fsl-image-mfgtool.bb file as follows&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;# Copyright (C) 2015 Freescale Semiconductor&lt;/P&gt;&lt;P&gt;require recipes-core/images/core-image-minimal.bb&lt;/P&gt;&lt;P&gt;SUMMARY = "Small image commonly used for manufacturing or other small image needs."&lt;BR /&gt;DESCRIPTION = "Small image which only includes essential manufacturing \&lt;BR /&gt;packages to deploy other big images to large physical media, such as \&lt;BR /&gt;a USB stick or a hard drive."&lt;/P&gt;&lt;P&gt;LICENSE = "MIT"&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL:append = " \&lt;BR /&gt;packagegroup-core-ssh-dropbear \&lt;BR /&gt;packagegroup-fsl-mfgtools \&lt;BR /&gt;udev-extraconf \&lt;BR /&gt;file \&lt;BR /&gt;parted \&lt;BR /&gt;lmsensors-sensors \&lt;BR /&gt;restool \&lt;BR /&gt;fmc \&lt;BR /&gt;sudo \&lt;BR /&gt;curl ppp merge-files\&lt;BR /&gt;net-snmp-server net-snmp-libs procps quagga ethtool xinetd iproute2 iproute2-tc\&lt;BR /&gt;"&lt;BR /&gt;IMAGE_INSTALL:remove:ls1021atwr = "restool"&lt;/P&gt;&lt;P&gt;PACKAGE_EXCLUDE = "kernel-image-*"&lt;/P&gt;&lt;P&gt;export IMAGE_BASENAME = "fsl-image-mfgtool"&lt;/P&gt;&lt;P&gt;IMAGE_ROOTFS_EXTRA_SPACE = "262144"&lt;BR /&gt;IMAGE_FSTYPES += "ext4.gz"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;local.conf file as follows&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;MACHINE ??= 'ls1043ardbdistro'&lt;BR /&gt;DISTRO ?= 'fsl-qoriq-distro'&lt;BR /&gt;PACKAGE_CLASSES ?= "package_rpm"&lt;BR /&gt;EXTRA_IMAGE_FEATURES ?= "debug-tweaks"&lt;BR /&gt;USER_CLASSES ?= "buildstats"&lt;BR /&gt;PATCHRESOLVE = "noop"&lt;BR /&gt;BB_DISKMON_DIRS ??= "\&lt;BR /&gt;STOPTASKS,${TMPDIR},1G,100K \&lt;BR /&gt;STOPTASKS,${DL_DIR},1G,100K \&lt;BR /&gt;STOPTASKS,${SSTATE_DIR},1G,100K \&lt;BR /&gt;STOPTASKS,/tmp,100M,100K \&lt;BR /&gt;HALT,${TMPDIR},100M,1K \&lt;BR /&gt;HALT,${DL_DIR},100M,1K \&lt;BR /&gt;HALT,${SSTATE_DIR},100M,1K \&lt;BR /&gt;HALT,/tmp,10M,1K"&lt;BR /&gt;PACKAGECONFIG:append:pn-qemu-system-native = " sdl"&lt;BR /&gt;CONF_VERSION = "2"&lt;/P&gt;&lt;P&gt;# Parallelism Options&lt;BR /&gt;BB_NUMBER_THREADS = "4"&lt;BR /&gt;PARALLEL_MAKE = "-j 4"&lt;BR /&gt;DL_DIR = "/home/icomm/distro/downloads"&lt;BR /&gt;SSTATE_DIR = "/home/icomm/distro/sstate-cache"&lt;BR /&gt;INITRAMFS_IMAGE = "core-image-minimal"&lt;BR /&gt;ACCEPT_FSL_EULA = "1"&lt;/P&gt;&lt;P&gt;# Switch to rpm packaging to avoid rootfs build break&lt;BR /&gt;PACKAGE_CLASSES = "package_rpm"&lt;/P&gt;&lt;P&gt;# Set your proxy if necessary&lt;BR /&gt;#ENV_HOST_PROXIES = "http_proxy="&lt;/P&gt;&lt;P&gt;# Set user account and password&lt;BR /&gt;#APTGET_ADD_USERS = "user:password:shell"&lt;BR /&gt;# format 'name:password:shell'.&lt;BR /&gt;# 'name' is the user name.&lt;BR /&gt;# 'password' is an encrypted password (e.g. generated with&lt;BR /&gt;# `echo "P4sSw0rD" \| openssl passwd -stdin`).&lt;BR /&gt;# If empty or missing, they'll get an empty password.&lt;BR /&gt;# 'shell' is the default shell (if empty, default is /bin/sh).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me solving the problem&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2023 10:50:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/adding-merge-files-in-image-install-append/m-p/1723072#M13302</guid>
      <dc:creator>dibyarekha</dc:creator>
      <dc:date>2023-09-14T10:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: adding merge-files in image install append</title>
      <link>https://community.nxp.com/t5/Layerscape/adding-merge-files-in-image-install-append/m-p/1725331#M13332</link>
      <description>&lt;P&gt;Where did you download your recipes?&lt;/P&gt;
&lt;P&gt;I will do verification in my build environment.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2023 07:53:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/adding-merge-files-in-image-install-append/m-p/1725331#M13332</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2023-09-19T07:53:19Z</dc:date>
    </item>
  </channel>
</rss>

