All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Monsees, Steven C (US)" <steven.monsees@baesystems.com>
To: Khem Raj <raj.khem@gmail.com>,
	"yocto@lists.yoctoproject.org" <yocto@lists.yoctoproject.org>
Subject: Re: [yocto] #yocto llvm support and meta-clang
Date: Tue, 20 Apr 2021 19:18:08 +0000	[thread overview]
Message-ID: <MADEUP.1677A7235D16FE01.28385@lists.yoctoproject.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 10437 bytes --]


There appears to be an issue  with build zeus based meta-clang under zeus platform...

I followed steps off meta-clang page, and from the work I did with meta-clang under "Rocko" about a year ago, a lot has changed under the hood...

Working under zeus 3.0.4... EXT SDK appears fully functional, I require CLANG/LLVM for future development...

Never seen this error before, did I miss a patch or possibly a step ?

Clean build area...

(1) Add meta-clang to bblayers.conf

(2) Added EXT SDK Settings for meta-clang :

SDKIMAGE_FEATURES_append = " staticdev-pkgs"

SDK_EXTRA_TOOLS = "  \
    nativesdk-cmake \
    nativesdk-clang \    <---Only appears to download/build llvm when present
    "

TOOLCHAIN_HOST_TASK_append = "${SDK_EXTRA_TOOLS}"

The build is much slower due to "native-clang-9.0.1-r0 do_compile"...


EXT SDK build error seen:
=========================

10:12 smonsees@yix490038 /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default> bitbake sbcb-defaultfs-full -c populate_sdk_ext
Parsing recipes: 100% |#################################################################################| Time: 0:01:25
Parsing of 2463 .bb files complete (0 cached, 2463 parsed). 3671 targets, 91 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION           = "1.44.0"
BUILD_SYS            = "x86_64-linux"
NATIVELSBSTRING      = "rhel-7.9"
TARGET_SYS           = "x86_64-poky-linux"
MACHINE              = "sbcb-default"
DISTRO               = "limws"
DISTRO_VERSION       = "3.0.4"
TUNE_FEATURES        = "m64 corei7"
TARGET_FPU           = ""
meta                 
meta-poky            = "my_yocto_3.0.4:f2eb22a8783f1eecf99bd4042695bab920eed00e"
meta-perl
meta-python
meta-filesystems     
meta-networking
meta-initramfs       
meta-oe              = "zeus:2b5dd1eb81cd08bc065bc76125f2856e9383e98b"
meta-clang           = "zeus:f5355ca9b86fb5de5930132ffd95a9b352d694f9"
meta                 = "master:a32ddd2b2a51b26c011fa50e441df39304651503"
meta-intel           = "zeus:d9942d4c3a710406b051852de7232db03c297f4e"
meta-intel           = "v2019.02:f635a364c55f1fb12519aff54924a0a5b947091e"

NOTE: Fetching uninative binary shim from file:///ede/tms/yocto/zeus/downloads/intel/x86_64-nativesdk-libc.tar.xz;sha256sum=a09922172c3a439105e0ae6b943daad2d83505b17da0aba97961ff433b8c21ab
Initialising tasks: 100% |##############################################################################| Time: 0:00:12
Checking sstate mirror object availability: 100% |######################################################| Time: 0:00:00
Sstate summary: Wanted 2490 Found 2157 Missed 333 Current 0 (86% match, 0% complete)
NOTE: Executing Tasks
NOTE: Setscene tasks completed
ERROR: sbcb-defaultfs-full-1.0-r0 do_sdk_depends: 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:extend_recipe_sysroot(d)
     0003:
File: '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/classes/staging.bbclass', lineno: 551, function: extend_recipe_sysroot
     0547:                    dest = newmanifest[l]
     0548:                    if l.endswith("/"):
     0549:                        staging_copydir(l, targetdir, dest, seendirs)
     0550:                        continue
 *** 0551:                    staging_copyfile(l, targetdir, dest, postinsts, seendirs)
     0552:
     0553:    bb.note("Installed into sysroot: %s" % str(msg_adding))
     0554:    bb.note("Skipping as already exists in sysroot: %s" % str(msg_exists))
     0555:
File: '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/classes/staging.bbclass', lineno: 144, function: staging_copyfile
     0140:    if os.path.islink(c):
     0141:        linkto = os.readlink(c)
     0142:        if os.path.lexists(dest):
     0143:            if not os.path.islink(dest):
 *** 0144:                raise OSError(errno.EEXIST, "Link %s already exists as a file" % dest, dest)
     0145:            if os.readlink(dest) == linkto:
     0146:                return dest
     0147:            raise OSError(errno.EEXIST, "Link %s already exists to a different location? (%s vs %s)" % (dest, os.readlink(dest), linkto), dest)
     0148:        os.symlink(linkto, dest)
Exception: FileExistsError: [Errno 17] Link /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/sbcb_default-poky-linux/sbcb-defaultfs-full/1.0-r0/recipe-sysroot/lib already exists as a file: '/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/sbcb_default-poky-linux/sbcb-defaultfs-full/1.0-r0/recipe-sysroot/lib'

ERROR: Logfile of failure stored in: /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/sbcb_default-poky-linux/sbcb-defaultfs-full/1.0-r0/temp/log.do_sdk_depends.24732
ERROR: Task (/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-core/images/sbcb-defaultfs-full.bb:do_sdk_depends) failed with exit code '1'
NOTE: Tasks Summary: Attempted 6892 tasks of which 5539 didn't need to be rerun and 1 failed.

Summary: 1 task failed:
  /disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-core/images/sbcb-defaultfs-full.bb:do_sdk_depends
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
13:01 smonsees@yix490038 /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default>



Note: Modifying SDK_EXTRA_TOOLS by removing "nativesdk-clang", i.e.:

SDK_EXTRA_TOOLS = "  \
    nativesdk-cmake \
    "

If I remove, the build is much faster, and it builds without the error, also appears not to require/include 
"llvm" component in build.
I do not believe the full package was actually built/enabled, but no errors and image is functional.


13:09 smonsees@yix490038 /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default> bitbake sbcb-defaultfs-full -c populate_sdk_ext
Parsing recipes: 100% |#################################################################################| Time: 0:01:26
Parsing of 2463 .bb files complete (0 cached, 2463 parsed). 3671 targets, 91 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION           = "1.44.0"
BUILD_SYS            = "x86_64-linux"
NATIVELSBSTRING      = "rhel-7.9"
TARGET_SYS           = "x86_64-poky-linux"
MACHINE              = "sbcb-default"
DISTRO               = "limws"
DISTRO_VERSION       = "3.0.4"
TUNE_FEATURES        = "m64 corei7"
TARGET_FPU           = ""
meta                 
meta-poky            = "my_yocto_3.0.4:f2eb22a8783f1eecf99bd4042695bab920eed00e"
meta-perl
meta-python
meta-filesystems     
meta-networking
meta-initramfs       
meta-oe              = "zeus:2b5dd1eb81cd08bc065bc76125f2856e9383e98b"
meta-clang           = "zeus:f5355ca9b86fb5de5930132ffd95a9b352d694f9"
meta                 = "master:a32ddd2b2a51b26c011fa50e441df39304651503"
meta-intel           = "zeus:d9942d4c3a710406b051852de7232db03c297f4e"
meta-intel           = "v2019.02:f635a364c55f1fb12519aff54924a0a5b947091e"

NOTE: Fetching uninative binary shim from file:///ede/tms/yocto/zeus/downloads/intel/x86_64-nativesdk-libc.tar.xz;sha256sum=a09922172c3a439105e0ae6b943daad2d83505b17da0aba97961ff433b8c21ab
Initialising tasks: 100% |##############################################################################| Time: 0:00:12
Checking sstate mirror object availability: 100% |######################################################| Time: 0:00:00
Sstate summary: Wanted 2436 Found 2407 Missed 29 Current 0 (98% match, 0% complete)
NOTE: Executing Tasks
NOTE: Setscene tasks completed
NOTE: Tasks Summary: Attempted 6767 tasks of which 6223 didn't need to be rerun and all succeeded.
13:31 smonsees@yix490038 /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default>


-----Original Message-----
From: Khem Raj <raj.khem@gmail.com> 
Sent: Tuesday, April 20, 2021 12:02 PM
To: Monsees, Steven C (US) <steven.monsees@baesystems.com>; Anton Antonov <anton.antonov@arm.com>; yocto@lists.yoctoproject.org
Subject: Re: [yocto] #yocto llvm support

External Email Alert

This email has been sent from an account outside of the BAE Systems network.

Please treat the email with caution, especially if you are requested to click on a link, decrypt/open an attachment, or enable macros.  For further information on how to spot phishing, access "Cybersecurity OneSpace Page" and report phishing by clicking the button "Report Phishing" on the Outlook toolbar.



On 4/20/21 7:00 AM, Monsees, Steven C (US) via lists.yoctoproject.org wrote:
> I noticed similar behavior.
> 
> I am running zeus 3.0.4, "devtool sdk-install llvm" will get llvm 
> 8.0.1.
> 
> When I build meta-clang, and I set TOOLCHAIN?="clang" in local.conf it 
> appears to grab llvm-project-source-9.0.1-9.0.1.
> 

this is intentional, when you use meta-clang, then llvm is preferred from LLVM since them we have consistent version of llvm for clang and others.

> *From:*yocto@lists.yoctoproject.org <yocto@lists.yoctoproject.org> *On 
> Behalf Of *Anton Antonov
> *Sent:* Tuesday, April 20, 2021 9:51 AM
> *To:* yocto@lists.yoctoproject.org
> *Subject:* Re: [yocto] #yocto llvm support
> 
> *_External Email Alert_*
> 
> *This email has been sent from an account outside of the BAE Systems
> network.*
> 
> Please treat the email with caution, especially if you are requested 
> to click on a link, decrypt/open an attachment, or enable macros.  For 
> further information on how to spot phishing, access "Cybersecurity 
> OneSpace Page" and report phishing by clicking the button "Report 
> Phishing" on the Outlook toolbar.
> 
> 
> Hi Steven,
> 
>    I used meta-clang in my recipes and I noticed that:
> 1. The current release of poky uses LLVM v11.1.0 by default
> (poky/meta/recipes-devtools/llvm/llvm_git.bb)
> 2. Meta-clang requires LLVM v12.0.0 (meta-clang/conf/layer.conf 
> defines LLVMVERSION = "12.0.0")
> 
> As a result just including meta-clang into bblayers.conf will require 
> bitbake to build a new version of LLVM and rebuild everything which 
> uses it
> 
> Anton
> 
> 
> 
> 
> 


[-- Attachment #2: log.do_sdk_depends.24732 --]
[-- Type: application/octet-stream, Size: 65274 bytes --]

DEBUG: Executing python function extend_recipe_sysroot
NOTE: Direct dependencies are ['/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libcap/libcap_2.27.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-openembedded/meta-oe/recipes-bsp/edac-utils/edac-utils_git.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/harfbuzz/harfbuzz_2.6.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-bsp/grub/grub-efi_2.04.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/sysstat/sysstat_12.1.6.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/qemu/qemu-native_4.1.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-bsp/grub/grub-efi_2.04.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-bae/cyber/monkeysphere_0.44.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/binutils/binutils_2.32.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_git.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/wayland/wayland_1.17.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libunwind/libunwind_1.3.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/glibc/glibc_2.30.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/gcc/gcc-crosssdk_9.2.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/python/python3-mako_1.1.0.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/mtools/mtools_4.0.23.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/python/python3-setuptools_41.2.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/wayland/wayland_1.17.0.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxcursor_1.2.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-bsp/efitools/efitools-native_git.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-app/mkfontscale_1.1.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libpcre/libpcre_8.43.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxft_2.3.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/timezone/tzcode-native.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/opkg-utils/opkg-utils_0.4.2.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/nspr/nspr_4.21.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxcb_1.13.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libjitterentropy/libjitterentropy_2.1.2.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libice_1.0.10.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/cairo/cairo_1.16.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/sqlite/sqlite3_3.29.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/cmake/cmake-native_3.15.3.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-multimedia/libpng/libpng_1.6.37.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libassuan/libassuan_2.5.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/rng-tools/rng-tools_6.7.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libffi/libffi_3.3~rc0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/gdb/gdb_8.3.1.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/rpm/rpm_4.14.2.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxvmc_1.0.11.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libx11_1.6.8.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-openembedded/meta-oe/recipes-crypto/libsodium/libsodium_1.0.18.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-kernel/linux-firmware/linux-firmware_20190815.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/cmake/cmake_3.15.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/fribidi/fribidi_1.0.5.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/bash/bash_5.0.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/shadow/shadow_4.6.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/wayland/wayland-protocols_1.18.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/python/python3-pygobject_3.34.0.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.60.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-modules/ds1682/ds1682.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libmpc/libmpc_1.1.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/dbus/dbus-glib_0.110.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/cairo/cairo_1.16.0.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libffi/libffi_3.3~rc0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-intel/recipes-bsp/thermald/thermald_1.9.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/atk/at-spi2-atk_2.32.0.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libksba/libksba_1.3.5.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/binutils/binutils_2.32.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/python/python_2.7.18.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/gcc/gcc-cross_9.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/xcb-util_0.4.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-font/font-util_1.3.2.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/cpio/cpio_2.12.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-multimedia/libpng/libpng_1.6.37.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/curl/curl_7.66.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-gnome/gnome/adwaita-icon-theme_3.32.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-openembedded/meta-oe/recipes-extended/smartmontools/smartmontools_7.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libgpg-error/libgpg-error_1.36.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-openembedded/meta-networking/recipes-support/tcpdump/tcpdump_4.9.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-bsp/pciutils/pciutils_3.6.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/gettext/gettext-minimal-native_0.19.8.1.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/libtirpc/libtirpc_1.1.4.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-app/xinit_1.4.1.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/python/python3_3.7.8.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/libedit/libedit_20190324-3.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.4.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.10.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/file/file_5.37.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxext_1.3.4.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-clang/recipes-devtools/clang/clang_git.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-bsp/grub/grub_2.04.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/lzo/lzo_2.10.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/readline/readline_8.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libffi/libffi_3.3~rc0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-app/xmodmap_1.0.10.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/libidn/libidn2_2.2.0.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/readline/readline_8.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.4.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-modules/bridges/bridges.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/expat/expat_2.2.8.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/freetype/freetype_2.10.1.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/bison/bison_3.4.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/harfbuzz/harfbuzz_2.6.1.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/flex/flex_2.6.0.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/debianutils/debianutils_4.8.6.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-connectivity/nfs-utils/nfs-utils_2.4.1.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/automake/automake_1.16.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/coreutils/coreutils_8.31.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/db/db_5.3.28.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/lzop/lzop_1.04.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-proto/xcb-proto_1.13.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/libtool/libtool-cross_2.4.6.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-intel/recipes-graphics/igt-gpu-tools/igt-gpu-tools_1.24.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/atk/at-spi2-core_2.32.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxdamage_1.1.5.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/bash-completion/bash-completion_2.9.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/gdbm/gdbm_1.18.1.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/util-linux/util-linux_2.34.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-openembedded/meta-oe/recipes-devtools/msr-tools/msr-tools_1.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-connectivity/iproute2/iproute2_5.2.0.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-multimedia/alsa/alsa-lib_1.1.9.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/make/make_4.2.1.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/bc/bc_1.07.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.2.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/mesa/mesa_19.1.6.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/perl/perl_5.30.1.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/gcc/libgcc_9.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/nss/nss_3.45.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/mesa/mesa-demos_8.4.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/mesa/libglu_9.0.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/parted/parted_3.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxft_2.3.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/binutils/binutils-cross_2.32.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/libepoxy/libepoxy_1.5.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/libxcrypt/libxcrypt_4.4.8.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/unzip/unzip_6.0.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/expat/expat_2.2.8.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/glib-2.0/glib-2.0_2.60.7.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/libedit/libedit_20190324-3.1.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/autoconf-archive/autoconf-archive_2019.01.06.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxfixes_5.0.3.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/util-linux/util-linux_2.34.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.45.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/qemu/qemu-system-native_4.1.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-bae/cyber/signature.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/swig/swig_3.0.12.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-openembedded/meta-oe/recipes-connectivity/zeromq/zeromq_4.3.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/quota/quota_4.05.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/attr/attr_2.4.47.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxdamage_1.1.5.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/rsync/rsync_3.1.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-gnome/gtk+/gtk+3_3.24.8.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/ptest-runner/ptest-runner_2.3.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/atk/atk_2.32.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libdmx_1.1.4.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.3.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libcroco/libcroco_0.6.13.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/shared-mime-info/shared-mime-info_1.10.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libxslt/libxslt_1.1.33.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxfont2_2.0.3.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.45.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.27.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libsm_1.2.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/vte/vte_0.56.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/dbus/dbus_1.12.16.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxrender_0.9.10.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.38.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxkbcommon_0.8.4.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-modules/imagerecv/imagerecv.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/pango/pango_1.44.6.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-connectivity/openssl/openssl_1.1.1g.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/glibc/glibc_2.30.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.9.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-gnome/gtk-doc/gtk-doc_1.31.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/bison/bison_3.4.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/xtrans_1.4.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/quilt/quilt-native_0.66.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile_1.3.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/xz/xz_5.2.4.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-connectivity/openssh/openssh_8.0p1.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-clang/recipes-devtools/clang/clang_git.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-kernel/lttng/lttng-ust_2.10.5.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/unzip/unzip_6.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/util-linux/util-linux_2.34.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/binutils/binutils_2.32.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-app/mkfontdir_1.0.7.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/curl/curl_7.66.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/npth/npth_1.6.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/dmidecode/dmidecode_3.2.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/xz/xz_5.2.4.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/timezone/tzdata.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-bae/sbc-bit/sbc-bit.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/glew/glew_2.1.0.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/libtirpc/libtirpc_1.1.4.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-proto/xorgproto_2019.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-app/mkfontdir_1.0.7.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/zlib/zlib_1.2.11.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/nettle/nettle_3.5.1.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/dosfstools/dosfstools_4.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-intel/recipes-graphics/xorg-driver/xf86-video-ast_1.1.5.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-modules/lf-gpio/lf-gpio.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/libarchive/libarchive_3.4.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/icu/icu_64.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/udev/eudev_3.2.8.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-gnome/gtk+/gtk+3_3.24.8.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/shadow/shadow_4.6.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/gmp/gmp_6.1.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-modules/pcie-p2p/pcie-p2p.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/pinentry/pinentry_1.1.0.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxext_1.3.4.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-font/encodings_1.0.5.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/fribidi/fribidi_1.0.5.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/popt/popt_1.16.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-modules/lf-csr/lf-csr.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxi_1.7.10.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/gcc/libgcc-initial_9.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-connectivity/socat/socat_1.7.3.3.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_5.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-modules/bcs-spi/bcs-spi.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-util/util-macros_1.19.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/flex/flex_2.6.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libbsd/libbsd_0.10.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/bash/bash_5.0.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libcap-ng/libcap-ng_0.7.9.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-openembedded/meta-perl/recipes-perl/libfile/libfile-slurp-perl_9999.19.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-modules/lf-ats/lf-ats.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/pixman_0.38.4.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libassuan/libassuan_2.5.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/libtirpc/libtirpc_1.1.4.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/grep/grep_3.3.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/patch/patch_2.7.6.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libfontenc_1.1.4.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/python/python-native_2.7.18.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/systemd/systemd-boot_243.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-kernel/kmod/kmod-native_git.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/libxml/libxml2_2.9.9.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/autoconf-archive/autoconf-archive_2019.01.06.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-util/makedepend_1.0.6.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/gdbm/gdbm_1.18.1.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/libxml/libxml2_2.9.9.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.60.2.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/opkg-utils/opkg-utils_0.4.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/perl/perl_5.30.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-bsp/keymaps/keymaps_1.0.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/readline/readline_8.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/initrdscripts/initramfs-module-install-efi_1.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/wayland/libinput_1.14.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/libxml/libxml2_2.9.9.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libx11_1.6.8.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/glibc/glibc-locale_2.30.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/gperf/gperf_3.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/meta/meta-extsdk-toolchain.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/lzo/lzo_2.10.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-kernel/kmod/kmod_git.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-proto/xorgproto_2019.1.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/unfs3/unfs3_git.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/dbus/dbus-test_1.12.16.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/atk/at-spi2-core_2.32.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-modules/lf-nvram/lf-nvram.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/drm/libdrm_2.4.99.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/flex/flex_2.6.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-modules/lf-led/lf-led.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-openembedded/meta-oe/recipes-extended/iotop/iotop_0.6.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/liburcu/liburcu_0.11.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/gcc/gcc-runtime_9.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_5.2.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.9.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-intel/recipes-support/sbsigntool/sbsigntool-native_git.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxtst_1.2.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-app/xrandr_1.5.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/ncurses/ncurses_6.1+20190803.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/gdb/gdb-cross_8.3.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/rpcbind/rpcbind_1.2.5.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libfontenc_1.1.4.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libpcre/libpcre2_10.33.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/pixman_0.38.4.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/zip/zip_3.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.0.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/dbus/dbus_1.12.16.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/binutils/binutils-crosssdk_2.32.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-app/mkfontscale_1.1.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-bae/cyber/pub-key.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.2.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/atk/atk_2.32.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxfixes_5.0.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/attr/attr_2.4.47.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libical/libical_3.0.6.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/meson/meson_0.51.2.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/re2c/re2c_1.0.1.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/libsolv/libsolv_0.7.6.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/bison/bison_3.4.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/gnupg/gnupg_2.2.19.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/initrdscripts/initramfs-module-install_1.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-connectivity/dhcp/dhcp_4.4.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-openembedded/meta-oe/recipes-extended/mailx/mailx_12.5-5.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libevent/libevent_2.1.11.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/gzip/gzip_1.10.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-bae/cyber/tpm2-tss_2.2.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-app/xkbcomp_1.4.2.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-clang/recipes-devtools/clang/nativesdk-clang-glue.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxmu_1.1.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/fontconfig/fontconfig_2.13.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-app/xset_1.2.4.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libnl/libnl_3.5.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxv_1.0.11.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libevdev/libevdev_1.8.0.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/libxcrypt/libxcrypt_4.4.8.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libgcrypt/libgcrypt_1.8.4.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/pigz/pigz_2.4.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-connectivity/bluez5/bluez5_5.50.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/base-passwd/base-passwd_3.5.29.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/groff/groff_1.22.4.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/icu/icu_64.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/sed/sed_4.2.2.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-proto/xcb-proto_1.13.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-clang/recipes-devtools/clang/clang-crosssdk_git.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/autoconf/autoconf_2.69.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.20.5.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-intel/recipes-kernel/linux/linux-intel_4.19.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.5.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-connectivity/openssl/openssl_1.1.1g.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/ethtool/ethtool_5.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-bae/plx/plx.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-bsp/grub/grub-bootconf_1.00.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/ca-certificates/ca-certificates_20190110.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/sqlite/sqlite3_3.29.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/dosfstools/dosfstools_4.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxrandr_1.5.2.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxcb_1.13.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/db/db_5.3.28.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/gettext/gettext_0.19.8.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/glibc/glibc-locale_2.30.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-modules/lf-wdt/lf-wdt.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/expat/expat_2.2.8.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/libedit/libedit_20190324-3.1.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/unifdef/unifdef_2.11.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-util/util-macros_1.19.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/gcc/libgcc_9.2.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-gnome/librsvg/librsvg_2.40.20.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.5.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/zlib/zlib_1.2.11.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/python/python3-dbus_1.2.12.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxau_1.0.9.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/help2man/help2man-native_1.47.11.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/which/which_2.21.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/gcc/libgcc-initial_9.2.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/libnsl/libnsl2_git.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/elfutils/elfutils_0.177.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/ncurses/ncurses_6.1+20190803.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/jpeg/libjpeg-turbo_2.0.3.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/zlib/zlib_1.2.11.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-app/rgb_1.0.6.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libcap-ng/libcap-ng_0.7.9.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/fontconfig/fontconfig_2.13.1.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-bae/cyber/crush.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/elfutils/elfutils_0.177.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libsm_1.2.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/python/python3_3.7.8.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-driver/xf86-video-intel_git.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/libmnl/libmnl_1.0.4.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/sysfsutils/sysfsutils_2.1.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/nasm/nasm_2.14.02.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/curl/curl_7.66.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/mtools/mtools_4.0.23.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/lsof/lsof_4.91.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/mklibs/mklibs-native_0.1.44.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.00.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/mdadm/mdadm_4.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/gpgme/gpgme_1.13.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libpciaccess_0.16.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-connectivity/openssl/openssl_1.1.1g.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-app/xinput_1.6.3.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxau_1.0.9.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxt_1.2.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-driver/xf86-input-libinput_0.29.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/m4/m4_1.4.18.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/diffutils/diffutils_3.7.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/atk/at-spi2-atk_2.32.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-bae/cyber/wolfssl_4.1.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libice_1.0.10.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxtst_1.2.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-app/xhost_1.0.8.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/systemd/systemd-bootconf_1.00.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/make/make_4.2.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/gawk/gawk_5.0.1.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/shared-mime-info/shared-mime-info_1.10.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/dbus/dbus-glib_0.110.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/freetype/freetype_2.10.1.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-intel/recipes-core/microcode/iucode-tool_2.3.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxcursor_1.2.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-openembedded/meta-networking/recipes-support/netcat/netcat_0.7.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/libtool/libtool_2.4.6.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/libtool/libtool-native_2.4.6.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/gdbm/gdbm_1.18.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.4.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-font/font-util_1.3.2.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/gcc/gcc-runtime_9.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-bsp/efitools/efitools_git.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/xz/xz_5.2.4.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/opkg/opkg_0.4.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-bae/cyber/tpm2-tools_3.1.4.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-connectivity/libpcap/libpcap_1.9.1.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/initrdscripts/initramfs-module-setup-live_1.0.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.4.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-app/xauth_1.1.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/bash-completion/bash-completion_2.9.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/wayland/mtdev_1.1.5.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/mpfr/mpfr_4.0.2.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/prelink/prelink_git.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libcheck/libcheck_0.12.0.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/jpeg/libjpeg-turbo_2.0.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/pango/pango_1.44.6.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/base-files/base-files_3.0.14.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/python/python3_3.7.8.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/btrfs-tools/btrfs-tools_5.2.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/iptables/iptables_1.8.3.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libcap-ng/libcap-ng_0.7.9.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-openembedded/meta-oe/recipes-support/htop/htop_2.2.0.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxrandr_1.5.2.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libpcre/libpcre_8.43.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/xtrans_1.4.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/libnsl/libnsl2_git.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxi_1.7.10.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/mtd/mtd-utils_git.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-intel/recipes-core/microcode/intel-microcode_20200616.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-modules/vme/vme.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-connectivity/bind/bind_9.11.19.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-devtools/libsign/libsign_git.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/gmp/gmp_6.1.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/kbd/kbd_2.0.4.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libgpg-error/libgpg-error_1.36.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/busybox/busybox_1.31.0.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/ninja/ninja_1.9.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/opkg-utils/opkg-utils_0.4.2.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxrender_0.9.10.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/lzo/lzo_2.10.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/glibc/cross-localedef-native_2.30.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/m4/m4_1.4.18.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-lib/libxinerama_1.1.4.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-bae/meta-limws/meta-intel/recipes-bae/cyber/key-helper.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/sudo/sudo_1.8.27.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/gnutls/gnutls_3.6.13.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/libnsl/libnsl2_git.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2018.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/ncurses/ncurses_6.1+20190803.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/python/python3-pycairo_1.18.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/gpgme/gpgme_1.13.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/../meta-openembedded/meta-oe/recipes-support/gperftools/gperftools_2.7.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/bc/bc_1.07.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/glib-2.0/glib-2.0_2.60.7.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/libunistring/libunistring_0.9.10.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/ca-certificates/ca-certificates_20190110.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/attr/acl_2.2.52.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/m4/m4-native_1.4.18.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/popt/popt_1.16.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/procps/procps_3.3.15.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/libarchive/libarchive_3.4.0.bb:do_populate_sysroot', 'virtual:nativesdk:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-support/sqlite/sqlite3_3.29.0.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-kernel/dtc/dtc_1.5.1.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/initscripts/initscripts_1.0.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-devtools/cdrtools/cdrtools-native_3.01.bb:do_populate_sysroot', '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-core/netbase/netbase_5.6.bb:do_populate_sysroot', 'virtual:native:/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.38.2.bb:do_populate_sysroot']
NOTE: Skipping initial setscene dependency libgcc-initial for installation into the sysroot
NOTE: Skipping initial setscene dependency nativesdk-libgcc-initial for installation into the sysroot
ERROR: 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:extend_recipe_sysroot(d)
     0003:
File: '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/classes/staging.bbclass', lineno: 551, function: extend_recipe_sysroot
     0547:                    dest = newmanifest[l]
     0548:                    if l.endswith("/"):
     0549:                        staging_copydir(l, targetdir, dest, seendirs)
     0550:                        continue
 *** 0551:                    staging_copyfile(l, targetdir, dest, postinsts, seendirs)
     0552:
     0553:    bb.note("Installed into sysroot: %s" % str(msg_adding))
     0554:    bb.note("Skipping as already exists in sysroot: %s" % str(msg_exists))
     0555:
File: '/disk0/scratch/smonsees/yocto/workspace_3/poky/meta/classes/staging.bbclass', lineno: 144, function: staging_copyfile
     0140:    if os.path.islink(c):
     0141:        linkto = os.readlink(c)
     0142:        if os.path.lexists(dest):
     0143:            if not os.path.islink(dest):
 *** 0144:                raise OSError(errno.EEXIST, "Link %s already exists as a file" % dest, dest)
     0145:            if os.readlink(dest) == linkto:
     0146:                return dest
     0147:            raise OSError(errno.EEXIST, "Link %s already exists to a different location? (%s vs %s)" % (dest, os.readlink(dest), linkto), dest)
     0148:        os.symlink(linkto, dest)
Exception: FileExistsError: [Errno 17] Link /disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/sbcb_default-poky-linux/sbcb-defaultfs-full/1.0-r0/recipe-sysroot/lib already exists as a file: '/disk0/scratch/smonsees/yocto/workspace_3/builds2/sbcb-default/tmp/work/sbcb_default-poky-linux/sbcb-defaultfs-full/1.0-r0/recipe-sysroot/lib'

DEBUG: Python function extend_recipe_sysroot finished

             reply	other threads:[~2021-04-20 19:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-20 19:18 Monsees, Steven C (US) [this message]
     [not found] <607f28f3.1c69fb81.b81d.c1c3SMTPIN_ADDED_MISSING@mx.google.com>
2021-04-20 20:51 ` [yocto] #yocto llvm support and meta-clang Khem Raj
2021-04-21 11:09   ` Monsees, Steven C (US)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=MADEUP.1677A7235D16FE01.28385@lists.yoctoproject.org \
    --to=steven.monsees@baesystems.com \
    --cc=raj.khem@gmail.com \
    --cc=yocto@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.