Skip to main content
Visitor II
November 11, 2021
Question

[openstlinux] u-boot container packaging issue

  • November 11, 2021
  • 1 reply
  • 950 views

openstlinux-5.10-dunfell-mp1-21-07-21

I am building st-image-core image in a Ubuntu 20 container on Fedora 34.

Any ideas?

ERROR: u-boot-stm32mp-2020.10.r1-r0 do_packagedata: Can NOT get PRAUTO, exception No module named '_sysconfigdata' 
 
 
NOTE: recipe u-boot-stm32mp-2020.10.r1-r0: task do_packagedata: Failed 
 
 
ERROR: Logfile of failure stored in: /__w/meta-flutter/stm32mp15-dunfell/build-openstlinuxeglfs-stm32mp1-disco/tmp-glibc/work/stm32mp1_disco-ostl-linux-gnueabi/u-boot-stm32mp/2020.10.r1-r0/temp/log.do_packagedata.1303648 
 
 
 
ERROR: Task (/__w/meta-flutter/stm32mp15-dunfell/layers/meta-st/meta-st-stm32mp/recipes-bsp/u-boot/u-boot-stm32mp_2020.10.bb:do_packagedata) failed with exit code '1'

Searching the line 1 string indicates it may be related to a host contamination issue.

I'm trying to get a CI validation job running for my meta-flutter layer.

CI job: https://github.com/meta-flutter/meta-flutter/blob/jw/stm32mp15/.github/workflows/stm32mp15.yml

    This topic has been closed for replies.

    1 reply

    JoelAuthor
    Visitor II
    November 18, 2021

    Adding INHERIT_remove = "uninative" gets it further with same failure:

    ERROR: libxkbcommon-0.10.0-r0 do_packagedata: Can NOT get PRAUTO, exception No module named '_sysconfigdata'
    ERROR: Logfile of failure stored in: /__w/meta-flutter/stm32mp15-dunfell/build-openstlinuxeglfs-stm32mp1-disco/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-ostl-linux-gnueabi/libxkbcommon/0.10.0-r0/temp/log.do_packagedata.82728
    NOTE: recipe libxkbcommon-0.10.0-r0: task do_packagedata: Failed

    I don't hit this problem with straight poky, or other images. Something specific to the STM3215MP Yocto support.

    Still an open issue.