<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX ProcessorsのトピックRe: Problem installing stblib in kernel assembly 4.19.35</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Problem-installing-tslib-in-kernel-assembly-4-19-35/m-p/996810#M147883</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I found how to get rid of the build error. For this, I used the following files:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/openembedded/meta-openembedded/tree/master/meta-oe/recipes-graphics/tslib" title="https://github.com/openembedded/meta-openembedded/tree/master/meta-oe/recipes-graphics/tslib"&gt;meta-openembedded/meta-oe/recipes-graphics/tslib at master · openembedded/meta-openembedded · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But there are no files in the assembly: ts_calibrate, etc.&lt;BR /&gt;Why aren't they added to the kernel?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Jan 2020 10:23:38 GMT</pubDate>
    <dc:creator>shevchenko_ale1</dc:creator>
    <dc:date>2020-01-11T10:23:38Z</dc:date>
    <item>
      <title>Problem installing tslib in kernel assembly 4.19.35</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-installing-tslib-in-kernel-assembly-4-19-35/m-p/996809#M147882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Hi, help me!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;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&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;BR /&gt;CORE_IMAGE_EXTRA_INSTALL + = "boost redis tslib"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;BR /&gt;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:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;user@07171:~/imx-yocto-bsp/build_ul_x11$ bitbake imx-image-multimedia&lt;BR /&gt;Loading cache: 100% |#################################################################| Time: 0:00:00&lt;BR /&gt;Loaded 3923 entries from dependency cache.&lt;BR /&gt;NOTE: Resolving any missing task queue dependencies&lt;/P&gt;&lt;P&gt;Build Configuration:&lt;BR /&gt;BB_VERSION = "1.42.0"&lt;BR /&gt;BUILD_SYS = "x86_64-linux"&lt;BR /&gt;NATIVELSBSTRING = "ubuntu-18.04"&lt;BR /&gt;TARGET_SYS = "arm-poky-linux-gnueabi"&lt;BR /&gt;MACHINE = "imx6ulevk"&lt;BR /&gt;DISTRO = "fsl-imx-x11"&lt;BR /&gt;DISTRO_VERSION = "4.19-warrior"&lt;BR /&gt;TUNE_FEATURES = "arm vfp cortexa7 neon callconvention-hard"&lt;BR /&gt;TARGET_FPU = "hard"&lt;BR /&gt;meta &lt;BR /&gt;meta-poky = "HEAD:6d2e12e79211b31cdf5ea824fb9a8be54ba9a9eb"&lt;BR /&gt;meta-oe &lt;BR /&gt;meta-multimedia = "HEAD:3bdbf72e3a4bf18a4a2c7afbde4f7ab773aeded9"&lt;BR /&gt;meta-freescale = "HEAD:2142f7ded1b3115ccc21f7575fd83e2376247193"&lt;BR /&gt;meta-freescale-3rdparty = "HEAD:da422478d38e744283bcf61123c4a526396c7030"&lt;BR /&gt;meta-freescale-distro = "HEAD:d4e77ea682fa10d0d54a723b3d3099c44fc5e95c"&lt;BR /&gt;meta-bsp &lt;BR /&gt;meta-sdk &lt;BR /&gt;meta-ml = "HEAD:bb05c60e6398b374ac49554c642a3bef36452f73"&lt;BR /&gt;meta-browser = "HEAD:5f365ef0f842ba4651efe88787cf9c63bc8b6cb3"&lt;BR /&gt;meta-rust = "HEAD:11aed43748d7dd194dc6c06a35a16104400d1090"&lt;BR /&gt;meta-gnome &lt;BR /&gt;meta-networking &lt;BR /&gt;meta-python &lt;BR /&gt;meta-filesystems = "HEAD:3bdbf72e3a4bf18a4a2c7afbde4f7ab773aeded9"&lt;BR /&gt;meta-qt5 = "HEAD:dc2dedef9961950b88f4245ba7499538ec4244ab"&lt;/P&gt;&lt;P&gt;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&lt;BR /&gt;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&lt;BR /&gt;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&lt;BR /&gt;Initialising tasks: 100% |############################################################| Time: 0:00:04&lt;BR /&gt;Sstate summary: Wanted 8 Found 0 Missed 8 Current 2888 (0% match, 99% complete)&lt;BR /&gt;NOTE: Executing SetScene Tasks&lt;BR /&gt;NOTE: Executing RunQueue Tasks&lt;BR /&gt;ERROR: tslib-1.21-r0 do_package: QA Issue: tslib: Files/directories were installed but not shipped in any package:&lt;BR /&gt; /usr/bin/ts_conf&lt;BR /&gt;Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.&lt;BR /&gt;tslib: 1 installed and not shipped files. [installed-vs-shipped]&lt;BR /&gt;ERROR: tslib-1.21-r0 do_package: Fatal QA errors found, failing task.&lt;BR /&gt;ERROR: tslib-1.21-r0 do_package: &lt;BR /&gt;ERROR: tslib-1.21-r0 do_package: Function failed: do_package&lt;BR /&gt;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&lt;BR /&gt;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'&lt;BR /&gt;NOTE: Tasks Summary: Attempted 7126 tasks of which 7125 didn't need to be rerun and 1 failed.&lt;/P&gt;&lt;P&gt;Summary: 1 task failed:&lt;BR /&gt; /home/user/imx-yocto-bsp/sources/meta-openembedded/meta-oe/recipes-graphics/tslib/tslib_1.21.bb:do_package&lt;BR /&gt;Summary: There were 3 WARNING messages shown.&lt;BR /&gt;Summary: There were 4 ERROR messages shown, returning a non-zero exit code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why is the stlib package not added to the assembly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Jan 2020 09:32:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-installing-tslib-in-kernel-assembly-4-19-35/m-p/996809#M147882</guid>
      <dc:creator>shevchenko_ale1</dc:creator>
      <dc:date>2020-01-11T09:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem installing stblib in kernel assembly 4.19.35</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-installing-tslib-in-kernel-assembly-4-19-35/m-p/996810#M147883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I found how to get rid of the build error. For this, I used the following files:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/openembedded/meta-openembedded/tree/master/meta-oe/recipes-graphics/tslib" title="https://github.com/openembedded/meta-openembedded/tree/master/meta-oe/recipes-graphics/tslib"&gt;meta-openembedded/meta-oe/recipes-graphics/tslib at master · openembedded/meta-openembedded · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But there are no files in the assembly: ts_calibrate, etc.&lt;BR /&gt;Why aren't they added to the kernel?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Jan 2020 10:23:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-installing-tslib-in-kernel-assembly-4-19-35/m-p/996810#M147883</guid>
      <dc:creator>shevchenko_ale1</dc:creator>
      <dc:date>2020-01-11T10:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem installing tslib in kernel assembly 4.19.35</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-installing-tslib-in-kernel-assembly-4-19-35/m-p/996811#M147884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The i.mx6UL is not tested with 1.21version, look like you need a new kernel for this propouse.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2020 19:21:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-installing-tslib-in-kernel-assembly-4-19-35/m-p/996811#M147884</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2020-01-14T19:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem installing tslib in kernel assembly 4.19.35</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-installing-tslib-in-kernel-assembly-4-19-35/m-p/996812#M147885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/Bio_TICFSL"&gt;Bio_TICFSL&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have the same problems with version 1.16. Can you help me understand what I'm doing wrong?&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: inherit; font-size: 14px;"&gt;Regards,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: #51626f; font-weight: inherit; font-size: 14px; "&gt;Aleksandr&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2020 12:17:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-installing-tslib-in-kernel-assembly-4-19-35/m-p/996812#M147885</guid>
      <dc:creator>shevchenko_ale1</dc:creator>
      <dc:date>2020-01-15T12:17:14Z</dc:date>
    </item>
  </channel>
</rss>

