|
@@ -1,7 +1,7 @@
|
|
|
SUMMARY="Image updater for Yocto projects"
|
|
SUMMARY="Image updater for Yocto projects"
|
|
|
DESCRIPTION = "Application for automatic software update from USB Pen"
|
|
DESCRIPTION = "Application for automatic software update from USB Pen"
|
|
|
SECTION="swupdate"
|
|
SECTION="swupdate"
|
|
|
-DEPENDS = "libconfig"
|
|
|
|
|
|
|
+DEPENDS += "libconfig"
|
|
|
|
|
|
|
|
# SWUpdate licensing is described in the following pages:
|
|
# SWUpdate licensing is described in the following pages:
|
|
|
# https://sbabic.github.io/swupdate/licensing.html
|
|
# https://sbabic.github.io/swupdate/licensing.html
|
|
@@ -30,6 +30,8 @@ SRC_URI = "git://github.com/sbabic/swupdate.git;protocol=https \
|
|
|
file://90-start-progress \
|
|
file://90-start-progress \
|
|
|
"
|
|
"
|
|
|
|
|
|
|
|
|
|
+LTOEXTRA += "-flto-partition=none"
|
|
|
|
|
+
|
|
|
PACKAGES =+ " \
|
|
PACKAGES =+ " \
|
|
|
${PN}-client \
|
|
${PN}-client \
|
|
|
${PN}-lua \
|
|
${PN}-lua \
|