* [dora][backport from master] apmd.service: Fix typo (not mandatory EnvironmentFile prefix)
@ 2014-07-09 14:24 Sébastien Mennetrier
2014-07-18 7:30 ` Sébastien Mennetrier
0 siblings, 1 reply; 4+ messages in thread
From: Sébastien Mennetrier @ 2014-07-09 14:24 UTC (permalink / raw)
To: openembedded-core
From: Tobias Blom <tobias.blom@techne-dev.se>
Prefix to EnvironmentFile should be preciding the filenamn.
(From OE-Core rev: 1f694e4cb493b0737b6009382c0957e6837ebbed)
Signed-off-by: Tobias Blom <tobias.blom@techne-dev.se>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
meta/recipes-bsp/apmd/apmd-3.2.2-14/apmd.service | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-bsp/apmd/apmd-3.2.2-14/apmd.service b/meta/recipes-bsp/apmd/apmd-3.2.2-14/apmd.service
index 62d6af1..ffab823 100644
--- a/meta/recipes-bsp/apmd/apmd-3.2.2-14/apmd.service
+++ b/meta/recipes-bsp/apmd/apmd-3.2.2-14/apmd.service
@@ -3,5 +3,5 @@ Description=Advanced Power Management daemon
After=remote-fs.target
[Service]
-EnvironmentFile-= @SYSCONFDIR@/default/apmd
+EnvironmentFile=-@SYSCONFDIR@/default/apmd
ExecStart=@SBINDIR@/apmd -P @SYSCONFDIR@/apm/apmd_proxy $APMD
--
1.8.3.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [dora][backport from master] apmd.service: Fix typo (not mandatory EnvironmentFile prefix)
2014-07-09 14:24 [dora][backport from master] apmd.service: Fix typo (not mandatory EnvironmentFile prefix) Sébastien Mennetrier
@ 2014-07-18 7:30 ` Sébastien Mennetrier
2014-07-30 2:37 ` Robert Yang
0 siblings, 1 reply; 4+ messages in thread
From: Sébastien Mennetrier @ 2014-07-18 7:30 UTC (permalink / raw)
To: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 1281 bytes --]
Ping
Is it possible to cherry-pick this patch from Master to Dora ?
Commit : b21468434c519927dace6a1433786ca7a0501172
Regards,
Seb M
2014-07-09 16:24 GMT+02:00 Sébastien Mennetrier <
smennetrier@connected-labs.com>:
> From: Tobias Blom <tobias.blom@techne-dev.se>
>
> Prefix to EnvironmentFile should be preciding the filenamn.
>
> (From OE-Core rev: 1f694e4cb493b0737b6009382c0957e6837ebbed)
>
> Signed-off-by: Tobias Blom <tobias.blom@techne-dev.se>
> Signed-off-by: Saul Wold <sgw@linux.intel.com>
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> ---
> meta/recipes-bsp/apmd/apmd-3.2.2-14/apmd.service | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-bsp/apmd/apmd-3.2.2-14/apmd.service
> b/meta/recipes-bsp/apmd/apmd-3.2.2-14/apmd.service
> index 62d6af1..ffab823 100644
> --- a/meta/recipes-bsp/apmd/apmd-3.2.2-14/apmd.service
> +++ b/meta/recipes-bsp/apmd/apmd-3.2.2-14/apmd.service
> @@ -3,5 +3,5 @@ Description=Advanced Power Management daemon
> After=remote-fs.target
>
> [Service]
> -EnvironmentFile-= @SYSCONFDIR@/default/apmd
> +EnvironmentFile=-@SYSCONFDIR@/default/apmd
> ExecStart=@SBINDIR@/apmd -P @SYSCONFDIR@/apm/apmd_proxy $APMD
> --
> 1.8.3.2
>
>
[-- Attachment #2: Type: text/html, Size: 2114 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dora][backport from master] apmd.service: Fix typo (not mandatory EnvironmentFile prefix)
2014-07-18 7:30 ` Sébastien Mennetrier
@ 2014-07-30 2:37 ` Robert Yang
2014-09-25 15:06 ` Sébastien Mennetrier
0 siblings, 1 reply; 4+ messages in thread
From: Robert Yang @ 2014-07-30 2:37 UTC (permalink / raw)
To: Sébastien Mennetrier, openembedded-core
Sorry for the late response, it worked well for me, I will confirm
with RP.
// Robert
On 07/18/2014 03:30 PM, Sébastien Mennetrier wrote:
> Ping
>
> Is it possible to cherry-pick this patch from Master to Dora ?
>
> Commit : b21468434c519927dace6a1433786ca7a0501172
>
>
> Regards,
> Seb M
>
>
> 2014-07-09 16:24 GMT+02:00 Sébastien Mennetrier <smennetrier@connected-labs.com
> <mailto:smennetrier@connected-labs.com>>:
>
> From: Tobias Blom <tobias.blom@techne-dev.se <mailto:tobias.blom@techne-dev.se>>
>
> Prefix to EnvironmentFile should be preciding the filenamn.
>
> (From OE-Core rev: 1f694e4cb493b0737b6009382c0957e6837ebbed)
>
> Signed-off-by: Tobias Blom <tobias.blom@techne-dev.se
> <mailto:tobias.blom@techne-dev.se>>
> Signed-off-by: Saul Wold <sgw@linux.intel.com <mailto:sgw@linux.intel.com>>
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org
> <mailto:richard.purdie@linuxfoundation.org>>
> ---
> meta/recipes-bsp/apmd/apmd-3.2.2-14/apmd.service | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-bsp/apmd/apmd-3.2.2-14/apmd.service
> b/meta/recipes-bsp/apmd/apmd-3.2.2-14/apmd.service
> index 62d6af1..ffab823 100644
> --- a/meta/recipes-bsp/apmd/apmd-3.2.2-14/apmd.service
> +++ b/meta/recipes-bsp/apmd/apmd-3.2.2-14/apmd.service
> @@ -3,5 +3,5 @@ Description=Advanced Power Management daemon
> After=remote-fs.target
>
> [Service]
> -EnvironmentFile-= @SYSCONFDIR@/default/apmd
> +EnvironmentFile=-@SYSCONFDIR@/default/apmd
> ExecStart=@SBINDIR@/apmd -P @SYSCONFDIR@/apm/apmd_proxy $APMD
> --
> 1.8.3.2
>
>
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dora][backport from master] apmd.service: Fix typo (not mandatory EnvironmentFile prefix)
2014-07-30 2:37 ` Robert Yang
@ 2014-09-25 15:06 ` Sébastien Mennetrier
0 siblings, 0 replies; 4+ messages in thread
From: Sébastien Mennetrier @ 2014-09-25 15:06 UTC (permalink / raw)
To: Robert Yang; +Cc: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 1988 bytes --]
Ping. Can someone accept this patch in dora branch please?
Thanks.
Regards,
Seb M
2014-07-30 4:37 GMT+02:00 Robert Yang <liezhi.yang@windriver.com>:
>
> Sorry for the late response, it worked well for me, I will confirm
> with RP.
>
> // Robert
>
> On 07/18/2014 03:30 PM, Sébastien Mennetrier wrote:
>
>> Ping
>>
>> Is it possible to cherry-pick this patch from Master to Dora ?
>>
>> Commit : b21468434c519927dace6a1433786ca7a0501172
>>
>>
>> Regards,
>> Seb M
>>
>>
>> 2014-07-09 16:24 GMT+02:00 Sébastien Mennetrier <
>> smennetrier@connected-labs.com
>> <mailto:smennetrier@connected-labs.com>>:
>>
>> From: Tobias Blom <tobias.blom@techne-dev.se <mailto:
>> tobias.blom@techne-dev.se>>
>>
>> Prefix to EnvironmentFile should be preciding the filenamn.
>>
>> (From OE-Core rev: 1f694e4cb493b0737b6009382c0957e6837ebbed)
>>
>> Signed-off-by: Tobias Blom <tobias.blom@techne-dev.se
>> <mailto:tobias.blom@techne-dev.se>>
>> Signed-off-by: Saul Wold <sgw@linux.intel.com <mailto:
>> sgw@linux.intel.com>>
>> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org
>> <mailto:richard.purdie@linuxfoundation.org>>
>> ---
>> meta/recipes-bsp/apmd/apmd-3.2.2-14/apmd.service | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta/recipes-bsp/apmd/apmd-3.2.2-14/apmd.service
>> b/meta/recipes-bsp/apmd/apmd-3.2.2-14/apmd.service
>> index 62d6af1..ffab823 100644
>> --- a/meta/recipes-bsp/apmd/apmd-3.2.2-14/apmd.service
>> +++ b/meta/recipes-bsp/apmd/apmd-3.2.2-14/apmd.service
>> @@ -3,5 +3,5 @@ Description=Advanced Power Management daemon
>> After=remote-fs.target
>>
>> [Service]
>> -EnvironmentFile-= @SYSCONFDIR@/default/apmd
>> +EnvironmentFile=-@SYSCONFDIR@/default/apmd
>> ExecStart=@SBINDIR@/apmd -P @SYSCONFDIR@/apm/apmd_proxy $APMD
>> --
>> 1.8.3.2
>>
>>
>>
>>
>>
[-- Attachment #2: Type: text/html, Size: 3630 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-09-25 15:05 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-09 14:24 [dora][backport from master] apmd.service: Fix typo (not mandatory EnvironmentFile prefix) Sébastien Mennetrier
2014-07-18 7:30 ` Sébastien Mennetrier
2014-07-30 2:37 ` Robert Yang
2014-09-25 15:06 ` Sébastien Mennetrier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox