When trying to build meta-mender-core I have been receiving an error:
ERROR: No recipes available for:
/home/user/yocto/layers/meta-mender/meta-mender-core/recipes-devtools/e2fsprogs/e2fsprogs_1.44.%.bbappend
I currently use openembedded-core (master) poky (master) - 14.8.19
The issue is caused by a patch for e2fsprogs to remove metadata_csum from the features for ext4
https://github.com/mendersoftware/meta-mender/commit/c45085187ec79dc2a2dcbb2a2566fe509f0194f0
I’m not sure how yocto handles patches for older versions (openembedded is using 1.45) but is the patch just a case of updating the diff for the current version?
http://layers.openembedded.org/layerindex/recipe/5306/
Any thoughts on the right way to fix this issue would be appreciated.