This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMDS64GPEVM: yocto compilation error

Part Number: TMDS64GPEVM

Hi everyone , 

i am trying to build yocto based image for am64x evm board  using the steps given on the following link : 

https://software-dl.ti.com/processor-sdk-linux/esd/docs/08_00_00_21/linux/Overview_Building_the_SDK.html

but i am getting the following error : 

rog@rog-VirtualBox:~/am64_official_SDK/tisdk/build$ MACHINE=am64xx-evm bitbake tisdk-base-image


Loading cache: 100% |######################################################################################################################| Time: 0:00:01
Loaded 8232 entries from dependency cache.

NOTE: Resolving any missing task queue dependencies
NOTE: Resolving any missing task queue dependencies
NOTE: Resolving any missing task queue dependencies
NOTE: Resolving any missing task queue dependencies

BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "ubuntu-18.04"
TARGET_SYS = "aarch64-linux"
MACHINE = "am64xx-evm"
DISTRO = "arago"
DISTRO_VERSION = "2020.09"
TUNE_FEATURES = "aarch64"
TARGET_FPU = ""
meta-processor-sdk = "HEAD:ea2e8505fdf9948c0e2881af9dacb07e801c9037"
meta-arago-distro
meta-arago-extras = "HEAD:ae47bd7fbea2776a4f8792f20c493d7959ee2f54"
meta-qt5 = "HEAD:b4d24d70aca75791902df5cd59a4f4a54aa4a125"
meta-virtualization = "HEAD:4d6216a04c2ebe04bf02392c02d9589d35ebf3b4"
meta-networking
meta-python
meta-oe
meta-gnome
meta-filesystems = "HEAD:7bd47ef6c98323c95a9e527129dca98c9a65ee08"
meta-ti = "HEAD:15f3d4a3c3773294f1cdb66a88744930941a892e"
meta-arm
meta-arm-toolchain = "HEAD:c4f04f3fb66f8f4365b08b553af8206372e90a63"
meta = "HEAD:9b83aefa9c4a21d9dc1eea4a6b00af379466a288"

NOTE: Started PRServer with DBfile: /home/rog/am64_official_SDK/tisdk/build/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 33587, PID: 23388
Loading cache: 100% |######################################################################################################################| Time: 0:00:01
Loaded 8232 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies
NOTE: Resolving any missing task queue depe

Build Configuration:
BB_VERSION = "1.46.0"


Build Configuration:
BB_VERSION = "1.46.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "ubuntu-18.04"
TARGET_SYS = "arm-linux-gnueabi"
MACHINE = "am64xx-evm-k3r5"
DISTRO = "arago"
DISTRO_VERSION = "2020.09"
TUNE_FEATURES = "arm armv7a vfp thumb callconvention-hard"
TARGET_FPU = "hard"
meta-processor-sdk = "HEAD:ea2e8505fdf9948c0e2881af9dacb07e801c9037"
meta-arago-distro
meta-arago-extras = "HEAD:ae47bd7fbea2776a4f8792f20c493d7959ee2f54"
meta-qt5 = "HEAD:b4d24d70aca75791902df5cd59a4f4a54aa4a125"
meta-virtualization = "HEAD:4d6216a04c2ebe04bf02392c02d9589d35ebf3b4"
meta-networking
meta-python
meta-oe
meta-gnome
meta-filesystems = "HEAD:7bd47ef6c98323c95a9e527129dca98c9a65ee08"
meta-ti = "HEAD:15f3d4a3c3773294f1cdb66a88744930941a892e"
meta-arm
meta-arm-toolchain = "HEAD:c4f04f3fb66f8f4365b08b553af8206372e90a63"
meta = "HEAD:9b83aefa9c4a21d9dc1eea4a6b00af379466a288"

Initialising tasks: 100% |#################################################################################################################| Time: 0:00:05
Sstate summary: Wanted 392 Found 344 Missed 48 Current 1009 (87% match, 96% complete)
NOTE: Deferring mc:k3r5:virtual:native:/home/rog/am64_official_SDK/tisdk/sources/oe-core/meta/recipes-devtools/swig/swig_3.0.12.bb:do_populate_sysroot after virtual:native:/home/rog/am64_official_SDK/tisdk/sources/oe-core/meta/recipes-devtools/swig/swig_3.0.12.bb:do_populate_sysroot
NOTE: Executing Tasks
ERROR: tisdk-base-image-1.0-r0 do_rootfs: Error executing a python function in exec_python_func() autogenerated:

The stack trace of python calls that resulted in this exception/failure was:
File: 'exec_python_func() autogenerated', lineno: 2, function: <module>
0001:
*** 0002:do_rootfs(d)
0003:
File: '/home/rog/am64_official_SDK/tisdk/sources/oe-core/meta/classes/image.bbclass', lineno: 247, function: do_rootfs
0243: progress_reporter.next_stage()
0244:
0245: # generate rootfs
0246: d.setVarFlag('REPRODUCIBLE_TIMESTAMP_ROOTFS', 'export', '1')
*** 0247: create_rootfs(d, progress_reporter=progress_reporter, logcatcher=logcatcher)
0248:
0249: progress_reporter.finish()
0250:}
0251:do_rootfs[dirs] = "${TOPDIR}"
File: '/home/rog/am64_official_SDK/tisdk/sources/oe-core/meta/lib/oe/rootfs.py', lineno: 977, function: create_rootfs
0973: img_type = d.getVar('IMAGE_PKGTYPE')
0974: if img_type == "rpm":
0975: RpmRootfs(d, manifest_dir, progress_reporter, logcatcher).create()
0976: elif img_type == "ipk":
*** 0977: OpkgRootfs(d, manifest_dir, progress_reporter, logcatcher).create()
0978: elif img_type == "deb":
0979: DpkgRootfs(d, manifest_dir, progress_reporter, logcatcher).create()
0980:
0981: os.environ.clear()
File: '/home/rog/am64_official_SDK/tisdk/sources/oe-core/meta/lib/oe/rootfs.py', lineno: 214, function: create
0210: execute_pre_post_process(self.d, rootfs_post_install_cmds)
0211:
0212: self.pm.run_intercepts()
0213:
*** 0214: execute_pre_post_process(self.d, post_process_cmds)
0215:
0216: if self.progress_reporter:
0217: self.progress_reporter.next_stage()
0218:
File: '/home/rog/am64_official_SDK/tisdk/sources/oe-core/meta/lib/oe/utils.py', lineno: 264, function: execute_pre_post_process
0260: for cmd in cmds.strip().split(';'):
0261: cmd = cmd.strip()
0262: if cmd != '':
0263: bb.note("Executing %s ..." % cmd)
*** 0264: bb.build.exec_func(cmd, d)
0265:
0266:# For each item in items, call the function 'target' with item as the first
0267:# argument, extraargs as the other arguments and handle any exceptions in the
0268:# parent thread
File: '/home/rog/am64_official_SDK/tisdk/sources/bitbake/lib/bb/build.py', lineno: 251, function: exec_func
0247: with bb.utils.fileslocked(lockfiles):
0248: if ispython:
0249: exec_func_python(func, d, runfile, cwd=adir)
0250: else:
*** 0251: exec_func_shell(func, d, runfile, cwd=adir)
0252:
0253: try:
0254: curcwd = os.getcwd()
0255: except:
File: '/home/rog/am64_official_SDK/tisdk/sources/bitbake/lib/bb/build.py', lineno: 452, function: exec_func_shell
0448: with open(fifopath, 'r+b', buffering=0) as fifo:
0449: try:
0450: bb.debug(2, "Executing shell function %s" % func)
0451: with open(os.devnull, 'r+') as stdin, logfile:
*** 0452: bb.process.run(cmd, shell=False, stdin=stdin, log=logfile, extrafiles=[(fifo,readfifo)])
0453: finally:
0454: os.unlink(fifopath)
0455:
0456: bb.debug(2, "Shell function %s finished" % func)
File: '/home/rog/am64_official_SDK/tisdk/sources/bitbake/lib/bb/process.py', lineno: 182, function: run
0178: if not stderr is None:
0179: stderr = stderr.decode("utf-8")
0180:
0181: if pipe.returncode != 0:
*** 0182: raise ExecutionError(cmd, pipe.returncode, stdout, stderr)
0183: return stdout, stderr
Exception: bb.process.ExecutionError: Execution of '/home/rog/am64_official_SDK/tisdk/build/arago-tmp-external-arm-glibc/work/am64xx_evm-linux/tisdk-base-image/1.0-r0/temp/run.make_bootfiles_symlinks_relative.5074' failed with exit code 2:
/home/rog/am64_official_SDK/tisdk/build/arago-tmp-external-arm-glibc/work/am64xx_evm-linux/tisdk-base-image/1.0-r0/temp/run.make_bootfiles_symlinks_relative.5074: 113: /home/rog/am64_official_SDK/tisdk/build/arago-tmp-external-arm-glibc/work/am64xx_evm-linux/tisdk-base-image/1.0-r0/temp/run.make_bootfiles_symlinks_relative.5074: Bad substitution
WARNING: exit code 2 from a shell command.


ERROR: Logfile of failure stored in: /home/rog/am64_official_SDK/tisdk/build/arago-tmp-external-arm-glibc/work/am64xx_evm-linux/tisdk-base-image/1.0-r0/temp/log.do_rootfs.5074
ERROR: Task (/home/rog/am64_official_SDK/tisdk/sources/meta-arago/meta-arago-distro/recipes-core/images/tisdk-base-image.bb:do_rootfs) failed with exit code '1'
WARNING: mc:k3r5:external-arm-toolchain-2019.12-r0 do_package: QA Issue: external-arm-toolchain: Files/directories were installed but not shipped in any package:
/usr/lib/gcc/arm-linux-gnueabi/9.2.1/include/arm_fp16.h
/usr/lib/gcc/arm-linux-gnueabi/9.2.1/include/stddef.h
/usr/lib/gcc/arm-linux-gnueabi/9.2.1/include/arm_acle.h
/usr/lib/gcc/arm-linux-gnueabi/9.2.1/include/stdarg.h
/usr/lib/gcc/arm-linux-gnueabi/9.2.1/include/ISO_Fortran_binding.h
/usr/lib/gcc/arm-linux-gnueabi/9.2.1/include/varargs.h
/usr/lib/gcc/arm-linux-gnueabi/9.2.1/include/unwind.h
/usr/lib/gcc/arm-linux-gnueabi/9.2.1/include/arm_neon.h
/usr/lib/gcc/arm-linux-gnueabi/9.2.1/include/stdint.h
/usr/lib/gcc/arm-linux-gnueabi/9.2.1/include/arm_cmse.h
/usr/lib/gcc/arm-linux-gnueabi/9.2.1/include/stdnoreturn.h
/usr/lib/gcc/arm-linux-gnueabi/9.2.1/include/stdbool.h
/usr/lib/gcc/arm-linux-gnueabi/9.2.1/include/iso646.h
/usr/lib/gcc/arm-linux-gnueabi/9.2.1/include/stdatomic.h
/usr/lib/gcc/arm-linux-gnueabi/9.2.1/include/stdalign.h
/usr/lib/gcc/arm-linux-gnueabi/9.2.1/include/stdfix.h
/usr/lib/gcc/arm-linux-gnueabi/9.2.1/include/float.h
/usr/lib/gcc/arm-linux-gnueabi/9.2.1/include/stdint-gcc.h
/usr/lib/gcc/arm-linux-gnueabi/9.2.1/include/gcov.h
/usr/lib/gcc/arm-linux-gnueabi/9.2.1/include/mmintrin.h
/usr/lib/gcc/arm-linux-gnueabi/9.2.1/include/openacc.h
/usr/lib/gcc/arm-linux-gnueabi/9.2.1/include/unwind-arm-common.h
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
external-arm-toolchain: 22 installed and not shipped files. [installed-vs-shipped]
NOTE: Tasks Summary: Attempted 5009 tasks of which 4689 didn't need to be rerun and 1 failed.
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 2 seconds
NOTE: Writing buildhistory
NOTE: Writing buildhistory took: 1 seconds

Summary: 1 task failed:
/home/rog/am64_official_SDK/tisdk/sources/meta-arago/meta-arago-distro/recipes-core/images/tisdk-base-image.bb:do_rootfs
Summary: There was 1 WARNING message shown.
Summary: There was 1 ERROR message shown, returning a non-zero exit code.

Am i missing something ?

i also want to know if  it is possible to build the image without using "Arago" distribution  ?

i want to make distro based on poky by using meta-ti layer . is it possible to do so ? 

  • Hello,

    I'm not sure about the error you are seeing. Did you make sure to change your shell to bash (not dash) per the instructions?

    On your later question, this is from the meta-ti readme:

    "The base BSP part of meta-ti should work with different OpenEmbedded/Yocto distributions and layer stacks, such as: distro-less (only with OE-Core), with Yocto/Poky, with Angstrom or Arago."

    So, it seems what you want to do should work, but it will be entirely up to you to implement.

    I hope this helps you.

  • Yes i am using the Bash shell as per the instructions . 

    As you can see from the logs that it is getting stuck at rootfs stage and everything else has been compiled and packaged.

    There are the steps that i have followed : 

    * installed the following packages in ubuntu 18.04 using : 

     sudo apt-get install build-essential autoconf automake bison flex libssl-dev bc u-boot-tools python diffstat texinfo gawk chrpath dos2unix wget unzip socat doxygen libc6:i386 libncurses5:i386 libstdc++6:i386 libz1:i386 g++-multilib

    * Set bash as default shell using :
     
    sudo dpkg-reconfigure dash

    * downloaded and extracted the toolchain using : 

    $ wget developer.arm.com/.../gcc-arm-9.2-2019.12-x86_64-arm-none-linux-gnueabihf.tar.xz
    $ tar -Jxvf gcc-arm-9.2-2019.12-x86_64-arm-none-linux-gnueabihf.tar.xz -C $HOME
    $ wget developer.arm.com/.../gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu.tar.xz
    $ tar -Jxvf gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu.tar.xz -C $HOME



    * cloned the argo project using :

    git clone git://arago-project.org/git/projects/oe-layersetup.git tisdk

    * set up environment using :

    cd tisdk
    ./oe-layertool-setup.sh -f configs/processor-sdk/processor-sdk-08.00.00.21-config.txt

    cd build
    . conf/setenv
    export TOOLCHAIN_PATH_ARMV7=$HOME/gcc-arm-9.2-2019.12-x86_64-arm-none-linux-gnueabihf
    export TOOLCHAIN_PATH_ARMV8=$HOME/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu

    * Finally run the bitbake for image creating using :


    MACHINE=am64xx-evm bitbake tisdk-base-image
  • Hi,

    Our Yocto expert is out of office for two weeks. Meanwhile let me try if I can find someone else to look at this issue.

  • We have tried some recommendations but none has worked so far.  Has someone been assigned to this issue ?

  • Hi Paras,

    I pinged another engineer who worked on Yocto but haven't got any response yet. The worst case is that you would have to wait for another week.

  • Has someone assigned to this issue ? 

  • Paras,

    It looks like you are using VirtualBox? Does you Linux VM have plenty of disk space available to it? Is the disk full?

    Thanks.

  • Yes , i have checked and found that 6gb space is still left . 

    i have also attached the error log file generated by yocto. 

    1106.error.log

  • Paras,

    As I mentioned earlier, I've not seen this error before. I'm going to kick off a fresh build to see if I can reproduce it, but I am not hopeful.

    Have you tried a clean build?

  • Yes , I have clean build 3 times but error remains  the same . 

    Please note that I have used ubuntu 18.04 lts as the host os . 

    Everything else ( bootloader, kernel,  packages) are compiling perfectly without any error.  

  • Paras,

    I'm sorry, I've just completed a new build and I did not reproduce this problem.

    I also use Ubuntu 18.04, but on a dedicated machine (no VM).

    I'm sorry, but the only recommendation I can make is to try spinning up a new VM and trying a completely fresh build. 

  • ok, i will recompile the yocto on new ubuntu 18.04 virtual box .

    Does the yocto compilation  also works on ubuntu 20 ?

  • I'm sorry, we currently only test on 18.04, so I can only comment on that version.

  • I have tried to recompile the Tisdk-base-image on fresh Ubuntu 18.04 vm but i have got the same error. 

    I have also noticed core-imae-minimal is compiling without any error but image directory is empty .

    Could your share the steps/commands that you have followed to compile the base image ?

  • i have also tired to compile the tisdk-default-image and i am getting the following error :


    parasbhanot@parasbhanot-virtualbox:~/tisdk/build$ MACHINE=am64xx-evm bitbake tisdk-default-image
    NOTE: Started PRServer with DBfile: /home/parasbhanot/tisdk/build/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 40187, PID: 2215420
    Loading cache: 100% |########################################################################################################################################################################################################| Time: 0:00:01
    Loaded 8232 entries from dependency cache.
    NOTE: Resolving any missing task queue dependencies
    NOTE: Resolving any missing task queue dependencies
    NOTE: Resolving any missing task queue dependencies
    NOTE: Resolving any missing task queue dependencies
    NOTE: Resolving any missing task queue dependencies
    NOTE: Resolving any missing task queue dependencies

    Build Configuration:
    BB_VERSION = "1.46.0"
    BUILD_SYS = "x86_64-linux"
    NATIVELSBSTRING = "neon-20.04"
    TARGET_SYS = "aarch64-linux"
    MACHINE = "am64xx-evm"
    DISTRO = "arago"
    DISTRO_VERSION = "2020.09"
    TUNE_FEATURES = "aarch64"
    TARGET_FPU = ""
    meta-processor-sdk = "HEAD:ea2e8505fdf9948c0e2881af9dacb07e801c9037"
    meta-arago-distro
    meta-arago-extras = "HEAD:ae47bd7fbea2776a4f8792f20c493d7959ee2f54"
    meta-qt5 = "HEAD:b4d24d70aca75791902df5cd59a4f4a54aa4a125"
    meta-virtualization = "HEAD:4d6216a04c2ebe04bf02392c02d9589d35ebf3b4"
    meta-networking
    meta-python
    meta-oe
    meta-gnome
    meta-filesystems = "HEAD:7bd47ef6c98323c95a9e527129dca98c9a65ee08"
    meta-ti = "HEAD:15f3d4a3c3773294f1cdb66a88744930941a892e"
    meta-arm
    meta-arm-toolchain = "HEAD:c4f04f3fb66f8f4365b08b553af8206372e90a63"
    meta = "HEAD:9b83aefa9c4a21d9dc1eea4a6b00af379466a288"


    Build Configuration:
    BB_VERSION = "1.46.0"
    BUILD_SYS = "x86_64-linux"
    NATIVELSBSTRING = "neon-20.04"
    TARGET_SYS = "arm-linux-gnueabi"
    MACHINE = "am64xx-evm-k3r5"
    DISTRO = "arago"
    DISTRO_VERSION = "2020.09"
    TUNE_FEATURES = "arm armv7a vfp thumb callconvention-hard"
    TARGET_FPU = "hard"
    meta-processor-sdk = "HEAD:ea2e8505fdf9948c0e2881af9dacb07e801c9037"
    meta-arago-distro
    meta-arago-extras = "HEAD:ae47bd7fbea2776a4f8792f20c493d7959ee2f54"
    meta-qt5 = "HEAD:b4d24d70aca75791902df5cd59a4f4a54aa4a125"
    meta-virtualization = "HEAD:4d6216a04c2ebe04bf02392c02d9589d35ebf3b4"
    meta-networking
    meta-python
    meta-oe
    meta-gnome
    meta-filesystems = "HEAD:7bd47ef6c98323c95a9e527129dca98c9a65ee08"
    meta-ti = "HEAD:15f3d4a3c3773294f1cdb66a88744930941a892e"
    meta-arm
    meta-arm-toolchain = "HEAD:c4f04f3fb66f8f4365b08b553af8206372e90a63"
    meta = "HEAD:9b83aefa9c4a21d9dc1eea4a6b00af379466a288"

    Initialising tasks: 100% |###################################################################################################################################################################################################| Time: 0:00:13
    Sstate summary: Wanted 1449 Found 290 Missed 1159 Current 1101 (20% match, 54% complete)
    NOTE: Executing Tasks
    WARNING: mariadb-native-10.4.17-r0 do_fetch: Failed to fetch URL downloads.mariadb.org/.../mariadb-10.4.17.tar.gz, attempting MIRRORS if available
    WARNING: matrix-gui-submenus-2.0-r76.20.tisdk0 do_package: QA Issue: matrix-gui-submenus: Files/directories were installed but not shipped in any package:
    /usr/share/matrix-gui-2.0/apps/qt4_apps
    /usr/share/matrix-gui-2.0/apps/qt5_apps
    /usr/share/matrix-gui-2.0/apps/multimedia_apps
    /usr/share/matrix-gui-2.0/apps/opencl_apps
    /usr/share/matrix-gui-2.0/apps/touch_apps
    /usr/share/matrix-gui-2.0/apps/ethernet_apps
    /usr/share/matrix-gui-2.0/apps/power_apps
    /usr/share/matrix-gui-2.0/apps/hmi_apps
    /usr/share/matrix-gui-2.0/apps/3d_apps
    /usr/share/matrix-gui-2.0/apps/oprofile_apps
    /usr/share/matrix-gui-2.0/apps/videoanalytics_apps
    /usr/share/matrix-gui-2.0/apps/mc_demo_apps
    /usr/share/matrix-gui-2.0/apps/tidl_apps
    /usr/share/matrix-gui-2.0/apps/analytics_apps
    /usr/share/matrix-gui-2.0/apps/clocks_apps
    /usr/share/matrix-gui-2.0/apps/arm_apps
    /usr/share/matrix-gui-2.0/apps/cameraloopback_apps
    /usr/share/matrix-gui-2.0/apps/pru_apps
    /usr/share/matrix-gui-2.0/apps/v4l2_apps
    /usr/share/matrix-gui-2.0/apps/usb_apps
    /usr/share/matrix-gui-2.0/apps/led_apps
    /usr/share/matrix-gui-2.0/apps/displaycontrol_apps
    /usr/share/matrix-gui-2.0/apps/browser_apps
    /usr/share/matrix-gui-2.0/apps/wifi_apps
    /usr/share/matrix-gui-2.0/apps/settings_apps
    /usr/share/matrix-gui-2.0/apps/utilities_apps
    /usr/share/matrix-gui-2.0/apps/cryptos_apps_program
    /usr/share/matrix-gui-2.0/apps/machinevision_apps
    /usr/share/matrix-gui-2.0/apps/cryptos_apps_scripts
    /usr/share/matrix-gui-2.0/apps/qt4_apps/qt4_deform
    /usr/share/matrix-gui-2.0/apps/qt4_apps/browser
    /usr/share/matrix-gui-2.0/apps/qt4_apps/qt4_animated_tiles
    /usr/share/matrix-gui-2.0/apps/qt4_apps/calculator
    /usr/share/matrix-gui-2.0/apps/qt4_apps/qt4_deform/qt4_deform.desktop
    /usr/share/matrix-gui-2.0/apps/qt4_apps/browser/browser.desktop
    /usr/share/matrix-gui-2.0/apps/qt4_apps/qt4_animated_tiles/qt4_animated_tiles.desktop
    /usr/share/matrix-gui-2.0/apps/qt4_apps/calculator/calculator.desktop
    /usr/share/matrix-gui-2.0/apps/qt5_apps/qt5_webkit_browser
    /usr/share/matrix-gui-2.0/apps/qt5_apps/qt5_browser
    /usr/share/matrix-gui-2.0/apps/qt5_apps/qt5_deform
    /usr/share/matrix-gui-2.0/apps/qt5_apps/qt5_calculator
    /usr/share/matrix-gui-2.0/apps/qt5_apps/qt5_animated_tiles
    /usr/share/matrix-gui-2.0/apps/qt5_apps/qt5_webkit_browser/qt5_webkit_browser.desktop
    /usr/share/matrix-gui-2.0/apps/qt5_apps/qt5_browser/qt5_browser.desktop
    /usr/share/matrix-gui-2.0/apps/qt5_apps/qt5_deform/qt5_deform.desktop
    /usr/share/matrix-gui-2.0/apps/qt5_apps/qt5_calculator/qt5_calculator.desktop
    /usr/share/matrix-gui-2.0/apps/qt5_apps/qt5_animated_tiles/qt5_animated_tiles.desktop
    /usr/share/matrix-gui-2.0/apps/multimedia_apps/arm_multimedia_h265dec
    /usr/share/matrix-gui-2.0/apps/multimedia_apps/arm_multimedia_mpeg4dec
    /usr/share/matrix-gui-2.0/apps/multimedia_apps/arm_multimedia_mpeg4aacdec
    /usr/share/matrix-gui-2.0/apps/multimedia_apps/ivahd_multimedia_h264enc
    /usr/share/matrix-gui-2.0/apps/multimedia_apps/arm_multimedia_aacdec
    /usr/share/matrix-gui-2.0/apps/multimedia_apps/ivahd_multimedia_h264dec
    /usr/share/matrix-gui-2.0/apps/multimedia_apps/dsp66_multimedia_imgproc_f2f
    /usr/share/matrix-gui-2.0/apps/multimedia_apps/ivahd_multimedia_vip_vpe_mpeg4encdec
    /usr/share/matrix-gui-2.0/apps/multimedia_apps/arm_multimedia_h264dec
    /usr/share/matrix-gui-2.0/apps/multimedia_apps/dsp66_multimedia_imgproc
    /usr/share/matrix-gui-2.0/apps/multimedia_apps/video_graphics
    /usr/share/matrix-gui-2.0/apps/multimedia_apps/ivahd_multimedia_mjpegenc
    /usr/share/matrix-gui-2.0/apps/multimedia_apps/arm_multimedia_audiocapture
    /usr/share/matrix-gui-2.0/apps/multimedia_apps/arm_multimedia_h265dec/arm_multimedia_h265dec.desktop
    /usr/share/matrix-gui-2.0/apps/multimedia_apps/arm_multimedia_h265dec/desc_arm_multimedia_h265dec.html
    /usr/share/matrix-gui-2.0/apps/multimedia_apps/arm_multimedia_mpeg4dec/desc_arm_multimedia_mpeg4dec.html
    /usr/share/matrix-gui-2.0/apps/multimedia_apps/arm_multimedia_mpeg4dec/arm_multimedia_mpeg4dec.desktop
    /usr/share/matrix-gui-2.0/apps/multimedia_apps/arm_multimedia_mpeg4aacdec/desc_arm_multimedia_mpeg4aacdec.html
    /usr/share/matrix-gui-2.0/apps/multimedia_apps/arm_multimedia_mpeg4aacdec/arm_multimedia_mpeg4aacdec.desktop
    /usr/share/matrix-gui-2.0/apps/multimedia_apps/ivahd_multimedia_h264enc/ivahd_multimedia_h264enc.desktop
    /usr/share/matrix-gui-2.0/apps/multimedia_apps/ivahd_multimedia_h264enc/desc_ivahd_multimedia_h264enc.html
    /usr/share/matrix-gui-2.0/apps/multimedia_apps/arm_multimedia_aacdec/arm_multimedia_aacdec.desktop
    /usr/share/matrix-gui-2.0/apps/multimedia_apps/arm_multimedia_aacdec/desc_arm_multimedia_aacdec.html
    /usr/share/matrix-gui-2.0/apps/multimedia_apps/ivahd_multimedia_h264dec/desc_ivahd_multimedia_h264dec.html
    /usr/share/matrix-gui-2.0/apps/multimedia_apps/ivahd_multimedia_h264dec/ivahd_multimedia_h264dec.desktop
    /usr/share/matrix-gui-2.0/apps/multimedia_apps/dsp66_multimedia_imgproc_f2f/desc_dsp66_multimedia_imgproc_f2f.html
    /usr/share/matrix-gui-2.0/apps/multimedia_apps/dsp66_multimedia_imgproc_f2f/dsp66_multimedia_imgproc_f2f.desktop
    /usr/share/matrix-gui-2.0/apps/multimedia_apps/ivahd_multimedia_vip_vpe_mpeg4encdec/ivahd_multimedia_vip_vpe_mpeg4encdec.desktop
    /usr/share/matrix-gui-2.0/apps/multimedia_apps/ivahd_multimedia_vip_vpe_mpeg4encdec/desc_ivahd_multimedia_vip_vpe_mpeg4encdec.html
    /usr/share/matrix-gui-2.0/apps/multimedia_apps/arm_multimedia_h264dec/arm_multimedia_h264dec.desktop
    /usr/share/matrix-gui-2.0/apps/multimedia_apps/arm_multimedia_h264dec/desc_arm_multimedia_h264dec.html
    /usr/share/matrix-gui-2.0/apps/multimedia_apps/dsp66_multimedia_imgproc/desc_dsp66_multimedia_imgproc.html
    /usr/share/matrix-gui-2.0/apps/multimedia_apps/dsp66_multimedia_imgproc/dsp66_multimedia_imgproc.desktop
    /usr/share/matrix-gui-2.0/apps/multimedia_apps/video_graphics/desc_video_graphics_demo.html
    /usr/share/matrix-gui-2.0/apps/multimedia_apps/video_graphics/video_graphics_demo.desktop
    /usr/share/matrix-gui-2.0/apps/multimedia_apps/ivahd_multimedia_mjpegenc/ivahd_multimedia_mjpegenc.desktop
    /usr/share/matrix-gui-2.0/apps/multimedia_apps/ivahd_multimedia_mjpegenc/desc_ivahd_multimedia_mjpegenc.html
    /usr/share/matrix-gui-2.0/apps/multimedia_apps/arm_multimedia_audiocapture/desc_arm_multimedia_audiocapture.html
    /usr/share/matrix-gui-2.0/apps/multimedia_apps/arm_multimedia_audiocapture/arm_multimedia_audiocapture.desktop
    /usr/share/matrix-gui-2.0/apps/opencl_apps/opencl_float_compute
    /usr/share/matrix-gui-2.0/apps/opencl_apps/opencl_vecadd
    /usr/share/matrix-gui-2.0/apps/opencl_apps/opencl_dsplib_fft
    /usr/share/matrix-gui-2.0/apps/opencl_apps/opencl_float_compute/opencl_float_compute.desktop
    /usr/share/matrix-gui-2.0/apps/opencl_apps/opencl_float_compute/desc_opencl_float_compute.html
    /usr/share/matrix-gui-2.0/apps/opencl_apps/opencl_vecadd/desc_opencl_vecadd.html
    /usr/share/matrix-gui-2.0/apps/opencl_apps/opencl_vecadd/opencl_vecadd.desktop
    /usr/share/matrix-gui-2.0/apps/opencl_apps/opencl_dsplib_fft/opencl_dsplib_fft.desktop
    /usr/share/matrix-gui-2.0/apps/opencl_apps/opencl_dsplib_fft/desc_opencl_dsplib_fft.html
    /usr/share/matrix-gui-2.0/apps/touch_apps/touch_interact
    /usr/share/matrix-gui-2.0/apps/touch_apps/touch_interact/touch_interact.desktop
    /usr/share/matrix-gui-2.0/apps/ethernet_apps/eth1_nat
    /usr/share/matrix-gui-2.0/apps/ethernet_apps/eth1_enbl
    /usr/share/matrix-gui-2.0/apps/ethernet_apps/eth1_nat/eth1_enbl_nat.desktop
    /usr/share/matrix-gui-2.0/apps/ethernet_apps/eth1_nat/desc_eth1_enbl_nat.html
    /usr/share/matrix-gui-2.0/apps/ethernet_apps/eth1_enbl/desc_eth1_enable.html
    /usr/share/matrix-gui-2.0/apps/ethernet_apps/eth1_enbl/eth1_enbl.desktop
    /usr/share/matrix-gui-2.0/apps/power_apps/pm_count
    /usr/share/matrix-gui-2.0/apps/power_apps/pm_suspend
    /usr/share/matrix-gui-2.0/apps/power_apps/pm_snapshot_2
    /usr/share/matrix-gui-2.0/apps/power_apps/pm_userspace_governor
    /usr/share/matrix-gui-2.0/apps/power_apps/pm_snapshot_1
    /usr/share/matrix-gui-2.0/apps/power_apps/set_governor
    /usr/share/matrix-gui-2.0/apps/power_apps/pm_ondemand_governor
    /usr/share/matrix-gui-2.0/apps/power_apps/pm_dump_reg
    /usr/share/matrix-gui-2.0/apps/power_apps/pm_count/pm_count.desktop
    /usr/share/matrix-gui-2.0/apps/power_apps/pm_count/desc_pm_count.html
    /usr/share/matrix-gui-2.0/apps/power_apps/pm_suspend/desc_pm_suspend.html
    /usr/share/matrix-gui-2.0/apps/power_apps/pm_suspend/pm_suspend.desktop
    /usr/share/matrix-gui-2.0/apps/power_apps/pm_snapshot_2/desc_pm_snapshot_2.html
    /usr/share/matrix-gui-2.0/apps/power_apps/pm_snapshot_2/pm_snapshot_2.desktop
    /usr/share/matrix-gui-2.0/apps/power_apps/pm_userspace_governor/desc_pm_userspace_governor.html
    /usr/share/matrix-gui-2.0/apps/power_apps/pm_userspace_governor/pm_userspace_governor.desktop
    /usr/share/matrix-gui-2.0/apps/power_apps/pm_snapshot_1/desc_pm_snapshot_1.html
    /usr/share/matrix-gui-2.0/apps/power_apps/pm_snapshot_1/pm_snapshot_1.desktop
    /usr/share/matrix-gui-2.0/apps/power_apps/set_governor/power-set-governor.desktop
    /usr/share/matrix-gui-2.0/apps/power_apps/set_governor/set-governor.php
    /usr/share/matrix-gui-2.0/apps/power_apps/pm_ondemand_governor/desc_pm_ondemand_governor.html
    /usr/share/matrix-gui-2.0/apps/power_apps/pm_ondemand_governor/pm_ondemand_governor.desktop
    /usr/share/matrix-gui-2.0/apps/power_apps/pm_dump_reg/pm_dump_reg.desktop
    /usr/share/matrix-gui-2.0/apps/power_apps/pm_dump_reg/desc_pm_dump_reg.html
    /usr/share/matrix-gui-2.0/apps/hmi_apps/hmi_mmwave
    /usr/share/matrix-gui-2.0/apps/hmi_apps/hmi_evse
    /usr/share/matrix-gui-2.0/apps/hmi_apps/hmi_protection_relays
    /usr/share/matrix-gui-2.0/apps/hmi_apps/hmi_mmwave/hmi_mmwave.desktop
    /usr/share/matrix-gui-2.0/apps/hmi_apps/hmi_mmwave/desc_hmi_mmwave.html
    /usr/share/matrix-gui-2.0/apps/hmi_apps/hmi_evse/desc_hmi_evse.html
    /usr/share/matrix-gui-2.0/apps/hmi_apps/hmi_evse/hmi_evse.desktop
    /usr/share/matrix-gui-2.0/apps/hmi_apps/hmi_protection_relays/hmi_protection_relays.desktop
    /usr/share/matrix-gui-2.0/apps/hmi_apps/hmi_protection_relays/desc_hmi_protection_relays.html
    /usr/share/matrix-gui-2.0/apps/3d_apps/3d_skull
    /usr/share/matrix-gui-2.0/apps/3d_apps/3d_lantern
    /usr/share/matrix-gui-2.0/apps/3d_apps/3d_shaders
    /usr/share/matrix-gui-2.0/apps/3d_apps/3d_exampleui
    /usr/share/matrix-gui-2.0/apps/3d_apps/3d_chameleon
    /usr/share/matrix-gui-2.0/apps/3d_apps/3d_film
    /usr/share/matrix-gui-2.0/apps/3d_apps/3d_kmscube
    /usr/share/matrix-gui-2.0/apps/3d_apps/3d_coverflow
    /usr/share/matrix-gui-2.0/apps/3d_apps/3d_navigation
    /usr/share/matrix-gui-2.0/apps/3d_apps/3d_vase
    /usr/share/matrix-gui-2.0/apps/3d_apps/3d_kmscubevideo
    /usr/share/matrix-gui-2.0/apps/3d_apps/3d_skull/3d_skull.desktop
    /usr/share/matrix-gui-2.0/apps/3d_apps/3d_lantern/3d_lantern.desktop
    /usr/share/matrix-gui-2.0/apps/3d_apps/3d_shaders/3d_shaders.desktop
    /usr/share/matrix-gui-2.0/apps/3d_apps/3d_exampleui/3d_exampleui.desktop
    /usr/share/matrix-gui-2.0/apps/3d_apps/3d_chameleon/3d_chameleon.desktop
    /usr/share/matrix-gui-2.0/apps/3d_apps/3d_film/3d_filmtv.desktop
    /usr/share/matrix-gui-2.0/apps/3d_apps/3d_kmscube/3d_kmscube.desktop
    /usr/share/matrix-gui-2.0/apps/3d_apps/3d_coverflow/3d_coverflow.desktop
    /usr/share/matrix-gui-2.0/apps/3d_apps/3d_navigation/3d_navigation.desktop
    /usr/share/matrix-gui-2.0/apps/3d_apps/3d_vase/3d_vase.desktop
    /usr/share/matrix-gui-2.0/apps/3d_apps/3d_kmscubevideo/3d_kmscubevideo.desktop
    /usr/share/matrix-gui-2.0/apps/oprofile_apps/op_limited_report
    /usr/share/matrix-gui-2.0/apps/oprofile_apps/op_init
    /usr/share/matrix-gui-2.0/apps/oprofile_apps/op_long_report
    /usr/share/matrix-gui-2.0/apps/oprofile_apps/op_assembly_report
    /usr/share/matrix-gui-2.0/apps/oprofile_apps/op_run_signal_parent_opt
    /usr/share/matrix-gui-2.0/apps/oprofile_apps/op_simple_report
    /usr/share/matrix-gui-2.0/apps/oprofile_apps/op_run_signal_parent
    /usr/share/matrix-gui-2.0/apps/oprofile_apps/op_limited_report/op_limited_report.desktop
    /usr/share/matrix-gui-2.0/apps/oprofile_apps/op_init/op_init.desktop
    /usr/share/matrix-gui-2.0/apps/oprofile_apps/op_init/desc_oprofile_init.html
    /usr/share/matrix-gui-2.0/apps/oprofile_apps/op_long_report/op_long_report.desktop
    /usr/share/matrix-gui-2.0/apps/oprofile_apps/op_assembly_report/op_asembly_report.desktop
    /usr/share/matrix-gui-2.0/apps/oprofile_apps/op_run_signal_parent_opt/desc_run_signal_parent_opt.html
    /usr/share/matrix-gui-2.0/apps/oprofile_apps/op_run_signal_parent_opt/op_run_signal_parent_opt.desktop
    /usr/share/matrix-gui-2.0/apps/oprofile_apps/op_simple_report/op_simple_report.desktop
    /usr/share/matrix-gui-2.0/apps/oprofile_apps/op_run_signal_parent/op_run_signal_parent.desktop
    /usr/share/matrix-gui-2.0/apps/oprofile_apps/op_run_signal_parent/desc_run_signal_parent.html
    /usr/share/matrix-gui-2.0/apps/videoanalytics_apps/videoanalytics_opencv_opencl_opengl_demo
    /usr/share/matrix-gui-2.0/apps/videoanalytics_apps/videoanalytics_opencv_opencl_opengl_demo/desc_videoanalytics_opencv_opencl_opengl_demo.html
    /usr/share/matrix-gui-2.0/apps/videoanalytics_apps/videoanalytics_opencv_opencl_opengl_demo/videoanalytics_opencv_opencl_opengl_demo.desktop
    /usr/share/matrix-gui-2.0/apps/mc_demo_apps/mc_demo_ipc
    /usr/share/matrix-gui-2.0/apps/mc_demo_apps/mc_demo_imageproc
    /usr/share/matrix-gui-2.0/apps/mc_demo_apps/mc_demo_ipc/mc_demo_ipc.desktop
    /usr/share/matrix-gui-2.0/apps/mc_demo_apps/mc_demo_ipc/desc_mc_demo_ipc.html
    /usr/share/matrix-gui-2.0/apps/mc_demo_apps/mc_demo_imageproc/mc_demo_imageproc.html
    /usr/share/matrix-gui-2.0/apps/mc_demo_apps/mc_demo_imageproc/desc_mc_demo_imageproc.html
    /usr/share/matrix-gui-2.0/apps/mc_demo_apps/mc_demo_imageproc/mc_demo_imageproc.desktop
    /usr/share/matrix-gui-2.0/apps/tidl_apps/tidl_demo_objdet_livecam
    /usr/share/matrix-gui-2.0/apps/tidl_apps/tidl_demo_segment
    /usr/share/matrix-gui-2.0/apps/tidl_apps/tidl_demo_livecam
    /usr/share/matrix-gui-2.0/apps/tidl_apps/tidl_demo_dogbreeds
    /usr/share/matrix-gui-2.0/apps/tidl_apps/armnn_demo_livecam
    /usr/share/matrix-gui-2.0/apps/tidl_apps/tidl_demo_objdet
    /usr/share/matrix-gui-2.0/apps/tidl_apps/tidl_demo_pnexamples
    /usr/share/matrix-gui-2.0/apps/tidl_apps/armnn_demo_staticimg
    /usr/share/matrix-gui-2.0/apps/tidl_apps/tidl_demo_livecam_lg2
    /usr/share/matrix-gui-2.0/apps/tidl_apps/tidl_demo_staticimg_lg2
    /usr/share/matrix-gui-2.0/apps/tidl_apps/tidl_demo_staticimg
    /usr/share/matrix-gui-2.0/apps/tidl_apps/tidl_demo_staticimg_dsponly
    /usr/share/matrix-gui-2.0/apps/tidl_apps/tidl_demo_objdet_livecam/desc_tidl_demo_objdet_livecam.html
    /usr/share/matrix-gui-2.0/apps/tidl_apps/tidl_demo_objdet_livecam/tidl_demo_objdet_livecam.desktop
    /usr/share/matrix-gui-2.0/apps/tidl_apps/tidl_demo_segment/tidl_demo_segment.desktop
    /usr/share/matrix-gui-2.0/apps/tidl_apps/tidl_demo_segment/desc_tidl_demo_segment.html
    /usr/share/matrix-gui-2.0/apps/tidl_apps/tidl_demo_livecam/desc_tidl_demo_livecam.html
    /usr/share/matrix-gui-2.0/apps/tidl_apps/tidl_demo_livecam/tidl_demo_livecam.desktop
    /usr/share/matrix-gui-2.0/apps/tidl_apps/tidl_demo_dogbreeds/tidl_demo_dogbreeds.desktop
    /usr/share/matrix-gui-2.0/apps/tidl_apps/tidl_demo_dogbreeds/desc_tidl_demo_dogbreeds.html
    /usr/share/matrix-gui-2.0/apps/tidl_apps/armnn_demo_livecam/desc_armnn_demo_livecam.html
    /usr/share/matrix-gui-2.0/apps/tidl_apps/armnn_demo_livecam/armnn_demo_livecam.desktop
    /usr/share/matrix-gui-2.0/apps/tidl_apps/tidl_demo_objdet/desc_tidl_demo_objdet.html
    /usr/share/matrix-gui-2.0/apps/tidl_apps/tidl_demo_objdet/tidl_demo_objdet.desktop
    /usr/share/matrix-gui-2.0/apps/tidl_apps/tidl_demo_pnexamples/desc_tidl_demo_pnexamples.html
    /usr/share/matrix-gui-2.0/apps/tidl_apps/tidl_demo_pnexamples/tidl_demo_pnexamples.desktop
    /usr/share/matrix-gui-2.0/apps/tidl_apps/armnn_demo_staticimg/armnn_demo_staticimg.desktop
    /usr/share/matrix-gui-2.0/apps/tidl_apps/armnn_demo_staticimg/desc_armnn_demo_staticimg.html
    /usr/share/matrix-gui-2.0/apps/tidl_apps/tidl_demo_livecam_lg2/desc_tidl_demo_livecam_lg2.html
    /usr/share/matrix-gui-2.0/apps/tidl_apps/tidl_demo_livecam_lg2/tidl_demo_livecam_lg2.desktop
    /usr/share/matrix-gui-2.0/apps/tidl_apps/tidl_demo_staticimg_lg2/tidl_demo_staticimg_lg2.desktop
    /usr/share/matrix-gui-2.0/apps/tidl_apps/tidl_demo_staticimg_lg2/desc_tidl_demo_staticimg_lg2.html
    /usr/share/matrix-gui-2.0/apps/tidl_apps/tidl_demo_staticimg/desc_tidl_demo_staticimg.html
    /usr/share/matrix-gui-2.0/apps/tidl_apps/tidl_demo_staticimg/tidl_demo_staticimg.desktop
    /usr/share/matrix-gui-2.0/apps/tidl_apps/tidl_demo_staticimg_dsponly/tidl_demo_staticimg_dsponly.desktop
    /usr/share/matrix-gui-2.0/apps/tidl_apps/tidl_demo_staticimg_dsponly/desc_tidl_demo_staticimg_dsponly.html
    /usr/share/matrix-gui-2.0/apps/analytics_apps/analytics_pdm_anomaly_detection
    /usr/share/matrix-gui-2.0/apps/analytics_apps/analytics_pdm_anomaly_detection/analytics_pdm_anomaly_detection.desktop
    /usr/share/matrix-gui-2.0/apps/analytics_apps/analytics_pdm_anomaly_detection/desc_analytics_pdm_anomaly_detection.html
    /usr/share/matrix-gui-2.0/apps/clocks_apps/set_frequency
    /usr/share/matrix-gui-2.0/apps/clocks_apps/set_frequency/power-set-frequency.desktop
    /usr/share/matrix-gui-2.0/apps/clocks_apps/set_frequency/set-frequency.php
    /usr/share/matrix-gui-2.0/apps/arm_apps/arm_communication_bandwidth
    /usr/share/matrix-gui-2.0/apps/arm_apps/dhrystone
    /usr/share/matrix-gui-2.0/apps/arm_apps/linpack
    /usr/share/matrix-gui-2.0/apps/arm_apps/arm_communication_latency
    /usr/share/matrix-gui-2.0/apps/arm_apps/whetstone
    /usr/share/matrix-gui-2.0/apps/arm_apps/nbench
    /usr/share/matrix-gui-2.0/apps/arm_apps/arm_ddr_bandwidth
    /usr/share/matrix-gui-2.0/apps/arm_apps/arm_memory_latency
    /usr/share/matrix-gui-2.0/apps/arm_apps/posix_smp
    /usr/share/matrix-gui-2.0/apps/arm_apps/arm_communication_bandwidth/desc_arm_communication_bandwidth.html
    /usr/share/matrix-gui-2.0/apps/arm_apps/arm_communication_bandwidth/arm_communication_bandwidth.desktop
    /usr/share/matrix-gui-2.0/apps/arm_apps/dhrystone/dhrystone.desktop
    /usr/share/matrix-gui-2.0/apps/arm_apps/dhrystone/desc_dhrystone.html
    /usr/share/matrix-gui-2.0/apps/arm_apps/linpack/linpack.desktop
    /usr/share/matrix-gui-2.0/apps/arm_apps/linpack/desc_linpack.html
    /usr/share/matrix-gui-2.0/apps/arm_apps/arm_communication_latency/arm_communication_latency.desktop
    /usr/share/matrix-gui-2.0/apps/arm_apps/arm_communication_latency/desc_arm_communication_latency.html
    /usr/share/matrix-gui-2.0/apps/arm_apps/whetstone/whetstone.desktop
    /usr/share/matrix-gui-2.0/apps/arm_apps/whetstone/desc_whetstone.html
    /usr/share/matrix-gui-2.0/apps/arm_apps/nbench/nbench.desktop
    /usr/share/matrix-gui-2.0/apps/arm_apps/nbench/desc_nbench.html
    /usr/share/matrix-gui-2.0/apps/arm_apps/arm_ddr_bandwidth/desc_arm_ddr_bandwidth.html
    /usr/share/matrix-gui-2.0/apps/arm_apps/arm_ddr_bandwidth/arm_ddr_bandwidth.desktop
    /usr/share/matrix-gui-2.0/apps/arm_apps/arm_memory_latency/desc_arm_memory_latench.html
    /usr/share/matrix-gui-2.0/apps/arm_apps/arm_memory_latency/arm_memory_latency.desktop
    /usr/share/matrix-gui-2.0/apps/arm_apps/arm_memory_latency/lat_mem_rd_1M.png
    /usr/share/matrix-gui-2.0/apps/arm_apps/posix_smp/posix_smp.desktop
    /usr/share/matrix-gui-2.0/apps/arm_apps/posix_smp/desc_posix_smp.html
    /usr/share/matrix-gui-2.0/apps/cameraloopback_apps/camera_loopback
    /usr/share/matrix-gui-2.0/apps/cameraloopback_apps/camera_loopback/desc_cam_loopback.html
    /usr/share/matrix-gui-2.0/apps/cameraloopback_apps/camera_loopback/cameraloopback.desktop
    /usr/share/matrix-gui-2.0/apps/pru_apps/pru_L3_DDR
    /usr/share/matrix-gui-2.0/apps/pru_apps/pru_overview_info
    /usr/share/matrix-gui-2.0/apps/pru_apps/pru_gpio_toggle
    /usr/share/matrix-gui-2.0/apps/pru_apps/pru_access_const_table
    /usr/share/matrix-gui-2.0/apps/pru_apps/pru_misc_operations
    /usr/share/matrix-gui-2.0/apps/pru_apps/pru_semaphore
    /usr/share/matrix-gui-2.0/apps/pru_apps/pru_timer_interrupt
    /usr/share/matrix-gui-2.0/apps/pru_apps/pru_arm2pru_int
    /usr/share/matrix-gui-2.0/apps/pru_apps/pru_memcopy
    /usr/share/matrix-gui-2.0/apps/pru_apps/pru_L3_DDR/pru_L3_DDR.desktop
    /usr/share/matrix-gui-2.0/apps/pru_apps/pru_L3_DDR/desc_pru_L3_DDR.html
    /usr/share/matrix-gui-2.0/apps/pru_apps/pru_overview_info/pru_overview_info.desktop
    /usr/share/matrix-gui-2.0/apps/pru_apps/pru_overview_info/desc_pru_overview_info.html
    /usr/share/matrix-gui-2.0/apps/pru_apps/pru_gpio_toggle/desc_pru_gpio_toggle.html
    /usr/share/matrix-gui-2.0/apps/pru_apps/pru_gpio_toggle/pru_gpio_toggle.desktop
    /usr/share/matrix-gui-2.0/apps/pru_apps/pru_access_const_table/desc_pru_access_const_table.html
    /usr/share/matrix-gui-2.0/apps/pru_apps/pru_access_const_table/pru_access_const_table.desktop
    /usr/share/matrix-gui-2.0/apps/pru_apps/pru_misc_operations/desc_pru_misc_operations.html
    /usr/share/matrix-gui-2.0/apps/pru_apps/pru_misc_operations/pru_misc_operations.desktop
    /usr/share/matrix-gui-2.0/apps/pru_apps/pru_semaphore/desc_pru_semaphore.html
    /usr/share/matrix-gui-2.0/apps/pru_apps/pru_semaphore/pru_semaphore.desktop
    /usr/share/matrix-gui-2.0/apps/pru_apps/pru_timer_interrupt/pru_timer_interrupt.desktop
    /usr/share/matrix-gui-2.0/apps/pru_apps/pru_timer_interrupt/desc_pru_timer_interrupt.html
    /usr/share/matrix-gui-2.0/apps/pru_apps/pru_arm2pru_int/pru_arm2pru_int.desktop
    /usr/share/matrix-gui-2.0/apps/pru_apps/pru_arm2pru_int/desc_pru_arm2pru_int.html
    /usr/share/matrix-gui-2.0/apps/pru_apps/pru_memcopy/desc_pru_memcopy.html
    /usr/share/matrix-gui-2.0/apps/pru_apps/pru_memcopy/pru_memcopy.desktop
    /usr/share/matrix-gui-2.0/apps/v4l2_apps/v4l2_rotate
    /usr/share/matrix-gui-2.0/apps/v4l2_apps/v4l2_scaling
    /usr/share/matrix-gui-2.0/apps/v4l2_apps/v4l2_display
    /usr/share/matrix-gui-2.0/apps/v4l2_apps/v4l2_rotate/v4l2_rotate.desktop
    /usr/share/matrix-gui-2.0/apps/v4l2_apps/v4l2_rotate/desc_v4l2_rotate.html
    /usr/share/matrix-gui-2.0/apps/v4l2_apps/v4l2_scaling/v4l2_scaling.desktop
    /usr/share/matrix-gui-2.0/apps/v4l2_apps/v4l2_scaling/desc_v4l2_scaling.html
    /usr/share/matrix-gui-2.0/apps/v4l2_apps/v4l2_display/v4l2_display.desktop
    /usr/share/matrix-gui-2.0/apps/v4l2_apps/v4l2_display/desc_v4l2_display.html
    /usr/share/matrix-gui-2.0/apps/usb_apps/usbbonnie
    /usr/share/matrix-gui-2.0/apps/usb_apps/usbbonnie/desc_usb_bonnie.html
    /usr/share/matrix-gui-2.0/apps/usb_apps/usbbonnie/usbbonnie.desktop
    /usr/share/matrix-gui-2.0/apps/led_apps/led_on
    /usr/share/matrix-gui-2.0/apps/led_apps/led_blink
    /usr/share/matrix-gui-2.0/apps/led_apps/led_off
    /usr/share/matrix-gui-2.0/apps/led_apps/led_on/led_on_desc.html
    /usr/share/matrix-gui-2.0/apps/led_apps/led_on/led_on.desktop
    /usr/share/matrix-gui-2.0/apps/led_apps/led_blink/led_blink_desc.html
    /usr/share/matrix-gui-2.0/apps/led_apps/led_blink/led_blink.desktop
    /usr/share/matrix-gui-2.0/apps/led_apps/led_off/led_off.desktop
    /usr/share/matrix-gui-2.0/apps/led_apps/led_off/led_off_desc.html
    /usr/share/matrix-gui-2.0/apps/displaycontrol_apps/dvi2lcd
    /usr/share/matrix-gui-2.0/apps/displaycontrol_apps/lcd2dvi
    /usr/share/matrix-gui-2.0/apps/displaycontrol_apps/dvi2lcd/desc_dvi2lcd.html
    /usr/share/matrix-gui-2.0/apps/displaycontrol_apps/dvi2lcd/dvi2lcd.desktop
    /usr/share/matrix-gui-2.0/apps/displaycontrol_apps/lcd2dvi/desc_lcd2dvi.html
    /usr/share/matrix-gui-2.0/apps/displaycontrol_apps/lcd2dvi/lcd2dvi.desktop
    /usr/share/matrix-gui-2.0/apps/browser_apps/browser_webengine
    /usr/share/matrix-gui-2.0/apps/browser_apps/browser_chromium
    /usr/share/matrix-gui-2.0/apps/browser_apps/browser_touch
    /usr/share/matrix-gui-2.0/apps/browser_apps/browser_webengine/browser_webengine.desktop
    /usr/share/matrix-gui-2.0/apps/browser_apps/browser_chromium/browser_chromium.desktop
    /usr/share/matrix-gui-2.0/apps/browser_apps/browser_touch/browser_touch.desktop
    /usr/share/matrix-gui-2.0/apps/wifi_apps/wifi_connect
    /usr/share/matrix-gui-2.0/apps/wifi_apps/soft_ap
    /usr/share/matrix-gui-2.0/apps/wifi_apps/wifi_connect/wifi_connect.desktop
    /usr/share/matrix-gui-2.0/apps/wifi_apps/wifi_connect/desc_wifi_connect.html
    /usr/share/matrix-gui-2.0/apps/wifi_apps/soft_ap/soft_ap.desktop
    /usr/share/matrix-gui-2.0/apps/wifi_apps/soft_ap/desc_soft_ap.html
    /usr/share/matrix-gui-2.0/apps/settings_apps/settings_system_info
    /usr/share/matrix-gui-2.0/apps/settings_apps/terminal
    /usr/share/matrix-gui-2.0/apps/settings_apps/settings_network
    /usr/share/matrix-gui-2.0/apps/settings_apps/refresh_matrix
    /usr/share/matrix-gui-2.0/apps/settings_apps/shutdown
    /usr/share/matrix-gui-2.0/apps/settings_apps/settings_memory
    /usr/share/matrix-gui-2.0/apps/settings_apps/settings_task_info
    /usr/share/matrix-gui-2.0/apps/settings_apps/shutdown_matrix
    /usr/share/matrix-gui-2.0/apps/settings_apps/settings_system_info/settings_system_info.desktop
    /usr/share/matrix-gui-2.0/apps/settings_apps/terminal/desc_terminal.html
    /usr/share/matrix-gui-2.0/apps/settings_apps/terminal/terminal.desktop
    /usr/share/matrix-gui-2.0/apps/settings_apps/settings_network/settings_network.desktop
    /usr/share/matrix-gui-2.0/apps/settings_apps/refresh_matrix/desc_refresh_matrix.html
    /usr/share/matrix-gui-2.0/apps/settings_apps/refresh_matrix/refresh_matrix.desktop
    /usr/share/matrix-gui-2.0/apps/settings_apps/shutdown/desc_shutdown.html
    /usr/share/matrix-gui-2.0/apps/settings_apps/shutdown/shutdown.desktop
    /usr/share/matrix-gui-2.0/apps/settings_apps/settings_memory/settings_memory.desktop
    /usr/share/matrix-gui-2.0/apps/settings_apps/settings_task_info/settings_task_info.desktop
    /usr/share/matrix-gui-2.0/apps/settings_apps/shutdown_matrix/desc_shutdown_matrix.html
    /usr/share/matrix-gui-2.0/apps/settings_apps/shutdown_matrix/shutdown_matrix.desktop
    /usr/share/matrix-gui-2.0/apps/utilities_apps/utility_filesystem
    /usr/share/matrix-gui-2.0/apps/utilities_apps/utility_stats
    /usr/share/matrix-gui-2.0/apps/utilities_apps/utility_flash
    /usr/share/matrix-gui-2.0/apps/utilities_apps/utility_eeprom
    /usr/share/matrix-gui-2.0/apps/utilities_apps/utility_info
    /usr/share/matrix-gui-2.0/apps/utilities_apps/utility_filesystem/utility_filesystem.desktop
    /usr/share/matrix-gui-2.0/apps/utilities_apps/utility_filesystem/filesystemwrite.php
    /usr/share/matrix-gui-2.0/apps/utilities_apps/utility_filesystem/desc_utility_filesystem.html
    /usr/share/matrix-gui-2.0/apps/utilities_apps/utility_filesystem/filesystem-utility.php
    /usr/share/matrix-gui-2.0/apps/utilities_apps/utility_stats/utility_stats.desktop
    /usr/share/matrix-gui-2.0/apps/utilities_apps/utility_stats/stats-utility.php
    /usr/share/matrix-gui-2.0/apps/utilities_apps/utility_stats/desc_utility_stats.html
    /usr/share/matrix-gui-2.0/apps/utilities_apps/utility_flash/flash-utility.php
    /usr/share/matrix-gui-2.0/apps/utilities_apps/utility_flash/desc_utility_flash.html
    /usr/share/matrix-gui-2.0/apps/utilities_apps/utility_flash/utility_flash.desktop
    /usr/share/matrix-gui-2.0/apps/utilities_apps/utility_flash/flashread.php
    /usr/share/matrix-gui-2.0/apps/utilities_apps/utility_eeprom/desc_utility_eeprom.html
    /usr/share/matrix-gui-2.0/apps/utilities_apps/utility_eeprom/eeprom-utility.php
    /usr/share/matrix-gui-2.0/apps/utilities_apps/utility_eeprom/eepromwrite.php
    /usr/share/matrix-gui-2.0/apps/utilities_apps/utility_eeprom/utility_eeprom.desktop
    /usr/share/matrix-gui-2.0/apps/utilities_apps/utility_eeprom/eepromread.php
    /usr/share/matrix-gui-2.0/apps/utilities_apps/utility_info/info-utility.php
    /usr/share/matrix-gui-2.0/apps/utilities_apps/utility_info/desc_utility_info.html
    /usr/share/matrix-gui-2.0/apps/utilities_apps/utility_info/utility_info.desktop
    /usr/share/matrix-gui-2.0/apps/cryptos_apps_program/openssl_aes256_encdec_program
    /usr/share/matrix-gui-2.0/apps/cryptos_apps_program/openssl_gen_sha1hash_program
    /usr/share/matrix-gui-2.0/apps/cryptos_apps_program/openssl_gen_pubkey_program
    /usr/share/matrix-gui-2.0/apps/cryptos_apps_program/openssl_perf_scripts
    /usr/share/matrix-gui-2.0/apps/cryptos_apps_program/openssl_display_cert_program
    /usr/share/matrix-gui-2.0/apps/cryptos_apps_program/openssl_gen_cert_program
    /usr/share/matrix-gui-2.0/apps/cryptos_apps_program/openssl_start_server_scripts
    /usr/share/matrix-gui-2.0/apps/cryptos_apps_program/openssl_aes256_encdec_program/desc_openssl_aes256_encdec.html
    /usr/share/matrix-gui-2.0/apps/cryptos_apps_program/openssl_aes256_encdec_program/openssl_aes256_encdec.desktop
    /usr/share/matrix-gui-2.0/apps/cryptos_apps_program/openssl_gen_sha1hash_program/desc_openssl_gen_sha1hash.html
    /usr/share/matrix-gui-2.0/apps/cryptos_apps_program/openssl_gen_sha1hash_program/openssl_gen_sha1hash.desktop
    /usr/share/matrix-gui-2.0/apps/cryptos_apps_program/openssl_gen_pubkey_program/openssl_gen_pubkey.desktop
    /usr/share/matrix-gui-2.0/apps/cryptos_apps_program/openssl_gen_pubkey_program/desc_openssl_gen_pubkey.html
    /usr/share/matrix-gui-2.0/apps/cryptos_apps_program/openssl_perf_scripts/openssl_perf.desktop
    /usr/share/matrix-gui-2.0/apps/cryptos_apps_program/openssl_perf_scripts/desc_openssl_perf.html
    /usr/share/matrix-gui-2.0/apps/cryptos_apps_program/openssl_display_cert_program/desc_openssl_display_cert.html
    /usr/share/matrix-gui-2.0/apps/cryptos_apps_program/openssl_display_cert_program/openssl_display_cert.desktop
    /usr/share/matrix-gui-2.0/apps/cryptos_apps_program/openssl_gen_cert_program/desc_openssl_gen_cert.html
    /usr/share/matrix-gui-2.0/apps/cryptos_apps_program/openssl_gen_cert_program/openssl_gen_cert.desktop
    /usr/share/matrix-gui-2.0/apps/cryptos_apps_program/openssl_start_server_scripts/desc_openssl_start_server.html
    /usr/share/matrix-gui-2.0/apps/cryptos_apps_program/openssl_start_server_scripts/openssl_start_server.desktop
    /usr/share/matrix-gui-2.0/apps/machinevision_apps/machinevision_barcode_roi_f2f
    /usr/share/matrix-gui-2.0/apps/machinevision_apps/machinevision_barcode_roi
    /usr/share/matrix-gui-2.0/apps/machinevision_apps/machinevision_dlp_3d_scanner
    /usr/share/matrix-gui-2.0/apps/machinevision_apps/machinevision_simple_people_tracking
    /usr/share/matrix-gui-2.0/apps/machinevision_apps/machinevision_barcode_roi_f2f/desc_machinevision_barcode_roi_f2f.html
    /usr/share/matrix-gui-2.0/apps/machinevision_apps/machinevision_barcode_roi_f2f/machinevision_barcode_roi_f2f.desktop
    /usr/share/matrix-gui-2.0/apps/machinevision_apps/machinevision_barcode_roi/desc_machinevision_barcode_roi.html
    /usr/share/matrix-gui-2.0/apps/machinevision_apps/machinevision_barcode_roi/machinevision_barcode_roi.desktop
    /usr/share/matrix-gui-2.0/apps/machinevision_apps/machinevision_dlp_3d_scanner/desc_machinevision_dlp_3d_scanner.html
    /usr/share/matrix-gui-2.0/apps/machinevision_apps/machinevision_dlp_3d_scanner/machinevision_dlp_3d_scanner.desktop
    /usr/share/matrix-gui-2.0/apps/machinevision_apps/machinevision_simple_people_tracking/machinevision_simple_people_tracking.desktop
    /usr/share/matrix-gui-2.0/apps/machinevision_apps/machinevision_simple_people_tracking/desc_machinevision_simple_people_tracking.html
    /usr/share/matrix-gui-2.0/apps/cryptos_apps_scripts/openssl_gen_sha1hash_scripts
    /usr/share/matrix-gui-2.0/apps/cryptos_apps_scripts/openssl_perf_scripts
    /usr/share/matrix-gui-2.0/apps/cryptos_apps_scripts/openssl_gen_pubkey_scripts
    /usr/share/matrix-gui-2.0/apps/cryptos_apps_scripts/openssl_gen_cert_scripts
    /usr/share/matrix-gui-2.0/apps/cryptos_apps_scripts/openssl_display_cert_scripts
    /usr/share/matrix-gui-2.0/apps/cryptos_apps_scripts/openssl_start_server_scripts
    /usr/share/matrix-gui-2.0/apps/cryptos_apps_scripts/openssl_aes256_encdec_scripts
    /usr/share/matrix-gui-2.0/apps/cryptos_apps_scripts/openssl_gen_sha1hash_scripts/desc_openssl_gen_sha1hash.html
    /usr/share/matrix-gui-2.0/apps/cryptos_apps_scripts/openssl_gen_sha1hash_scripts/openssl_gen_sha1hash.desktop
    /usr/share/matrix-gui-2.0/apps/cryptos_apps_scripts/openssl_perf_scripts/openssl_perf.desktop
    /usr/share/matrix-gui-2.0/apps/cryptos_apps_scripts/openssl_perf_scripts/desc_openssl_perf.html
    /usr/share/matrix-gui-2.0/apps/cryptos_apps_scripts/openssl_gen_pubkey_scripts/openssl_gen_pubkey.desktop
    /usr/share/matrix-gui-2.0/apps/cryptos_apps_scripts/openssl_gen_pubkey_scripts/desc_openssl_gen_pubkey.html
    /usr/share/matrix-gui-2.0/apps/cryptos_apps_scripts/openssl_gen_cert_scripts/desc_openssl_gen_cert.html
    /usr/share/matrix-gui-2.0/apps/cryptos_apps_scripts/openssl_gen_cert_scripts/openssl_gen_cert.desktop
    /usr/share/matrix-gui-2.0/apps/cryptos_apps_scripts/openssl_display_cert_scripts/desc_openssl_display_cert.html
    /usr/share/matrix-gui-2.0/apps/cryptos_apps_scripts/openssl_display_cert_scripts/openssl_display_cert.desktop
    /usr/share/matrix-gui-2.0/apps/cryptos_apps_scripts/openssl_start_server_scripts/desc_openssl_start_server.html
    /usr/share/matrix-gui-2.0/apps/cryptos_apps_scripts/openssl_start_server_scripts/openssl_start_server.desktop
    /usr/share/matrix-gui-2.0/apps/cryptos_apps_scripts/openssl_aes256_encdec_scripts/desc_openssl_aes256_encdec.html
    /usr/share/matrix-gui-2.0/apps/cryptos_apps_scripts/openssl_aes256_encdec_scripts/openssl_aes256_encdec.desktop
    Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
    matrix-gui-submenus: 422 installed and not shipped files. [installed-vs-shipped]
    WARNING: bridge-utils-1.6-r0 do_fetch: Failed to fetch URL git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/bridge-utils.git, attempting MIRRORS if available
    WARNING: tensorflow-lite-1.15-r5 do_fetch: Failed to fetch URL bitbucket.org/.../8071cda5714d.tar.gz;md5sum=a28a728acb3298471b11132ab5c0c3cb;sha256sum=7e7a57e33c59280a17a66e521396cd8b1a55d0676c9f807078522fda52114b5c, attempting MIRRORS if available
    WARNING: tensorflow-lite-1.15-r5 do_fetch: Failed to fetch URL git://github.com/google/googletest;destsuffix=googletest/;branch=master;rev=release-1.8.0;protocol=https, attempting MIRRORS if available
    WARNING: php-7.4.9-r0.arago1 do_package: QA Issue: php: Files/directories were installed but not shipped in any package:
    /etc
    /lib
    /etc/php-fpm.conf
    /etc/apache2
    /etc/init.d
    /etc/apache2/conf.d
    /etc/apache2/conf.d/php-fpm.conf
    /etc/init.d/php-fpm
    /lib/systemd
    /lib/systemd/system
    /lib/systemd/system/php-fpm.service
    Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
    php: 11 installed and not shipped files. [installed-vs-shipped]
    WARNING: linux-firmware-1_20210511-r0.arago0 do_fetch: Failed to fetch URL cdn.kernel.org/.../linux-firmware-20210511.tar.xz, attempting MIRRORS if available
    WARNING: rt-tests-1_1.1-r0 do_fetch: Failed to fetch URL git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git, attempting MIRRORS if available
    ERROR: input-utils-1.0-r0 do_compile: oe_runmake failed
    ERROR: input-utils-1.0-r0 do_compile: Execution of '/home/parasbhanot/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/input-utils/1.0-r0/temp/run.do_compile.3577252' failed with exit code 1:
    checking for libdir name ... lib

    Make.config written, edit if needed

    Make.config:1: *** empty variable name. Stop.
    WARNING: exit code 1 from a shell command.

    ERROR: Logfile of failure stored in: /home/parasbhanot/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/input-utils/1.0-r0/temp/log.do_compile.3577252
    Log data follows:
    | DEBUG: Executing shell function do_compile
    | NOTE: make -j 3 DESTDIR=/home/parasbhanot/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/input-utils/1.0-r0/image STRIP=
    | checking for libdir name ... lib
    |
    | Make.config written, edit if needed
    |
    | ERROR: oe_runmake failed
    | Make.config:1: *** empty variable name. Stop.
    | WARNING: exit code 1 from a shell command.
    | ERROR: Execution of '/home/parasbhanot/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/input-utils/1.0-r0/temp/run.do_compile.3577252' failed with exit code 1:
    | checking for libdir name ... lib
    |
    | Make.config written, edit if needed
    |
    | Make.config:1: *** empty variable name. Stop.
    | WARNING: exit code 1 from a shell command.
    |
    ERROR: Task (/home/parasbhanot/tisdk/sources/meta-arago/meta-arago-extras/recipes-devtools/input-utils/input-utils_1.0.bb:do_compile) failed with exit code '1'
    NOTE: Tasks Summary: Attempted 7070 tasks of which 3811 didn't need to be rerun and 1 failed.
    NOTE: Writing buildhistory
    NOTE: Writing buildhistory took: 4 seconds
    NOTE: Writing buildhistory
    NOTE: Writing buildhistory took: 1 seconds

    Summary: 1 task failed:
    /home/parasbhanot/tisdk/sources/meta-arago/meta-arago-extras/recipes-devtools/input-utils/input-utils_1.0.bb:do_compile
    Summary: There were 10 WARNING messages shown.
    Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
    parasbhanot@parasbhanot-virtualbox:~/tisdk/build$
    parasbhanot@parasbhanot-virtualbox:~/tisdk/build$
    parasbhanot@parasbhanot-virtualbox:~/tisdk/build$
    parasbhanot@parasbhanot-virtualbox:~/tisdk/build$
    parasbhanot@parasbhanot-virtualbox:~/tisdk/build$
    parasbhanot@parasbhanot-virtualbox:~/tisdk/build$ MACHINE=am64xx-evm bitbake tisdk-default-image
    NOTE: Started PRServer with DBfile: /home/parasbhanot/tisdk/build/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 35151, PID: 3585112
    Loading cache: 100% |########################################################################################################################################################################################################| Time: 0:00:01
    Loaded 8232 entries from dependency cache.
    NOTE: Resolving any missing task queue dependencies
    NOTE: Resolving any missing task queue dependencies
    NOTE: Resolving any missing task queue dependencies
    NOTE: Resolving any missing task queue dependencies
    NOTE: Resolving any missing task queue dependencies
    NOTE: Resolving any missing task queue dependencies

    Build Configuration:
    BB_VERSION = "1.46.0"
    BUILD_SYS = "x86_64-linux"
    NATIVELSBSTRING = "neon-20.04"
    TARGET_SYS = "aarch64-linux"
    MACHINE = "am64xx-evm"
    DISTRO = "arago"
    DISTRO_VERSION = "2020.09"
    TUNE_FEATURES = "aarch64"
    TARGET_FPU = ""
    meta-processor-sdk = "HEAD:ea2e8505fdf9948c0e2881af9dacb07e801c9037"
    meta-arago-distro
    meta-arago-extras = "HEAD:ae47bd7fbea2776a4f8792f20c493d7959ee2f54"
    meta-qt5 = "HEAD:b4d24d70aca75791902df5cd59a4f4a54aa4a125"
    meta-virtualization = "HEAD:4d6216a04c2ebe04bf02392c02d9589d35ebf3b4"
    meta-networking
    meta-python
    meta-oe
    meta-gnome
    meta-filesystems = "HEAD:7bd47ef6c98323c95a9e527129dca98c9a65ee08"
    meta-ti = "HEAD:15f3d4a3c3773294f1cdb66a88744930941a892e"
    meta-arm
    meta-arm-toolchain = "HEAD:c4f04f3fb66f8f4365b08b553af8206372e90a63"
    meta = "HEAD:9b83aefa9c4a21d9dc1eea4a6b00af379466a288"


    Build Configuration:
    BB_VERSION = "1.46.0"
    BUILD_SYS = "x86_64-linux"
    NATIVELSBSTRING = "neon-20.04"
    TARGET_SYS = "arm-linux-gnueabi"
    MACHINE = "am64xx-evm-k3r5"
    DISTRO = "arago"
    DISTRO_VERSION = "2020.09"
    TUNE_FEATURES = "arm armv7a vfp thumb callconvention-hard"
    TARGET_FPU = "hard"
    meta-processor-sdk = "HEAD:ea2e8505fdf9948c0e2881af9dacb07e801c9037"
    meta-arago-distro
    meta-arago-extras = "HEAD:ae47bd7fbea2776a4f8792f20c493d7959ee2f54"
    meta-qt5 = "HEAD:b4d24d70aca75791902df5cd59a4f4a54aa4a125"
    meta-virtualization = "HEAD:4d6216a04c2ebe04bf02392c02d9589d35ebf3b4"
    meta-networking
    meta-python
    meta-oe
    meta-gnome
    meta-filesystems = "HEAD:7bd47ef6c98323c95a9e527129dca98c9a65ee08"
    meta-ti = "HEAD:15f3d4a3c3773294f1cdb66a88744930941a892e"
    meta-arm
    meta-arm-toolchain = "HEAD:c4f04f3fb66f8f4365b08b553af8206372e90a63"
    meta = "HEAD:9b83aefa9c4a21d9dc1eea4a6b00af379466a288"

    Initialising tasks: 100% |###################################################################################################################################################################################################| Time: 0:00:13
    Sstate summary: Wanted 645 Found 500 Missed 145 Current 1905 (77% match, 94% complete)
    NOTE: Executing Tasks
    ERROR: input-utils-1.0-r0 do_compile: oe_runmake failed
    ERROR: input-utils-1.0-r0 do_compile: Execution of '/home/parasbhanot/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/input-utils/1.0-r0/temp/run.do_compile.3598792' failed with exit code 1:
    Make.config:1: *** empty variable name. Stop.
    WARNING: exit code 1 from a shell command.

    ERROR: Logfile of failure stored in: /home/parasbhanot/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/input-utils/1.0-r0/temp/log.do_compile.3598792
    Log data follows:
    | DEBUG: Executing shell function do_compile
    | NOTE: make -j 3 DESTDIR=/home/parasbhanot/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/input-utils/1.0-r0/image STRIP=
    | Make.config:1: *** empty variable name. Stop.
    | ERROR: oe_runmake failed
    | WARNING: exit code 1 from a shell command.
    | ERROR: Execution of '/home/parasbhanot/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/input-utils/1.0-r0/temp/run.do_compile.3598792' failed with exit code 1:
    | Make.config:1: *** empty variable name. Stop.
    | WARNING: exit code 1 from a shell command.
    |
    ERROR: Task (/home/parasbhanot/tisdk/sources/meta-arago/meta-arago-extras/recipes-devtools/input-utils/input-utils_1.0.bb:do_compile) failed with exit code '1'
    WARNING: iozone3-489-r0 do_fetch: Checksum mismatch for local file /home/parasbhanot/tisdk/downloads/iozone3_489.tar
    Cleaning and trying again.
    WARNING: iozone3-489-r0 do_fetch: Renaming /home/parasbhanot/tisdk/downloads/iozone3_489.tar to /home/parasbhanot/tisdk/downloads/iozone3_489.tar_bad-checksum_1df89a79daaf7accdc702b192a60e73b60123764708ef9762c2e9518dc02813d
    WARNING: iozone3-489-r0 do_fetch: Checksum failure encountered with download of www.iozone.org/.../iozone3_489.tar - will attempt other sources if available
    NOTE: Tasks Summary: Attempted 7089 tasks of which 6990 didn't need to be rerun and 1 failed.
    NOTE: Writing buildhistory
    NOTE: Writing buildhistory took: 1 seconds
    NOTE: Writing buildhistory
    NOTE: Writing buildhistory took: 1 seconds

    Summary: 1 task failed:
    /home/parasbhanot/tisdk/sources/meta-arago/meta-arago-extras/recipes-devtools/input-utils/input-utils_1.0.bb:do_compile
    Summary: There were 3 WARNING messages shown.
    Summary: There were 2 ERROR messages shown, returning a non-zero exit code.

  • HI,

    I am following the documentation, as I assume you are trying to do as well. Interesting that you were able to build the core-image-minimal, but not the default. Can you build the tiny or base configurations?

    Thanks.

  • tisdk-base-image.bb compile error

  • ERROR: Task (/home/autocore/tisdk/sources/oe-core/meta/recipes-connectivity/openssl/openssl_1.1.1k.bb:do_compile) failed with exit code '1'
    ERROR: libjpeg-turbo-1_2.0.4-r0 do_configure: Execution of '/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/libjpeg-turbo/1_2.0.4-r0/temp/run.do_configure.15278' failed with exit code 1:
    -- The C compiler identification is GNU 9.2.1
    CMake Error at CMakeLists.txt:7 (project):
      The CMAKE_C_COMPILER:

        aarch64-none-linux-gnu-gcc

      is not a full path and was not found in the PATH.

      Tell CMake where to find the compiler by setting either the environment
      variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to
      the compiler, or to the compiler name if it is in the PATH.


    -- Configuring incomplete, errors occurred!
    See also "/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/libjpeg-turbo/1_2.0.4-r0/build/CMakeFiles/CMakeOutput.log".
    WARNING: /home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/libjpeg-turbo/1_2.0.4-r0/temp/run.do_configure.15278:1 exit 1 from 'cmake -G 'Ninja' -DCMAKE_MAKE_PROGRAM=ninja $oecmake_sitefile /home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/libjpeg-turbo/1_2.0.4-r0/libjpeg-turbo-2.0.4 -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_INSTALL_BINDIR:PATH=bin -DCMAKE_INSTALL_SBINDIR:PATH=sbin -DCMAKE_INSTALL_LIBEXECDIR:PATH=libexec -DCMAKE_INSTALL_SYSCONFDIR:PATH=/etc -DCMAKE_INSTALL_SHAREDSTATEDIR:PATH=../com -DCMAKE_INSTALL_LOCALSTATEDIR:PATH=/var -DCMAKE_INSTALL_LIBDIR:PATH=lib -DCMAKE_INSTALL_INCLUDEDIR:PATH=include -DCMAKE_INSTALL_DATAROOTDIR:PATH=share -DPYTHON_EXECUTABLE:PATH=/usr/bin/python3 -DPython_EXECUTABLE:PATH=/usr/bin/python3 -DPython3_EXECUTABLE:PATH=/usr/bin/python3 -DLIB_SUFFIX= -DCMAKE_INSTALL_SO_NO_EXE=0 -DCMAKE_TOOLCHAIN_FILE=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/libjpeg-turbo/1_2.0.4-r0/toolchain.cmake -DCMAKE_NO_SYSTEM_FROM_IMPORTED=1 -Wno-dev'

    ERROR: Logfile of failure stored in: /home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/libjpeg-turbo/1_2.0.4-r0/temp/log.do_configure.15278

  • tisdk-tiny-image compare failure

    ERROR: openssl-1.1.1k-r0 do_compile: oe_runmake failed
    ERROR: openssl-1.1.1k-r0 do_compile: Execution of '/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/temp/run.do_compile.5514' failed with exit code 1:
    make depend && make _all
    make[1]: Entering directory '/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/build'
    make[1]: Leaving directory '/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/build'
    make[1]: Entering directory '/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/build'
    rm -f apps/openssl
    rm -f fuzz/asn1-test
    ${LDCMD:-aarch64-none-linux-gnu-gcc  --sysroot=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/recipe-sysroot} -pthread -Wa,--noexecstack -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0=/usr/src/debug/openssl/1.1.1k-r0                      -fdebug-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0=/usr/src/debug/openssl/1.1.1k-r0                      -fdebug-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/recipe-sysroot=                      -fdebug-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/recipe-sysroot-native=  -L.  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed \
        -o apps/openssl apps/asn1pars.o apps/ca.o apps/ciphers.o apps/cms.o apps/crl.o apps/crl2p7.o apps/dgst.o apps/dhparam.o apps/dsa.o apps/dsaparam.o apps/ec.o apps/ecparam.o apps/enc.o apps/engine.o apps/errstr.o apps/gendsa.o apps/genpkey.o apps/genrsa.o apps/nseq.o apps/ocsp.o apps/openssl.o apps/passwd.o apps/pkcs12.o apps/pkcs7.o apps/pkcs8.o apps/pkey.o apps/pkeyparam.o apps/pkeyutl.o apps/prime.o apps/rand.o apps/rehash.o apps/req.o apps/rsa.o apps/rsautl.o apps/s_client.o apps/s_server.o apps/s_time.o apps/sess_id.o apps/smime.o apps/speed.o apps/spkac.o apps/srp.o apps/storeutl.o apps/ts.o apps/verify.o apps/version.o apps/x509.o \
         apps/libapps.a -lssl -lcrypto -ldl -pthread
    rm -f fuzz/asn1parse-test
    ${LDCMD:-aarch64-none-linux-gnu-gcc  --sysroot=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/recipe-sysroot} -pthread -Wa,--noexecstack -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0=/usr/src/debug/openssl/1.1.1k-r0                      -fdebug-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0=/usr/src/debug/openssl/1.1.1k-r0                      -fdebug-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/recipe-sysroot=                      -fdebug-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/recipe-sysroot-native=  -L.  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed \
        -o fuzz/asn1-test fuzz/asn1.o fuzz/test-corpus.o \
         -lssl -lcrypto -ldl -pthread
    rm -f fuzz/bignum-test
    ${LDCMD:-aarch64-none-linux-gnu-gcc  --sysroot=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/recipe-sysroot} -pthread -Wa,--noexecstack -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0=/usr/src/debug/openssl/1.1.1k-r0                      -fdebug-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0=/usr/src/debug/openssl/1.1.1k-r0                      -fdebug-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/recipe-sysroot=                      -fdebug-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/recipe-sysroot-native=  -L.  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed \
        -o fuzz/asn1parse-test fuzz/asn1parse.o fuzz/test-corpus.o \
         -lcrypto -ldl -pthread
    rm -f fuzz/bndiv-test
    ${LDCMD:-aarch64-none-linux-gnu-gcc  --sysroot=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/recipe-sysroot} -pthread -Wa,--noexecstack -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0=/usr/src/debug/openssl/1.1.1k-r0                      -fdebug-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0=/usr/src/debug/openssl/1.1.1k-r0                      -fdebug-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/recipe-sysroot=                      -fdebug-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/recipe-sysroot-native=  -L.  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed \
        -o fuzz/bignum-test fuzz/bignum.o fuzz/test-corpus.o \
         -lcrypto -ldl -pthread
    rm -f fuzz/client-test
    ${LDCMD:-aarch64-none-linux-gnu-gcc  --sysroot=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/recipe-sysroot} -pthread -Wa,--noexecstack -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0=/usr/src/debug/openssl/1.1.1k-r0                      -fdebug-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0=/usr/src/debug/openssl/1.1.1k-r0                      -fdebug-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/recipe-sysroot=                      -fdebug-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/recipe-sysroot-native=  -L.  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed \
        -o fuzz/bndiv-test fuzz/bndiv.o fuzz/test-corpus.o \
         -lcrypto -ldl -pthread
    rm -f fuzz/cms-test
    ${LDCMD:-aarch64-none-linux-gnu-gcc  --sysroot=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/recipe-sysroot} -pthread -Wa,--noexecstack -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0=/usr/src/debug/openssl/1.1.1k-r0                      -fdebug-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0=/usr/src/debug/openssl/1.1.1k-r0                      -fdebug-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/recipe-sysroot=                      -fdebug-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/recipe-sysroot-native=  -L.  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed \
        -o fuzz/client-test fuzz/client.o fuzz/test-corpus.o \
         -lssl -lcrypto -ldl -pthread
    rm -f fuzz/conf-test
    ${LDCMD:-aarch64-none-linux-gnu-gcc  --sysroot=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/recipe-sysroot} -pthread -Wa,--noexecstack -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0=/usr/src/debug/openssl/1.1.1k-r0                      -fdebug-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0=/usr/src/debug/openssl/1.1.1k-r0                      -fdebug-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/recipe-sysroot=                      -fdebug-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/recipe-sysroot-native=  -L.  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed \
        -o fuzz/cms-test fuzz/cms.o fuzz/test-corpus.o \
         -lcrypto -ldl -pthread
    rm -f fuzz/crl-test
    ${LDCMD:-aarch64-none-linux-gnu-gcc  --sysroot=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/recipe-sysroot} -pthread -Wa,--noexecstack -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0=/usr/src/debug/openssl/1.1.1k-r0                      -fdebug-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0=/usr/src/debug/openssl/1.1.1k-r0                      -fdebug-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/recipe-sysroot=                      -fdebug-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/recipe-sysroot-native=  -L.  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed \
        -o fuzz/conf-test fuzz/conf.o fuzz/test-corpus.o \
         -lcrypto -ldl -pthread
    rm -f fuzz/ct-test
    ${LDCMD:-aarch64-none-linux-gnu-gcc  --sysroot=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/recipe-sysroot} -pthread -Wa,--noexecstack -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0=/usr/src/debug/openssl/1.1.1k-r0                      -fdebug-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0=/usr/src/debug/openssl/1.1.1k-r0                      -fdebug-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/recipe-sysroot=                      -fdebug-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/recipe-sysroot-native=  -L.  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed \
        -o fuzz/crl-test fuzz/crl.o fuzz/test-corpus.o \
         -lcrypto -ldl -pthread
    rm -f fuzz/server-test
    ${LDCMD:-aarch64-none-linux-gnu-gcc  --sysroot=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/recipe-sysroot} -pthread -Wa,--noexecstack -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0=/usr/src/debug/openssl/1.1.1k-r0                      -fdebug-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0=/usr/src/debug/openssl/1.1.1k-r0                      -fdebug-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/recipe-sysroot=                      -fdebug-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/recipe-sysroot-native=  -L.  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed \
        -o fuzz/ct-test fuzz/ct.o fuzz/test-corpus.o \
         -lcrypto -ldl -pthread
    rm -f fuzz/x509-test
    ${LDCMD:-aarch64-none-linux-gnu-gcc  --sysroot=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/recipe-sysroot} -pthread -Wa,--noexecstack -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0=/usr/src/debug/openssl/1.1.1k-r0                      -fdebug-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0=/usr/src/debug/openssl/1.1.1k-r0                      -fdebug-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/recipe-sysroot=                      -fdebug-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/recipe-sysroot-native=  -L.  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed \
        -o fuzz/server-test fuzz/server.o fuzz/test-corpus.o \
         -lssl -lcrypto -ldl -pthread
    rm -f test/aborttest
    rm -f test/afalgtest
    ${LDCMD:-aarch64-none-linux-gnu-gcc  --sysroot=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/recipe-sysroot} -pthread -Wa,--noexecstack -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0=/usr/src/debug/openssl/1.1.1k-r0                      -fdebug-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0=/usr/src/debug/openssl/1.1.1k-r0                      -fdebug-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/recipe-sysroot=                      -fdebug-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/recipe-sysroot-native=  -L.  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed \
        -o fuzz/x509-test fuzz/test-corpus.o fuzz/x509.o \
         -lcrypto -ldl -pthread
    rm -f test/asn1_decode_test
    ${LDCMD:-aarch64-none-linux-gnu-gcc  --sysroot=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/recipe-sysroot} -pthread -Wa,--noexecstack -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0=/usr/src/debug/openssl/1.1.1k-r0                      -fdebug-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0=/usr/src/debug/openssl/1.1.1k-r0                      -fdebug-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/recipe-sysroot=                      -fdebug-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/recipe-sysroot-native=  -L.  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed \
        -o test/aborttest test/aborttest.o \
         -lcrypto -ldl -pthread
    ${LDCMD:-aarch64-none-linux-gnu-gcc  --sysroot=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/recipe-sysroot} -pthread -Wa,--noexecstack -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0=/usr/src/debug/openssl/1.1.1k-r0                      -fdebug-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0=/usr/src/debug/openssl/1.1.1k-r0                      -fdebug-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/recipe-sysroot=                      -fdebug-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/recipe-sysroot-native=  -L.  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed \
        -o test/afalgtest test/afalgtest.o \
         test/libtestutil.a -lcrypto -ldl -pthread
    ${LDCMD:-aarch64-none-linux-gnu-gcc  --sysroot=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/recipe-sysroot} -pthread -Wa,--noexecstack -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0=/usr/src/debug/openssl/1.1.1k-r0                      -fdebug-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0=/usr/src/debug/openssl/1.1.1k-r0                      -fdebug-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/recipe-sysroot=                      -fdebug-prefix-map=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/recipe-sysroot-native=  -L.  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed \
        -o test/asn1_decode_test test/asn1_decode_test.o \
         test/libtestutil.a -lcrypto -ldl -pthread
    /home/autocore/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/../lib/gcc/aarch64-none-linux-gnu/9.2.1/../../../../aarch64-none-linux-gnu/bin/ld: ./libcrypto.so: undefined reference to `SHA3_squeeze'
    /home/autocore/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/../lib/gcc/aarch64-none-linux-gnu/9.2.1/../../../../aarch64-none-linux-gnu/bin/ld: ./libcrypto.so: undefined reference to `SHA3_absorb'
    collect2: error: ld returned 1 exit status
    Makefile:6873: recipe for target 'fuzz/bndiv-test' failed
    make[1]: *** [fuzz/bndiv-test] Error 1
    make[1]: *** Waiting for unfinished jobs....
    /home/autocore/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/../lib/gcc/aarch64-none-linux-gnu/9.2.1/../../../../aarch64-none-linux-gnu/bin/ld: ./libcrypto.so: undefined reference to `SHA3_squeeze'
    /home/autocore/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/../lib/gcc/aarch64-none-linux-gnu/9.2.1/../../../../aarch64-none-linux-gnu/bin/ld: ./libcrypto.so: undefined reference to `SHA3_absorb'
    collect2: error: ld returned 1 exit status
    Makefile:6860: recipe for target 'fuzz/bignum-test' failed
    make[1]: *** [fuzz/bignum-test] Error 1
    /home/autocore/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/../lib/gcc/aarch64-none-linux-gnu/9.2.1/../../../../aarch64-none-linux-gnu/bin/ld: ./libcrypto.so: undefined reference to `SHA3_squeeze'
    /home/autocore/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/../lib/gcc/aarch64-none-linux-gnu/9.2.1/../../../../aarch64-none-linux-gnu/bin/ld: ./libcrypto.so: undefined reference to `SHA3_absorb'
    collect2: error: ld returned 1 exit status
    Makefile:6912: recipe for target 'fuzz/conf-test' failed
    make[1]: *** [fuzz/conf-test] Error 1
    /home/autocore/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/../lib/gcc/aarch64-none-linux-gnu/9.2.1/../../../../aarch64-none-linux-gnu/bin/ld: ./libcrypto.so: undefined reference to `SHA3_squeeze'
    /home/autocore/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/../lib/gcc/aarch64-none-linux-gnu/9.2.1/../../../../aarch64-none-linux-gnu/bin/ld: ./libcrypto.so: undefined reference to `SHA3_absorb'
    collect2: error: ld returned 1 exit status
    Makefile:6847: recipe for target 'fuzz/asn1parse-test' failed
    make[1]: *** [fuzz/asn1parse-test] Error 1
    /home/autocore/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/../lib/gcc/aarch64-none-linux-gnu/9.2.1/../../../../aarch64-none-linux-gnu/bin/ld: ./libcrypto.so: undefined reference to `SHA3_squeeze'
    /home/autocore/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/../lib/gcc/aarch64-none-linux-gnu/9.2.1/../../../../aarch64-none-linux-gnu/bin/ld: ./libcrypto.so: undefined reference to `SHA3_absorb'
    collect2: error: ld returned 1 exit status
    Makefile:6964: recipe for target 'fuzz/x509-test' failed
    make[1]: *** [fuzz/x509-test] Error 1
    /home/autocore/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/../lib/gcc/aarch64-none-linux-gnu/9.2.1/../../../../aarch64-none-linux-gnu/bin/ld: ./libcrypto.so: undefined reference to `SHA3_squeeze'
    /home/autocore/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/../lib/gcc/aarch64-none-linux-gnu/9.2.1/../../../../aarch64-none-linux-gnu/bin/ld: ./libcrypto.so: undefined reference to `SHA3_absorb'
    /home/autocore/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/../lib/gcc/aarch64-none-linux-gnu/9.2.1/../../../../aarch64-none-linux-gnu/bin/ld: ./libcrypto.so: undefined reference to `SHA3_squeeze'
    /home/autocore/gcc-arm/-9.2home-/2019.12autocore-/gccx86_64--arm-aarch649.2--2019.12none--x86_64-linuxaarch64--none-gnulinux/-gnubin/bin//.../.lib/lib/gcc//aarch64-nonegcc-linux/-aarch64gnu/-9.2.1/none../-..linux/.-gnu./9.2.1/./../.aarch64-/none.-.linux/-gnu./bin.//ld: ../libcrypto.so:. /undefinedaarch64 reference- to none`-SHA3_squeezelinux'-
    gnu//bin/home/ldautocore/:gcc- ./armlibcrypto.so-: 9.2undefined-2019.12 -referencex86_64 -aarch64to- none-linux-`gnu/SHA3_absorb'
    bin/../lib/gcc/aarch64-none-linux-gnu/9.2.1/../../../../aarch64-none-linux-gnu/bin/ld: ./libcrypto.so: undefined reference to `SHA3_absorb'
    collect2: error: ld returned 1 exit status
    collect2: error: ld returned 1 exit status
    collect2: error: ld returned 1 exit status
    /home/autocore/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/../lib/gcc/aarch64-none-linux-gnu/9.2.1/../../../../aarch64-none-linux-gnu/bin/ld: ./libcrypto.so: undefined reference to `SHA3_squeeze'
    /home/autocore/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/../lib/gcc/aarch64-none-linux-gnu/9.2.1/../../../../aarch64-none-linux-gnu/bin/ld: ./libcrypto.so/: homeundefined /reference autocoreto /`SHA3_absorbgcc-'arm
    -9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/../lib/gcc/aarch64-none-linux-gnu/9.2.1/../../../../aarch64-none-linux-gnu/bin/ld: ./libcrypto.so: undefined reference to `SHA3_squeeze'
    /home/autocore/gcc-arm-9.2-2019.12collect2: error: ld returned 1 exit status
    -x86_64-aarch64-none-linux-gnu/bin/../lib/gcc/aarch64-none-linux-gnu/9.2.1/../../../../aarch64-none-linux-gnu/bin/ld: ./libcrypto.so: undefined reference to `SHA3_absorb'
    collect2: error: ld returned 1 exit status
    Makefile:7003: recipe for target 'test/asn1_decode_test' failed
    make[1]: *** [test/asn1_decode_test] Error 1
    Makefile:6899: recipe for target 'fuzz/cms-test' failed
    make[1]: *** [fuzz/cms-test] Error 1
    Makefile:6977: recipe for target 'test/aborttest' failed
    make[1]: *** [test/aborttest] Error 1
    Makefile:6925: recipe for target 'fuzz/crl-test' failed
    make[1]: *** [fuzz/crl-test] Error 1
    Makefile:6826: recipe for target 'fuzz/asn1-test' failed
    make[1]: *** [fuzz/asn1-test] Error 1
    /home/autocore/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/../lib/gcc/aarch64-none-linux-gnu/9.2.1/../../../../aarch64-none-linux-gnu/bin/ld: ./libcrypto.so: undefined reference to `SHA3_squeeze'
    /home/autocore/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/../lib/gcc/aarch64-none-linux-gnu/9.2.1/../../../../aarch64-none-linux-gnu/bin/ld: ./libcrypto.so: undefined reference to `SHA3_absorb'
    /home/autocore/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/../lib/gcc/aarch64-none-linux-gnu/9.2.1/../../../../aarch64-none-linux-gnu/bin/ld: ./libcrypto.so: undefined reference to `SHA3_squeeze'
    /home/autocore/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/../lib/gcc/aarch64-none-linux-gnu/9.2.1/../../../../aarch64-none-linux-gnu/bin/ld: ./libcrypto.so: undefined reference to `SHA3_absorb'
    /home/autocore/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/../lib/gcc/aarch64-none-linux-gnu/9.2.1/../../../../aarch64-none-linux-gnu/bin/ld: ./libcrypto.so: undefined reference to `SHA3_squeeze'
    /home/autocore/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/../lib/gcc/aarch64-none-linux-gnu/9.2.1/../../../../aarch64-none-linux-gnu/bin/ld: ./libcrypto.so: undefined reference to `SHA3_absorb'
    /home/autocore/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/../lib/gcc/aarch64-none-linux-gnu/9.2.1/../../../../aarch64-none-linux-gnu/bin/ld: ./libcrypto.so: undefined reference to `SHA3_squeeze'
    /home/autocore/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/../lib/gcc/aarch64-none-linux-gnu/9.2.1/../../../../aarch64-none-linux-gnu/bin/ld: ./libcrypto.so: undefined reference to `SHA3_absorb'
    collect2: error: ld returned 1 exit status
    collect2: error: ld returned 1 exit status
    collect2: error: ld returned 1 exit status
    collect2: error: ld returned 1 exit status
    Makefile:6886: recipe for target 'fuzz/client-test' failed
    make[1]: *** [fuzz/client-test] Error 1
    Makefile:6938: recipe for target 'fuzz/ct-test' failed
    make[1]: *** [fuzz/ct-test] Error 1
    Makefile:6951: recipe for target 'fuzz/server-test' failed
    make[1]: *** [fuzz/server-test] Error 1
    Makefile:6990: recipe for target 'test/afalgtest' failed
    make[1]: *** [test/afalgtest] Error 1
    /home/autocore/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/../lib/gcc/aarch64-none-linux-gnu/9.2.1/../../../../aarch64-none-linux-gnu/bin/ld: ./libcrypto.so: undefined reference to `SHA3_squeeze'
    /home/autocore/gcc-arm-9.2-2019.12-x86_64-aarch64-none-linux-gnu/bin/../lib/gcc/aarch64-none-linux-gnu/9.2.1/../../../../aarch64-none-linux-gnu/bin/ld: ./libcrypto.so: undefined reference to `SHA3_absorb'
    collect2: error: ld returned 1 exit status
    Makefile:6443: recipe for target 'apps/openssl' failed
    make[1]: *** [apps/openssl] Error 1
    make[1]: Leaving directory '/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/build'
    Makefile:178: recipe for target 'all' failed
    make: *** [all] Error 2
    WARNING: /home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/temp/run.do_compile.5514:1 exit 1 from 'exit 1'

    ERROR: Logfile of failure stored in: /home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/openssl/1.1.1k-r0/temp/log.do_compile.5514
    Log data follows:

  • Hi,

    i have tried to compile tiny or base configurations but i am getting the same error . 

    Can you provide the docker/vm image as i have already tried to compile the yocto based images on multiple virtual machines based on ubuntu 18.04 ? 

  • Hi,

    I'm sorry, we don't have a container or VM available at this time.

  • Hi RonB, We are stuck on this. Could you please advise how to proceed with this issue? If you are not the right person, could you please direct us to the concerned person. We need to resolve this at the earliest.

  • Hello,

    I replied to an email thread checking to see if you could try a dedicated machine (rather than a VM or container). Were you able to try this? Are you still struggling with this issue?

    Thanks.

  • The question is the rootfs can not compile by yocto.

    The machine is pc or VM ,and the compile is failed.

  • Could you please attach a full build log of all of your instructions executed on a dedicated PC to a post? Attaching the log as a file makes it easier for us to check out and provide feedback. Thank you.

  • ubuntu18.04 

    +processor sdk 08_00_00_21

    autocore@yocto:~/tisdk/build$ MACHINE=am64xx-evm bitbake tisdk-default-image
    NOTE: Your conf/bblayers.conf has been automatically updated.
    NOTE: Your conf/bblayers.conf has been automatically updated.
    NOTE: Started PRServer with DBfile: /home/autocore/tisdk/build/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 44449, PID: 419
    Loading cache: 100% |###############################################################################################################################################################################| Time: 0:00:06
    Loaded 8232 entries from dependency cache.
    Parsing recipes: 100% |#############################################################################################################################################################################| Time: 0:00:21
    Parsing of 2916 .bb files complete (2058 cached, 858 parsed). 8232 targets, 1229 skipped, 0 masked, 0 errors.
    NOTE: Resolving any missing task queue dependencies
    NOTE: Resolving any missing task queue dependencies
    NOTE: Resolving any missing task queue dependencies
    NOTE: Resolving any missing task queue dependencies
    NOTE: Resolving any missing task queue dependencies
    NOTE: Resolving any missing task queue dependencies
    
    Build Configuration:
    BB_VERSION           = "1.46.0"
    BUILD_SYS            = "x86_64-linux"
    NATIVELSBSTRING      = "ubuntu-18.04"
    TARGET_SYS           = "aarch64-linux"
    MACHINE              = "am64xx-evm"
    DISTRO               = "arago"
    DISTRO_VERSION       = "2020.09"
    TUNE_FEATURES        = "aarch64"
    TARGET_FPU           = ""
    meta-processor-sdk   = "HEAD:ea2e8505fdf9948c0e2881af9dacb07e801c9037"
    meta-arago-distro    
    meta-arago-extras    = "HEAD:ae47bd7fbea2776a4f8792f20c493d7959ee2f54"
    meta-qt5             = "HEAD:b4d24d70aca75791902df5cd59a4f4a54aa4a125"
    meta-virtualization  = "HEAD:4d6216a04c2ebe04bf02392c02d9589d35ebf3b4"
    meta-networking      
    meta-python          
    meta-oe              
    meta-gnome           
    meta-filesystems     = "HEAD:7bd47ef6c98323c95a9e527129dca98c9a65ee08"
    meta-ti              = "HEAD:15f3d4a3c3773294f1cdb66a88744930941a892e"
    meta-arm             
    meta-arm-toolchain   = "HEAD:c4f04f3fb66f8f4365b08b553af8206372e90a63"
    meta                 = "HEAD:9b83aefa9c4a21d9dc1eea4a6b00af379466a288"
    
    
    Build Configuration:
    BB_VERSION           = "1.46.0"
    BUILD_SYS            = "x86_64-linux"
    NATIVELSBSTRING      = "ubuntu-18.04"
    TARGET_SYS           = "arm-linux-gnueabi"
    MACHINE              = "am64xx-evm-k3r5"
    DISTRO               = "arago"
    DISTRO_VERSION       = "2020.09"
    TUNE_FEATURES        = "arm armv7a vfp thumb callconvention-hard"
    TARGET_FPU           = "hard"
    meta-processor-sdk   = "HEAD:ea2e8505fdf9948c0e2881af9dacb07e801c9037"
    meta-arago-distro    
    meta-arago-extras    = "HEAD:ae47bd7fbea2776a4f8792f20c493d7959ee2f54"
    meta-qt5             = "HEAD:b4d24d70aca75791902df5cd59a4f4a54aa4a125"
    meta-virtualization  = "HEAD:4d6216a04c2ebe04bf02392c02d9589d35ebf3b4"
    meta-networking      
    meta-python          
    meta-oe              
    meta-gnome           
    meta-filesystems     = "HEAD:7bd47ef6c98323c95a9e527129dca98c9a65ee08"
    meta-ti              = "HEAD:15f3d4a3c3773294f1cdb66a88744930941a892e"
    meta-arm             
    meta-arm-toolchain   = "HEAD:c4f04f3fb66f8f4365b08b553af8206372e90a63"
    meta                 = "HEAD:9b83aefa9c4a21d9dc1eea4a6b00af379466a288"
    
    Initialising tasks: 100% |##########################################################################################################################################################################| Time: 0:00:13
    Sstate summary: Wanted 1134 Found 22 Missed 1112 Current 1548 (1% match, 58% complete)
    NOTE: Executing Tasks
    WARNING: linux-ti-staging-5.10.41+gitAUTOINC+4c2eade9f7-r0a.arago5.tisdk0 do_patch: Fuzz detected:
    
    Applying patch 0001-arm64-dts-k3-am642-sk-Add-DT-entry-for-GPIO-LEDs.patch
    patching file arch/arm64/boot/dts/ti/k3-am642-sk.dts
    Hunk #2 succeeded at 151 with fuzz 2 (offset 25 lines).
    Hunk #3 succeeded at 371 (offset 43 lines).
    
    The context lines in the patches can be updated with devtool:
    
        devtool modify linux-ti-staging
        devtool finish --force-patch-refresh linux-ti-staging <layer_path>
    
    Don't forget to review changes done by devtool!
    
    WARNING: linux-ti-staging-5.10.41+gitAUTOINC+4c2eade9f7-r0a.arago5.tisdk0 do_patch: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz]
    ERROR: libjpeg-turbo-1_2.0.4-r0 do_configure: Execution of '/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/libjpeg-turbo/1_2.0.4-r0/temp/run.do_configure.753' failed with exit code 1:
    -- The C compiler identification is GNU 9.2.1
    CMake Error at CMakeLists.txt:7 (project):
      The CMAKE_C_COMPILER:
    
        aarch64-none-linux-gnu-gcc
    
      is not a full path and was not found in the PATH.
    
      Tell CMake where to find the compiler by setting either the environment
      variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to
      the compiler, or to the compiler name if it is in the PATH.
    
    
    -- Configuring incomplete, errors occurred!
    See also "/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/libjpeg-turbo/1_2.0.4-r0/build/CMakeFiles/CMakeOutput.log".
    WARNING: /home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/libjpeg-turbo/1_2.0.4-r0/temp/run.do_configure.753:1 exit 1 from 'cmake -G 'Ninja' -DCMAKE_MAKE_PROGRAM=ninja $oecmake_sitefile /home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/libjpeg-turbo/1_2.0.4-r0/libjpeg-turbo-2.0.4 -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_INSTALL_BINDIR:PATH=bin -DCMAKE_INSTALL_SBINDIR:PATH=sbin -DCMAKE_INSTALL_LIBEXECDIR:PATH=libexec -DCMAKE_INSTALL_SYSCONFDIR:PATH=/etc -DCMAKE_INSTALL_SHAREDSTATEDIR:PATH=../com -DCMAKE_INSTALL_LOCALSTATEDIR:PATH=/var -DCMAKE_INSTALL_LIBDIR:PATH=lib -DCMAKE_INSTALL_INCLUDEDIR:PATH=include -DCMAKE_INSTALL_DATAROOTDIR:PATH=share -DPYTHON_EXECUTABLE:PATH=/usr/bin/python3 -DPython_EXECUTABLE:PATH=/usr/bin/python3 -DPython3_EXECUTABLE:PATH=/usr/bin/python3 -DLIB_SUFFIX= -DCMAKE_INSTALL_SO_NO_EXE=0 -DCMAKE_TOOLCHAIN_FILE=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/libjpeg-turbo/1_2.0.4-r0/toolchain.cmake -DCMAKE_NO_SYSTEM_FROM_IMPORTED=1 -Wno-dev'
    
    ERROR: Logfile of failure stored in: /home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/libjpeg-turbo/1_2.0.4-r0/temp/log.do_configure.753
    Log data follows:
    | DEBUG: Executing shell function do_configure
    | -- The C compiler identification is GNU 9.2.1
    | CMake Error at CMakeLists.txt:7 (project):
    |   The CMAKE_C_COMPILER:
    | 
    |     aarch64-none-linux-gnu-gcc
    | 
    |   is not a full path and was not found in the PATH.
    | 
    |   Tell CMake where to find the compiler by setting either the environment
    |   variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to
    |   the compiler, or to the compiler name if it is in the PATH.
    | 
    | 
    | -- Configuring incomplete, errors occurred!
    | See also "/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/libjpeg-turbo/1_2.0.4-r0/build/CMakeFiles/CMakeOutput.log".
    | WARNING: /home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/libjpeg-turbo/1_2.0.4-r0/temp/run.do_configure.753:1 exit 1 from 'cmake -G 'Ninja' -DCMAKE_MAKE_PROGRAM=ninja $oecmake_sitefile /home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/libjpeg-turbo/1_2.0.4-r0/libjpeg-turbo-2.0.4 -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_INSTALL_BINDIR:PATH=bin -DCMAKE_INSTALL_SBINDIR:PATH=sbin -DCMAKE_INSTALL_LIBEXECDIR:PATH=libexec -DCMAKE_INSTALL_SYSCONFDIR:PATH=/etc -DCMAKE_INSTALL_SHAREDSTATEDIR:PATH=../com -DCMAKE_INSTALL_LOCALSTATEDIR:PATH=/var -DCMAKE_INSTALL_LIBDIR:PATH=lib -DCMAKE_INSTALL_INCLUDEDIR:PATH=include -DCMAKE_INSTALL_DATAROOTDIR:PATH=share -DPYTHON_EXECUTABLE:PATH=/usr/bin/python3 -DPython_EXECUTABLE:PATH=/usr/bin/python3 -DPython3_EXECUTABLE:PATH=/usr/bin/python3 -DLIB_SUFFIX= -DCMAKE_INSTALL_SO_NO_EXE=0 -DCMAKE_TOOLCHAIN_FILE=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/libjpeg-turbo/1_2.0.4-r0/toolchain.cmake -DCMAKE_NO_SYSTEM_FROM_IMPORTED=1 -Wno-dev'
    | ERROR: Execution of '/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/libjpeg-turbo/1_2.0.4-r0/temp/run.do_configure.753' failed with exit code 1:
    | -- The C compiler identification is GNU 9.2.1
    | CMake Error at CMakeLists.txt:7 (project):
    |   The CMAKE_C_COMPILER:
    | 
    |     aarch64-none-linux-gnu-gcc
    | 
    |   is not a full path and was not found in the PATH.
    | 
    |   Tell CMake where to find the compiler by setting either the environment
    |   variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to
    |   the compiler, or to the compiler name if it is in the PATH.
    | 
    | 
    | -- Configuring incomplete, errors occurred!
    | See also "/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/libjpeg-turbo/1_2.0.4-r0/build/CMakeFiles/CMakeOutput.log".
    | WARNING: /home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/libjpeg-turbo/1_2.0.4-r0/temp/run.do_configure.753:1 exit 1 from 'cmake -G 'Ninja' -DCMAKE_MAKE_PROGRAM=ninja $oecmake_sitefile /home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/libjpeg-turbo/1_2.0.4-r0/libjpeg-turbo-2.0.4 -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_INSTALL_BINDIR:PATH=bin -DCMAKE_INSTALL_SBINDIR:PATH=sbin -DCMAKE_INSTALL_LIBEXECDIR:PATH=libexec -DCMAKE_INSTALL_SYSCONFDIR:PATH=/etc -DCMAKE_INSTALL_SHAREDSTATEDIR:PATH=../com -DCMAKE_INSTALL_LOCALSTATEDIR:PATH=/var -DCMAKE_INSTALL_LIBDIR:PATH=lib -DCMAKE_INSTALL_INCLUDEDIR:PATH=include -DCMAKE_INSTALL_DATAROOTDIR:PATH=share -DPYTHON_EXECUTABLE:PATH=/usr/bin/python3 -DPython_EXECUTABLE:PATH=/usr/bin/python3 -DPython3_EXECUTABLE:PATH=/usr/bin/python3 -DLIB_SUFFIX= -DCMAKE_INSTALL_SO_NO_EXE=0 -DCMAKE_TOOLCHAIN_FILE=/home/autocore/tisdk/build/arago-tmp-external-arm-glibc/work/aarch64-linux/libjpeg-turbo/1_2.0.4-r0/toolchain.cmake -DCMAKE_NO_SYSTEM_FROM_IMPORTED=1 -Wno-dev'
    | 
    ERROR: Task (/home/autocore/tisdk/sources/oe-core/meta/recipes-graphics/jpeg/libjpeg-turbo_2.0.4.bb:do_configure) failed with exit code '1'
    NOTE: Tasks Summary: Attempted 1695 tasks of which 1683 didn't need to be rerun and 1 failed.
    NOTE: Writing buildhistory
    NOTE: Writing buildhistory took: 2 seconds
    NOTE: Writing buildhistory
    NOTE: Writing buildhistory took: 2 seconds
    
    Summary: 1 task failed:
      /home/autocore/tisdk/sources/oe-core/meta/recipes-graphics/jpeg/libjpeg-turbo_2.0.4.bb:do_configure
    Summary: There were 2 WARNING messages shown.
    Summary: There was 1 ERROR message shown, returning a non-zero exit cod
    

  • Hi RonB, 

    I have tried this both on Vm and dedicated machine but the end result is the same. 

  • Hello,

    I wanted to give this a try from a fresh machine. So, I spun up a completely new Ubuntu 18.04 install to make sure my other machines are not tainted. I followed our instructions as best I possibly could and was able to install the base image for our latest v8.1 configuration. I was not able to reproduce this error even from a new install.

    Would it be be possible for you to try the base image and the new v8.1 configuration to see if that get you around these errors?

    Thank you.

  • The base image can be got from the latest v8.1 configuration.

  • "install the base image for our latest v8.1 configuration"

    Hi,

    I encounted the same error, I don't  understand that what is the v8.1 configuration,can you show me some helpful link,please!