All of lore.kernel.org
 help / color / mirror / Atom feed
* Bitbake recipe for uutils-coreutils
@ 2022-07-20 16:23 ecordonnier
  2022-07-20 16:29 ` [poky] " Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: ecordonnier @ 2022-07-20 16:23 UTC (permalink / raw)
  To: poky

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

Hello,
I am writing a bitbake recipe for uutils-coreutils, which is a rewrite in
rust of GNU coreutils ( https://github.com/uutils/coreutils ). This project
uses an MIT license.

I want to upstream this recipe, however I am not sure whether poky or
meta-openembedded would be the better option. Currently, uutils-coreutils
is still in development, and does not yet provide stty. Also, some
test-cases from the GNU coreutils test-suite are still failing, but it is
already in a "working" state.

In order to replace coreutils in the poky image, I used the "PROVIDE"
mechanism in the uutils-coreutils recipe:
PROVIDES = "coreutils"
RPROVIDES:${PN} = "coreutils"

What do you recommend? Sending patches to meta-openembedded or rather to
poky / poky-contrib?

Thanks,
Etienne Cordonnier

[-- Attachment #2: Type: text/html, Size: 964 bytes --]

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

* Re: [poky] Bitbake recipe for uutils-coreutils
  2022-07-20 16:23 Bitbake recipe for uutils-coreutils ecordonnier
@ 2022-07-20 16:29 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2022-07-20 16:29 UTC (permalink / raw)
  To: ecordonnier; +Cc: poky

On Wed, Jul 20, 2022 at 12:24 PM Etienne Cordonnier via
lists.yoctoproject.org
<ecordonnier=snapchat.com@lists.yoctoproject.org> wrote:
>
> Hello,
> I am writing a bitbake recipe for uutils-coreutils, which is a rewrite in rust of GNU coreutils ( https://github.com/uutils/coreutils ). This project uses an MIT license.
>
> I want to upstream this recipe, however I am not sure whether poky or meta-openembedded would be the better option. Currently, uutils-coreutils is still in development, and does not yet provide stty. Also, some test-cases from the GNU coreutils test-suite are still failing, but it is already in a "working" state.
>
> In order to replace coreutils in the poky image, I used the "PROVIDE" mechanism in the uutils-coreutils recipe:
> PROVIDES = "coreutils"
> RPROVIDES:${PN} = "coreutils"
>
> What do you recommend? Sending patches to meta-openembedded or rather to poky / poky-contrib?

Perhaps meta-oe might be a good place to house it and it can graduate
from there to core in due course if need arises.

>
> Thanks,
> Etienne Cordonnier
>
> 
>

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

end of thread, other threads:[~2022-07-20 16:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-20 16:23 Bitbake recipe for uutils-coreutils ecordonnier
2022-07-20 16:29 ` [poky] " 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.