From: Marc Reilly <marc@cpdesign.com.au>
To: Steven Descheemaeker <stevend@limotec.be>
Cc: openembedded-devel@lists.openembedded.org
Subject: Re: CUPS ppd drivers
Date: Tue, 19 May 2015 10:42:10 +1000 [thread overview]
Message-ID: <2040476.ASQcAD4fVn@dev2> (raw)
In-Reply-To: <1431959981.7345.2.camel@pco026>
Hi Steven,
I got printing going a couple of years ago for HP printers, (the only type we
needed to support). I haven't been keeping track since, so I'm not sure what
the current state of recipes in yocto is.
We only need to be able to print pdfs. It's not fast, but it works.
On Monday, May 18, 2015 04:39:41 PM Steven Descheemaeker wrote:
> Hello,
>
> I'm trying to add printer support to my embedded board. I'm able to
> build cups but there aren't any driver packages.
>
> Are there any recent packages for printer drivers? I already tried to
> build gutenprint/foomatic myself but I'm relatively new to yocto so I'm
> not that good in writing recipes my own.
>
> Anyone can help me out with this ?
What type of printer are you using?
For HP printers, use the hplip drivers. There is a detect/add printer script
which is handy for adding USB printers.
For other brands, I'm not sure. I think there were some recipes for canon and
epson printers.
Below is a list of the packages in the image related to printing, the python
packages are for the hplip add scripts, and the perl is (i think) for the
foomatic filters.
Cheers,
Marc
IMAGE_PRINTING_INSTALL = " \
ghostscript \
ghostscript-cups \
cups \
cups-doc \
cups-lib \
cups-libimage \
foomatic-filters \
poppler \
poppler-data \
hplip \
hplip-ppd \
hplip-cups \
hplip-backend \
hplip-filter \
python-syslog \
python-pprint \
python-compression \
python-shell \
python-xml \
python-unixadmin \
python-html \
python-resource \
python-terminal \
python-lang \
python-stringold \
python-netclient \
python-fcntl \
"
PRINTPERL = " \
perl-module-strict \
perl-module-posix \
perl-module-fcntl \
perl-module-exporter-heavy \
perl-module-cwd \
perl-module-sigtrap \
perl-module-io-handle \
perl-module-data-dumper \
perl-module-bytes \
"
next prev parent reply other threads:[~2015-05-19 1:06 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-18 14:39 CUPS ppd drivers Steven Descheemaeker
2015-05-19 0:42 ` Marc Reilly [this message]
2015-05-19 6:02 ` Steven Descheemaeker
2015-05-19 6:08 ` Khem Raj
2015-05-19 7:25 ` Steven Descheemaeker
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2040476.ASQcAD4fVn@dev2 \
--to=marc@cpdesign.com.au \
--cc=openembedded-devel@lists.openembedded.org \
--cc=stevend@limotec.be \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.