[rdkb][common][config][Refactor filogic880.conf and image bbappend]
[Description]
1. add efuse-tools feature to decide build in efuse tools or not
2. add dmsetup tools for firmware upgrade on secure boot
[Release-log]
diff --git a/conf/machine/filogic880.conf b/conf/machine/filogic880.conf
index bdc0796..7b93569 100644
--- a/conf/machine/filogic880.conf
+++ b/conf/machine/filogic880.conf
@@ -67,3 +67,6 @@
SECURE_BOOT_KEYDIR_secureboot = "${TOPDIR}/../keys"
FIT_HASH_ALG_secureboot ="sha1"
HASHED_BOOT_DEVICE_secureboot = "252:0"
+
+# for efuse tools
+#DISTRO_FEATURES_append = " efuse_tools"
\ No newline at end of file