@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2013 Stefano Babic <sbabic@denx.de>
+#
+# SPDX-License-Identifier: GPL-2.0-only
+
#
# For a description of the syntax of this configuration file,
# see scripts/kbuild/config-language.txt.
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2013 Stefano Babic <sbabic@denx.de>
+#
+# SPDX-License-Identifier: GPL-2.0-only
+
VERSION = 2020
PATCHLEVEL = 11
SUBLEVEL = 0
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2013 Stefano Babic <sbabic@denx.de>
+#
+# SPDX-License-Identifier: GPL-2.0-only
+
ifeq ($(HAVE_LUA),)
export HAVE_LUA = y
endif
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2013 Stefano Babic <sbabic@denx.de>
+#
+# SPDX-License-Identifier: GPL-2.0-only
+
# ==========================================================================
# Build system
# ==========================================================================
@@ -116,7 +120,7 @@ endif
ifeq ($(CONFIG_LUA),y)
ifeq ($(CONFIG_HANDLER_IN_LUA),y)
ifeq ($(CONFIG_EMBEDDED_LUA_HANDLER),y)
-ifneq ($(CONFIG_EMBEDDED_LUA_HANDLER_SOURCE),)
+ifneq ($(CONFIG_EMBEDDED_LUA_HANDLER_SOURCE),)
LDFLAGS_swupdate += -Wl,--format=binary -Wl,$(CONFIG_EMBEDDED_LUA_HANDLER_SOURCE) -Wl,--format=default
KBUILD_CPPFLAGS += -DEMBEDDED_LUA_SRC_START="_binary_$(subst ",,$(subst .,_,$(subst /,_,$(CONFIG_EMBEDDED_LUA_HANDLER_SOURCE))))_start"
KBUILD_CPPFLAGS += -DEMBEDDED_LUA_SRC_END="_binary_$(subst ",,$(subst .,_,$(subst /,_,$(CONFIG_EMBEDDED_LUA_HANDLER_SOURCE))))_end"
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2013 Stefano Babic <sbabic@denx.de>
+#
+# SPDX-License-Identifier: GPL-2.0-only
+
# ==========================================================================
# Build system
# ==========================================================================
@@ -1,3 +1,9 @@
+<!--
+SPDX-FileCopyrightText: 2013 Stefano Babic <sbabic@denx.de>
+
+SPDX-License-Identifier: GPL-2.0-only
+-->
+
<p align ="center"><img src=SWUpdate.svg width=200 height=200 /></p>
SWUpdate - Software Update for Embedded Linux Devices
@@ -40,7 +46,7 @@ SWUpdate is a framework with a lot of configurable options:
- Fail safe and atomic update
- Lua interpreter to extend the update rules on your needs
- Hardware / Software compatibility.
-- Small footprint to generate a rescue system to restore the device.
+- Small footprint to generate a rescue system to restore the device.
- Cryptographic sign and verification of updates
- support for OpenSSL
- support for mbedTLS
@@ -66,7 +72,7 @@ the [meta-swupdate](https://layers.openembedded.org/layerindex/branch/master/lay
It is also integrated in [Buildroot](https://github.com/buildroot/buildroot/blob/master/package/swupdate/swupdate.config).
Debian (and Debian-like distributions) has merged a [package](https://packages.debian.org/unstable/swupdate).
-Examples using meta-swupdate with evaluation boards (Beaglebone, RPI3) are provided in
+Examples using meta-swupdate with evaluation boards (Beaglebone, RPI3) are provided in
[meta-swupdate-boards](https://layers.openembedded.org/layerindex/branch/master/layer/meta-swupdate-boards/) layer.
## License
Signed-off-by: Mark Jonas <toertel@gmail.com> --- Kconfig | 4 ++++ Makefile | 4 ++++ Makefile.deps | 4 ++++ Makefile.flags | 6 +++++- Makefile.help | 4 ++++ README.md | 10 ++++++++-- 6 files changed, 29 insertions(+), 3 deletions(-)