self-diagnostics: assign priority to dm plugin

This commit is contained in:
Vivek Kumar Dutta 2025-03-13 12:16:55 +05:30
parent 42bd6390b5
commit 880741d8c3
No known key found for this signature in database
GPG key ID: 4E09F5AD8265FD4C

View file

@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=self-diagnostics
PKG_VERSION:=1.0.14
PKG_VERSION:=1.0.15
PKG_RELEASE:=1
PKG_LICENSE:=GPL-2.0-only
@ -25,7 +25,7 @@ endef
define Package/self-diagnostics/install
$(INSTALL_DIR) $(1)/etc/self-diagnostics/spec/
$(CP) ./files/* $(1)/
$(BBFDM_INSTALL_MS_PLUGIN) $(PKG_BUILD_DIR)/libselftest.so $(1) core
$(BBFDM_INSTALL_MS_PLUGIN) $(PKG_BUILD_DIR)/libselftest.so $(1) core 14
endef
$(eval $(call BuildPackage,self-diagnostics))