Freescale / meta-freescale

Layer containing NXP hardware support metadata
Other
164 stars 248 forks source link

Failed to fetch/checkout linux-fslc in scarthgap #1817

Closed Livius90 closed 2 months ago

Livius90 commented 2 months ago

After fetch of linux-fslc recipe git symlink folder for kernel-source has no any content of real sources from git repo (fully empty). Therefore in-tree defconfig is missing and do_patch also failed, recipe is fully broken to build.

At the moment Yocto scarthgap is not buildable with linux-fslc kernel of meta-freescale layer. Please fix it.

Build Configuration:
BB_VERSION           = "2.8.0"
BUILD_SYS            = "x86_64-linux"
NATIVELSBSTRING      = "universal"
TARGET_SYS           = "arm-fslc-linux-gnueabi"
MACHINE              = "imx7d-pico"
DISTRO               = "fslc-framebuffer"
DISTRO_VERSION       = "5.0"
TUNE_FEATURES        = "arm vfp cortexa7 neon thumb callconvention-hard"
TARGET_FPU           = "hard"
meta
meta-poky            = "HEAD:f450ddee3e1299dc80e1641c38bbd1699764ac87"
meta-oe
meta-multimedia
meta-python          = "HEAD:a72010b414ee3d73888ac9cb4e310e8f05e13aea"
meta-freescale       = "HEAD:41b923e59e048b9b2942ff737a4ddac386954c62"
meta-freescale-3rdparty = "HEAD:8b61684f0b1ba8bacdf3a69d993445e9791d4932"
meta-freescale-distro = "HEAD:b9d6a5d9931922558046d230c1f5f4ef6ee72345"
meta-mingw           = "HEAD:acbba477893ef87388effc4679b7f40ee49fc852"
meta-networking
meta-filesystems     = "HEAD:a72010b414ee3d73888ac9cb4e310e8f05e13aea"

Sstate summary: Wanted 2812 Local 0 Mirrors 0 Missed 2812 Current 336 (0% match, 10% complete)###########################################################################################################                     | ETA:  0:00:17
Removing 94 stale sstate objects for arch cortexa7t2hf-neon: 100% |###########################################################################################################################################################| Time: 0:00:02
Removing 10 stale sstate objects for arch x86_64: 100% |######################################################################################################################################################################| Time: 0:00:00
NOTE: Executing Tasks
ERROR: linux-fslc-6.6.26+git-r0 do_kernel_configme: A KBUILD_DEFCONFIG 'imx_v6_v7_defconfig' was specified, but not present in the source tree (/ssd_1TB/scarthgap/build/tmp/work/imx7d_pico-fslc-linux-gnueabi/linux-fslc/6.6.26+git/git/arch/arm/configs/)
ERROR: linux-fslc-6.6.26+git-r0 do_kernel_configme: ExecutionError('/ssd_1TB/scarthgap/build/tmp/work/imx7d_pico-fslc-linux-gnueabi/linux-fslc/6.6.26+git/temp/run.do_kernel_configme.241852', 1, None, None)
ERROR: Logfile of failure stored in: /ssd_1TB/scarthgap/build/tmp/work/imx7d_pico-fslc-linux-gnueabi/linux-fslc/6.6.26+git/temp/log.do_kernel_configme.241852
ERROR: Task (/ssd_1TB/scarthgap/sources/meta-freescale/recipes-kernel/linux/linux-fslc_6.6.bb:do_kernel_configme) failed with exit code '1'
otavio commented 2 months ago

Fixed in #1820