Dear Experts,
I am trying to build an image with the meta-qt6 feature, but during the Bitbake execution, I encountered the following error. Despite multiple attempts, the issue persists. Could you please help me resolve the error mentioned below?
calixto-systems@calixtosystems-HP-Notebook:/media/drive_A/eagle/nxp-linux-platform/yocto/calixto-yocto-bsp/build-xwayland$ bitbake imx-image-full
WARNING: You have included the meta-virtualization layer, but 'virtualization' has not been enabled in your DISTRO_FEATURES. Some bbappend files may not take effect. See the meta-virtualization README for details on enabling virtualization support.
Loading cache: 100% |##########################################################################################################| Time: 0:00:01
Loaded 4742 entries from dependency cache.
Parsing recipes: 100% |########################################################################################################| Time: 0:00:01
Parsing of 3195 .bb files complete (3194 cached, 1 parsed). 4743 targets, 371 skipped, 3 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies
Build Configuration:
BB_VERSION = "2.0.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "universal"
TARGET_SYS = "arm-poky-linux-gnueabi"
MACHINE = "imx6ull-versa256"
DISTRO = "fsl-imx-xwayland"
DISTRO_VERSION = "5.15-kirkstone"
TUNE_FEATURES = "arm vfp cortexa7 neon thumb callconvention-hard"
TARGET_FPU = "hard"
meta
meta-poky = "HEAD:24a3f7b3648185e33133f5d96b184a6cb6524f3d"
meta-oe
meta-multimedia
meta-python = "HEAD:744a4b6eda88b9a9ca1cf0df6e18be384d9054e3"
meta-freescale = "HEAD:c82d4634e7aba8bc0de73ce1dfc997b630051571"
meta-freescale-3rdparty = "HEAD:5977197340c7a7db17fe3e02a4e014ad997565ae"
meta-freescale-distro = "HEAD:d5bbb487b2816dfc74984a78b67f7361ce404253"
meta-calixto-nxp = "HEAD:c547c4347d887a7212bd3d306f0601c21ff36d65"
meta-bsp
meta-sdk
meta-ml
meta-v2x = "HEAD:ca68ab5d25322b51f54564275c84ab8de3c74ea6"
meta-nxp-demo-experience = "HEAD:52eaf8bf42f8eda2917a1c8c046003c8c2c8f629"
meta-chromium = "HEAD:e232c2e21b96dc092d9af8bea4b3a528e7a46dd6"
meta-clang = "HEAD:c728c3f9168c8a4ed05163a51dd48ca1ad8ac21d"
meta-gnome
meta-networking
meta-filesystems = "HEAD:744a4b6eda88b9a9ca1cf0df6e18be384d9054e3"
meta-qt6 = "HEAD:ed785a25d12e365d1054700d4fc94a053176eb14"
meta-virtualization = "HEAD:9482648daf0bb42ff3475e7892542cf99f3b8d48"
Initialising tasks: 100% |#####################################################################################################| Time: 0:00:13
Sstate summary: Wanted 3349 Local 0 Mirrors 0 Missed 3349 Current 101 (0% match, 2% complete)
NOTE: Executing Tasks
WARNING: cracklib-2.9.8-r0 do_fetch: Failed to fetch URL git://github.com/cracklib/cracklib;protocol=https;branch=master, attempting MIRRORS if available
ERROR: cracklib-2.9.8-r0 do_fetch: Fetcher failure: Unable to find revision d9e8f9f47718539aeba80f90f4e072549926dc9c in branch master even from upstream
ERROR: cracklib-2.9.8-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'git://github.com/cracklib/cracklib;protocol=https;branch=master')
ERROR: Logfile of failure stored in: /media/drive_A/eagle/nxp-linux-platform/yocto/calixto-yocto-bsp/build-xwayland/tmp/work/cortexa7t2hf-neon-poky-linux-gnueabi/cracklib/2.9.8-r0/temp/log.do_fetch.919291
ERROR: Task (/media/drive_A/eagle/nxp-linux-platform/yocto/calixto-yocto-bsp/sources/poky/meta/recipes-extended/cracklib/cracklib_2.9.8.bb:do_fetch) failed with exit code '1'
WARNING: cracklib-native-2.9.8-r0 do_fetch: Failed to fetch URL git://github.com/cracklib/cracklib;protocol=https;branch=master, attempting MIRRORS if available
ERROR: cracklib-native-2.9.8-r0 do_fetch: Fetcher failure: Unable to find revision d9e8f9f47718539aeba80f90f4e072549926dc9c in branch master even from upstream
ERROR: cracklib-native-2.9.8-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'git://github.com/cracklib/cracklib;protocol=https;branch=master')
ERROR: Logfile of failure stored in: /media/drive_A/eagle/nxp-linux-platform/yocto/calixto-yocto-bsp/build-xwayland/tmp/work/x86_64-linux/cracklib-native/2.9.8-r0/temp/log.do_fetch.930524
ERROR: Task (virtual:native:/media/drive_A/eagle/nxp-linux-platform/yocto/calixto-yocto-bsp/sources/poky/meta/recipes-extended/cracklib/cracklib_2.9.8.bb:do_fetch) failed with exit code '1'
also Please share proper link to fetch the above respective repo.
Regards,
Ravikumar