mirzak / meta-coral

Yocto/OE-core BSP Layer for Coral Dev Board
MIT License
40 stars 21 forks source link

Add 5.4 kernel and switch to using it #52

Closed kraj closed 1 year ago

kraj commented 1 year ago

This should fix https://github.com/mirzak/meta-coral/issues/51

Also add WIP patches for linux-imx 5.15 support.

mirzak commented 1 year ago

Got some errors when trying to build this PR:

WARNING: linux-imx-headers-5.15-r0 do_fetch: Failed to fetch URL git://github.com/nxp-imx/linux-imx.git;protocol=https;branch=lf-5.15.y, attempting MIRRORS if available
ERROR: linux-imx-headers-5.15-r0 do_fetch: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus"; export PATH="/home/admin/src/coral/build/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/admin/src/coral/sources/poky/scripts:/home/admin/src/coral/build/tmp/work/cortexa53-crypto-mx8m-fslc-linux/linux-imx-headers/5.15-r0/recipe-sysroot-native/usr/bin/aarch64-fslc-linux:/home/admin/src/coral/build/tmp/work/cortexa53-crypto-mx8m-fslc-linux/linux-imx-headers/5.15-r0/recipe-sysroot/usr/bin/crossscripts:/home/admin/src/coral/build/tmp/work/cortexa53-crypto-mx8m-fslc-linux/linux-imx-headers/5.15-r0/recipe-sysroot-native/usr/sbin:/home/admin/src/coral/build/tmp/work/cortexa53-crypto-mx8m-fslc-linux/linux-imx-headers/5.15-r0/recipe-sysroot-native/usr/bin:/home/admin/src/coral/build/tmp/work/cortexa53-crypto-mx8m-fslc-linux/linux-imx-headers/5.15-r0/recipe-sysroot-native/sbin:/home/admin/src/coral/build/tmp/work/cortexa53-crypto-mx8m-fslc-linux/linux-imx-headers/5.15-r0/recipe-sysroot-native/bin:/home/admin/src/coral/sources/poky/bitbake/bin:/home/admin/src/coral/build/tmp/hosttools"; export HOME="/home/admin"; LANG=C git -c gc.autoDetach=false -c core.pager=cat clone --bare --mirror https://github.com/nxp-imx/linux-imx.git /home/admin/src/coral/downloads//git2/github.com.nxp-imx.linux-imx.git --progress failed with exit code 255, no output
ERROR: linux-imx-headers-5.15-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'git://github.com/nxp-imx/linux-imx.git;protocol=https;branch=lf-5.15.y')
ERROR: Logfile of failure stored in: /home/admin/src/coral/build/tmp/work/cortexa53-crypto-mx8m-fslc-linux/linux-imx-headers/5.15-r0/temp/log.do_fetch.1384066
ERROR: Task (/home/admin/src/coral/sources/meta-freescale/recipes-kernel/linux/linux-imx-headers_5.15.bb:do_fetch) failed with exit code '1'
kraj commented 1 year ago

These errors could be due to net access is it happening all the time ? For me this repo fetches ok

mirzak commented 1 year ago

These errors could be due to net access is it happening all the time ? For me this repo fetches ok

Could be something on my end, but the error is persistent and it is the only package that fails.

Merging this anyway.