<?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 Re: Adding packages under core-image-base image in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Adding-packages-under-core-image-base-image/m-p/1043699#M153719</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="348881" data-username="nikhil.sahu2@harman.com" href="https://community.nxp.com/people/nikhil.sahu2@harman.com" style="color: #3d9ce7; background-color: #ffffff; border: 0px; font-weight: 200; text-decoration: underline; font-size: 1.286rem;"&gt;Nikhil sahu&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are glad we could help with your queries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, we can modify the below variable in the&amp;nbsp;machine.conf file(imx6sxsabresd.conf)&lt;/P&gt;&lt;P&gt;UBOOT_CONFIG ??= "sd"&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P&gt;UBOOT_CONFIG ??= "emmc"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way we do not update the conf/local.conf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: You still need to comment out the uboot config lines from&amp;nbsp;sources/meta-imx/meta-bsp/conf/layer.conf under&amp;nbsp;&lt;/P&gt;&lt;P&gt;# Overrides for imx6sxsabresd.conf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karan Gajjar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Jun 2020 04:59:24 GMT</pubDate>
    <dc:creator>karangajjar</dc:creator>
    <dc:date>2020-06-01T04:59:24Z</dc:date>
    <item>
      <title>Adding packages under core-image-base image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Adding-packages-under-core-image-base-image/m-p/1043686#M153706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on yocto zeus (https://source.codeaurora.org/external/imx/imx-manifest&amp;nbsp; -b imx-linux-zeus -m imx-5.4.3-1.0.0.xml).I am adding some packages under core-image-base image.&lt;/P&gt;&lt;P&gt;I modified the core-image-base.bb files as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUMMARY = "A console-only image that fully supports the target device hardware."&lt;BR /&gt; &lt;BR /&gt;IMAGE_INSTALL = "packagegroup-core-boot ${CORE_IMAGE_EXTRA_INSTALL}"&lt;BR /&gt;#IMAGE_INSTALL = "packagegroup-core-boot"&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL_append ?= "kernel-modules firmware-imx-sdma iproute2 libsocketcan canutils i2c-tools u-boot-fw-utils minicom"&lt;/P&gt;&lt;P&gt;IMAGE_LINGUAS = " "&lt;/P&gt;&lt;P&gt;LICENSE = "MIT"&lt;/P&gt;&lt;P&gt;inherit core-image&lt;/P&gt;&lt;P&gt;#IMAGE_ROOTFS_SIZE ?= "250000"&lt;BR /&gt;#IMAGE_ROOTFS_SIZE ?= "8192"&lt;BR /&gt;#IMAGE_ROOTFS_EXTRA_SPACE_append = "${@bb.utils.contains("DISTRO_FEATURES", "systemd", " + 4096", "" ,d)}"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i am facing below error:&lt;/P&gt;&lt;P&gt;| scripts/kconfig/Makefile:128: recipe for target 'mx6sxsabresd_optee_defconfig' failed&lt;BR /&gt;| make[1]: *** [mx6sxsabresd_optee_defconfig] Error 1&lt;BR /&gt;| Makefile:516: recipe for target 'mx6sxsabresd_optee_config' failed&lt;BR /&gt;| make: *** [mx6sxsabresd_optee_config] Error 2&lt;BR /&gt;| ERROR: oe_runmake failed&lt;BR /&gt;| WARNING: exit code 1 from a shell command.&lt;BR /&gt;| ERROR: Execution of '/home/ubuntu/harman_zeus/build_sabresd/tmp/work/imx6sxsabresd-poky-linux-gnueabi/u-boot-fw-utils/1_2019.07-r0/temp/run.do_compile.6768' failed with exit code 1:&lt;BR /&gt;| make -f ./scripts/Makefile.build obj=scripts/basic&lt;BR /&gt;| rm -f .tmp_quiet_recordmcount&lt;BR /&gt;| make -f ./scripts/Makefile.build obj=scripts/kconfig mx6sxsabresd_optee_config&lt;BR /&gt;| scripts/kconfig/conf --defconfig=arch/../configs/mx6sxsabresd_optee_defconfig Kconfig&lt;BR /&gt;| ***&lt;BR /&gt;| *** Can't find default configuration "arch/../configs/mx6sxsabresd_optee_defconfig"!&lt;BR /&gt;| ***&lt;BR /&gt;| scripts/kconfig/Makefile:128: recipe for target 'mx6sxsabresd_optee_defconfig' failed&lt;BR /&gt;| make[1]: *** [mx6sxsabresd_optee_defconfig] Error 1&lt;BR /&gt;| Makefile:516: recipe for target 'mx6sxsabresd_optee_config' failed&lt;BR /&gt;| make: *** [mx6sxsabresd_optee_config] Error 2&lt;BR /&gt;| WARNING: exit code 1 from a shell command.&lt;BR /&gt;| &lt;BR /&gt;ERROR: Task (/home/ubuntu/sources/poky/meta/recipes-bsp/u-boot/u-boot-fw-utils_2019.07.bb:do_compile) failed with exit code '1'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone please guide me what wrong i am doing here. why this defconfig is not setting as default, or any other way so that i can make these entry permanent in core-image-base.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nikhil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2020 15:13:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Adding-packages-under-core-image-base-image/m-p/1043686#M153706</guid>
      <dc:creator>nikhil_sahu2</dc:creator>
      <dc:date>2020-05-04T15:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Adding packages under core-image-base image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Adding-packages-under-core-image-base-image/m-p/1043687#M153707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just want to add -&amp;gt; this error is only occuring when i added "&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;u-boot-fw-utils", rest packages are added as i can see my&amp;nbsp;core-image-base/1.0-r0/image_initial_manifest file as.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;mip,canutils&lt;BR /&gt;mip,firmware-imx-sdma&lt;BR /&gt;mip,i2c-tools&lt;BR /&gt;mip,iproute2&lt;BR /&gt;mip,kernel-modules&lt;BR /&gt;mip,libsocketcan2&lt;BR /&gt;mip,minicom&lt;BR /&gt;mip,packagegroup-core-boot&lt;BR /&gt;mip,packagegroup-fsl-optee-imx&lt;BR /&gt;mip,run-postinsts&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;But when i added&amp;nbsp; &lt;SPAN&gt;IMAGE_INSTALL_append ?&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;u-boot-fw-utils&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;some defconfig dependency error is occuring.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2020 15:20:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Adding-packages-under-core-image-base-image/m-p/1043687#M153707</guid>
      <dc:creator>nikhil_sahu2</dc:creator>
      <dc:date>2020-05-04T15:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Adding packages under core-image-base image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Adding-packages-under-core-image-base-image/m-p/1043688#M153708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="348881" data-username="nikhil.sahu2@harman.com" href="https://community.nxp.com/people/nikhil.sahu2@harman.com" style="color: #3d9ce7; background-color: #ffffff; border: 0px; font-weight: 200; text-decoration: underline; font-size: 1.286rem;"&gt;Nikhil sahu&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like you are trying to add u-boot-fw-utils to the image. Please refer below link for the same:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/492195"&gt;https://community.nxp.com/thread/492195&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We hope this helps. Let us know in case of any concerns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karan Gajjar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2020 12:51:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Adding-packages-under-core-image-base-image/m-p/1043688#M153708</guid>
      <dc:creator>karangajjar</dc:creator>
      <dc:date>2020-05-06T12:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Adding packages under core-image-base image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Adding-packages-under-core-image-base-image/m-p/1043689#M153709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nikhil sahu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us know if Karan Gajjar’s suggestion helps. The error seems to be related to a problem with the op-tee defconfig so it could also be beneficial to look at the dependencies for the added packages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2020 21:51:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Adding-packages-under-core-image-base-image/m-p/1043689#M153709</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2020-05-06T21:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Adding packages under core-image-base image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Adding-packages-under-core-image-base-image/m-p/1043690#M153710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nikhil&lt;/P&gt;&lt;P&gt;I tried to compile u-boot-fw-utils and it's compiled successfully for me.&lt;/P&gt;&lt;P&gt;I used following steps for the compilation:&lt;/P&gt;&lt;P&gt;$ repo init -u &lt;A href="https://source.codeaurora.org/external/imx/imx-manifest" target="test_blank"&gt;https://source.codeaurora.org/external/imx/imx-manifest&lt;/A&gt; -b imx-linux-zeus -m imx-5.4.3-1.0.0.xml&lt;/P&gt;&lt;P&gt;$ repo sync&lt;/P&gt;&lt;P&gt;$ MACHINE=imx6sxsabresd DISTRO=fslc-xwayland source setup-environment build&lt;/P&gt;&lt;P&gt;$ bitbake u-boot-fw-utils&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Logs:&lt;/P&gt;&lt;P&gt;vipul@vipul:~/nxp-zeus/build$ bitbake u-boot-fw-utils&lt;BR /&gt;Loading cache: 100% |#########################################################################################################################################################| Time: 0:00:01&lt;BR /&gt;Loaded 3444 entries from dependency cache.&lt;BR /&gt;NOTE: Multiple providers are available for u-boot-fw-utils (u-boot-fw-utils, u-boot-fslc-fw-utils, u-boot-fslc-fw-utils-cross, u-boot-qoriq-fw-utils, u-boot-qoriq-fw-utils-cross, u-boot-toradex-fw-utils, u-boot-toradex-fw-utils-cross)&lt;BR /&gt;Consider defining a PREFERRED_PROVIDER entry to match u-boot-fw-utils&lt;BR /&gt;NOTE: Resolving any missing task queue dependencies&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Build Configuration:&lt;BR /&gt;BB_VERSION&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = "1.44.0"&lt;BR /&gt;BUILD_SYS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = "x86_64-linux"&lt;BR /&gt;NATIVELSBSTRING&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = "universal"&lt;BR /&gt;TARGET_SYS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = "arm-fslc-linux-gnueabi"&lt;BR /&gt;MACHINE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = "imx6sxsabresd"&lt;BR /&gt;DISTRO&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = "fslc-xwayland"&lt;BR /&gt;DISTRO_VERSION&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = "3.0"&lt;BR /&gt;TUNE_FEATURES&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = "arm vfp cortexa9 neon thumb callconvention-hard"&lt;BR /&gt;TARGET_FPU&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = "hard"&lt;BR /&gt;meta&lt;BR /&gt;meta-poky&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = "HEAD:0275e68b0576cdefc19718e4b1977044f9f43f48"&lt;BR /&gt;meta-oe&lt;BR /&gt;meta-multimedia&lt;BR /&gt;meta-python&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = "HEAD:aad5b3d070cd8c58828b0975cf861d8ebc90f460"&lt;BR /&gt;meta-freescale&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = "HEAD:0be39721cea6e04c589a419f4bb07fabd0da6704"&lt;BR /&gt;meta-freescale-3rdparty = "HEAD:aea3771baa77e74762358ceb673d407e36637e5f"&lt;BR /&gt;meta-freescale-distro = "HEAD:ca27d12e4964d1336e662bcc60184bbff526c857"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Initialising tasks: 100% |####################################################################################################################################################| Time: 0:00:00&lt;BR /&gt;Sstate summary: Wanted 6 Found 0 Missed 6 Current 447 (0% match, 98% complete)&lt;BR /&gt;NOTE: Executing Tasks&lt;BR /&gt;NOTE: Setscene tasks completed&lt;BR /&gt;NOTE: Tasks Summary: Attempted 1794 tasks of which 1780 didn't need to be rerun and all succeeded.&lt;BR /&gt;NOTE: Writing buildhistory&lt;BR /&gt;NOTE: Writing buildhistory took: 1 seconds&lt;BR /&gt;vipul@vipul:~/nxp-zeus/build$ cd tmp/work/imx6sxsabresd-fslc-linux-gnueabi/u-boot-f&lt;BR /&gt;u-boot-fslc/&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; u-boot-fw-utils/&lt;BR /&gt;vipul@vipul:~/nxp-zeus/build$ cd tmp/work/imx6sxsabresd-fslc-linux-gnueabi/u-boot-fw-utils/&lt;BR /&gt;vipul@vipul:~/nxp-zeus/build/tmp/work/imx6sxsabresd-fslc-linux-gnueabi/u-boot-fw-utils$ ls&lt;BR /&gt;1_2019.07-r0&lt;BR /&gt;vipul@vipul:~/nxp-zeus/build/tmp/work/imx6sxsabresd-fslc-linux-gnueabi/u-boot-fw-utils$ cd 1_2019.07-r0/&lt;BR /&gt;vipul@vipul:~/nxp-zeus/build/tmp/work/imx6sxsabresd-fslc-linux-gnueabi/u-boot-fw-utils/1_2019.07-r0$ ls&lt;BR /&gt;0001-CVE-2019-13103.patch&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0008-CVE-2019-14195.patch&amp;nbsp; package&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; recipe-sysroot-native&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sysroot-destdir&lt;BR /&gt;0002-CVE-2019-13104.patch&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0009-CVE-2019-14196.patch&amp;nbsp; packages-split&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sstate-install-package&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; temp&lt;BR /&gt;0003-CVE-2019-13105.patch&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; configure.sstate&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pkgdata&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sstate-install-packagedata&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; u-boot-fw-utils.spec&lt;BR /&gt;0004-CVE-2019-13106.patch&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; deploy-rpms&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pkgdata-pdata-input&amp;nbsp; sstate-install-package_qa&lt;BR /&gt;0005-CVE-2019-14192-14193-14199.patch&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; git&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pkgdata-sysroot&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sstate-install-package_write_rpm&lt;BR /&gt;0006-CVE-2019-14197-14200-14201-14202-14203-14204.patch&amp;nbsp; image&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pseudo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sstate-install-populate_lic&lt;BR /&gt;0007-CVE-2019-14194-14198.patch&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; license-destdir&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; recipe-sysroot&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sstate-install-populate_sysroot&lt;BR /&gt;vipul@vipul:~/nxp-zeus/build/tmp/work/imx6sxsabresd-fslc-linux-gnueabi/u-boot-fw-utils/1_2019.07-r0$ cd image/sbin/&lt;BR /&gt;vipul@vipul:~/nxp-zeus/build/tmp/work/imx6sxsabresd-fslc-linux-gnueabi/u-boot-fw-utils/1_2019.07-r0/image/sbin$ ls -l&lt;BR /&gt;total 56&lt;BR /&gt;-rwxr-xr-x 1 vipul vipul 27888 May&amp;nbsp; 9 08:45 fw_printenv&lt;BR /&gt;-rwxr-xr-x 1 vipul vipul 27888 May&amp;nbsp; 9 08:45 fw_setenv&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you made any modification in u-boot-fw-utils.bb file ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 May 2020 03:24:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Adding-packages-under-core-image-base-image/m-p/1043690#M153710</guid>
      <dc:creator>vipulkumar</dc:creator>
      <dc:date>2020-05-09T03:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Adding packages under core-image-base image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Adding-packages-under-core-image-base-image/m-p/1043691#M153711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thans for your reply guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Karan&lt;/P&gt;&lt;P&gt;I added the flag in local.conf file but not succeeded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Vipul&lt;/P&gt;&lt;P&gt;Even on the fresh build i am getting the same error. One thing i noticed between our build, I am using the different distro and source in my build&amp;nbsp;"DISTRO=fsl-imx-fb MACHINE=imx6sxsabresd source imx-setup-release.sh -b build "&lt;/P&gt;&lt;P&gt;Could you please try with same env.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nikhil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 May 2020 04:16:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Adding-packages-under-core-image-base-image/m-p/1043691#M153711</guid>
      <dc:creator>nikhil_sahu2</dc:creator>
      <dc:date>2020-05-09T04:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Adding packages under core-image-base image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Adding-packages-under-core-image-base-image/m-p/1043692#M153712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nikhil&lt;/P&gt;&lt;P&gt;With "DISTRO=fsl-imx-fb MACHINE=imx6sxsabresd source imx-setup-release.sh -b build ", I am also getting the same error.&lt;/P&gt;&lt;P&gt;Seems like something is broken for fsl-imx-fb Distro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 May 2020 08:29:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Adding-packages-under-core-image-base-image/m-p/1043692#M153712</guid>
      <dc:creator>vipulkumar</dc:creator>
      <dc:date>2020-05-09T08:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Adding packages under core-image-base image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Adding-packages-under-core-image-base-image/m-p/1043693#M153713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="348881" data-username="nikhil.sahu2@harman.com" href="https://community.nxp.com/people/nikhil.sahu2@harman.com" style="color: #3d9ce7; background-color: #ffffff; border: 0px; font-weight: 600; text-decoration: none; font-size: 11.9994px;"&gt;Nikhil sahu&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the u-boot-fw-utils_2019.07.bb&amp;nbsp; generic u-boot is used instead of that use imx specific u-boot,for that you need to modify the .bb file.The source link of imx specific u-boot you find in&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;sources/meta-imx/meta-bsp/recipes-bsp/u-boot/u-boot-imx_2019.04.bb .&lt;/STRONG&gt; For reference you can refer attached .bb file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us know in case of any concerns.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karan Gajjar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2020 08:14:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Adding-packages-under-core-image-base-image/m-p/1043693#M153713</guid>
      <dc:creator>karangajjar</dc:creator>
      <dc:date>2020-05-21T08:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Adding packages under core-image-base image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Adding-packages-under-core-image-base-image/m-p/1043694#M153714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi karan,&lt;/P&gt;&lt;P&gt;I checked your bb file but the content is totally different with my bb file. its confusing where to modify as you suggested, I am attaching my bb file here so that it can give more idea.&lt;/P&gt;&lt;P&gt;Even i tried to modify but after that my u-boot compilation is also failed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please have a look on below thread link which i created today, where i succeed to pass from this error (sorry its a dirty hack) but facing some different issue.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/533269"&gt;compile error u-boot-fw-utils under yocto zeus&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nikhil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2020 08:48:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Adding-packages-under-core-image-base-image/m-p/1043694#M153714</guid>
      <dc:creator>nikhil_sahu2</dc:creator>
      <dc:date>2020-05-25T08:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Adding packages under core-image-base image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Adding-packages-under-core-image-base-image/m-p/1043695#M153715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="348881" data-username="nikhil.sahu2@harman.com" href="https://community.nxp.com/people/nikhil.sahu2@harman.com" style="color: #3d9ce7; background-color: #ffffff; border: 0px; font-weight: 200; text-decoration: underline; font-size: 1.286rem;"&gt;Nikhil sahu&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems version of the u-boot-fw-utils is different. I hope you have downloaded the documents from this &lt;A href="https://www.nxp.com/webapp/Download?colCode=L5.4.3_1.0.0_LINUX_DOCS"&gt;link&lt;/A&gt;. So can you do repo sync and then again change the u-boot-fw-utils*.bb file and clean all and recompile?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karan Gajjar&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2020 04:30:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Adding-packages-under-core-image-base-image/m-p/1043695#M153715</guid>
      <dc:creator>karangajjar</dc:creator>
      <dc:date>2020-05-26T04:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: Adding packages under core-image-base image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Adding-packages-under-core-image-base-image/m-p/1043696#M153716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/karan.gajjar@volansystech.com"&gt;karan.gajjar@volansystech.com&lt;/A&gt;‌,&amp;nbsp;&lt;SPAN&gt;Compilation done u-boot configuration is copied now under u-boot-fw-utils.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Karan, I want to change my u-boot default defconfig from&amp;nbsp;mx6sxsabresd_optee_config from&amp;nbsp;mx6sxsabresd_emmc_config. One hack i did below change in &lt;STRONG&gt;sources/meta-imx/meta-bsp/conf/layer.conf&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;# Overrides for imx6sxsabresd.conf&lt;/STRONG&gt;&lt;BR /&gt;UBOOT_CONFIG_imx6sxsabresd = "${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'sd-optee', 'sd', d)}"&lt;BR /&gt;UBOOT_CONFIG_OPTEE_CONFIG_imx6sxsabresd = &lt;STRONG&gt;"mx6sxsabresd_optee_config" -&amp;gt;&amp;nbsp;&amp;nbsp;mx6sxsabresd_emmc_config&lt;/STRONG&gt;&lt;BR /&gt;OPTEE_BIN_EXT_imx6sxsabresd = "6sxsdb"&lt;BR /&gt;MACHINE_FEATURES_append_imx6sxsabresd = " optee bcm4339 bcm43455"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is there any proper way to do this, I am sure you aware on this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Nikhil&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2020 05:54:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Adding-packages-under-core-image-base-image/m-p/1043696#M153716</guid>
      <dc:creator>nikhil_sahu2</dc:creator>
      <dc:date>2020-05-27T05:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Adding packages under core-image-base image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Adding-packages-under-core-image-base-image/m-p/1043697#M153717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="348881" data-username="nikhil.sahu2@harman.com" href="https://community.nxp.com/people/nikhil.sahu2@harman.com" style="color: #3d9ce7; background-color: #ffffff; border: 0px; font-weight: 200; text-decoration: underline; font-size: 1.286rem;"&gt;Nikhil sahu&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do u-boot for emmc by following steps:&lt;/P&gt;&lt;P&gt;1. Add below line in conf/local.conf of your build directory.&lt;/P&gt;&lt;P&gt;UBOOT_CONFIG=emmc&lt;/P&gt;&lt;P&gt;2. Make sure below is present in your machine.conf file(imx6sxsabresd.conf), if not, add.&lt;/P&gt;&lt;P&gt;UBOOT_CONFIG[emmc] = "mx6sxsabresd_emmc_config,sdcard"&lt;/P&gt;&lt;P&gt;3. Comment out the uboot config lines from&amp;nbsp;sources/meta-imx/meta-bsp/conf/layer.conf under&amp;nbsp;&lt;/P&gt;&lt;P&gt;# Overrides for imx6sxsabresd.conf&lt;/P&gt;&lt;P&gt;4. Clean the image using bitbake -c cleansstate &amp;lt;image&amp;gt;&lt;/P&gt;&lt;P&gt;5. bitbake &amp;lt;image&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karan Gajjar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2020 11:24:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Adding-packages-under-core-image-base-image/m-p/1043697#M153717</guid>
      <dc:creator>karangajjar</dc:creator>
      <dc:date>2020-05-28T11:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Adding packages under core-image-base image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Adding-packages-under-core-image-base-image/m-p/1043698#M153718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/karan.gajjar@volansystech.com"&gt;karan.gajjar@volansystech.com&lt;/A&gt;‌. Is there any way to modify this flag in source directory so this flag will automatically update&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;conf/local.conf.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Nikhil&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 May 2020 16:26:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Adding-packages-under-core-image-base-image/m-p/1043698#M153718</guid>
      <dc:creator>nikhil_sahu2</dc:creator>
      <dc:date>2020-05-30T16:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Adding packages under core-image-base image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Adding-packages-under-core-image-base-image/m-p/1043699#M153719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="348881" data-username="nikhil.sahu2@harman.com" href="https://community.nxp.com/people/nikhil.sahu2@harman.com" style="color: #3d9ce7; background-color: #ffffff; border: 0px; font-weight: 200; text-decoration: underline; font-size: 1.286rem;"&gt;Nikhil sahu&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are glad we could help with your queries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, we can modify the below variable in the&amp;nbsp;machine.conf file(imx6sxsabresd.conf)&lt;/P&gt;&lt;P&gt;UBOOT_CONFIG ??= "sd"&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P&gt;UBOOT_CONFIG ??= "emmc"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way we do not update the conf/local.conf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: You still need to comment out the uboot config lines from&amp;nbsp;sources/meta-imx/meta-bsp/conf/layer.conf under&amp;nbsp;&lt;/P&gt;&lt;P&gt;# Overrides for imx6sxsabresd.conf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karan Gajjar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2020 04:59:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Adding-packages-under-core-image-base-image/m-p/1043699#M153719</guid>
      <dc:creator>karangajjar</dc:creator>
      <dc:date>2020-06-01T04:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Adding packages under core-image-base image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Adding-packages-under-core-image-base-image/m-p/1043700#M153720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/karan.gajjar@volansystech.com"&gt;karan.gajjar@volansystech.com&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the above one, but changes are not reflected under local.conf file. Any other way so this can auto reflact.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nikhil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jun 2020 13:12:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Adding-packages-under-core-image-base-image/m-p/1043700#M153720</guid>
      <dc:creator>nikhil_sahu2</dc:creator>
      <dc:date>2020-06-13T13:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: Adding packages under core-image-base image</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Adding-packages-under-core-image-base-image/m-p/1043701#M153721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A _jive_internal="true" class="" data-content-finding="Community" data-userid="348881" data-username="nikhil.sahu2@harman.com" href="https://community.nxp.com/people/nikhil.sahu2@harman.com" style="color: #3d9ce7; background-color: #ffffff; border: 0px; font-weight: 200; text-decoration: underline; font-size: 1.286rem;"&gt;Nikhil sahu&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following the solution stated in the last reply, the changes won't be reflected in local.conf. However, the u-boot image generated will be for eMMC, as required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karan Gajjar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2020 06:26:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Adding-packages-under-core-image-base-image/m-p/1043701#M153721</guid>
      <dc:creator>karangajjar</dc:creator>
      <dc:date>2020-06-15T06:26:53Z</dc:date>
    </item>
  </channel>
</rss>

