Skip to content

Fixes for scarthgap-dev

Fixes two issues:

  • The upstream kernel config fragment for docker has been updated (warning building linux-yocto).
WARNING: linux-yocto-6.6.23+git-r0 do_containers_kernelcfg_check: Kernel Config File docker.cfg may have been overwritten or updated upstream. Ensure no collisions on the following paths: 

/home/adajoh01/code/arm-software/meta-cassini/scarthgap/build/tmp/work/corstone1000_fvp-poky-linux/linux-yocto/6.6.23+git/kernel-meta/cfg/docker.cfg 

/home/adajoh01/code/arm-software/meta-cassini/scarthgap/build/tmp/work/corstone1000_fvp-poky-linux/linux-yocto/6.6.23+git/recipe-sysroot-native/kcfg/cfg/docker.cfg
Or set md5sum to update the checksum.
  • Checksum mismatch for greengrass-parsec-plugin (error building greengrass-parsec-plugin)
2024-06-17 02:26:56 - ERROR    - ERROR: greengrass-parsec-plugin-1.0.0-r0 do_fetch: Fetcher failure for URL: 'https://gitlab.com/api/v4/projects/44378631/packages/generic/greengrass-parsec-plugin/1.0.0/aws.greengrass.crypto.ParsecProvider.jar;unpack=false'. Checksum mismatch!
2024-06-17 02:26:56 - ERROR    - File: '/sstate-cache/common_dl_dir/aws.greengrass.crypto.ParsecProvider.jar.tmp' has sha256 checksum 'fe34a4e6084b1002809d06f675524049b58b723ddbe8cccde31bb9c02fdf42fb' when 'd891c849f5b6b16f9b134949cb48789df87a4a6df95058e5dfd7555736119c9b' was expected

Note for reviewers: The docker.cfg change only affects the config check - not the kernel config which is actually used.

Edited by Adam Johnston

Merge request reports