All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] systemd-serialgetty: add dependency to agetty
@ 2016-10-11 15:14 Samuli Piippo
  2016-10-17 23:36 ` Khem Raj
  0 siblings, 1 reply; 5+ messages in thread
From: Samuli Piippo @ 2016-10-11 15:14 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
---
 meta/recipes-core/systemd/systemd-serialgetty.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/systemd/systemd-serialgetty.bb b/meta/recipes-core/systemd/systemd-serialgetty.bb
index 768b130..c4e5310 100644
--- a/meta/recipes-core/systemd/systemd-serialgetty.bb
+++ b/meta/recipes-core/systemd/systemd-serialgetty.bb
@@ -38,7 +38,7 @@ do_install() {
 	fi
 }
 
-RDEPENDS_${PN} = "systemd"
+RDEPENDS_${PN} = "systemd util-linux-agetty"
 
 # This is a machine specific file
 FILES_${PN} = "${systemd_unitdir}/system/*.service ${sysconfdir}"
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [meta-oe][PATCH] systemd-serialgetty: add dependency to agetty
  2016-10-11 15:14 [meta-oe][PATCH] systemd-serialgetty: add dependency to agetty Samuli Piippo
@ 2016-10-17 23:36 ` Khem Raj
  2016-10-18 10:00   ` Samuli Piippo
  0 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2016-10-17 23:36 UTC (permalink / raw)
  To: Samuli Piippo; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 1120 bytes --]


> On Oct 11, 2016, at 8:14 AM, Samuli Piippo <samuli.piippo@qt.io> wrote:
> 
> Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
> ---
> meta/recipes-core/systemd/systemd-serialgetty.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/recipes-core/systemd/systemd-serialgetty.bb b/meta/recipes-core/systemd/systemd-serialgetty.bb
> index 768b130..c4e5310 100644
> --- a/meta/recipes-core/systemd/systemd-serialgetty.bb
> +++ b/meta/recipes-core/systemd/systemd-serialgetty.bb
> @@ -38,7 +38,7 @@ do_install() {
> 	fi
> }
> 
> -RDEPENDS_${PN} = "systemd"
> +RDEPENDS_${PN} = "systemd util-linux-agetty”

Does it need agetty specifically ? since there are other providers of getty as well.
I wonder if its possible to use those too

> 
> # This is a machine specific file
> FILES_${PN} = "${systemd_unitdir}/system/*.service ${sysconfdir}"
> --
> 1.9.1
> 
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 211 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [meta-oe][PATCH] systemd-serialgetty: add dependency to agetty
  2016-10-17 23:36 ` Khem Raj
@ 2016-10-18 10:00   ` Samuli Piippo
  2016-10-18 14:38     ` Khem Raj
  2016-10-18 14:42     ` Khem Raj
  0 siblings, 2 replies; 5+ messages in thread
From: Samuli Piippo @ 2016-10-18 10:00 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembedded-core

On 18.10.2016 02:36, Khem Raj wrote:
>
>> On Oct 11, 2016, at 8:14 AM, Samuli Piippo <samuli.piippo@qt.io> wrote:
>>
>> Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
>> ---
>> meta/recipes-core/systemd/systemd-serialgetty.bb | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta/recipes-core/systemd/systemd-serialgetty.bb b/meta/recipes-core/systemd/systemd-serialgetty.bb
>> index 768b130..c4e5310 100644
>> --- a/meta/recipes-core/systemd/systemd-serialgetty.bb
>> +++ b/meta/recipes-core/systemd/systemd-serialgetty.bb
>> @@ -38,7 +38,7 @@ do_install() {
>> 	fi
>> }
>>
>> -RDEPENDS_${PN} = "systemd"
>> +RDEPENDS_${PN} = "systemd util-linux-agetty”
>
> Does it need agetty specifically ? since there are other providers of getty as well.
> I wonder if its possible to use those too

serial-getty@.service is using /sbin/agetty, so currently it's the one.
systemd also has util-linux-agetty in RECOMMENDS, but that could perhaps 
be removed.

>
>>
>> # This is a machine specific file
>> FILES_${PN} = "${systemd_unitdir}/system/*.service ${sysconfdir}"
>> --
>> 1.9.1
>>
>> --
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [meta-oe][PATCH] systemd-serialgetty: add dependency to agetty
  2016-10-18 10:00   ` Samuli Piippo
@ 2016-10-18 14:38     ` Khem Raj
  2016-10-18 14:42     ` Khem Raj
  1 sibling, 0 replies; 5+ messages in thread
From: Khem Raj @ 2016-10-18 14:38 UTC (permalink / raw)
  To: Samuli Piippo; +Cc: openembedded-core



> On Oct 18, 2016, at 3:00 AM, Samuli Piippo <samuli.piippo@qt.io> wrote:
> 
>> On 18.10.2016 02:36, Khem Raj wrote:
>> 
>>> On Oct 11, 2016, at 8:14 AM, Samuli Piippo <samuli.piippo@qt.io> wrote:
>>> 
>>> Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
>>> ---
>>> meta/recipes-core/systemd/systemd-serialgetty.bb | 2 +-
>>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>> 
>>> diff --git a/meta/recipes-core/systemd/systemd-serialgetty.bb b/meta/recipes-core/systemd/systemd-serialgetty.bb
>>> index 768b130..c4e5310 100644
>>> --- a/meta/recipes-core/systemd/systemd-serialgetty.bb
>>> +++ b/meta/recipes-core/systemd/systemd-serialgetty.bb
>>> @@ -38,7 +38,7 @@ do_install() {
>>>    fi
>>> }
>>> 
>>> -RDEPENDS_${PN} = "systemd"
>>> +RDEPENDS_${PN} = "systemd util-linux-agetty”
>> 
>> Does it need agetty specifically ? since there are other providers of getty as well.
>> I wonder if its possible to use those too
> 
> serial-getty@.service is using /sbin/agetty, so currently it's the one.
> systemd also has util-linux-agetty in RECOMMENDS, but that could perhaps be removed.

I see, in this case its fine however it means we need to edit out more if not using a Getty
> 
>> 
>>> 
>>> # This is a machine specific file
>>> FILES_${PN} = "${systemd_unitdir}/system/*.service ${sysconfdir}"
>>> --
>>> 1.9.1
>>> 
>>> --
>>> _______________________________________________
>>> Openembedded-core mailing list
>>> Openembedded-core@lists.openembedded.org
>>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>> 


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [meta-oe][PATCH] systemd-serialgetty: add dependency to agetty
  2016-10-18 10:00   ` Samuli Piippo
  2016-10-18 14:38     ` Khem Raj
@ 2016-10-18 14:42     ` Khem Raj
  1 sibling, 0 replies; 5+ messages in thread
From: Khem Raj @ 2016-10-18 14:42 UTC (permalink / raw)
  To: Samuli Piippo; +Cc: openembedded-core



> On Oct 18, 2016, at 3:00 AM, Samuli Piippo <samuli.piippo@qt.io> wrote:
> 
>> On 18.10.2016 02:36, Khem Raj wrote:
>> 
>>> On Oct 11, 2016, at 8:14 AM, Samuli Piippo <samuli.piippo@qt.io> wrote:
>>> 
>>> Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
>>> ---
>>> meta/recipes-core/systemd/systemd-serialgetty.bb | 2 +-
>>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>> 
>>> diff --git a/meta/recipes-core/systemd/systemd-serialgetty.bb b/meta/recipes-core/systemd/systemd-serialgetty.bb
>>> index 768b130..c4e5310 100644
>>> --- a/meta/recipes-core/systemd/systemd-serialgetty.bb
>>> +++ b/meta/recipes-core/systemd/systemd-serialgetty.bb
>>> @@ -38,7 +38,7 @@ do_install() {
>>>    fi
>>> }
>>> 
>>> -RDEPENDS_${PN} = "systemd"
>>> +RDEPENDS_${PN} = "systemd util-linux-agetty”
>> 
>> Does it need agetty specifically ? since there are other providers of getty as well.
>> I wonder if its possible to use those too
> 
> serial-getty@.service is using /sbin/agetty, so currently it's the one.
> systemd also has util-linux-agetty in RECOMMENDS, but that could perhaps be removed.

Hmm recommends is probably appropriate for this recipe too so it can be added to bad recommendations if needed
> 
>> 
>>> 
>>> # This is a machine specific file
>>> FILES_${PN} = "${systemd_unitdir}/system/*.service ${sysconfdir}"
>>> --
>>> 1.9.1
>>> 
>>> --
>>> _______________________________________________
>>> Openembedded-core mailing list
>>> Openembedded-core@lists.openembedded.org
>>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>> 


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-10-18 14:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-11 15:14 [meta-oe][PATCH] systemd-serialgetty: add dependency to agetty Samuli Piippo
2016-10-17 23:36 ` Khem Raj
2016-10-18 10:00   ` Samuli Piippo
2016-10-18 14:38     ` Khem Raj
2016-10-18 14:42     ` Khem Raj

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.