Yocto build error - vpp-core

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Yocto build error - vpp-core

1,052 Views
gfine1
Contributor III

Every time I start a build using yocto for layerscape I run into this error, and can't get around it. 

I setup using

$: repo init -u https://source.codeaurora.org/external/qoriq/qoriq-components/yocto-sdk/ -b zeus

$: repo sync --no-clone-bundle

$ cd yocto-sdk

$: . ./setup-env -m ls1043ardb

Should I use 'dunfell' ?

$: bitbake fsl-image-networking-full --continue
Loading cache: 100% |############################################| Time: 0:00:00
Loaded 4110 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION = "1.44.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "universal"
TARGET_SYS = "aarch64-fsl-linux"
MACHINE = "ls1043ardb"
DISTRO = "fsl-qoriq"
DISTRO_VERSION = "3.0"
TUNE_FEATURES = "aarch64"
TARGET_FPU = ""
meta
meta-poky
meta-yocto-bsp = "HEAD:4cecfe6e9d9e9216d9235feec25460c4011bf65f"
meta-oe
meta-multimedia
meta-python
meta-networking
meta-gnome
meta-filesystems
meta-webserver
meta-perl = "HEAD:1bfaa2e63a184e21a2db5c286444828d5948a8b4"
meta-virtualization = "HEAD:04e0d9de8cbaeb76aff6e78b90941a6e9a359b87"
meta-cloud-services = "HEAD:fcf43a2b0a9ca101dd0c4b3d3f7b9fe0278e7173"
meta-security = "HEAD:27ddb455543b670097e252ba0d0ad5b7e4101748"
meta-selinux = "HEAD:c5b32c4d3a55274c4051c1dc9dc670620fbac5c5"
meta-freescale = "HEAD:1db79a1dbe1f6835986196b4570ee70eccd35a64"
meta-freescale-distro = "HEAD:4ee8b933cb6a55e7240b738a50c96be76d4ac408"
meta-qoriq-demos = "HEAD:7238e60e342deecf379d122bfd67bbb8e2e57bdd"

Initialising tasks: 100% |#######################################| Time: 0:00:07
Sstate summary: Wanted 18 Found 10 Missed 8 Current 2950 (55% match, 99% complete)
NOTE: Executing Tasks
NOTE: Setscene tasks completed
ERROR: vpp-core-19.01-r0 do_package: QA Issue: vpp-core: Files/directories were installed but not shipped in any package:
/usr/lib/libvppapiclient.so.20.12
/usr/lib/libvnet.so.20.12
/usr/lib/libvppinfra.so.20.12
/usr/lib/libvcl_ldpreload.so.20.12
/usr/lib/libsvmdb.so.20.12
/usr/lib/libsvm.so.20.12
/usr/lib/libvatplugin.so.20.12
/usr/lib/libvapiclient.so.20.12
/usr/lib/libvlib.so.20.12
/usr/lib/libvlibmemory.so.20.12
/usr/lib/libvlibmemoryclient.so.20.12
/usr/lib/libvppcom.so.20.12
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
vpp-core: 12 installed and not shipped files. [installed-vs-shipped]
ERROR: vpp-core-19.01-r0 do_package: Fatal QA errors found, failing task.
ERROR: Logfile of failure stored in: /home/user1/ls1043a_yocto_usb/build_ls1043ardb/tmp/work/aarch64-fsl-linux/vpp-core/19.01-r0/temp/log.do_package.26368
ERROR: Task (/home/user1/ls1043a_yocto_usb/sources/meta-freescale/recipes-extended/vpp-core/vpp-core.bb:do_package) failed with exit code '1'
NOTE: Tasks Summary: Attempted 7805 tasks of which 7794 didn't need to be rerun and 1 failed.

Summary: 1 task failed:
/home/user1/ls1043a_yocto_usb/sources/meta-freescale/recipes-extended/vpp-core/vpp-core.bb:do_package
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.

Any fix known for this?

Labels (1)
0 Kudos
1 Reply

1,031 Views
yipingwang
NXP TechSupport
NXP TechSupport

You could use 'dunfell'. In fact NXP Yocto "dunfell" release doesn't contain vpp-core recipes.

0 Kudos