All of lore.kernel.org
 help / color / mirror / Atom feed
* [morty] libdce: Update PV and SRCREV
@ 2017-07-31 11:13 Karthik Ramanan
  2017-07-31 18:14 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Karthik Ramanan @ 2017-07-31 11:13 UTC (permalink / raw)
  To: meta-ti

Updates to dce_test to print additional
extendedError for VC1 and MPEG2

Signed-off-by: Karthik Ramanan <a0393906@ti.com>
---
 recipes-multimedia/libdce/libdce_3.00.12.00.bb | 15 ---------------
 recipes-multimedia/libdce/libdce_3.00.13.00.bb | 15 +++++++++++++++
 2 files changed, 15 insertions(+), 15 deletions(-)
 delete mode 100644 recipes-multimedia/libdce/libdce_3.00.12.00.bb
 create mode 100644 recipes-multimedia/libdce/libdce_3.00.13.00.bb

diff --git a/recipes-multimedia/libdce/libdce_3.00.12.00.bb b/recipes-multimedia/libdce/libdce_3.00.12.00.bb
deleted file mode 100644
index 1a2c104..0000000
--- a/recipes-multimedia/libdce/libdce_3.00.12.00.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-DESCRIPTION = "Library used for remotely invoking the hw accelerated codec on IVA-HD"
-LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://libdce.h;beginline=1;endline=31;md5=0a398cf815b8b5f31f552266cd453dae"
-
-inherit autotools pkgconfig
-
-DEPENDS = "libdrm ti-ipc"
-
-SRC_URI = "git://git.omapzoom.org/repo/libdce.git;protocol=git"
-SRCREV = "398dd27e7f3181fff9e3d910b418c69f1493f52f"
-
-PR = "r4"
-
-S = "${WORKDIR}/git"
-EXTRA_OECONF += "IPC_HEADERS=${STAGING_INCDIR}/ti/ipc/mm"
diff --git a/recipes-multimedia/libdce/libdce_3.00.13.00.bb b/recipes-multimedia/libdce/libdce_3.00.13.00.bb
new file mode 100644
index 0000000..e2f3c28
--- /dev/null
+++ b/recipes-multimedia/libdce/libdce_3.00.13.00.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Library used for remotely invoking the hw accelerated codec on IVA-HD"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://libdce.h;beginline=1;endline=31;md5=0a398cf815b8b5f31f552266cd453dae"
+
+inherit autotools pkgconfig
+
+DEPENDS = "libdrm ti-ipc"
+
+SRC_URI = "git://git.omapzoom.org/repo/libdce.git;protocol=git"
+SRCREV = "75810b7bb53d2d076a96c2d1e2f8c61b3c12cb6b"
+
+PR = "r5"
+
+S = "${WORKDIR}/git"
+EXTRA_OECONF += "IPC_HEADERS=${STAGING_INCDIR}/ti/ipc/mm"
-- 
1.9.1



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

* Re: [morty] libdce: Update PV and SRCREV
  2017-07-31 11:13 [morty] libdce: Update PV and SRCREV Karthik Ramanan
@ 2017-07-31 18:14 ` Denys Dmytriyenko
  0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2017-07-31 18:14 UTC (permalink / raw)
  To: Karthik Ramanan; +Cc: meta-ti

Please make version upgrades as diffs by passing -C/-M

On Mon, Jul 31, 2017 at 04:43:05PM +0530, Karthik Ramanan wrote:
> Updates to dce_test to print additional
> extendedError for VC1 and MPEG2
> 
> Signed-off-by: Karthik Ramanan <a0393906@ti.com>
> ---
>  recipes-multimedia/libdce/libdce_3.00.12.00.bb | 15 ---------------
>  recipes-multimedia/libdce/libdce_3.00.13.00.bb | 15 +++++++++++++++
>  2 files changed, 15 insertions(+), 15 deletions(-)
>  delete mode 100644 recipes-multimedia/libdce/libdce_3.00.12.00.bb
>  create mode 100644 recipes-multimedia/libdce/libdce_3.00.13.00.bb
> 
> diff --git a/recipes-multimedia/libdce/libdce_3.00.12.00.bb b/recipes-multimedia/libdce/libdce_3.00.12.00.bb
> deleted file mode 100644
> index 1a2c104..0000000
> --- a/recipes-multimedia/libdce/libdce_3.00.12.00.bb
> +++ /dev/null
> @@ -1,15 +0,0 @@
> -DESCRIPTION = "Library used for remotely invoking the hw accelerated codec on IVA-HD"
> -LICENSE = "BSD"
> -LIC_FILES_CHKSUM = "file://libdce.h;beginline=1;endline=31;md5=0a398cf815b8b5f31f552266cd453dae"
> -
> -inherit autotools pkgconfig
> -
> -DEPENDS = "libdrm ti-ipc"
> -
> -SRC_URI = "git://git.omapzoom.org/repo/libdce.git;protocol=git"
> -SRCREV = "398dd27e7f3181fff9e3d910b418c69f1493f52f"
> -
> -PR = "r4"
> -
> -S = "${WORKDIR}/git"
> -EXTRA_OECONF += "IPC_HEADERS=${STAGING_INCDIR}/ti/ipc/mm"
> diff --git a/recipes-multimedia/libdce/libdce_3.00.13.00.bb b/recipes-multimedia/libdce/libdce_3.00.13.00.bb
> new file mode 100644
> index 0000000..e2f3c28
> --- /dev/null
> +++ b/recipes-multimedia/libdce/libdce_3.00.13.00.bb
> @@ -0,0 +1,15 @@
> +DESCRIPTION = "Library used for remotely invoking the hw accelerated codec on IVA-HD"
> +LICENSE = "BSD"
> +LIC_FILES_CHKSUM = "file://libdce.h;beginline=1;endline=31;md5=0a398cf815b8b5f31f552266cd453dae"
> +
> +inherit autotools pkgconfig
> +
> +DEPENDS = "libdrm ti-ipc"
> +
> +SRC_URI = "git://git.omapzoom.org/repo/libdce.git;protocol=git"
> +SRCREV = "75810b7bb53d2d076a96c2d1e2f8c61b3c12cb6b"
> +
> +PR = "r5"
> +
> +S = "${WORKDIR}/git"
> +EXTRA_OECONF += "IPC_HEADERS=${STAGING_INCDIR}/ti/ipc/mm"
> -- 
> 1.9.1
> 
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


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

end of thread, other threads:[~2017-07-31 18:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-31 11:13 [morty] libdce: Update PV and SRCREV Karthik Ramanan
2017-07-31 18:14 ` Denys Dmytriyenko

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.