All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe]
@ 2021-12-20 21:37 Claus Stovgaard
  2021-12-21  4:15 ` [meta-oe] Khem Raj
  0 siblings, 1 reply; 5+ messages in thread
From: Claus Stovgaard @ 2021-12-20 21:37 UTC (permalink / raw)
  To: Khem Raj, OpenEmbedded Devel List

Hi Khem

Have 3 commits, I think will be a good match for meta-oe

usbip-tools is the userspace tool from the kernel for controlling
USB/IP.
I started with what Chuck Kamas had done 
https://lists.yoctoproject.org/g/yocto/topic/86249103?p=,,,20,0,0,0::recentpostdate/sticky,,,20,0,0,86249103
But ended up rewriting all the logic inside the recipe, to make it much
simpler. A very nice utility.

Gutenprint - I wrote about that earlier - and thanks for your reply.
I updated to new style of override, but kept the native part in its own
recipe - as the purpose for the native part is only to generate a
header, used by the cross compilation part.

pycups - is for controlling cups from python. Among others also used by
system-config-printer.
https://github.com/OpenPrinting/system-config-printer
A recipe for this is also on the way - it is just not completely ready
for review yet.

Looking forward to feedback on this.

Do you prefer to include patch text in the request-pull?

Regards
Claus Stovgaard


The following changes since commit
de83f98070eeba02f465fe739d9418dd60f749da:

  python3-graphviz: upgrade 0.19 -> 0.19.1 (2021-12-16 08:14:04 -0800)

are available in the Git repository at:

  https://github.com/frosteyes/meta-openembedded.git 

for you to fetch changes up to
2bbf94fc34942ed0665ce8af6e9e4f2850fa4889:

  Add pycups - python bindings for CUPS (2021-12-20 21:59:10 +0100)

----------------------------------------------------------------
Claus Stovgaard (3):
      Added usbip-tools for kernel USB/IP
      Add gutenprint to meta-oe
      Add pycups - python bindings for CUPS

 meta-oe/recipes-devtools/python/python3-pycups_2.0.1.bb      | 19
+++++++++++++++++++
 meta-oe/recipes-kernel/usbip-tools/usbip-tools.bb            | 69
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 meta-oe/recipes-printing/gutenprint/gutenprint-native_git.bb | 43
+++++++++++++++++++++++++++++++++++++++++++
 meta-oe/recipes-printing/gutenprint/gutenprint.inc           | 23
+++++++++++++++++++++++
 meta-oe/recipes-printing/gutenprint/gutenprint_git.bb        | 47
+++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 201 insertions(+)
 create mode 100644 meta-oe/recipes-devtools/python/python3-
pycups_2.0.1.bb
 create mode 100644 meta-oe/recipes-kernel/usbip-tools/usbip-tools.bb
 create mode 100644 meta-oe/recipes-printing/gutenprint/gutenprint-
native_git.bb
 create mode 100644 meta-oe/recipes-printing/gutenprint/gutenprint.inc
 create mode 100644 meta-oe/recipes-
printing/gutenprint/gutenprint_git.bb




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

end of thread, other threads:[~2021-12-22 10:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-20 21:37 [meta-oe] Claus Stovgaard
2021-12-21  4:15 ` [meta-oe] Khem Raj
2021-12-21 22:04   ` [meta-oe] Claus Stovgaard
2021-12-22  2:44     ` [meta-oe] Khem Raj
2021-12-22 10:39       ` [meta-oe] claus.stovgaard

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.