Hi,
I would like to create a minimal image with Yocto - Kirkland and meta-raspberrypi.
However it seems bitbake gets an error when fetching 5.15.y Kernel. Is there a modified meta-raspberrypi available which reflects latest Kernel changes, URL links with sources and so on... or how can I modify it myself?
I would like to create a minimal image with Yocto - Kirkland and meta-raspberrypi.
However it seems bitbake gets an error when fetching 5.15.y Kernel. Is there a modified meta-raspberrypi available which reflects latest Kernel changes, URL links with sources and so on... or how can I modify it myself?
Code:
pi@ubuntudesk:~/dev/Yocto/build-rpi$ bitbake core-image-minimalLoading cache: 100% |#################################################################################################| Time: 0:00:00Loaded 3932 entries from dependency cache.NOTE: Resolving any missing task queue dependenciesBuild Configuration:BB_VERSION = "2.0.0"BUILD_SYS = "x86_64-linux"NATIVELSBSTRING = "universal"TARGET_SYS = "aarch64-poky-linux"MACHINE = "raspberrypi4-64"DISTRO = "poky"DISTRO_VERSION = "4.0.15"TUNE_FEATURES = "aarch64 armv8a crc cortexa72"TARGET_FPU = ""meta meta-poky meta-yocto-bsp = "kirkstone:a818202d85a2fba1be8f43e00391e44a2dbada7e"meta-oe meta-python meta-networking meta-multimedia = "kirkstone:730e44900a0a86265bad93a16b5a5ff344a07266"meta-raspberrypi = "kirkstone:8bad47eba3a56204a5b5d2a433b499398bda2173"Initialising tasks: 100% |############################################################################################| Time: 0:00:01Sstate summary: Wanted 1183 Local 0 Mirrors 0 Missed 1183 Current 216 (0% match, 15% complete)NOTE: Executing TasksWARNING: linux-raspberrypi-1_5.15.92+gitAUTOINC+509f4b9d68_14b35093ca-r0 do_fetch: Failed to fetch URL git://github.com/raspberrypi/linux.git;name=machine;branch=rpi-5.15.y;protocol=https, attempting MIRRORS if availableERROR: linux-raspberrypi-1_5.15.92+gitAUTOINC+509f4b9d68_14b35093ca-r0 do_fetch: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus"; export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export PATH="/home/piwi/dev/Yocto/build-rpi/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/piwi/dev/Yocto/poky/scripts:/home/piwi/dev/Yocto/build-rpi/tmp/work/raspberrypi4_64-poky-linux/linux-raspberrypi/1_5.15.92+gitAUTOINC+509f4b9d68_14b35093ca-r0/recipe-sysroot-native/usr/bin/aarch64-poky-linux:/home/piwi/dev/Yocto/build-rpi/tmp/work/raspberrypi4_64-poky-linux/linux-raspberrypi/1_5.15.92+gitAUTOINC+509f4b9d68_14b35093ca-r0/recipe-sysroot/usr/bin/crossscripts:/home/piwi/dev/Yocto/build-rpi/tmp/work/raspberrypi4_64-poky-linux/linux-raspberrypi/1_5.15.92+gitAUTOINC+509f4b9d68_14b35093ca-r0/recipe-sysroot-native/usr/sbin:/home/piwi/dev/Yocto/build-rpi/tmp/work/raspberrypi4_64-poky-linux/linux-raspberrypi/1_5.15.92+gitAUTOINC+509f4b9d68_14b35093ca-r0/recipe-sysroot-native/usr/bin:/home/piwi/dev/Yocto/build-rpi/tmp/work/raspberrypi4_64-poky-linux/linux-raspberrypi/1_5.15.92+gitAUTOINC+509f4b9d68_14b35093ca-r0/recipe-sysroot-native/sbin:/home/piwi/dev/Yocto/build-rpi/tmp/work/raspberrypi4_64-poky-linux/linux-raspberrypi/1_5.15.92+gitAUTOINC+509f4b9d68_14b35093ca-r0/recipe-sysroot-native/bin:/home/piwi/dev/Yocto/poky/bitbake/bin:/home/piwi/dev/Yocto/build-rpi/tmp/hosttools"; export HOME="/home/piwi"; LANG=C git -c core.fsyncobjectfiles=0 -c gc.autoDetach=false -c core.pager=cat clone --bare --mirror https://github.com/raspberrypi/linux.git /home/piwi/dev/Yocto/build-rpi/downloads/git2/github.com.raspberrypi.linux.git --progress failed with exit code 128, no outputERROR: linux-raspberrypi-1_5.15.92+gitAUTOINC+509f4b9d68_14b35093ca-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'git://github.com/raspberrypi/linux.git;name=machine;branch=rpi-5.15.y;protocol=https')ERROR: Logfile of failure stored in: /home/piwi/dev/Yocto/build-rpi/tmp/work/raspberrypi4_64-poky-linux/linux-raspberrypi/1_5.15.92+gitAUTOINC+509f4b9d68_14b35093ca-r0/temp/log.do_fetch.610542ERROR: Task (/home/piwi/dev/Yocto/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_5.15.bb:do_fetch) failed with exit code '1'NOTE: Tasks Summary: Attempted 1080 tasks of which 976 didn't need to be rerun and 1 failed.Summary: 1 task failed: /home/piwi/dev/Yocto/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_5.15.bb:do_fetchSummary: There was 1 WARNING message.Summary: There were 2 ERROR messages, returning a non-zero exit code.
Statistics: Posted by piwi — Mon Jan 22, 2024 9:00 am — Replies 0 — Views 25