All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gary Thomas <gary@mlbassoc.com>
To: Poky <poky@lists.pokylinux.org>
Subject: Extending recipes
Date: Wed, 15 Dec 2010 10:33:23 -0700	[thread overview]
Message-ID: <4D08FBE3.9020904@mlbassoc.com> (raw)

I have a number of recipes that are in the Poky core that
need a little extending for my environment.  Mostly, this
can be done with a .bbappend file, but some are a bit trickier.

For example, in meta/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.16.bb
there are a couple of lines which control how this package is
configured and built.  In particular:
   DEPENDS += "gst-plugins-base libid3tag libmad mpeg2dec liba52 lame"
   EXTRA_OECONF += "--with-plugins=a52dec,lame,id3tag,mad,mpeg2dec,mpegstream,mpegaudioparse,asfdemux,realmedia"
In my case, I want to have the h264 encoder/decoder built as well.
I don't see a [good?] way to change these lines to be effectively:
   DEPENDS += "gst-plugins-base libid3tag libmad mpeg2dec liba52 lame x264"
   EXTRA_OECONF += "--with-plugins=a52dec,lame,id3tag,mad,mpeg2dec,mpegstream,mpegaudioparse,asfdemux,realmedia,x264"

The DEPENDS variable is easy enough to extend in .bbappend,
but how should I handle EXTRA_OECONF?

Thanks for any ideas

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


             reply	other threads:[~2010-12-15 17:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-15 17:33 Gary Thomas [this message]
2010-12-15 17:57 ` Extending recipes Chris Larson

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=4D08FBE3.9020904@mlbassoc.com \
    --to=gary@mlbassoc.com \
    --cc=poky@lists.pokylinux.org \
    /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.