Problem installing tslib in kernel assembly 4.19.35

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

Problem installing tslib in kernel assembly 4.19.35

1,311 Views
shevchenko_ale1
Contributor II

Hi, help me!

I want to add the tslib package to the kernel assembly 4.19.35. By default, the stlib 1.16 package is available in yocto, but it is not installed. I added a line in the local / local .conf file


CORE_IMAGE_EXTRA_INSTALL + = "boost redis tslib"


But the Yocto system does not respond to the addition of this line, until I changed the version of tslib 1.21. To do this, I replaced the tslib_1.16.bb file with tslib_1.21.bb and got the following:

user@07171:~/imx-yocto-bsp/build_ul_x11$ bitbake imx-image-multimedia
Loading cache: 100% |#################################################################| Time: 0:00:00
Loaded 3923 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION = "1.42.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "ubuntu-18.04"
TARGET_SYS = "arm-poky-linux-gnueabi"
MACHINE = "imx6ulevk"
DISTRO = "fsl-imx-x11"
DISTRO_VERSION = "4.19-warrior"
TUNE_FEATURES = "arm vfp cortexa7 neon callconvention-hard"
TARGET_FPU = "hard"
meta
meta-poky = "HEAD:6d2e12e79211b31cdf5ea824fb9a8be54ba9a9eb"
meta-oe
meta-multimedia = "HEAD:3bdbf72e3a4bf18a4a2c7afbde4f7ab773aeded9"
meta-freescale = "HEAD:2142f7ded1b3115ccc21f7575fd83e2376247193"
meta-freescale-3rdparty = "HEAD:da422478d38e744283bcf61123c4a526396c7030"
meta-freescale-distro = "HEAD:d4e77ea682fa10d0d54a723b3d3099c44fc5e95c"
meta-bsp
meta-sdk
meta-ml = "HEAD:bb05c60e6398b374ac49554c642a3bef36452f73"
meta-browser = "HEAD:5f365ef0f842ba4651efe88787cf9c63bc8b6cb3"
meta-rust = "HEAD:11aed43748d7dd194dc6c06a35a16104400d1090"
meta-gnome
meta-networking
meta-python
meta-filesystems = "HEAD:3bdbf72e3a4bf18a4a2c7afbde4f7ab773aeded9"
meta-qt5 = "HEAD:dc2dedef9961950b88f4245ba7499538ec4244ab"

WARNING: /home/user/imx-yocto-bsp/sources/meta-fsl-bsp-release/imx/meta-bsp/recipes-kernel/linux/linux-imx_4.19.35.bb.do_compile is tainted from a forced run
WARNING: /home/user/imx-yocto-bsp/sources/meta-fsl-bsp-release/imx/meta-bsp/recipes-bsp/u-boot/u-boot-imx_2019.04.bb.do_compile is tainted from a forced run
WARNING: /home/user/imx-yocto-bsp/sources/meta-fsl-bsp-release/imx/meta-sdk/recipes-fsl/images/imx-image-multimedia.bb.do_compile is tainted from a forced run
Initialising tasks: 100% |############################################################| Time: 0:00:04
Sstate summary: Wanted 8 Found 0 Missed 8 Current 2888 (0% match, 99% complete)
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: tslib-1.21-r0 do_package: QA Issue: tslib: Files/directories were installed but not shipped in any package:
/usr/bin/ts_conf
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
tslib: 1 installed and not shipped files. [installed-vs-shipped]
ERROR: tslib-1.21-r0 do_package: Fatal QA errors found, failing task.
ERROR: tslib-1.21-r0 do_package:
ERROR: tslib-1.21-r0 do_package: Function failed: do_package
ERROR: Logfile of failure stored in: /home/user/imx-yocto-bsp/build_ul_x11/tmp/work/cortexa7hf-neon-poky-linux-gnueabi/tslib/1.21-r0/temp/log.do_package.30536
ERROR: Task (/home/user/imx-yocto-bsp/sources/meta-openembedded/meta-oe/recipes-graphics/tslib/tslib_1.21.bb:do_package) failed with exit code '1'
NOTE: Tasks Summary: Attempted 7126 tasks of which 7125 didn't need to be rerun and 1 failed.

Summary: 1 task failed:
/home/user/imx-yocto-bsp/sources/meta-openembedded/meta-oe/recipes-graphics/tslib/tslib_1.21.bb:do_package
Summary: There were 3 WARNING messages shown.
Summary: There were 4 ERROR messages shown, returning a non-zero exit code.

Why is the stlib package not added to the assembly?

0 Kudos
3 Replies

1,156 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

The i.mx6UL is not tested with 1.21version, look like you need a new kernel for this propouse.

0 Kudos

1,157 Views
shevchenko_ale1
Contributor II

Hi, Bio_TICFSL

I have the same problems with version 1.16. Can you help me understand what I'm doing wrong?

Regards, 

Aleksandr

0 Kudos

1,157 Views
shevchenko_ale1
Contributor II

Hi!

I found how to get rid of the build error. For this, I used the following files:

meta-openembedded/meta-oe/recipes-graphics/tslib at master · openembedded/meta-openembedded · GitHub 

But there are no files in the assembly: ts_calibrate, etc.
Why aren't they added to the kernel?

0 Kudos