diff mbox series

[v2,5/8] package/swupdate: add comment on origin of services/configs

Message ID 20210829024632.682029-5-james.hilliard1@gmail.com
State Accepted
Headers show
Series [v2,1/8] package/swupdate: let buildroot handle stripping | expand

Commit Message

James Hilliard Aug. 29, 2021, 2:46 a.m. UTC
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/swupdate/swupdate.mk | 2 ++
 1 file changed, 2 insertions(+)

Comments

Peter Korsgaard Sept. 13, 2021, 9:48 a.m. UTC | #1
>>>>> "James" == James Hilliard <james.hilliard1@gmail.com> writes:

 > Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
 > ---
 >  package/swupdate/swupdate.mk | 2 ++
 >  1 file changed, 2 insertions(+)

 > diff --git a/package/swupdate/swupdate.mk b/package/swupdate/swupdate.mk
 > index c9bd486127..256f0930ce 100644
 > --- a/package/swupdate/swupdate.mk
 > +++ b/package/swupdate/swupdate.mk
 > @@ -222,6 +222,8 @@ $(error No Swupdate configuration file specified, check your BR2_PACKAGE_SWUPDAT
 >  endif
 >  endif
 
 > +# Services and configs derived from meta-swupdate(MIT license)

It would have been nice with a space before '(MIT', but OK.

Committed to 2021.02.x, 2021.05.x and 2021.08.x, thanks.
diff mbox series

Patch

diff --git a/package/swupdate/swupdate.mk b/package/swupdate/swupdate.mk
index c9bd486127..256f0930ce 100644
--- a/package/swupdate/swupdate.mk
+++ b/package/swupdate/swupdate.mk
@@ -222,6 +222,8 @@  $(error No Swupdate configuration file specified, check your BR2_PACKAGE_SWUPDAT
 endif
 endif
 
+# Services and configs derived from meta-swupdate(MIT license)
+# https://github.com/sbabic/meta-swupdate/tree/master/recipes-support/swupdate/swupdate
 define SWUPDATE_INSTALL_COMMON
 	mkdir -p $(TARGET_DIR)/etc/swupdate/conf.d \
 		$(TARGET_DIR)/usr/lib/swupdate/conf.d