Hi, Richard: Our products are based on LTS kirkstone, we found a build issue of mmc-utils, which has been fixed by https://kernel.googlesource.com/pub/scm/utils/mmc/mmc-utils/+/0d493fb091b592bde6004a618c28f1c3619af1a4 this uplift only involves in two commits including the above fix: ``` b7e4d5a mmc-utils: Add General command CMD56 read support 0d493fb mmc-utils: Fix build error MMC_BLOCK_MAJOR undeclared ``` considering kirkstone mmc-utils recipe fetches mmc-utils master branch and does not stick to any release tag, so I think we can uplift mmc-utils to the latest rather than backport that fix to kirkstone. //Ming Liu 於 2022年5月15日 週日 下午11:42寫道: > On Sun, 2022-05-15 at 14:43 +0200, liu.ming50@gmail.com wrote: > > From: Alexander Kanavin > > > > Signed-off-by: Alexander Kanavin > > Signed-off-by: Luca Ceresoli > > Signed-off-by: Richard Purdie > > (cherry picked from commit d98b06c9c6f480de1e5167bfe8392e39300fc02c) > > Signed-off-by: Ming Liu > > --- > > meta/recipes-devtools/mmc/mmc-utils_git.bb | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > Why does kirkstone need this though? > > Cheers, > > Richard >