common.mk: add mmc-utils buildroot package
This is useful for debugging or testing eMMC and RPMB issues.
Signed-off-by: Victor Chong <victor.chong@linaro.org>
Reviewed-by: Joakim Bech <joakim.bech@linaro.org>
Acked-by: Etienne Carriere <etienne.carriere@linaro.org>
diff --git a/common.mk b/common.mk
index 0eced07..8aac6a7 100644
--- a/common.mk
+++ b/common.mk
@@ -242,6 +242,7 @@
endif
@echo "BR2_PACKAGE_OPENSSL=y" >> ../out-br/extra.conf
@echo "BR2_PACKAGE_LIBOPENSSL=y" >> ../out-br/extra.conf
+ @echo "BR2_PACKAGE_MMC_UTILS=y" >> ../out-br/extra.conf
@(cd .. && python build/br-ext/scripts/make_def_config.py \
--br buildroot --out out-br --br-ext build/br-ext \
--top-dir "$(ROOT)" \