|
|
@@ -38,6 +38,7 @@ PACKAGES =+ " \
|
|
|
${PN}-progress \
|
|
|
${PN}-tools \
|
|
|
${PN}-tools-hawkbit \
|
|
|
+ ${PN}-tools-ipc \
|
|
|
${PN}-usb \
|
|
|
${PN}-www \
|
|
|
"
|
|
|
@@ -46,6 +47,8 @@ wwwdir ?= "/www"
|
|
|
|
|
|
# tools is now an empty meta package for backward compatibility
|
|
|
ALLOW_EMPTY_${PN}-tools = "1"
|
|
|
++ALLOW_EMPTY_${PN}-tools-hawkbit = "1"
|
|
|
++ALLOW_EMPTY_${PN}-tools-ipc = "1"
|
|
|
|
|
|
FILES_${PN}-client = "${bindir}/swupdate-client"
|
|
|
FILES_${PN}-lua += "${libdir}/lua/"
|
|
|
@@ -62,6 +65,9 @@ FILES_${PN}-tools-hawkbit = " \
|
|
|
${bindir}/swupdate-hawkbitcfg \
|
|
|
${bindir}/swupdate-sendtohawkbit \
|
|
|
"
|
|
|
+FILES_${PN}-tools-ipc = " \
|
|
|
+ ${bindir}/swupdate-ipc \
|
|
|
+"
|
|
|
FILES_${PN} += " \
|
|
|
${libdir}/tmpfiles.d \
|
|
|
${libdir}/swupdate/* \
|