All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: Franklin S Cooper Jr <fcooper@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [meta-arago-extras][PATCH] av-examples: Port av-examples from Arago
Date: Wed, 22 Aug 2012 18:05:15 -0400	[thread overview]
Message-ID: <20120822220515.GB8846@denix.org> (raw)
In-Reply-To: <1345644077-4568-1-git-send-email-fcooper@ti.com>

On Wed, Aug 22, 2012 at 09:01:17AM -0500, Franklin S Cooper Jr wrote:
> * Add av-examples from Arago
> * Convert svn repository to git. Update makefiles to create
>   needed directories since git doesn't allow empty directories
>   to be stored.
> 
> Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
> ---
>  .../av-examples/av-examples_1.0.bb                 |   33 ++++++++++++++++++++
>  1 files changed, 33 insertions(+), 0 deletions(-)
>  create mode 100644 meta-arago-extras/recipes-multimedia/av-examples/av-examples_1.0.bb
> 
> diff --git a/meta-arago-extras/recipes-multimedia/av-examples/av-examples_1.0.bb b/meta-arago-extras/recipes-multimedia/av-examples/av-examples_1.0.bb
> new file mode 100644
> index 0000000..1025f96
> --- /dev/null
> +++ b/meta-arago-extras/recipes-multimedia/av-examples/av-examples_1.0.bb
> @@ -0,0 +1,33 @@
> +DESCRIPTION = "Linux Audio Video Example Applications"
> +HOMEPAGE = "https://gforge.ti.com/gf/project/av_examples/"
> +LICENSE = "BSD"
> +LIC_FILES_CHKSUM := "file://COPYING;md5=80ea1ff5788f65d5c5b3206d50d4bc6c"
> +SECTION = "system"
> +PRIORITY = "optional"
> +
> +PR = "r0"
> +
> +DEPENDS += "virtual/kernel"
> +PACKAGE_ARCH = "${MACHINE_ARCH}"
> +
> +COMPATIBLE_MACHINE = "(am37x-evm|am3517-evm)"

We need to relax our filters for compatible machines. Those are Audio/Video 
examples - are they really machine specific?

-- 
Denys


> +BRANCH ?= "master"
> +SRCREV = "ac75d09d29a805d89c49dd2741b79f3069e97827"
> +
> +SRC_URI = "git://gitorious.org/av_examples/av_examples.git;protocol=git;branch=${BRANCH}"
> +
> +S = "${WORKDIR}/git"
> +
> +# TODO: Export LDFLAGS from Rules.make to eliminate use of INSANE_SKIP which would otherwise lead to discrepancies between host and arago binaries
> +INSANE_SKIP_${PN} = "True"
> +
> +do_compile() {
> +	touch debug
> +	export CROSS_COMPILE=${TARGET_PREFIX}
> +	make release LINUXKERNEL_INSTALL_DIR="${STAGING_KERNEL_DIR}" PLATFORM="${MACHINE}"
> +}
> +
> +do_install() {
> +	make DESTDIR=${D} install
> +}
> -- 
> 1.7.0.4
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> 


  reply	other threads:[~2012-08-22 22:05 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-22 14:01 [meta-arago-extras][PATCH] av-examples: Port av-examples from Arago Franklin S Cooper Jr
2012-08-22 22:05 ` Denys Dmytriyenko [this message]
2012-08-22 22:25   ` Cooper Jr., Franklin
2012-08-22 22:32     ` Prakash, Punya
2012-08-22 22:35       ` Denys Dmytriyenko
2012-08-22 22:40         ` Cooper Jr., Franklin
2012-08-22 22:42         ` Prakash, Punya
2012-08-22 22:55           ` Cooper Jr., Franklin
2012-08-22 23:13             ` Cooper Jr., Franklin

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=20120822220515.GB8846@denix.org \
    --to=denys@ti.com \
    --cc=fcooper@ti.com \
    --cc=meta-arago@arago-project.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.