All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-arago-extras][PATCH] av-examples: Port av-examples from Arago
@ 2012-08-22 14:01 Franklin S Cooper Jr
  2012-08-22 22:05 ` Denys Dmytriyenko
  0 siblings, 1 reply; 9+ messages in thread
From: Franklin S Cooper Jr @ 2012-08-22 14:01 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S Cooper Jr

* 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)"
+
+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



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

end of thread, other threads:[~2012-08-22 23:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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

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.