Невозможно создать файл .wic в yocto
Я пытаюсь создать образ для imx8mnevk с помощью yocto, но при попытке запустить bitbake core-image-minimal я сталкиваюсь со следующей ошибкой
Я не вносил никаких изменений в файлы, кроме изменения каталога sstatecache в /local.conf
Я выполнил шаги, упомянутые здесь
/build-wayland$ bitbake core-image-minimal
Loading cache: 100% |##########################################| Time: 0:00:00
Loaded 4819 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies
Build Configuration:
BB_VERSION = "1.50.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "ubuntu-20.04"
TARGET_SYS = "aarch64-poky-linux"
MACHINE = "imx8mnevk"
DISTRO = "fsl-imx-xwayland"
DISTRO_VERSION = "5.10-hardknott"
TUNE_FEATURES = "aarch64 armv8a crc cortexa53 crypto"
TARGET_FPU = ""
meta
meta-poky = "HEAD:58cbdaecf75b0248f96780b6882e8d4f232d038a"
meta-oe
meta-multimedia
meta-python = "HEAD:c3a36263f91e42302ad7c347e051cf1cd83e39f6"
meta-freescale = "HEAD:80dbe4bd63bd537fc9cfda2e009f8543464b4698"
meta-freescale-3rdparty = "HEAD:7f23af99cb97a12134a46b5b9d497f05b758bf0c"
meta-freescale-distro = "HEAD:916df6d24c0a33a3b1533bde70b6a2724ec77af4"
meta-bsp
meta-sdk
meta-ml
meta-v2x = "HEAD:15fddd76b460fb56d9de121eb2d16a1e22cbe900"
meta-nxp-demo-experience = "HEAD:46107357abd2d2da9ffd702c87fce3984a422435"
meta-chromium = "HEAD:cb3278e31340c7f081e8deb0683df2145da515c9"
meta-clang = "HEAD:d797409435d3b0e9f2859992439989ff1d81e66d"
meta-gnome
meta-networking
meta-filesystems = "HEAD:c3a36263f91e42302ad7c347e051cf1cd83e39f6"
meta-qt5 = "HEAD:a00af3eae082b772469d9dd21b2371dd4d237684"
meta-python2 = "HEAD:810d6d842f103eb59f18b06426106462b15de7e2"
Initialising tasks: 100% |#####################################| Time: 0:00:02
Sstate summary: Wanted 136 Local 134 Network 0 Missed 2 Current 1148 (98% match, 99% complete)
NOTE: Executing Tasks
> ERROR: core-image-minimal-1.0-r0 do_image_wic: Execution of
> '/home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/temp/run.do_image_wic.1382794'
> failed with exit code 1:
> INFO: Creating image(s)...
WARNING: The ext4 filesystem mounted at / has no Y2038 support. Inodes (of size 128) are too small.
INFO: The new image(s) can be found here:
/home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/build-wic/imx-imx-boot-bootpart-202109221306-mmcblk.direct
The following build artifacts were used to create the image(s):
ROOTFS_DIR: /home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/rootfs
BOOTIMG_DIR: /home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/recipe-sysroot/usr/share
KERNEL_DIR: /home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/deploy/images/imx8mnevk
NATIVE_SYSROOT: /home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/recipe-sysroot-native
INFO: The image(s) were created using OE kickstart file:
/home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/imx-imx-boot-bootpart.wks
bmaptool: ERROR: An error occurred, here is the traceback:
Traceback (most recent call last):
File "/home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/recipe-sysroot-native/usr/lib/python3.9/site-packages/bmaptools/Filemap.py", line 388, in _invoke_fiemap
fcntl.ioctl(self._f_image, _FIEMAP_IOCTL, self._buf, 1)
OSError: [Errno 95] Operation not supported
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/recipe-sysroot-native/usr/lib/python3.9/site-packages/bmaptools/Filemap.py", line 533, in filemap
return FilemapFiemap(image)
File "/home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/recipe-sysroot-native/usr/lib/python3.9/site-packages/bmaptools/Filemap.py", line 362, in __init__
self.block_is_mapped(0)
File "/home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/recipe-sysroot-native/usr/lib/python3.9/site-packages/bmaptools/Filemap.py", line 409, in block_is_mapped
struct_fiemap = self._invoke_fiemap(block, 1)
File "/home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/recipe-sysroot-native/usr/lib/python3.9/site-packages/bmaptools/Filemap.py", line 396, in _invoke_fiemap
raise ErrorNotSupp(errstr)
bmaptools.Filemap.ErrorNotSupp: FilemapFiemap: the FIEMAP ioctl is not supported by the file-system
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/recipe-sysroot-native/usr/lib/python3.9/site-packages/bmaptools/BmapCreate.py", line 176, in __init__
self.filemap = Filemap.filemap(self._f_image)
File "/home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/recipe-sysroot-native/usr/lib/python3.9/site-packages/bmaptools/Filemap.py", line 535, in filemap
return FilemapSeek(image)
File "/home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/recipe-sysroot-native/usr/lib/python3.9/site-packages/bmaptools/Filemap.py", line 208, in __init__
self._probe_seek_hole()
File "/home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/recipe-sysroot-native/usr/lib/python3.9/site-packages/bmaptools/Filemap.py", line 243, in _probe_seek_hole
raise ErrorNotSupp("the file-system does not support "
bmaptools.Filemap.ErrorNotSupp: the file-system does not support "SEEK_HOLE" and "SEEK_DATA" but only provides a stub implementation
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/recipe-sysroot-native/usr/lib/python3.9/site-packages/bmaptools/CLI.py", line 555, in create_command
creator = BmapCreate.BmapCreate(args.image, output, "sha256")
File "/home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/recipe-sysroot-native/usr/lib/python3.9/site-packages/bmaptools/BmapCreate.py", line 178, in __init__
raise Error("cannot generate bmap for file '%s': %s"
bmaptool: ERROR: cannot generate bmap for file 'core-image-minimal-imx8mnevk-20210922130646.rootfs.wic': the file-system does not support "SEEK_HOLE" and "SEEK_DATA" but only provides a stub implementation
WARNING: exit code 1 from a shell command.
ERROR: Logfile of failure stored in: /home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/temp/log.do_image_wic.1382794
Log data follows:
| DEBUG: Executing python function set_image_size
| DEBUG: 159276.000000 = 122520 * 1.300000
| DEBUG: 163372.000000 = max(159276.000000, 8192)[159276.000000] + 4096
| DEBUG: 163372.000000 = int(163372.000000)
| DEBUG: 163372 = aligned(163372)
| DEBUG: returning 163372
| DEBUG: Python function set_image_size finished
| DEBUG: Executing python function extend_recipe_sysroot
| NOTE: Direct dependencies are ['/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/poky/meta/recipes-core/glibc/cross-localedef-native_2.33.bb:do_populate_sysroot', '/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/poky/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_populate_sysroot', '/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/poky/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_populate_sysroot', 'virtual:native:/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/poky/meta/recipes-devtools/mtools/mtools_4.0.26.bb:do_populate_sysroot', '/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/meta-imx/meta-bsp/recipes-kernel/linux/linux-imx_5.10.bb:do_populate_sysroot', 'virtual:native:/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/poky/meta/recipes-devtools/automake/automake_1.16.3.bb:do_populate_sysroot', 'virtual:native:/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/poky/meta/recipes-devtools/swig/swig_3.0.12.bb:do_populate_sysroot', 'virtual:native:/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.46.1.bb:do_populate_sysroot', 'virtual:native:/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/meta-imx/meta-bsp/recipes-devtools/python/python3-pycryptodomex_3.9.4.bb:do_populate_sysroot', 'virtual:native:/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/meta-imx/meta-bsp/recipes-bsp/u-boot/u-boot-imx-tools_2021.04.bb:do_populate_sysroot', 'virtual:native:/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/poky/meta/recipes-devtools/autoconf/autoconf_2.71.bb:do_populate_sysroot', 'virtual:native:/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/poky/meta/recipes-connectivity/openssl/openssl_1.1.1k.bb:do_populate_sysroot', 'virtual:native:/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/poky/meta/recipes-extended/parted/parted_3.4.bb:do_populate_sysroot', 'virtual:native:/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/poky/meta/recipes-devtools/fdisk/gptfdisk_1.0.7.bb:do_populate_sysroot', 'virtual:native:/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/poky/meta/recipes-devtools/python/python3_3.9.4.bb:do_populate_sysroot', '/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/poky/meta/recipes-devtools/gcc/gcc-cross_10.2.bb:do_populate_sysroot', 'virtual:native:/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/poky/meta/recipes-core/zlib/zlib_1.2.11.bb:do_populate_sysroot', '/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/poky/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_populate_sysroot', 'virtual:native:/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/poky/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot', '/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/meta-imx/meta-bsp/recipes-bsp/u-boot/u-boot-imx_2021.04.bb:do_populate_sysroot', 'virtual:native:/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/poky/meta/recipes-devtools/opkg-utils/opkg-utils_0.4.3.bb:do_populate_sysroot', 'virtual:native:/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/poky/meta/recipes-devtools/dpkg/dpkg_1.20.7.1.bb:do_populate_sysroot', '/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/meta-imx/meta-bsp/recipes-fsl/m4-demos/imx-m7-demos_2.9.0.bb:do_populate_sysroot', 'virtual:native:/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/poky/meta/recipes-devtools/apt/apt_2.2.2.bb:do_populate_sysroot', '/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/poky/meta/recipes-devtools/gcc/gcc-runtime_10.2.bb:do_populate_sysroot', 'virtual:native:/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/poky/meta/recipes-kernel/dtc/dtc_1.6.0.bb:do_populate_sysroot', 'virtual:native:/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/poky/meta/recipes-extended/bc/bc_1.07.1.bb:do_populate_sysroot', 'virtual:native:/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/poky/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_populate_sysroot', 'virtual:native:/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/poky/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_populate_sysroot', '/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/poky/meta/recipes-core/glibc/glibc_2.33.bb:do_populate_sysroot', '/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/poky/meta/recipes-devtools/libtool/libtool-cross_2.4.6.bb:do_populate_sysroot', 'virtual:native:/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/poky/meta/recipes-devtools/prelink/prelink_git.bb:do_populate_sysroot', 'virtual:native:/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/poky/meta/recipes-extended/pigz/pigz_2.6.bb:do_populate_sysroot', 'virtual:native:/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/poky/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_populate_sysroot', '/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/meta-imx/meta-bsp/recipes-bsp/imx-atf/imx-atf_2.4.bb:do_populate_sysroot', '/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/poky/meta/recipes-devtools/quilt/quilt-native_0.66.bb:do_populate_sysroot', 'virtual:native:/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/poky/meta/recipes-devtools/bison/bison_3.7.5.bb:do_populate_sysroot', '/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/poky/meta/recipes-devtools/mklibs/mklibs-native_0.1.44.bb:do_populate_sysroot', 'virtual:native:/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/poky/meta/recipes-support/lzop/lzop_1.04.bb:do_populate_sysroot', '/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/meta-imx/meta-bsp/recipes-security/optee-imx/optee-os_3.13.0.imx.bb:do_populate_sysroot', '/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/poky/meta/recipes-kernel/kmod/kmod-native_git.bb:do_populate_sysroot', 'virtual:native:/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/poky/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_populate_sysroot', 'virtual:native:/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/meta-imx/meta-bsp/recipes-devtools/python/python3-pyelftools_0.25.bb:do_populate_sysroot', '/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/poky/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_populate_sysroot', '/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/meta-imx/meta-bsp/recipes-bsp/firmware-imx/firmware-imx-8m_8.12.bb:do_populate_sysroot', 'virtual:native:/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/poky/meta/recipes-devtools/patch/patch_2.7.6.bb:do_populate_sysroot', '/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/meta-imx/meta-bsp/recipes-bsp/imx-mkimage/imx-boot_1.0.bb:do_populate_sysroot', '/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/poky/meta/recipes-devtools/libtool/libtool-native_2.4.6.bb:do_populate_sysroot', 'virtual:native:/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/poky/meta/recipes-support/bmap-tools/bmap-tools_3.6.bb:do_populate_sysroot', '/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/poky/meta/recipes-devtools/binutils/binutils-cross_2.36.bb:do_populate_sysroot', 'virtual:native:/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/poky/meta/recipes-devtools/flex/flex_2.6.4.bb:do_populate_sysroot']
| NOTE: Installed into sysroot: []
| NOTE: Skipping as already exists in sysroot: ['cross-localedef-native', 'depmodwrapper-cross', 'qemuwrapper-cross', 'mtools-native', 'linux-imx', 'automake-native', 'swig-native', 'e2fsprogs-native', 'python3-pycryptodomex-native', 'u-boot-imx-tools-native', 'autoconf-native', 'openssl-native', 'parted-native', 'gptfdisk-native', 'python3-native', 'gcc-cross-aarch64', 'zlib-native', 'kern-tools-native', 'pseudo-native', 'u-boot-imx', 'opkg-utils-native', 'dpkg-native', 'imx-m7-demos', 'apt-native', 'gcc-runtime', 'dtc-native', 'bc-native', 'update-rc.d-native', 'makedevs-native', 'glibc', 'libtool-cross', 'prelink-native', 'pigz-native', 'pbzip2-native', 'imx-atf', 'quilt-native', 'bison-native', 'mklibs-native', 'lzop-native', 'optee-os', 'kmod-native', 'dosfstools-native', 'python3-pyelftools-native', 'ldconfig-native', 'firmware-imx-8m', 'patch-native', 'imx-boot', 'libtool-native', 'bmap-tools-native', 'binutils-cross-aarch64', 'flex-native', 'systemd-systemctl-native', 'qemu-native', 'debianutils-native', 'shadow-native', 'texinfo-dummy-native', 'pkgconfig-native', 'libpcre-native', 'util-linux-native', 'attr-native', 'gettext-minimal-native', 'python3-setuptools-native', 'm4-native', 'gnu-config-native', 'xz-native', 'readline-native', 'ncurses-native', 'popt-native', 'libffi-native', 'libtirpc-native', 'gdbm-native', 'sqlite3-native', 'bzip2-native', 'libnsl2-native', 'gmp-native', 'linux-libc-headers', 'libmpc-native', 'mpfr-native', 'shared-mime-info-native', 'perl-native', 'gettext-native', 'db-native', 'lz4-native', 'xxhash-native', 'ninja-native', 'libgcrypt-native', 'cmake-native', 'gnutls-native', 'libgcc', 'binutils-native', 'elfutils-native', 'lzo-native', 'gtk-doc-native', 'coreutils-native', 'python3-six-native', 'glib-2.0-native', 'util-linux-libuuid-native', 'libpcre2-native', 'libcap-ng-native', 'xmlto-native', 'meson-native', 'itstool-native', 'libxml2-native', 're2c-native', 'libcap-native', 'libgpg-error-native', 'curl-native', 'nettle-native', 'libidn2-native', 'libunistring-native', 'docbook-xsl-stylesheets-native', 'docbook-xml-dtd4-native', 'libxslt-native', 'gperf-native']
| DEBUG: Python function extend_recipe_sysroot finished
| DEBUG: Executing shell function do_image_wic
| INFO: Creating image(s)...
|
| WARNING: The ext4 filesystem mounted at / has no Y2038 support. Inodes (of size 128) are too small.
| INFO: The new image(s) can be found here:
| /home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/build-wic/imx-imx-boot-bootpart-202109221306-mmcblk.direct
|
| The following build artifacts were used to create the image(s):
| ROOTFS_DIR: /home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/rootfs
| BOOTIMG_DIR: /home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/recipe-sysroot/usr/share
| KERNEL_DIR: /home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/deploy/images/imx8mnevk
| NATIVE_SYSROOT: /home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/recipe-sysroot-native
|
| INFO: The image(s) were created using OE kickstart file:
| /home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/imx-imx-boot-bootpart.wks
| bmaptool: ERROR: An error occurred, here is the traceback:
| Traceback (most recent call last):
| File "/home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/recipe-sysroot-native/usr/lib/python3.9/site-packages/bmaptools/Filemap.py", line 388, in _invoke_fiemap
| fcntl.ioctl(self._f_image, _FIEMAP_IOCTL, self._buf, 1)
| OSError: [Errno 95] Operation not supported
|
| During handling of the above exception, another exception occurred:
|
| Traceback (most recent call last):
| File "/home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/recipe-sysroot-native/usr/lib/python3.9/site-packages/bmaptools/Filemap.py", line 533, in filemap
| return FilemapFiemap(image)
| File "/home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/recipe-sysroot-native/usr/lib/python3.9/site-packages/bmaptools/Filemap.py", line 362, in __init__
| self.block_is_mapped(0)
| File "/home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/recipe-sysroot-native/usr/lib/python3.9/site-packages/bmaptools/Filemap.py", line 409, in block_is_mapped
| struct_fiemap = self._invoke_fiemap(block, 1)
| File "/home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/recipe-sysroot-native/usr/lib/python3.9/site-packages/bmaptools/Filemap.py", line 396, in _invoke_fiemap
| raise ErrorNotSupp(errstr)
| bmaptools.Filemap.ErrorNotSupp: FilemapFiemap: the FIEMAP ioctl is not supported by the file-system
|
| During handling of the above exception, another exception occurred:
|
| Traceback (most recent call last):
| File "/home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/recipe-sysroot-native/usr/lib/python3.9/site-packages/bmaptools/BmapCreate.py", line 176, in __init__
| self.filemap = Filemap.filemap(self._f_image)
| File "/home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/recipe-sysroot-native/usr/lib/python3.9/site-packages/bmaptools/Filemap.py", line 535, in filemap
| return FilemapSeek(image)
| File "/home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/recipe-sysroot-native/usr/lib/python3.9/site-packages/bmaptools/Filemap.py", line 208, in __init__
| self._probe_seek_hole()
| File "/home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/recipe-sysroot-native/usr/lib/python3.9/site-packages/bmaptools/Filemap.py", line 243, in _probe_seek_hole
| raise ErrorNotSupp("the file-system does not support "
| bmaptools.Filemap.ErrorNotSupp: the file-system does not support "SEEK_HOLE" and "SEEK_DATA" but only provides a stub implementation
|
| During handling of the above exception, another exception occurred:
|
| Traceback (most recent call last):
| File "/home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/recipe-sysroot-native/usr/lib/python3.9/site-packages/bmaptools/CLI.py", line 555, in create_command
| creator = BmapCreate.BmapCreate(args.image, output, "sha256")
| File "/home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/recipe-sysroot-native/usr/lib/python3.9/site-packages/bmaptools/BmapCreate.py", line 178, in __init__
| raise Error("cannot generate bmap for file '%s': %s"
|
| bmaptool: ERROR: cannot generate bmap for file 'core-image-minimal-imx8mnevk-20210922130646.rootfs.wic': the file-system does not support "SEEK_HOLE" and "SEEK_DATA" but only provides a stub implementation
|
| WARNING: exit code 1 from a shell command.
| ERROR: Execution of '/home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/temp/run.do_image_wic.1382794' failed with exit code 1:
| INFO: Creating image(s)...
|
| WARNING: The ext4 filesystem mounted at / has no Y2038 support. Inodes (of size 128) are too small.
| INFO: The new image(s) can be found here:
| /home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/build-wic/imx-imx-boot-bootpart-202109221306-mmcblk.direct
|
| The following build artifacts were used to create the image(s):
| ROOTFS_DIR: /home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/rootfs
| BOOTIMG_DIR: /home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/recipe-sysroot/usr/share
| KERNEL_DIR: /home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/deploy/images/imx8mnevk
| NATIVE_SYSROOT: /home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/recipe-sysroot-native
|
| INFO: The image(s) were created using OE kickstart file:
| /home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/imx-imx-boot-bootpart.wks
| bmaptool: ERROR: An error occurred, here is the traceback:
| Traceback (most recent call last):
| File "/home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/recipe-sysroot-native/usr/lib/python3.9/site-packages/bmaptools/Filemap.py", line 388, in _invoke_fiemap
| fcntl.ioctl(self._f_image, _FIEMAP_IOCTL, self._buf, 1)
| OSError: [Errno 95] Operation not supported
|
| During handling of the above exception, another exception occurred:
|
| Traceback (most recent call last):
| File "/home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/recipe-sysroot-native/usr/lib/python3.9/site-packages/bmaptools/Filemap.py", line 533, in filemap
| return FilemapFiemap(image)
| File "/home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/recipe-sysroot-native/usr/lib/python3.9/site-packages/bmaptools/Filemap.py", line 362, in __init__
| self.block_is_mapped(0)
| File "/home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/recipe-sysroot-native/usr/lib/python3.9/site-packages/bmaptools/Filemap.py", line 409, in block_is_mapped
| struct_fiemap = self._invoke_fiemap(block, 1)
| File "/home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/recipe-sysroot-native/usr/lib/python3.9/site-packages/bmaptools/Filemap.py", line 396, in _invoke_fiemap
| raise ErrorNotSupp(errstr)
| bmaptools.Filemap.ErrorNotSupp: FilemapFiemap: the FIEMAP ioctl is not supported by the file-system
|
| During handling of the above exception, another exception occurred:
|
| Traceback (most recent call last):
| File "/home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/recipe-sysroot-native/usr/lib/python3.9/site-packages/bmaptools/BmapCreate.py", line 176, in __init__
| self.filemap = Filemap.filemap(self._f_image)
| File "/home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/recipe-sysroot-native/usr/lib/python3.9/site-packages/bmaptools/Filemap.py", line 535, in filemap
| return FilemapSeek(image)
| File "/home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/recipe-sysroot-native/usr/lib/python3.9/site-packages/bmaptools/Filemap.py", line 208, in __init__
| self._probe_seek_hole()
| File "/home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/recipe-sysroot-native/usr/lib/python3.9/site-packages/bmaptools/Filemap.py", line 243, in _probe_seek_hole
| raise ErrorNotSupp("the file-system does not support "
| bmaptools.Filemap.ErrorNotSupp: the file-system does not support "SEEK_HOLE" and "SEEK_DATA" but only provides a stub implementation
|
| During handling of the above exception, another exception occurred:
|
| Traceback (most recent call last):
| File "/home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/recipe-sysroot-native/usr/lib/python3.9/site-packages/bmaptools/CLI.py", line 555, in create_command
| creator = BmapCreate.BmapCreate(args.image, output, "sha256")
| File "/home/ubantu/workspace/smartio/imx-yocto-bsp/build-wayland/tmp/work/imx8mnevk-poky-linux/core-image-minimal/1.0-r0/recipe-sysroot-native/usr/lib/python3.9/site-packages/bmaptools/BmapCreate.py", line 178, in __init__
| raise Error("cannot generate bmap for file '%s': %s"
|
| bmaptool: ERROR: cannot generate bmap for file 'core-image-minimal-imx8mnevk-20210922130646.rootfs.wic': the file-system does not support "SEEK_HOLE" and "SEEK_DATA" but only provides a stub implementation
|
| WARNING: exit code 1 from a shell command.
|
ERROR: Task (/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/poky/meta/recipes-core/images/core-image-minimal.bb:do_image_wic) failed with exit code '1'
NOTE: Tasks Summary: Attempted 3415 tasks of which 3414 didn't need to be rerun and 1 failed.
Summary: 1 task failed:
/home/ubantu/workspace/smartio/imx-yocto-bsp/sources/poky/meta/recipes-core/images/core-image-minimal.bb:do_image_wic
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
Пожалуйста, помогите.
заранее спасибо