<?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: Yocto Build on IMX8mp, anbox in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-Build-on-IMX8mp-anbox/m-p/1783459#M218264</link>
    <description>&lt;P&gt;You could write a recipe .bb file to build the anbox.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FYI.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.digikey.com/en/maker/projects/intro-to-embedded-linux-part-6-add-custom-application-to-yocto-build/509191cec6c2418d88fd374f93ea5dda" target="_blank"&gt;https://www.digikey.com/en/maker/projects/intro-to-embedded-linux-part-6-add-custom-application-to-yocto-build/509191cec6c2418d88fd374f93ea5dda&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Jan 2024 07:45:07 GMT</pubDate>
    <dc:creator>jimmychan</dc:creator>
    <dc:date>2024-01-05T07:45:07Z</dc:date>
    <item>
      <title>Yocto Build on IMX8mp, anbox</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-Build-on-IMX8mp-anbox/m-p/1782889#M218208</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I need anbox on my Yocto build for IMX8mp. is there any reference guide to build anbox into Yocto Build?&lt;BR /&gt;Is it possible to add anbox?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;#NXP #ANDROID #YOCTO&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 14:04:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-Build-on-IMX8mp-anbox/m-p/1782889#M218208</guid>
      <dc:creator>MJD</dc:creator>
      <dc:date>2024-01-04T14:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto Build on IMX8mp, anbox</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-Build-on-IMX8mp-anbox/m-p/1783272#M218244</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Team &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/61445"&gt;@nxp&lt;/a&gt;&amp;nbsp; please respond&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2024 01:36:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-Build-on-IMX8mp-anbox/m-p/1783272#M218244</guid>
      <dc:creator>MJD</dc:creator>
      <dc:date>2024-01-05T01:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto Build on IMX8mp, anbox</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-Build-on-IMX8mp-anbox/m-p/1783459#M218264</link>
      <description>&lt;P&gt;You could write a recipe .bb file to build the anbox.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FYI.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.digikey.com/en/maker/projects/intro-to-embedded-linux-part-6-add-custom-application-to-yocto-build/509191cec6c2418d88fd374f93ea5dda" target="_blank"&gt;https://www.digikey.com/en/maker/projects/intro-to-embedded-linux-part-6-add-custom-application-to-yocto-build/509191cec6c2418d88fd374f93ea5dda&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2024 07:45:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-Build-on-IMX8mp-anbox/m-p/1783459#M218264</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2024-01-05T07:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto Build on IMX8mp, anbox</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-Build-on-IMX8mp-anbox/m-p/1784247#M218358</link>
      <description>&lt;P&gt;As i am trying with the below recipe&amp;nbsp;&lt;BR /&gt;1 SUMMARY = "Anbox - Android in a Box"&lt;BR /&gt;2 LICENSE = "GPL-3.0-only"&lt;BR /&gt;3 LIC_FILES_CHKSUM = "file://${WORKDIR}/git/COPYING.GPL;md5=f27defe1e96c2e1ecd4e0c9be8967949"&lt;BR /&gt;4 SRC_URI = "git://github.com/anbox/anbox.git;branch=master;protocol=https \&lt;BR /&gt;5 file://0001-myCMake.patch"&lt;BR /&gt;6 SRCREV = "${AUTOREV}"&lt;BR /&gt;7 S = "${WORKDIR}/git"&lt;BR /&gt;8&lt;BR /&gt;9 DEPENDS += "cmake lxc protobuf libsdl2 libcap mesa boost expat systemd libsdl2 python3 egl-gbm boost-sml"&lt;BR /&gt;10&lt;BR /&gt;11 inherit cmake&lt;BR /&gt;12 BOOST_VERSION = "1.81.0"&lt;BR /&gt;13&lt;BR /&gt;14 do_configure() {&lt;BR /&gt;15 mkdir -p ${S}/build&lt;BR /&gt;16 cd ${S}/build&lt;BR /&gt;17 cmake \&lt;BR /&gt;18 -DEGL_INCLUDE_DIR=${STAGING_INCDIR_NATIVE}/egl \&lt;BR /&gt;19 -DEGL_LIBRARY_DIRS=${STAGING_LIBDIR_NATIVE} \&lt;BR /&gt;20 -DGLESv2_INCLUDE_DIR=${STAGING_INCDIR_NATIVE}/GLES2 \&lt;BR /&gt;21 -DGLESv2_LIBRARY_DIRS=${STAGING_LIBDIR_NATIVE} \&lt;BR /&gt;22 -DBoost_INCLUDE_DIR=${STAGING_INCDIR_NATIVE} \&lt;BR /&gt;23 -DBoost_LIBRARY_DIRS=${STAGING_LIBDIR_NATIVE} \&lt;BR /&gt;24 -DProtobuf_INCLUDE_DIR=${STAGING_INCDIR_NATIVE}/protobuf \&lt;BR /&gt;25 -DProtobuf_LIBRARY_DIRS=${STAGING_LIBDIR_NATIVE} \&lt;BR /&gt;26 ..&lt;BR /&gt;27 }&lt;BR /&gt;28&lt;BR /&gt;29 do_compile() {&lt;BR /&gt;30 cd ${S}/build&lt;BR /&gt;31 oe_runmake&lt;BR /&gt;32 }&lt;BR /&gt;33&lt;BR /&gt;34 do_install() {&lt;BR /&gt;35 cd ${S}/build&lt;BR /&gt;36 oe_runmake DESTDIR=${D} install&lt;BR /&gt;37 }&lt;BR /&gt;38&lt;BR /&gt;39 FILES_${PN} += "/usr/bin /usr/lib /etc /data"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Getting Error as mentioned,&amp;nbsp;&lt;/P&gt;&lt;P&gt;lab3@daikokunw-Server:~/dkk/imx-yocto-bsp/build$ bitbake anbox&lt;BR /&gt;Loading cache: 100% |###############################################################################################################################################################################| Time: 0:00:00&lt;BR /&gt;Loaded 5656 entries from dependency cache.&lt;BR /&gt;Parsing recipes: 100% |#############################################################################################################################################################################| Time: 0:00:00&lt;BR /&gt;Parsing of 3669 .bb files complete (3668 cached, 1 parsed). 5657 targets, 520 skipped, 19 masked, 0 errors.&lt;BR /&gt;NOTE: Resolving any missing task queue dependencies&lt;/P&gt;&lt;P&gt;Build Configuration:&lt;BR /&gt;BB_VERSION = "2.4.0"&lt;BR /&gt;BUILD_SYS = "x86_64-linux"&lt;BR /&gt;NATIVELSBSTRING = "universal"&lt;BR /&gt;TARGET_SYS = "aarch64-poky-linux"&lt;BR /&gt;MACHINE = "imx8mp-lpddr4-evk"&lt;BR /&gt;DISTRO = "fsl-imx-xwayland"&lt;BR /&gt;DISTRO_VERSION = "6.1-mickledore"&lt;BR /&gt;TUNE_FEATURES = "aarch64 armv8a crc crypto"&lt;BR /&gt;TARGET_FPU = ""&lt;BR /&gt;meta&lt;BR /&gt;meta-poky = "HEAD:a57506c46d92bf0767060102d2139be06d46f575"&lt;BR /&gt;meta-oe&lt;BR /&gt;meta-multimedia&lt;BR /&gt;meta-python = "HEAD:922f41b39f364e5b6be596b4b51e0fb37ffe1971"&lt;BR /&gt;meta-freescale = "HEAD:7327e03c61823268a5a957fe090c4cc5e1735b34"&lt;BR /&gt;meta-freescale-3rdparty = "HEAD:bccd93f1ceece608e69799b6fc8f79e8a519f89e"&lt;BR /&gt;meta-freescale-distro = "HEAD:7956a0ab407a33c40fdc6eb4fabdcb7dc54fd359"&lt;BR /&gt;meta-bsp&lt;BR /&gt;meta-sdk&lt;BR /&gt;meta-ml&lt;BR /&gt;meta-v2x = "HEAD:c842613830da0a5473513cdbc2dce015b0ca9a5d"&lt;BR /&gt;meta-nxp-demo-experience = "HEAD:b8c0a9af3e3ca5400b9aff6436fbb654d3108cb4"&lt;BR /&gt;meta-arm&lt;BR /&gt;meta-arm-toolchain = "HEAD:c6380674f59489b327c5047d803cc35b68642cd4"&lt;BR /&gt;meta-chromium = "HEAD:e232c2e21b96dc092d9af8bea4b3a528e7a46dd6"&lt;BR /&gt;meta-clang = "HEAD:af4dcba009ba98250315520f3003fde4ee164cce"&lt;BR /&gt;meta-gnome&lt;BR /&gt;meta-networking&lt;BR /&gt;meta-filesystems = "HEAD:922f41b39f364e5b6be596b4b51e0fb37ffe1971"&lt;BR /&gt;meta-qt6 = "HEAD:1406d0a85525a71fe5d7892d7f915404290a78ad"&lt;BR /&gt;meta-parsec&lt;BR /&gt;meta-tpm = "HEAD:d7db0a3bd1a8639df7570483f003ce00cbe274a2"&lt;BR /&gt;meta-virtualization = "HEAD:38e6b3e2fe0219c773f4637a09221ca5d15bf6fc"&lt;BR /&gt;meta-tegra = "mickledore:ceb54c5b8cd3369a45c4d9bb8de6090b59eaa2ed"&lt;BR /&gt;meta-daikoku = "&amp;lt;unknown&amp;gt;:&amp;lt;unknown&amp;gt;"&lt;/P&gt;&lt;P&gt;Initialising tasks: 100% |##########################################################################################################################################################################| Time: 0:00:00&lt;BR /&gt;Sstate summary: Wanted 8 Local 2 Mirrors 0 Missed 6 Current 645 (25% match, 99% complete)&lt;BR /&gt;NOTE: Executing Tasks&lt;BR /&gt;ERROR: anbox-0.1-r0 do_configure: ExecutionError('/home/lab3/dkk/imx-yocto-bsp/build/tmp/work/armv8a-poky-linux/anbox/0.1-r0/temp/run.do_configure.606920', 1, None, None)&lt;BR /&gt;ERROR: Logfile of failure stored in: /home/lab3/dkk/imx-yocto-bsp/build/tmp/work/armv8a-poky-linux/anbox/0.1-r0/temp/log.do_configure.606920&lt;BR /&gt;Log data follows:&lt;BR /&gt;| DEBUG: Executing python function extend_recipe_sysroot&lt;BR /&gt;| NOTE: Direct dependencies are ['/home/lab3/dkk/imx-yocto-bsp/sources/meta-openembedded/meta-oe/recipes-devtools/protobuf/protobuf_3.21.12.bb:do_populate_sysroot', '/home/lab3/dkk/imx-yocto-bsp/sources/meta-openembedded/meta-oe/recipes-support/boost-sml/boost-sml_git.bb:do_populate_sysroot', '/home/lab3/dkk/imx-yocto-bsp/sources/meta-tegra/recipes-graphics/mesa/egl-gbm_1.1.0.bb:do_populate_sysroot', '/home/lab3/dkk/imx-yocto-bsp/sources/meta-virtualization/recipes-containers/lxc/lxc_git.bb:do_populate_sysroot', '/home/lab3/dkk/imx-yocto-bsp/sources/poky/meta/recipes-core/expat/expat_2.5.0.bb:do_populate_sysroot', '/home/lab3/dkk/imx-yocto-bsp/sources/poky/meta/recipes-core/glibc/glibc_2.37.bb:do_populate_sysroot', '/home/lab3/dkk/imx-yocto-bsp/sources/poky/meta/recipes-core/systemd/systemd_253.1.bb:do_populate_sysroot', '/home/lab3/dkk/imx-yocto-bsp/sources/poky/meta/recipes-devtools/cmake/cmake-native_3.25.2.bb:do_populate_sysroot', '/home/lab3/dkk/imx-yocto-bsp/sources/poky/meta/recipes-devtools/cmake/cmake_3.25.2.bb:do_populate_sysroot', '/home/lab3/dkk/imx-yocto-bsp/sources/poky/meta/recipes-devtools/gcc/gcc-cross_12.3.bb:do_populate_sysroot', '/home/lab3/dkk/imx-yocto-bsp/sources/poky/meta/recipes-devtools/gcc/gcc-runtime_12.3.bb:do_populate_sysroot', '/home/lab3/dkk/imx-yocto-bsp/sources/poky/meta/recipes-devtools/python/python3_3.11.5.bb:do_populate_sysroot', '/home/lab3/dkk/imx-yocto-bsp/sources/poky/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_populate_sysroot', '/home/lab3/dkk/imx-yocto-bsp/sources/poky/meta/recipes-graphics/libsdl2/libsdl2_2.26.5.bb:do_populate_sysroot', '/home/lab3/dkk/imx-yocto-bsp/sources/poky/meta/recipes-graphics/mesa/mesa_23.0.3.bb:do_populate_sysroot', '/home/lab3/dkk/imx-yocto-bsp/sources/poky/meta/recipes-support/boost/boost_1.81.0.bb:do_populate_sysroot', '/home/lab3/dkk/imx-yocto-bsp/sources/poky/meta/recipes-support/libcap/libcap_2.67.bb:do_populate_sysroot', 'virtual:native:/home/lab3/dkk/imx-yocto-bsp/sources/poky/meta/recipes-devtools/ninja/ninja_1.11.1.bb:do_populate_sysroot', 'virtual:native:/home/lab3/dkk/imx-yocto-bsp/sources/poky/meta/recipes-devtools/patch/patch_2.7.6.bb:do_populate_sysroot', 'virtual:native:/home/lab3/dkk/imx-yocto-bsp/sources/poky/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot']&lt;BR /&gt;| NOTE: Installed into sysroot: []&lt;BR /&gt;| NOTE: Skipping as already exists in sysroot: ['protobuf', 'boost-sml', 'egl-gbm', 'lxc', 'expat', 'glibc', 'systemd', 'cmake-native', 'cmake', 'gcc-cross-aarch64', 'gcc-runtime', 'python3', 'quilt-native', 'libsdl2', 'mesa', 'boost', 'libcap', 'ninja-native', 'patch-native', 'pseudo-native', 'linux-libc-headers', 'libseccomp', 'base-passwd', 'util-linux', 'libxkbcommon', 'bash-completion', 'shadow-sysroot', 'opkg-utils', 'update-rc.d', 'libpam', 'shadow-native', 'shadow', 'kmod', 'initscripts', 'base-files', 'acl', 'zstd', 'vulkan-loader', 'wayland-protocols', 'libxfixes', 'libdrm', 'libxext', 'wayland', 'libxdamage', 'libxshmfence', 'xorgproto', 'xrandr', 'vulkan-headers', 'libxxf86vm', 'libx11', 'zlib', 'icu', 'bzip2', 're2c-native', 'libgcc', 'libarchive', 'ncurses', 'xz', 'curl', 'libxml2', 'imx-gpu-viv', 'eglexternalplatform', 'gmp-native', 'texinfo-dummy-native', 'libtool-native', 'binutils-cross-aarch64', 'gnu-config-native', 'xz-native', 'zstd-native', 'zlib-native', 'flex-native', 'libmpc-native', 'mpfr-native', 'attr-native', 'alsa-lib', 'pulseaudio', 'libxrandr', 'libxrender', 'readline', 'libffi', 'util-linux-libuuid', 'libtirpc', 'sqlite3', 'gdbm', 'libnsl2', 'openssl', 'libxcrypt', 'ncurses-native', 'bzip2-native', 'openssl-native', 'libcap-ng', 'libxcb', 'xkeyboard-config', 'cracklib', 'attr', 'util-macros', 'libpciaccess', 'libpthread-stubs', 'xtrans', 'libidn2', 'gettext-minimal-native', 'm4-native', 'libtool', 'sbc', 'dbus', 'libsndfile1', 'libsm', 'libxtst', 'libice', 'speexdsp', 'glib-2.0', 'avahi', 'bluez5', 'libatomic-ops', 'ofono', 'cryptodev-linux', 'perl-native', 'libxau', 'libxdmcp', 'xcb-proto', 'libunistring', 'libogg', 'flac', 'libvorbis', 'libxi', 'libpcre2', 'libdaemon', 'gobject-introspection', 'libical', 'ell', 'mobile-broadband-provider-info', 'gdbm-native', 'make-native', 'vala']&lt;BR /&gt;| DEBUG: Python function extend_recipe_sysroot finished&lt;BR /&gt;| DEBUG: Executing shell function do_configure&lt;BR /&gt;| -- The C compiler identification is GNU 12.3.0&lt;BR /&gt;| -- The CXX compiler identification is GNU 12.3.0&lt;BR /&gt;| -- Detecting C compiler ABI info&lt;BR /&gt;| -- Detecting C compiler ABI info - done&lt;BR /&gt;| -- Check for working C compiler: /home/lab3/dkk/imx-yocto-bsp/build/tmp/work/armv8a-poky-linux/anbox/0.1-r0/recipe-sysroot-native/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc - skipped&lt;BR /&gt;| -- Detecting C compile features&lt;BR /&gt;| -- Detecting C compile features - done&lt;BR /&gt;| -- Detecting CXX compiler ABI info&lt;BR /&gt;| -- Detecting CXX compiler ABI info - done&lt;BR /&gt;| -- Check for working CXX compiler: /home/lab3/dkk/imx-yocto-bsp/build/tmp/work/armv8a-poky-linux/anbox/0.1-r0/recipe-sysroot-native/usr/bin/aarch64-poky-linux/aarch64-poky-linux-g++ - skipped&lt;BR /&gt;| -- Detecting CXX compile features&lt;BR /&gt;| -- Detecting CXX compile features - done&lt;BR /&gt;| -- No build type selected, default to RelWithDebInfo&lt;BR /&gt;| -- Treat warnings as errors&lt;BR /&gt;| CMake Error at /home/lab3/dkk/imx-yocto-bsp/build/tmp/work/armv8a-poky-linux/anbox/0.1-r0/recipe-sysroot-native/usr/share/cmake-3.25/Modules/FindBoost.cmake:1826 (file):&lt;BR /&gt;| file STRINGS file&lt;BR /&gt;| "/home/lab3/dkk/imx-yocto-bsp/build/tmp/work/armv8a-poky-linux/anbox/0.1-r0/recipe-sysroot-native/usr/include/boost/version.hpp"&lt;BR /&gt;| cannot be read.&lt;BR /&gt;| Call Stack (most recent call first):&lt;BR /&gt;| CMakeLists.txt:59 (find_package)&lt;BR /&gt;|&lt;BR /&gt;|&lt;BR /&gt;| CMake Warning at /home/lab3/dkk/imx-yocto-bsp/build/tmp/work/armv8a-poky-linux/anbox/0.1-r0/recipe-sysroot-native/usr/share/cmake-3.25/Modules/FindBoost.cmake:1015 (message):&lt;BR /&gt;| Imported targets and dependency information not available for Boost version&lt;BR /&gt;| 0.0.0 (all versions older than 1.33)&lt;BR /&gt;| Call Stack (most recent call first):&lt;BR /&gt;| /home/lab3/dkk/imx-yocto-bsp/build/tmp/work/armv8a-poky-linux/anbox/0.1-r0/recipe-sysroot-native/usr/share/cmake-3.25/Modules/FindBoost.cmake:1508 (_Boost_COMPONENT_DEPENDENCIES)&lt;BR /&gt;| /home/lab3/dkk/imx-yocto-bsp/build/tmp/work/armv8a-poky-linux/anbox/0.1-r0/recipe-sysroot-native/usr/share/cmake-3.25/Modules/FindBoost.cmake:2119 (_Boost_MISSING_DEPENDENCIES)&lt;BR /&gt;| CMakeLists.txt:59 (find_package)&lt;BR /&gt;|&lt;BR /&gt;|&lt;BR /&gt;| CMake Warning at /home/lab3/dkk/imx-yocto-bsp/build/tmp/work/armv8a-poky-linux/anbox/0.1-r0/recipe-sysroot-native/usr/share/cmake-3.25/Modules/FindBoost.cmake:1015 (message):&lt;BR /&gt;| Imported targets and dependency information not available for Boost version&lt;BR /&gt;| 0.0.0 (all versions older than 1.33)&lt;BR /&gt;| Call Stack (most recent call first):&lt;BR /&gt;| /home/lab3/dkk/imx-yocto-bsp/build/tmp/work/armv8a-poky-linux/anbox/0.1-r0/recipe-sysroot-native/usr/share/cmake-3.25/Modules/FindBoost.cmake:1508 (_Boost_COMPONENT_DEPENDENCIES)&lt;BR /&gt;| /home/lab3/dkk/imx-yocto-bsp/build/tmp/work/armv8a-poky-linux/anbox/0.1-r0/recipe-sysroot-native/usr/share/cmake-3.25/Modules/FindBoost.cmake:2119 (_Boost_MISSING_DEPENDENCIES)&lt;BR /&gt;| CMakeLists.txt:59 (find_package)&lt;BR /&gt;|&lt;BR /&gt;|&lt;BR /&gt;| CMake Warning at /home/lab3/dkk/imx-yocto-bsp/build/tmp/work/armv8a-poky-linux/anbox/0.1-r0/recipe-sysroot-native/usr/share/cmake-3.25/Modules/FindBoost.cmake:1015 (message):&lt;BR /&gt;| Imported targets and dependency information not available for Boost version&lt;BR /&gt;| 0.0.0 (all versions older than 1.33)&lt;BR /&gt;| Call Stack (most recent call first):&lt;BR /&gt;| /home/lab3/dkk/imx-yocto-bsp/build/tmp/work/armv8a-poky-linux/anbox/0.1-r0/recipe-sysroot-native/usr/share/cmake-3.25/Modules/FindBoost.cmake:1508 (_Boost_COMPONENT_DEPENDENCIES)&lt;BR /&gt;| /home/lab3/dkk/imx-yocto-bsp/build/tmp/work/armv8a-poky-linux/anbox/0.1-r0/recipe-sysroot-native/usr/share/cmake-3.25/Modules/FindBoost.cmake:2119 (_Boost_MISSING_DEPENDENCIES)&lt;BR /&gt;| CMakeLists.txt:59 (find_package)&lt;BR /&gt;|&lt;BR /&gt;|&lt;BR /&gt;| CMake Warning at /home/lab3/dkk/imx-yocto-bsp/build/tmp/work/armv8a-poky-linux/anbox/0.1-r0/recipe-sysroot-native/usr/share/cmake-3.25/Modules/FindBoost.cmake:1015 (message):&lt;BR /&gt;| Imported targets and dependency information not available for Boost version&lt;BR /&gt;| 0.0.0 (all versions older than 1.33)&lt;BR /&gt;| Call Stack (most recent call first):&lt;BR /&gt;| /home/lab3/dkk/imx-yocto-bsp/build/tmp/work/armv8a-poky-linux/anbox/0.1-r0/recipe-sysroot-native/usr/share/cmake-3.25/Modules/FindBoost.cmake:1508 (_Boost_COMPONENT_DEPENDENCIES)&lt;BR /&gt;| /home/lab3/dkk/imx-yocto-bsp/build/tmp/work/armv8a-poky-linux/anbox/0.1-r0/recipe-sysroot-native/usr/share/cmake-3.25/Modules/FindBoost.cmake:2119 (_Boost_MISSING_DEPENDENCIES)&lt;BR /&gt;| CMakeLists.txt:59 (find_package)&lt;BR /&gt;|&lt;BR /&gt;|&lt;BR /&gt;| CMake Warning at /home/lab3/dkk/imx-yocto-bsp/build/tmp/work/armv8a-poky-linux/anbox/0.1-r0/recipe-sysroot-native/usr/share/cmake-3.25/Modules/FindBoost.cmake:1015 (message):&lt;BR /&gt;| Imported targets and dependency information not available for Boost version&lt;BR /&gt;| 0.0.0 (all versions older than 1.33)&lt;BR /&gt;| Call Stack (most recent call first):&lt;BR /&gt;| /home/lab3/dkk/imx-yocto-bsp/build/tmp/work/armv8a-poky-linux/anbox/0.1-r0/recipe-sysroot-native/usr/share/cmake-3.25/Modules/FindBoost.cmake:1508 (_Boost_COMPONENT_DEPENDENCIES)&lt;BR /&gt;| /home/lab3/dkk/imx-yocto-bsp/build/tmp/work/armv8a-poky-linux/anbox/0.1-r0/recipe-sysroot-native/usr/share/cmake-3.25/Modules/FindBoost.cmake:2119 (_Boost_MISSING_DEPENDENCIES)&lt;BR /&gt;| CMakeLists.txt:59 (find_package)&lt;BR /&gt;|&lt;BR /&gt;|&lt;BR /&gt;| -- Performing Test CMAKE_HAVE_LIBC_PTHREAD&lt;BR /&gt;| -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success&lt;BR /&gt;| -- Found Threads: TRUE&lt;BR /&gt;| -- Could NOT find Boost (missing: filesystem log serialization thread program_options) (found version "0.0.0")&lt;BR /&gt;| -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2")&lt;BR /&gt;| -- Found EGL: /home/lab3/dkk/imx-yocto-bsp/build/tmp/work/armv8a-poky-linux/anbox/0.1-r0/recipe-sysroot/usr/lib/libEGL.so&lt;BR /&gt;| -- Found GLESv2: /home/lab3/dkk/imx-yocto-bsp/build/tmp/work/armv8a-poky-linux/anbox/0.1-r0/recipe-sysroot/usr/lib/libGLESv2.so&lt;BR /&gt;| CMake Error at /home/lab3/dkk/imx-yocto-bsp/build/tmp/work/armv8a-poky-linux/anbox/0.1-r0/recipe-sysroot-native/usr/share/cmake-3.25/Modules/FindProtobuf.cmake:493 (file):&lt;BR /&gt;| file STRINGS file&lt;BR /&gt;| "/home/lab3/dkk/imx-yocto-bsp/build/tmp/work/armv8a-poky-linux/anbox/0.1-r0/recipe-sysroot-native/usr/include/protobuf/google/protobuf/stubs/common.h"&lt;BR /&gt;| cannot be read.&lt;BR /&gt;| Call Stack (most recent call first):&lt;BR /&gt;| CMakeLists.txt:64 (find_package)&lt;BR /&gt;|&lt;BR /&gt;|&lt;BR /&gt;| CMake Error at /home/lab3/dkk/imx-yocto-bsp/build/tmp/work/armv8a-poky-linux/anbox/0.1-r0/recipe-sysroot-native/usr/share/cmake-3.25/Modules/FindProtobuf.cmake:499 (math):&lt;BR /&gt;| math cannot parse the expression: " / 1000000": syntax error, unexpected&lt;BR /&gt;| exp_DIVIDE (2).&lt;BR /&gt;| Call Stack (most recent call first):&lt;BR /&gt;| CMakeLists.txt:64 (find_package)&lt;BR /&gt;|&lt;BR /&gt;|&lt;BR /&gt;| CMake Error at /home/lab3/dkk/imx-yocto-bsp/build/tmp/work/armv8a-poky-linux/anbox/0.1-r0/recipe-sysroot-native/usr/share/cmake-3.25/Modules/FindProtobuf.cmake:500 (math):&lt;BR /&gt;| math cannot parse the expression: " / 1000 % 1000": syntax error,&lt;BR /&gt;| unexpected exp_DIVIDE (2).&lt;BR /&gt;| Call Stack (most recent call first):&lt;BR /&gt;| CMakeLists.txt:64 (find_package)&lt;BR /&gt;|&lt;BR /&gt;|&lt;BR /&gt;| CMake Error at /home/lab3/dkk/imx-yocto-bsp/build/tmp/work/armv8a-poky-linux/anbox/0.1-r0/recipe-sysroot-native/usr/share/cmake-3.25/Modules/FindProtobuf.cmake:501 (math):&lt;BR /&gt;| math cannot parse the expression: " % 1000": syntax error, unexpected&lt;BR /&gt;| exp_MOD (2).&lt;BR /&gt;| Call Stack (most recent call first):&lt;BR /&gt;| CMakeLists.txt:64 (find_package)&lt;BR /&gt;|&lt;BR /&gt;|&lt;BR /&gt;| CMake Error at /home/lab3/dkk/imx-yocto-bsp/build/tmp/work/armv8a-poky-linux/anbox/0.1-r0/recipe-sysroot-native/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:230 (message):&lt;BR /&gt;| Could NOT find Protobuf (missing: Protobuf_LIBRARIES) (found version&lt;BR /&gt;| "ERROR.ERROR.ERROR")&lt;BR /&gt;| Call Stack (most recent call first):&lt;BR /&gt;| /home/lab3/dkk/imx-yocto-bsp/build/tmp/work/armv8a-poky-linux/anbox/0.1-r0/recipe-sysroot-native/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)&lt;BR /&gt;| /home/lab3/dkk/imx-yocto-bsp/build/tmp/work/armv8a-poky-linux/anbox/0.1-r0/recipe-sysroot-native/usr/share/cmake-3.25/Modules/FindProtobuf.cmake:650 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)&lt;BR /&gt;| CMakeLists.txt:64 (find_package)&lt;BR /&gt;|&lt;BR /&gt;|&lt;BR /&gt;| -- Configuring incomplete, errors occurred!&lt;BR /&gt;| See also "/home/lab3/dkk/imx-yocto-bsp/build/tmp/work/armv8a-poky-linux/anbox/0.1-r0/git/build/CMakeFiles/CMakeOutput.log".&lt;BR /&gt;| WARNING: exit code 1 from a shell command.&lt;BR /&gt;ERROR: Task (/home/lab3/dkk/imx-yocto-bsp/sources/meta-daikoku/recipes-extended/anbox/anbox_0.1.bb:do_configure) failed with exit code '1'&lt;BR /&gt;NOTE: Tasks Summary: Attempted 2255 tasks of which 2249 didn't need to be rerun and 1 failed.&lt;/P&gt;&lt;P&gt;Summary: 1 task failed:&lt;BR /&gt;/home/lab3/dkk/imx-yocto-bsp/sources/meta-daikoku/recipes-extended/anbox/anbox_0.1.bb:do_configure&lt;BR /&gt;Summary: There was 1 ERROR message, returning a non-zero exit code.&lt;BR /&gt;lab3@daikokunw-Server:~/dkk/imx-yocto-bsp/build$&lt;/P&gt;&lt;P&gt;Please Guide me to fix this error or share me the recipe reference for anbox for IMX8m plus yocto build.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 08:39:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-Build-on-IMX8mp-anbox/m-p/1784247#M218358</guid>
      <dc:creator>MJD</dc:creator>
      <dc:date>2024-01-08T08:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto Build on IMX8mp, anbox</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Yocto-Build-on-IMX8mp-anbox/m-p/1785841#M218507</link>
      <description>&lt;P&gt;This is anbox build issue. You need to fix it by yourself according to the error messages from the building.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 07:25:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Yocto-Build-on-IMX8mp-anbox/m-p/1785841#M218507</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2024-01-10T07:25:34Z</dc:date>
    </item>
  </channel>
</rss>

