* [ptxdist] Kernel dependency from bc
@ 2017-01-20 12:07 Markus Niebel
2017-01-26 10:38 ` Michael Olbrich
0 siblings, 1 reply; 5+ messages in thread
From: Markus Niebel @ 2017-01-20 12:07 UTC (permalink / raw)
To: ptxdist
Hello,
since kernel 3.10 (afaik) bc is needed to build the kernel. Should we
add something like a host-system-bc package which notifies the user that
he needs to install bc on his box?
Thanks
Markus
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [ptxdist] Kernel dependency from bc
2017-01-20 12:07 [ptxdist] Kernel dependency from bc Markus Niebel
@ 2017-01-26 10:38 ` Michael Olbrich
2017-01-31 18:21 ` Markus Niebel
0 siblings, 1 reply; 5+ messages in thread
From: Michael Olbrich @ 2017-01-26 10:38 UTC (permalink / raw)
To: ptxdist
Hi,
On Fri, Jan 20, 2017 at 01:07:05PM +0100, Markus Niebel wrote:
> since kernel 3.10 (afaik) bc is needed to build the kernel. Should we
> add something like a host-system-bc package which notifies the user that
> he needs to install bc on his box?
I think that would be best. Can you make a patch for this?
Michael
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [ptxdist] Kernel dependency from bc
2017-01-26 10:38 ` Michael Olbrich
@ 2017-01-31 18:21 ` Markus Niebel
2017-02-07 16:36 ` Michael Olbrich
0 siblings, 1 reply; 5+ messages in thread
From: Markus Niebel @ 2017-01-31 18:21 UTC (permalink / raw)
To: ptxdist
Hello,
I tried it with generation a host-system-bc, but this was never
triggered when selectin it from platform/kernel.in. Have I made a
mistake or should I better implement a real host-bc package, so that bc
gets installed in the host sysroot?
Thanks
Markus
Am Donnerstag, den 26.01.2017, 11:38 +0100 schrieb Michael Olbrich:
> Hi,
>
> On Fri, Jan 20, 2017 at 01:07:05PM +0100, Markus Niebel wrote:
> > since kernel 3.10 (afaik) bc is needed to build the kernel. Should we
> > add something like a host-system-bc package which notifies the user that
> > he needs to install bc on his box?
>
> I think that would be best. Can you make a patch for this?
>
> Michael
>
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [ptxdist] Kernel dependency from bc
2017-01-31 18:21 ` Markus Niebel
@ 2017-02-07 16:36 ` Michael Olbrich
2017-02-07 16:39 ` Michael Olbrich
0 siblings, 1 reply; 5+ messages in thread
From: Michael Olbrich @ 2017-02-07 16:36 UTC (permalink / raw)
To: ptxdist
On Tue, Jan 31, 2017 at 07:21:31PM +0100, Markus Niebel wrote:
> I tried it with generation a host-system-bc, but this was never
> triggered when selectin it from platform/kernel.in. Have I made a
> mistake or should I better implement a real host-bc package, so that bc
> gets installed in the host sysroot?
If you select it from platform/kernel.in, make sure it has the correct
sections (for ptxconfig and platformconfig):
## SECTION=hosttools_noprompt
## SECTION=hosttools_platform
Michael
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [ptxdist] Kernel dependency from bc
2017-02-07 16:36 ` Michael Olbrich
@ 2017-02-07 16:39 ` Michael Olbrich
0 siblings, 0 replies; 5+ messages in thread
From: Michael Olbrich @ 2017-02-07 16:39 UTC (permalink / raw)
To: ptxdist
On Tue, Feb 07, 2017 at 05:36:22PM +0100, Michael Olbrich wrote:
> On Tue, Jan 31, 2017 at 07:21:31PM +0100, Markus Niebel wrote:
> > I tried it with generation a host-system-bc, but this was never
> > triggered when selectin it from platform/kernel.in. Have I made a
> > mistake or should I better implement a real host-bc package, so that bc
> > gets installed in the host sysroot?
>
> If you select it from platform/kernel.in, make sure it has the correct
> sections (for ptxconfig and platformconfig):
>
> ## SECTION=hosttools_noprompt
> ## SECTION=hosttools_platform
Just saw you other mails. You have the correct sections there. Are you
saying, that the same thing doesn't work for a host-system-bc?
Can you send me the rule that doesn't work?
Michael
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-02-07 16:39 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-20 12:07 [ptxdist] Kernel dependency from bc Markus Niebel
2017-01-26 10:38 ` Michael Olbrich
2017-01-31 18:21 ` Markus Niebel
2017-02-07 16:36 ` Michael Olbrich
2017-02-07 16:39 ` Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox