Re: [meta-ti] [PATCH] ti-ipc-rtos: Update to include examples and documentation with the package

2016-05-13 Thread Nelson, Sam
Yes. I have addressed the couple of comments from the previous patch. I had to 
rebase the changes completely to the new baseline.
(That is why I did not do a v2. Sorry for the confusion)
---
Here are the changes based on previous comments
- Added SRCREV_FORMAT.
- avoided creating source package after install and added the example steps to 
do_compile
---

> -Original Message-
> From: Dmytriyenko, Denys
> Sent: Friday, May 13, 2016 2:57 PM
> To: Nelson, Sam
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [PATCH] ti-ipc-rtos: Update to include examples and
> documentation with the package
> 
> Sam,
> 
> Is this v2? You didn't specify changes since v1, so I would have to dig out 
> the
> previous submission and check that past comments were addressed.
> 
> Jake,
> 
> Do you have any comments here?
> 
> 
> On Wed, May 11, 2016 at 02:00:39PM -0400, Sam Nelson wrote:
> > Updated to new version 3.42.01.03
> > Added procedures and source urls for adding examples and documentation
> > into src package.
> > Added dependency on doxygen for document creation Added big endian
> c66
> > targets Updated uniform formatting
> >
> > Signed-off-by: Sam Nelson 
> > ---
> >  recipes-ti/ipc/ti-ipc-rtos_git.bb | 119
> --
> >  recipes-ti/ipc/ti-ipc.inc |   6 +-
> >  2 files changed, 104 insertions(+), 21 deletions(-)
> >
> > diff --git a/recipes-ti/ipc/ti-ipc-rtos_git.bb
> > b/recipes-ti/ipc/ti-ipc-rtos_git.bb
> > index 4c0fc74..8fb448f 100644
> > --- a/recipes-ti/ipc/ti-ipc-rtos_git.bb
> > +++ b/recipes-ti/ipc/ti-ipc-rtos_git.bb
> > @@ -2,9 +2,44 @@ require recipes-ti/includes/ti-paths.inc  require
> > recipes-ti/includes/ti-staging.inc
> >  require ti-ipc.inc
> >
> > -PR = "${INC_PR}.4"
> > +TI_IPC_EXAMPLES_GIT_URI = "git://git.ti.com/ipc/ipc-examples.git"
> > +TI_IPC_EXAMPLES_DEST_SUFFIX = "git/ipc-examples"
> > +TI_IPC_EXAMPLES_GIT_PROTOCOL = "git"
> > +TI_IPC_EXAMPLES_GIT_BRANCH = "master"
> > +TI_IPC_EXAMPLES_NAME = "ipc-examples"
> >
> > -DEPENDS = "ti-xdctools ti-sysbios"
> > +SRC_URI += "${TI_IPC_EXAMPLES_GIT_URI};\
> > +destsuffix=${TI_IPC_EXAMPLES_DEST_SUFFIX};\
> > +protocol=${TI_IPC_EXAMPLES_GIT_PROTOCOL};\
> > +branch=${TI_IPC_EXAMPLES_GIT_BRANCH};\
> > +name=${TI_IPC_EXAMPLES_NAME}"
> > +
> > +TI_IPC_METADATA_GIT_URI = "git://git.ti.com/ipc/ipc-metadata.git"
> > +TI_IPC_METADATA_DEST_SUFFIX = "git/ipc-metadata"
> > +TI_IPC_METADATA_GIT_PROTOCOL = "git"
> > +TI_IPC_METADATA_GIT_BRANCH = "master"
> > +TI_IPC_METADATA_NAME = "ipc-metadata"
> > +
> > +SRC_URI += "${TI_IPC_METADATA_GIT_URI};\
> > +destsuffix=${TI_IPC_METADATA_DEST_SUFFIX};\
> > +protocol=${TI_IPC_METADATA_GIT_PROTOCOL};\
> > +branch=${TI_IPC_METADATA_GIT_BRANCH};\
> > +name=${TI_IPC_METADATA_NAME}"
> > +
> > +# Corresponds to tag: 3.42.01.03
> > +SRCREV_ipc-examples = "bd4f28bd46467553e6610629ff13b4b5b3ba3af0"
> > +
> > +# Corresponds to tag: 3.42.01.03
> > +SRCREV_ipc-metadata = "4d01fe4a7c41d2ce76a62b4325e66753d59b298c"
> > +
> > +SRCREV_FORMAT = "ipc-metadata_ipc-examples"
> > +
> > +S_ipc-examples = "${WORKDIR}/git/ipc-examples"
> > +S_ipc-metadata = "${WORKDIR}/git/ipc-metadata"
> > +
> > +PR = "${INC_PR}.0"
> > +
> > +DEPENDS = "ti-xdctools ti-sysbios doxygen-native"
> >  DEPENDS_append_keystone = " ti-cgt6x-native \
> >  gcc-arm-none-eabi-native \  "
> > @@ -12,6 +47,8 @@ DEPENDS_append_omap-a15 = " ti-cgt6x-native \
> >  ti-ccsv6-native \
> >  gcc-arm-none-eabi-native \  "
> > +DEPENDS_append_c66x = " ti-cgt6x-native \ "
> >
> >  PACKAGES =+ "${PN}-fw"
> >  FILES_${PN}-fw = "${base_libdir}/firmware/*"
> > @@ -26,6 +63,7 @@ IPC_TARGETS = ""
> >  IPC_TARGETS_omap-a15 = "\
> >  gnu.targets.arm.A15F="${GCC_ARM_NONE_TOOLCHAIN}" \
> >  ti.targets.elf.C66="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
> > +
> > + ti.targets.elf.C66_big_endian="${STAGING_DIR_NATIVE}/usr/share/ti/cg
> > + t-c6x" \
> >  ti.targets.arm.elf.M4="${M4_TOOLCHAIN_INSTALL_DIR}" \
> >  ti.targets.arm.elf.M4F="${M4_TOOLCHAIN_INSTALL_DIR}" \  "
> > @@ -33,18 +71,66 @@ IPC_TARGETS_omap-a15 = "\
> IPC_TARGETS_keystone =
> > " \
> >  gnu.targets.arm.A15F="${GCC_ARM_NONE_TOOLCHAIN}" \
> >  ti.targets.elf.C66="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
> > +
> > +ti.targets.elf.C66_big_endian="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-
> c6x" \ "
> > +
> > +IPC_TARGETS_c66x = " \
> > +ti.targets.elf.C66="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
> > +
> > +ti.targets.elf.C66_big_endian="${STAGING_DIR_NATIVE}/usr/share/ti/cgt
> > +-c6x" \
> >  "
> >
> >  EXTRA_OEMAKE = "\
> >  PLATFORM=${PLATFORM} \
> >  XDC_INSTALL_DIR="${XDC_INSTALL_DIR}" \
> >  BIOS_INSTALL_DIR="${SYSBIOS_INSTALL_DIR}" \
> > -${IPC_TARGETS} -f ipc-bios.mak\
> > +${IPC_TARGETS} \
> >  "
> >
> > +RELEASE_TYPE = "GA"
> > +RELEASE_SUFFIX = ""
> > +
> > +SRCIPK_SRC_DIR = "${D}${IPC_INSTALL_DIR_RECIPE}"
> > 

[meta-ti] Denys Dmytriyenko : libgbm: add latest version 10.0.0 from meta-arago

2016-05-13 Thread Arago Project git
Module: meta-ti
Branch: fido
Commit: 632ea21d490022bbca34ee43bda31bbe5678a779
URL:
http://arago-project.org/git/meta-ti.git?a=commit;h=632ea21d490022bbca34ee43bda31bbe5678a779

Author: Denys Dmytriyenko 
Date:   Sat May 14 01:30:07 2016 +

libgbm: add latest version 10.0.0 from meta-arago

Signed-off-by: Denys Dmytriyenko 

---

 recipes-graphics/gbm/libgbm_10.0.0.bb |   15 +++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/recipes-graphics/gbm/libgbm_10.0.0.bb 
b/recipes-graphics/gbm/libgbm_10.0.0.bb
new file mode 100644
index 000..a55074a
--- /dev/null
+++ b/recipes-graphics/gbm/libgbm_10.0.0.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Userspace interface for the kernel GBM services."
+HOMEPAGE = "http://git.ti.com;
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = 
"file://gbm.c;beginline=1;endline=26;md5=b871c7f2f477df29ee4c0ec437b187f7"
+DEPENDS = "libdrm"
+
+inherit autotools pkgconfig
+
+BRANCH = "next"
+
+SRCREV = "96f37555c7e82a417b02051661377b10e6b3966e"
+
+SRC_URI = "git://git.ti.com/glsdk/libgbm.git;protocol=git;branch=${BRANCH}"
+
+S = "${WORKDIR}/git"

-- 
___
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti


[meta-ti] [fido][PATCH] libgbm: add latest version 10.0.0 from meta-arago

2016-05-13 Thread Denys Dmytriyenko
From: Denys Dmytriyenko 

Signed-off-by: Denys Dmytriyenko 
---
 recipes-graphics/gbm/libgbm_10.0.0.bb | 15 +++
 1 file changed, 15 insertions(+)
 create mode 100644 recipes-graphics/gbm/libgbm_10.0.0.bb

diff --git a/recipes-graphics/gbm/libgbm_10.0.0.bb 
b/recipes-graphics/gbm/libgbm_10.0.0.bb
new file mode 100644
index 000..a55074a
--- /dev/null
+++ b/recipes-graphics/gbm/libgbm_10.0.0.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Userspace interface for the kernel GBM services."
+HOMEPAGE = "http://git.ti.com;
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = 
"file://gbm.c;beginline=1;endline=26;md5=b871c7f2f477df29ee4c0ec437b187f7"
+DEPENDS = "libdrm"
+
+inherit autotools pkgconfig
+
+BRANCH = "next"
+
+SRCREV = "96f37555c7e82a417b02051661377b10e6b3966e"
+
+SRC_URI = "git://git.ti.com/glsdk/libgbm.git;protocol=git;branch=${BRANCH}"
+
+S = "${WORKDIR}/git"
-- 
2.2.0

-- 
___
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti


Re: [meta-ti] [PATCH] ti-ipc-rtos: Update to include examples and documentation with the package

2016-05-13 Thread Stiffler, Jacob


> -Original Message-
> From: meta-ti-boun...@yoctoproject.org [mailto:meta-ti-
> boun...@yoctoproject.org] On Behalf Of Dmytriyenko, Denys
> Sent: Friday, May 13, 2016 2:57 PM
> To: Nelson, Sam
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [PATCH] ti-ipc-rtos: Update to include examples and
> documentation with the package
> 
> Sam,
> 
> Is this v2? You didn't specify changes since v1, so I would have to dig out
> the previous submission and check that past comments were addressed.
> 
> Jake,
> 
> Do you have any comments here?
> 
> 
> On Wed, May 11, 2016 at 02:00:39PM -0400, Sam Nelson wrote:
> > Updated to new version 3.42.01.03
> > Added procedures and source urls for adding examples and
> documentation
> > into src package.
> > Added dependency on doxygen for document creation
> > Added big endian c66 targets
> > Updated uniform formatting
> >
> > Signed-off-by: Sam Nelson 
> > ---
> >  recipes-ti/ipc/ti-ipc-rtos_git.bb | 119
> --
> >  recipes-ti/ipc/ti-ipc.inc |   6 +-
> >  2 files changed, 104 insertions(+), 21 deletions(-)
> >
> > diff --git a/recipes-ti/ipc/ti-ipc-rtos_git.bb b/recipes-ti/ipc/ti-ipc-
> rtos_git.bb
> > index 4c0fc74..8fb448f 100644
> > --- a/recipes-ti/ipc/ti-ipc-rtos_git.bb
> > +++ b/recipes-ti/ipc/ti-ipc-rtos_git.bb
> > @@ -2,9 +2,44 @@ require recipes-ti/includes/ti-paths.inc
> >  require recipes-ti/includes/ti-staging.inc
> >  require ti-ipc.inc
> >
> > -PR = "${INC_PR}.4"
> > +TI_IPC_EXAMPLES_GIT_URI = "git://git.ti.com/ipc/ipc-examples.git"
> > +TI_IPC_EXAMPLES_DEST_SUFFIX = "git/ipc-examples"
> > +TI_IPC_EXAMPLES_GIT_PROTOCOL = "git"
> > +TI_IPC_EXAMPLES_GIT_BRANCH = "master"
> > +TI_IPC_EXAMPLES_NAME = "ipc-examples"
> >
> > -DEPENDS = "ti-xdctools ti-sysbios"
> > +SRC_URI += "${TI_IPC_EXAMPLES_GIT_URI};\
> > +destsuffix=${TI_IPC_EXAMPLES_DEST_SUFFIX};\
> > +protocol=${TI_IPC_EXAMPLES_GIT_PROTOCOL};\
> > +branch=${TI_IPC_EXAMPLES_GIT_BRANCH};\
> > +name=${TI_IPC_EXAMPLES_NAME}"
> > +
> > +TI_IPC_METADATA_GIT_URI = "git://git.ti.com/ipc/ipc-metadata.git"
> > +TI_IPC_METADATA_DEST_SUFFIX = "git/ipc-metadata"
> > +TI_IPC_METADATA_GIT_PROTOCOL = "git"
> > +TI_IPC_METADATA_GIT_BRANCH = "master"
> > +TI_IPC_METADATA_NAME = "ipc-metadata"
> > +
> > +SRC_URI += "${TI_IPC_METADATA_GIT_URI};\
> > +destsuffix=${TI_IPC_METADATA_DEST_SUFFIX};\
> > +protocol=${TI_IPC_METADATA_GIT_PROTOCOL};\
> > +branch=${TI_IPC_METADATA_GIT_BRANCH};\
> > +name=${TI_IPC_METADATA_NAME}"
> > +
> > +# Corresponds to tag: 3.42.01.03
> > +SRCREV_ipc-examples = "bd4f28bd46467553e6610629ff13b4b5b3ba3af0"
> > +
> > +# Corresponds to tag: 3.42.01.03
> > +SRCREV_ipc-metadata = "4d01fe4a7c41d2ce76a62b4325e66753d59b298c"
> > +
> > +SRCREV_FORMAT = "ipc-metadata_ipc-examples"

I'm not sure about this SRCREV_FORMAT. Should it also contain the main ipc git 
SRCREV? And is this needed if SRCPV is not in the PV?

> > +
> > +S_ipc-examples = "${WORKDIR}/git/ipc-examples"
> > +S_ipc-metadata = "${WORKDIR}/git/ipc-metadata"
> > +
> > +PR = "${INC_PR}.0"
> > +
> > +DEPENDS = "ti-xdctools ti-sysbios doxygen-native"
> >  DEPENDS_append_keystone = " ti-cgt6x-native \
> >  gcc-arm-none-eabi-native \
> >  "
> > @@ -12,6 +47,8 @@ DEPENDS_append_omap-a15 = " ti-cgt6x-native \
> >  ti-ccsv6-native \
> >  gcc-arm-none-eabi-native \
> >  "
> > +DEPENDS_append_c66x = " ti-cgt6x-native \
> > +"

These c66x machines have not yet been accepted into meta-ti.

> >
> >  PACKAGES =+ "${PN}-fw"
> >  FILES_${PN}-fw = "${base_libdir}/firmware/*"
> > @@ -26,6 +63,7 @@ IPC_TARGETS = ""
> >  IPC_TARGETS_omap-a15 = "\
> >  gnu.targets.arm.A15F="${GCC_ARM_NONE_TOOLCHAIN}" \
> >  ti.targets.elf.C66="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
> > +
> ti.targets.elf.C66_big_endian="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-
> c6x" \
> >  ti.targets.arm.elf.M4="${M4_TOOLCHAIN_INSTALL_DIR}" \
> >  ti.targets.arm.elf.M4F="${M4_TOOLCHAIN_INSTALL_DIR}" \
> >  "
> > @@ -33,18 +71,66 @@ IPC_TARGETS_omap-a15 = "\
> >  IPC_TARGETS_keystone = " \
> >  gnu.targets.arm.A15F="${GCC_ARM_NONE_TOOLCHAIN}" \
> >  ti.targets.elf.C66="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
> > +
> ti.targets.elf.C66_big_endian="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-
> c6x" \
> > +"
> > +
> > +IPC_TARGETS_c66x = " \
> > +ti.targets.elf.C66="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
> > +
> ti.targets.elf.C66_big_endian="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-
> c6x" \
> >  "
> >
> >  EXTRA_OEMAKE = "\
> >  PLATFORM=${PLATFORM} \
> >  XDC_INSTALL_DIR="${XDC_INSTALL_DIR}" \
> >  BIOS_INSTALL_DIR="${SYSBIOS_INSTALL_DIR}" \
> > -${IPC_TARGETS} -f ipc-bios.mak\
> > +${IPC_TARGETS} \
> >  "
> >
> > +RELEASE_TYPE = "GA"
> > +RELEASE_SUFFIX = ""
> > +
> > +SRCIPK_SRC_DIR = "${D}${IPC_INSTALL_DIR_RECIPE}"
> > +SRCIPK_INSTALL_DIR = "ipc_${@'${PV}'.replace('.',
> 

[meta-ti] Sam Nelson : uio-module-drv: Update to 2.0.0.0 GA version

2016-05-13 Thread Arago Project git
Module: meta-ti
Branch: master
Commit: af64c0cb48acd949928311c1c4b3bddf165de8f7
URL:
http://arago-project.org/git/meta-ti.git?a=commit;h=af64c0cb48acd949928311c1c4b3bddf165de8f7

Author: Sam Nelson 
Date:   Fri May 13 21:32:39 2016 +

uio-module-drv: Update to 2.0.0.0 GA version

Reformatted recipes to have one common PV between module and test
recipes

Signed-off-by: Sam Nelson 
Signed-off-by: Denys Dmytriyenko 

---

 .../uio-module-drv/uio-module-drv-test_git.bb  |3 ++-
 recipes-bsp/uio-module-drv/uio-module-drv.inc  |6 --
 recipes-bsp/uio-module-drv/uio-module-drv_git.bb   |3 +--
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb 
b/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb
index 1080a91..3134a03 100644
--- a/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb
+++ b/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb
@@ -1,7 +1,8 @@
 DESCRIPTION = "Test code for user space IO (UIO) driver"
 
 include uio-module-drv.inc
-PV = "1.0.2.3"
+
+PR = "r1"
 
 COMPATIBLE_MACHINE = "keystone"
 RDEPENDS_${PN} = "uio-module-drv"
diff --git a/recipes-bsp/uio-module-drv/uio-module-drv.inc 
b/recipes-bsp/uio-module-drv/uio-module-drv.inc
index ed34a8a..161c45b 100644
--- a/recipes-bsp/uio-module-drv/uio-module-drv.inc
+++ b/recipes-bsp/uio-module-drv/uio-module-drv.inc
@@ -1,10 +1,12 @@
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2b7c96eb2aed7b0f6f922214dbde9016"
 
-BRANCH = "linux4.1"
-# This corresponds to version 02.00.00.00_eng
+BRANCH = "master"
+# This corresponds to version 02.00.00.00
 SRCREV = "6a7eda36e390658593a5b8d87b0f00beb3997240"
 
+PV = "2.0.0.0+git${SRCPV}"
+
 SRC_URI = 
"git://git.ti.com/keystone-linux/uio-module-drv.git;protocol=git;branch=${BRANCH}"
 
 S = "${WORKDIR}/git"
diff --git a/recipes-bsp/uio-module-drv/uio-module-drv_git.bb 
b/recipes-bsp/uio-module-drv/uio-module-drv_git.bb
index 401fdbe..15a7691 100644
--- a/recipes-bsp/uio-module-drv/uio-module-drv_git.bb
+++ b/recipes-bsp/uio-module-drv/uio-module-drv_git.bb
@@ -1,10 +1,9 @@
 DESCRIPTION="User space IO (UIO) driver for on-chip modules"
 
 include uio-module-drv.inc
-PV = "2.0.0.0+git${SRCPV}"
 
 # This package builds a kernel module, use kernel PR as base and append a local
-MACHINE_KERNEL_PR_append = "c"
+MACHINE_KERNEL_PR_append = "d"
 PR = "${MACHINE_KERNEL_PR}"
 
 module_auto_load_uio-module-drv = "uio-module-drv"

-- 
___
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti


[meta-ti] Anand Balagopalakrishnan : ti-sgx-ddk-um: update srcrev and bump PR

2016-05-13 Thread Arago Project git
Module: meta-ti
Branch: master
Commit: a6318a5709d371db7864e05791836b8e48ff2c69
URL:
http://arago-project.org/git/meta-ti.git?a=commit;h=a6318a5709d371db7864e05791836b8e48ff2c69

Author: Anand Balagopalakrishnan 
Date:   Fri May 13 20:19:53 2016 +

ti-sgx-ddk-um: update srcrev and bump PR

* rebuild SGX user mode driver with GCC 5.3

Signed-off-by: Anand Balagopalakrishnan 
Signed-off-by: Denys Dmytriyenko 

---

 .../libgles/ti-sgx-ddk-um_1.14.3699939.bb  |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb 
b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
index 80612d6..0021884 100644
--- a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
+++ b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
@@ -8,7 +8,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
 BRANCH = "ti-img-sgx/${PV}"
 
 SRC_URI = 
"git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}"
-SRCREV = "e91d6d37c28ae63c350fff9c91705fd315491093"
+SRCREV = "8d4ba04a2da59989b21aacca9defdf387e321695"
 
 # There's only hardfp version available
 python __anonymous() {
@@ -31,7 +31,7 @@ INITSCRIPT_PARAMS = "defaults 8"
 
 inherit update-rc.d
 
-PR = "r10"
+PR = "r11"
 PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 
omap5-sgx-ddk-um-linux"
 
 DEPENDS += "libdrm udev libgbm wayland libffi"

-- 
___
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti


[meta-ti] Jacob Stiffler : ti-softhsmv2: bump SRCREV to version to 2.0.0.0

2016-05-13 Thread Arago Project git
Module: meta-ti
Branch: master
Commit: 76ba46916797f4cee084c3ba98d50537172a6b7b
URL:
http://arago-project.org/git/meta-ti.git?a=commit;h=76ba46916797f4cee084c3ba98d50537172a6b7b

Author: Jacob Stiffler 
Date:   Fri May 13 19:20:35 2016 +

ti-softhsmv2: bump SRCREV to version to 2.0.0.0

* License checksum has changed due to an updated date in the LICENSE
  file

Signed-off-by: Jacob Stiffler 
Signed-off-by: Denys Dmytriyenko 

---

 recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb |   12 ++--
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb 
b/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb
index ea2eb3f..7367211 100644
--- a/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb
+++ b/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "TI softhsmv2 package"
 LICENSE = "BSD-2-Clause | BSD-3-Clause | ISC | IBM-License | FSFULLR | Zlib"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=664f3daf042b19d634189e709d5d558e"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=700a883962ccff663f888f3f7221ce8f"
 SECTION = "libs"
 
 mntdir = "/mnt"
@@ -10,12 +10,12 @@ inherit autotools pkgconfig
 DEPENDS = "openssl libdaemon zlib"
 COMPATIBLE_MACHINE = "(tci6614-evm|keystone)"
 
-BRANCH="master"
+BRANCH="ti-softhsm-rebase"
 SRC_URI = 
"git://git.ti.com/keystone-linux/ti-softhsmv2.git;protocol=git;branch=${BRANCH}"
-#Following commit corresponds to tag DEV.SOFTHSM-01.03.00.04
-SRCREV = "c2688afb9373309751e640088705cb739997665d"
-PV = "1.3.0.4"
-PR = "r1"
+#Following commit corresponds to tag DEV.SOFTHSM-02.00.00.00
+SRCREV = "b0eef602c03583e59c289ba113b64eaa4f5cac13"
+PV = "2.0.0.0"
+PR = "r0"
 
 S = "${WORKDIR}/git"
 

-- 
___
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti


[meta-ti] Jacob Stiffler : ti-softhsmv2: bump SRCREV to version to 2.0.0.0

2016-05-13 Thread Arago Project git
Module: meta-ti
Branch: krogoth
Commit: 6cc3e56407e281b29172540d4828699b2c391c2f
URL:
http://arago-project.org/git/meta-ti.git?a=commit;h=6cc3e56407e281b29172540d4828699b2c391c2f

Author: Jacob Stiffler 
Date:   Fri May 13 19:20:35 2016 +

ti-softhsmv2: bump SRCREV to version to 2.0.0.0

* License checksum has changed due to an updated date in the LICENSE
  file

Signed-off-by: Jacob Stiffler 
Signed-off-by: Denys Dmytriyenko 

---

 recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb |   12 ++--
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb 
b/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb
index ea2eb3f..7367211 100644
--- a/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb
+++ b/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "TI softhsmv2 package"
 LICENSE = "BSD-2-Clause | BSD-3-Clause | ISC | IBM-License | FSFULLR | Zlib"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=664f3daf042b19d634189e709d5d558e"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=700a883962ccff663f888f3f7221ce8f"
 SECTION = "libs"
 
 mntdir = "/mnt"
@@ -10,12 +10,12 @@ inherit autotools pkgconfig
 DEPENDS = "openssl libdaemon zlib"
 COMPATIBLE_MACHINE = "(tci6614-evm|keystone)"
 
-BRANCH="master"
+BRANCH="ti-softhsm-rebase"
 SRC_URI = 
"git://git.ti.com/keystone-linux/ti-softhsmv2.git;protocol=git;branch=${BRANCH}"
-#Following commit corresponds to tag DEV.SOFTHSM-01.03.00.04
-SRCREV = "c2688afb9373309751e640088705cb739997665d"
-PV = "1.3.0.4"
-PR = "r1"
+#Following commit corresponds to tag DEV.SOFTHSM-02.00.00.00
+SRCREV = "b0eef602c03583e59c289ba113b64eaa4f5cac13"
+PV = "2.0.0.0"
+PR = "r0"
 
 S = "${WORKDIR}/git"
 

-- 
___
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti


[meta-ti] Anand Balagopalakrishnan : ti-sgx-ddk-um: update srcrev and bump PR

2016-05-13 Thread Arago Project git
Module: meta-ti
Branch: krogoth
Commit: 3f896e1c52ef0a383559dcab587300489ce92c39
URL:
http://arago-project.org/git/meta-ti.git?a=commit;h=3f896e1c52ef0a383559dcab587300489ce92c39

Author: Anand Balagopalakrishnan 
Date:   Fri May 13 20:19:53 2016 +

ti-sgx-ddk-um: update srcrev and bump PR

* rebuild SGX user mode driver with GCC 5.3

Signed-off-by: Anand Balagopalakrishnan 
Signed-off-by: Denys Dmytriyenko 

---

 .../libgles/ti-sgx-ddk-um_1.14.3699939.bb  |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb 
b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
index 80612d6..0021884 100644
--- a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
+++ b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
@@ -8,7 +8,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
 BRANCH = "ti-img-sgx/${PV}"
 
 SRC_URI = 
"git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}"
-SRCREV = "e91d6d37c28ae63c350fff9c91705fd315491093"
+SRCREV = "8d4ba04a2da59989b21aacca9defdf387e321695"
 
 # There's only hardfp version available
 python __anonymous() {
@@ -31,7 +31,7 @@ INITSCRIPT_PARAMS = "defaults 8"
 
 inherit update-rc.d
 
-PR = "r10"
+PR = "r11"
 PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 
omap5-sgx-ddk-um-linux"
 
 DEPENDS += "libdrm udev libgbm wayland libffi"

-- 
___
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti


Re: [meta-ti] [PATCH] ti-ipc-rtos: Update to include examples and documentation with the package

2016-05-13 Thread Denys Dmytriyenko
Sam,

Is this v2? You didn't specify changes since v1, so I would have to dig out 
the previous submission and check that past comments were addressed.

Jake,

Do you have any comments here?


On Wed, May 11, 2016 at 02:00:39PM -0400, Sam Nelson wrote:
> Updated to new version 3.42.01.03
> Added procedures and source urls for adding examples and documentation
> into src package.
> Added dependency on doxygen for document creation
> Added big endian c66 targets
> Updated uniform formatting
> 
> Signed-off-by: Sam Nelson 
> ---
>  recipes-ti/ipc/ti-ipc-rtos_git.bb | 119 
> --
>  recipes-ti/ipc/ti-ipc.inc |   6 +-
>  2 files changed, 104 insertions(+), 21 deletions(-)
> 
> diff --git a/recipes-ti/ipc/ti-ipc-rtos_git.bb 
> b/recipes-ti/ipc/ti-ipc-rtos_git.bb
> index 4c0fc74..8fb448f 100644
> --- a/recipes-ti/ipc/ti-ipc-rtos_git.bb
> +++ b/recipes-ti/ipc/ti-ipc-rtos_git.bb
> @@ -2,9 +2,44 @@ require recipes-ti/includes/ti-paths.inc
>  require recipes-ti/includes/ti-staging.inc
>  require ti-ipc.inc
>  
> -PR = "${INC_PR}.4"
> +TI_IPC_EXAMPLES_GIT_URI = "git://git.ti.com/ipc/ipc-examples.git"
> +TI_IPC_EXAMPLES_DEST_SUFFIX = "git/ipc-examples"
> +TI_IPC_EXAMPLES_GIT_PROTOCOL = "git"
> +TI_IPC_EXAMPLES_GIT_BRANCH = "master"
> +TI_IPC_EXAMPLES_NAME = "ipc-examples"
>  
> -DEPENDS = "ti-xdctools ti-sysbios"
> +SRC_URI += "${TI_IPC_EXAMPLES_GIT_URI};\
> +destsuffix=${TI_IPC_EXAMPLES_DEST_SUFFIX};\
> +protocol=${TI_IPC_EXAMPLES_GIT_PROTOCOL};\
> +branch=${TI_IPC_EXAMPLES_GIT_BRANCH};\
> +name=${TI_IPC_EXAMPLES_NAME}"
> +
> +TI_IPC_METADATA_GIT_URI = "git://git.ti.com/ipc/ipc-metadata.git"
> +TI_IPC_METADATA_DEST_SUFFIX = "git/ipc-metadata"
> +TI_IPC_METADATA_GIT_PROTOCOL = "git"
> +TI_IPC_METADATA_GIT_BRANCH = "master"
> +TI_IPC_METADATA_NAME = "ipc-metadata"
> +
> +SRC_URI += "${TI_IPC_METADATA_GIT_URI};\
> +destsuffix=${TI_IPC_METADATA_DEST_SUFFIX};\
> +protocol=${TI_IPC_METADATA_GIT_PROTOCOL};\
> +branch=${TI_IPC_METADATA_GIT_BRANCH};\
> +name=${TI_IPC_METADATA_NAME}"
> +
> +# Corresponds to tag: 3.42.01.03
> +SRCREV_ipc-examples = "bd4f28bd46467553e6610629ff13b4b5b3ba3af0"
> +
> +# Corresponds to tag: 3.42.01.03
> +SRCREV_ipc-metadata = "4d01fe4a7c41d2ce76a62b4325e66753d59b298c"
> +
> +SRCREV_FORMAT = "ipc-metadata_ipc-examples"
> +
> +S_ipc-examples = "${WORKDIR}/git/ipc-examples"
> +S_ipc-metadata = "${WORKDIR}/git/ipc-metadata"
> +
> +PR = "${INC_PR}.0"
> +
> +DEPENDS = "ti-xdctools ti-sysbios doxygen-native"
>  DEPENDS_append_keystone = " ti-cgt6x-native \
>  gcc-arm-none-eabi-native \
>  "
> @@ -12,6 +47,8 @@ DEPENDS_append_omap-a15 = " ti-cgt6x-native \
>  ti-ccsv6-native \
>  gcc-arm-none-eabi-native \
>  "
> +DEPENDS_append_c66x = " ti-cgt6x-native \
> +"
>  
>  PACKAGES =+ "${PN}-fw"
>  FILES_${PN}-fw = "${base_libdir}/firmware/*"
> @@ -26,6 +63,7 @@ IPC_TARGETS = ""
>  IPC_TARGETS_omap-a15 = "\
>  gnu.targets.arm.A15F="${GCC_ARM_NONE_TOOLCHAIN}" \
>  ti.targets.elf.C66="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
> +
> ti.targets.elf.C66_big_endian="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
>  ti.targets.arm.elf.M4="${M4_TOOLCHAIN_INSTALL_DIR}" \
>  ti.targets.arm.elf.M4F="${M4_TOOLCHAIN_INSTALL_DIR}" \
>  "
> @@ -33,18 +71,66 @@ IPC_TARGETS_omap-a15 = "\
>  IPC_TARGETS_keystone = " \
>  gnu.targets.arm.A15F="${GCC_ARM_NONE_TOOLCHAIN}" \
>  ti.targets.elf.C66="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
> +
> ti.targets.elf.C66_big_endian="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
> +"
> +
> +IPC_TARGETS_c66x = " \
> +ti.targets.elf.C66="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
> +
> ti.targets.elf.C66_big_endian="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
>  "
>  
>  EXTRA_OEMAKE = "\
>  PLATFORM=${PLATFORM} \
>  XDC_INSTALL_DIR="${XDC_INSTALL_DIR}" \
>  BIOS_INSTALL_DIR="${SYSBIOS_INSTALL_DIR}" \
> -${IPC_TARGETS} -f ipc-bios.mak\
> +${IPC_TARGETS} \
>  "
>  
> +RELEASE_TYPE = "GA"
> +RELEASE_SUFFIX = ""
> +
> +SRCIPK_SRC_DIR = "${D}${IPC_INSTALL_DIR_RECIPE}"
> +SRCIPK_INSTALL_DIR = "ipc_${@'${PV}'.replace('.', '_')}${RELEASE_SUFFIX}"
> +
>  do_compile() {
> -  oe_runmake clean
> -  oe_runmake all
> +  oe_runmake -f ipc-bios.mak clean
> +  oe_runmake -f ipc-bios.mak release
> +
> +  cd ${S_ipc-metadata}
> +  oe_runmake .all-files IPC_INSTALL_DIR="${S}" \
> +BUILD_HOST_OS="linux" \
> +RELEASE_TYPE="${RELEASE_TYPE}"
> +
> +  cd ${S_ipc-examples}/src
> +  oe_runmake .examples \
> +IPCTOOLS="${S_ipc-metadata}/src/etc"
> +
> +  if [  "${PLATFORM}" != "UNKNOWN" ]; then
> +oe_runmake extract HOSTOS="bios" IPC_INSTALL_DIR="${S}"
> +oe_runmake extract HOSTOS="linux" IPC_INSTALL_DIR="${S}"
> +
> +if [ ! -z ${ALT_PLATFORM} ]; then
> +  oe_runmake extract PLATFORM=${ALT_PLATFORM} HOSTOS="bios" 
> IPC_INSTALL_DIR="${S}"
> +  oe_runmake extract 

[meta-ti] Sam Nelson : uio-module-drv: Update to 2.0.0.0 GA version

2016-05-13 Thread Arago Project git
Module: meta-ti
Branch: krogoth
Commit: 7656af805fb763cc4a69a2e8f7d7365940da5c6e
URL:
http://arago-project.org/git/meta-ti.git?a=commit;h=7656af805fb763cc4a69a2e8f7d7365940da5c6e

Author: Sam Nelson 
Date:   Fri May 13 21:32:39 2016 +

uio-module-drv: Update to 2.0.0.0 GA version

Reformatted recipes to have one common PV between module and test
recipes

Signed-off-by: Sam Nelson 
Signed-off-by: Denys Dmytriyenko 

---

 .../uio-module-drv/uio-module-drv-test_git.bb  |3 ++-
 recipes-bsp/uio-module-drv/uio-module-drv.inc  |6 --
 recipes-bsp/uio-module-drv/uio-module-drv_git.bb   |3 +--
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb 
b/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb
index 1080a91..3134a03 100644
--- a/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb
+++ b/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb
@@ -1,7 +1,8 @@
 DESCRIPTION = "Test code for user space IO (UIO) driver"
 
 include uio-module-drv.inc
-PV = "1.0.2.3"
+
+PR = "r1"
 
 COMPATIBLE_MACHINE = "keystone"
 RDEPENDS_${PN} = "uio-module-drv"
diff --git a/recipes-bsp/uio-module-drv/uio-module-drv.inc 
b/recipes-bsp/uio-module-drv/uio-module-drv.inc
index ed34a8a..161c45b 100644
--- a/recipes-bsp/uio-module-drv/uio-module-drv.inc
+++ b/recipes-bsp/uio-module-drv/uio-module-drv.inc
@@ -1,10 +1,12 @@
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2b7c96eb2aed7b0f6f922214dbde9016"
 
-BRANCH = "linux4.1"
-# This corresponds to version 02.00.00.00_eng
+BRANCH = "master"
+# This corresponds to version 02.00.00.00
 SRCREV = "6a7eda36e390658593a5b8d87b0f00beb3997240"
 
+PV = "2.0.0.0+git${SRCPV}"
+
 SRC_URI = 
"git://git.ti.com/keystone-linux/uio-module-drv.git;protocol=git;branch=${BRANCH}"
 
 S = "${WORKDIR}/git"
diff --git a/recipes-bsp/uio-module-drv/uio-module-drv_git.bb 
b/recipes-bsp/uio-module-drv/uio-module-drv_git.bb
index 401fdbe..15a7691 100644
--- a/recipes-bsp/uio-module-drv/uio-module-drv_git.bb
+++ b/recipes-bsp/uio-module-drv/uio-module-drv_git.bb
@@ -1,10 +1,9 @@
 DESCRIPTION="User space IO (UIO) driver for on-chip modules"
 
 include uio-module-drv.inc
-PV = "2.0.0.0+git${SRCPV}"
 
 # This package builds a kernel module, use kernel PR as base and append a local
-MACHINE_KERNEL_PR_append = "c"
+MACHINE_KERNEL_PR_append = "d"
 PR = "${MACHINE_KERNEL_PR}"
 
 module_auto_load_uio-module-drv = "uio-module-drv"

-- 
___
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti


[meta-ti] [PATCH v2] uio-module-drv: Update to 2.0.0.0 GA version

2016-05-13 Thread Sam Nelson
Reformatted recipes to have one common PV between module and test
recipes

Signed-off-by: Sam Nelson 

---
Change from previous version of patch
- Added common PV in uio-module-drv.inc
---
---
 recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb | 3 ++-
 recipes-bsp/uio-module-drv/uio-module-drv.inc | 6 --
 recipes-bsp/uio-module-drv/uio-module-drv_git.bb  | 3 +--
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb 
b/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb
index 1080a91..3134a03 100644
--- a/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb
+++ b/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb
@@ -1,7 +1,8 @@
 DESCRIPTION = "Test code for user space IO (UIO) driver"
 
 include uio-module-drv.inc
-PV = "1.0.2.3"
+
+PR = "r1"
 
 COMPATIBLE_MACHINE = "keystone"
 RDEPENDS_${PN} = "uio-module-drv"
diff --git a/recipes-bsp/uio-module-drv/uio-module-drv.inc 
b/recipes-bsp/uio-module-drv/uio-module-drv.inc
index ed34a8a..161c45b 100644
--- a/recipes-bsp/uio-module-drv/uio-module-drv.inc
+++ b/recipes-bsp/uio-module-drv/uio-module-drv.inc
@@ -1,10 +1,12 @@
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2b7c96eb2aed7b0f6f922214dbde9016"
 
-BRANCH = "linux4.1"
-# This corresponds to version 02.00.00.00_eng
+BRANCH = "master"
+# This corresponds to version 02.00.00.00
 SRCREV = "6a7eda36e390658593a5b8d87b0f00beb3997240"
 
+PV = "2.0.0.0+git${SRCPV}"
+
 SRC_URI = 
"git://git.ti.com/keystone-linux/uio-module-drv.git;protocol=git;branch=${BRANCH}"
 
 S = "${WORKDIR}/git"
diff --git a/recipes-bsp/uio-module-drv/uio-module-drv_git.bb 
b/recipes-bsp/uio-module-drv/uio-module-drv_git.bb
index 401fdbe..15a7691 100644
--- a/recipes-bsp/uio-module-drv/uio-module-drv_git.bb
+++ b/recipes-bsp/uio-module-drv/uio-module-drv_git.bb
@@ -1,10 +1,9 @@
 DESCRIPTION="User space IO (UIO) driver for on-chip modules"
 
 include uio-module-drv.inc
-PV = "2.0.0.0+git${SRCPV}"
 
 # This package builds a kernel module, use kernel PR as base and append a local
-MACHINE_KERNEL_PR_append = "c"
+MACHINE_KERNEL_PR_append = "d"
 PR = "${MACHINE_KERNEL_PR}"
 
 module_auto_load_uio-module-drv = "uio-module-drv"
-- 
1.9.1

-- 
___
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti


Re: [meta-ti] [PATCH] uio-module-drv: Update to 2.0.0.0 GA version

2016-05-13 Thread Nelson, Sam


> -Original Message-
> From: Dmytriyenko, Denys
> Sent: Thursday, May 12, 2016 4:24 PM
> To: Nelson, Sam
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [PATCH] uio-module-drv: Update to 2.0.0.0 GA version
> 
> On Thu, May 12, 2016 at 04:10:43PM -0400, Sam Nelson wrote:
> > Reformatted recipes to have one common PV between module and test
> > recipes
> 
> I don't see you adding common PV anywhere...

Sorry. Will send updated patch.
> 
> 
> > Signed-off-by: Sam Nelson 
> > ---
> >  recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb | 3 ++-
> >  recipes-bsp/uio-module-drv/uio-module-drv.inc | 4 ++--
> >  recipes-bsp/uio-module-drv/uio-module-drv_git.bb  | 3 +--
> >  3 files changed, 5 insertions(+), 5 deletions(-)
> >
> > diff --git a/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb
> > b/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb
> > index 1080a91..3134a03 100644
> > --- a/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb
> > +++ b/recipes-bsp/uio-module-drv/uio-module-drv-test_git.bb
> > @@ -1,7 +1,8 @@
> >  DESCRIPTION = "Test code for user space IO (UIO) driver"
> >
> >  include uio-module-drv.inc
> > -PV = "1.0.2.3"
> > +
> > +PR = "r1"
> >
> >  COMPATIBLE_MACHINE = "keystone"
> >  RDEPENDS_${PN} = "uio-module-drv"
> > diff --git a/recipes-bsp/uio-module-drv/uio-module-drv.inc
> > b/recipes-bsp/uio-module-drv/uio-module-drv.inc
> > index ed34a8a..8002504 100644
> > --- a/recipes-bsp/uio-module-drv/uio-module-drv.inc
> > +++ b/recipes-bsp/uio-module-drv/uio-module-drv.inc
> > @@ -1,8 +1,8 @@
> >  LICENSE = "BSD"
> >  LIC_FILES_CHKSUM =
> "file://LICENSE.txt;md5=2b7c96eb2aed7b0f6f922214dbde9016"
> >
> > -BRANCH = "linux4.1"
> > -# This corresponds to version 02.00.00.00_eng
> > +BRANCH = "master"
> > +# This corresponds to version 02.00.00.00
> >  SRCREV = "6a7eda36e390658593a5b8d87b0f00beb3997240"
> >
> >  SRC_URI = "git://git.ti.com/keystone-linux/uio-module-
> drv.git;protocol=git;branch=${BRANCH}"
> > diff --git a/recipes-bsp/uio-module-drv/uio-module-drv_git.bb
> > b/recipes-bsp/uio-module-drv/uio-module-drv_git.bb
> > index 401fdbe..15a7691 100644
> > --- a/recipes-bsp/uio-module-drv/uio-module-drv_git.bb
> > +++ b/recipes-bsp/uio-module-drv/uio-module-drv_git.bb
> > @@ -1,10 +1,9 @@
> >  DESCRIPTION="User space IO (UIO) driver for on-chip modules"
> >
> >  include uio-module-drv.inc
> > -PV = "2.0.0.0+git${SRCPV}"
> >
> >  # This package builds a kernel module, use kernel PR as base and
> > append a local -MACHINE_KERNEL_PR_append = "c"
> > +MACHINE_KERNEL_PR_append = "d"
> >  PR = "${MACHINE_KERNEL_PR}"
> >
> >  module_auto_load_uio-module-drv = "uio-module-drv"
> > --
> > 1.9.1
> >
> > --
> > ___
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti
-- 
___
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti


[meta-ti] [PATCH 1/1] ti-sgx-ddk-um: update srcrev and bump PR

2016-05-13 Thread Anand Balagopalakrishnan
* rebuild SGX user mode driver with GCC 5.3

Signed-off-by: Anand Balagopalakrishnan 
---
 .../libgles/ti-sgx-ddk-um_1.14.3699939.bb  |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb 
b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
index 80612d6..0021884 100644
--- a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
+++ b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
@@ -8,7 +8,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
 BRANCH = "ti-img-sgx/${PV}"
 
 SRC_URI = 
"git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}"
-SRCREV = "e91d6d37c28ae63c350fff9c91705fd315491093"
+SRCREV = "8d4ba04a2da59989b21aacca9defdf387e321695"
 
 # There's only hardfp version available
 python __anonymous() {
@@ -31,7 +31,7 @@ INITSCRIPT_PARAMS = "defaults 8"
 
 inherit update-rc.d
 
-PR = "r10"
+PR = "r11"
 PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 
omap5-sgx-ddk-um-linux"
 
 DEPENDS += "libdrm udev libgbm wayland libffi"
-- 
1.7.9.5

-- 
___
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti


[meta-ti] [PATCH] ti-softhsmv2: bump SRCREV to version to 2.0.0.0

2016-05-13 Thread Jacob Stiffler
* License checksum has changed due to an updated date in the LICENSE
  file

Signed-off-by: Jacob Stiffler 
---
 recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb 
b/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb
index ea2eb3f..7367211 100644
--- a/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb
+++ b/recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "TI softhsmv2 package"
 LICENSE = "BSD-2-Clause | BSD-3-Clause | ISC | IBM-License | FSFULLR | Zlib"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=664f3daf042b19d634189e709d5d558e"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=700a883962ccff663f888f3f7221ce8f"
 SECTION = "libs"
 
 mntdir = "/mnt"
@@ -10,12 +10,12 @@ inherit autotools pkgconfig
 DEPENDS = "openssl libdaemon zlib"
 COMPATIBLE_MACHINE = "(tci6614-evm|keystone)"
 
-BRANCH="master"
+BRANCH="ti-softhsm-rebase"
 SRC_URI = 
"git://git.ti.com/keystone-linux/ti-softhsmv2.git;protocol=git;branch=${BRANCH}"
-#Following commit corresponds to tag DEV.SOFTHSM-01.03.00.04
-SRCREV = "c2688afb9373309751e640088705cb739997665d"
-PV = "1.3.0.4"
-PR = "r1"
+#Following commit corresponds to tag DEV.SOFTHSM-02.00.00.00
+SRCREV = "b0eef602c03583e59c289ba113b64eaa4f5cac13"
+PV = "2.0.0.0"
+PR = "r0"
 
 S = "${WORKDIR}/git"
 
-- 
2.7.4

-- 
___
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti