* [meta-raspberrypi][PATCH] bluez5: correctly append brcm43438 service
@ 2016-10-04 9:51 Samuli Piippo
2016-10-14 12:39 ` Andrei Gherzan
0 siblings, 1 reply; 2+ messages in thread
From: Samuli Piippo @ 2016-10-04 9:51 UTC (permalink / raw)
To: yocto
Cannot use += operator together with machine override.
Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
---
recipes-connectivity/bluez5/bluez5_%.bbappend | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-connectivity/bluez5/bluez5_%.bbappend b/recipes-connectivity/bluez5/bluez5_%.bbappend
index 89798a4..956d776 100644
--- a/recipes-connectivity/bluez5/bluez5_%.bbappend
+++ b/recipes-connectivity/bluez5/bluez5_%.bbappend
@@ -23,4 +23,4 @@ FILES_${PN}_append_raspberrypi3 = " \
/lib/firmware/brcm/BCM43430A1.hcd \
"
-SYSTEMD_SERVICE_${PN}_raspberrypi3 += "brcm43438.service"
+SYSTEMD_SERVICE_${PN}_append_raspberrypi3 = " brcm43438.service"
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [meta-raspberrypi][PATCH] bluez5: correctly append brcm43438 service
2016-10-04 9:51 [meta-raspberrypi][PATCH] bluez5: correctly append brcm43438 service Samuli Piippo
@ 2016-10-14 12:39 ` Andrei Gherzan
0 siblings, 0 replies; 2+ messages in thread
From: Andrei Gherzan @ 2016-10-14 12:39 UTC (permalink / raw)
To: Samuli Piippo; +Cc: yocto
[-- Attachment #1: Type: text/plain, Size: 1027 bytes --]
On Tue, Oct 04, 2016 at 12:51:34PM +0300, Samuli Piippo wrote:
> Cannot use += operator together with machine override.
>
> Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
> ---
> recipes-connectivity/bluez5/bluez5_%.bbappend | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-connectivity/bluez5/bluez5_%.bbappend b/recipes-connectivity/bluez5/bluez5_%.bbappend
> index 89798a4..956d776 100644
> --- a/recipes-connectivity/bluez5/bluez5_%.bbappend
> +++ b/recipes-connectivity/bluez5/bluez5_%.bbappend
> @@ -23,4 +23,4 @@ FILES_${PN}_append_raspberrypi3 = " \
> /lib/firmware/brcm/BCM43430A1.hcd \
> "
>
> -SYSTEMD_SERVICE_${PN}_raspberrypi3 += "brcm43438.service"
> +SYSTEMD_SERVICE_${PN}_append_raspberrypi3 = " brcm43438.service"
> --
> 1.9.1
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
Megred to master. Thanks, Samuli.
--
Andrei Gherzan
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 817 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-10-14 12:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-04 9:51 [meta-raspberrypi][PATCH] bluez5: correctly append brcm43438 service Samuli Piippo
2016-10-14 12:39 ` Andrei Gherzan
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.