All of lore.kernel.org
 help / color / mirror / Atom feed
* [morty/master][PATCH v2] ti-ipc: Update to new verison 3.46.00.00_eng
@ 2017-04-04 10:02 Sam Nelson
  2017-04-04 15:49 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Sam Nelson @ 2017-04-04 10:02 UTC (permalink / raw)
  To: meta-ti

Add support for omapl138-lcdk

Signed-off-by: Sam Nelson <sam.nelson@ti.com>

---
Put back ccs dependency (ti-cgt-arm not in yet)
Update commit id
---
---
 recipes-ti/ipc/ti-ipc-common.inc |  5 +++--
 recipes-ti/ipc/ti-ipc-rtos.inc   | 18 +++++++++++++-----
 recipes-ti/ipc/ti-ipc.inc        |  6 +++---
 recipes-ti/ipc/ti-ipc_git.bb     |  1 +
 4 files changed, 20 insertions(+), 10 deletions(-)

diff --git a/recipes-ti/ipc/ti-ipc-common.inc b/recipes-ti/ipc/ti-ipc-common.inc
index c5f28e7..8b16a60 100644
--- a/recipes-ti/ipc/ti-ipc-common.inc
+++ b/recipes-ti/ipc/ti-ipc-common.inc
@@ -1,5 +1,5 @@
-PV = "3.45.00.00"
-INC_PR = "r1"
+PV = "3.46.00.00"
+INC_PR = "r0"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
@@ -10,5 +10,6 @@ PLATFORM_k2hk-evm = "TCI6638"
 PLATFORM_k2l-evm = "TCI6630"
 PLATFORM_k2e = "66AK2E"
 PLATFORM_k2g = "66AK2G"
+PLATFORM_omapl138-lcdk = "OMAPL138"
 
 ALT_PLATFORM_k2hk-evm = "TCI6636"
diff --git a/recipes-ti/ipc/ti-ipc-rtos.inc b/recipes-ti/ipc/ti-ipc-rtos.inc
index b29e984..566bcaa 100644
--- a/recipes-ti/ipc/ti-ipc-rtos.inc
+++ b/recipes-ti/ipc/ti-ipc-rtos.inc
@@ -28,16 +28,16 @@ name=${TI_IPC_METADATA_NAME}"
 # Corresponds to tag: 3.45.00.00
 SRCREV_ipc-examples = "3a8ee1841ec36117a9bcd3d45bb2781bbd53ecf8"
 
-# Corresponds to tag: 3.45.00.00
-SRCREV_ipc-metadata = "30b83f09be1877f86b22c971d978cb478fc7dd6e"
+# Corresponds to tag: 3.46.00.00_eng
+SRCREV_ipc-metadata = "d829510a31765520df84901dd82d069eaa929598"
 
 S_ipc-examples = "${WORKDIR}/git/ipc-examples"
 S_ipc-metadata = "${WORKDIR}/git/ipc-metadata"
 
-RELEASE_TYPE = "GA"
-RELEASE_SUFFIX = ""
+RELEASE_TYPE = "ENG"
+RELEASE_SUFFIX = "_eng"
 
-PR = "${INC_PR}.3"
+PR = "${INC_PR}.r0"
 
 DEPENDS_append_keystone = " ti-cgt6x-native \
                             gcc-arm-none-eabi-native \
@@ -46,6 +46,10 @@ DEPENDS_append_omap-a15 = " ti-cgt6x-native \
                             ti-ccsv6-native \
                             gcc-arm-none-eabi-native \
 "
+DEPENDS_append_omapl138-lcdk = " ti-cgt6x-native \
+                                 gcc-arm-none-eabi-native \
+"
+
 IPC_TARGETS = ""
 IPC_TARGETS_omap-a15 = "\
     gnu.targets.arm.A15F="${GCC_ARM_NONE_TOOLCHAIN}" \
@@ -53,6 +57,10 @@ IPC_TARGETS_omap-a15 = "\
     ti.targets.elf.C66_big_endian="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
     ti.targets.arm.elf.M4="${M4_TOOLCHAIN_INSTALL_DIR}" \
 "
+IPC_TARGETS_omapl138-lcdk = "\
+    gnu.targets.arm.A15F="${GCC_ARM_NONE_TOOLCHAIN}" \
+    ti.targets.elf.C674="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
+"
 
 IPC_TARGETS_keystone = " \
     gnu.targets.arm.A15F="${GCC_ARM_NONE_TOOLCHAIN}" \
diff --git a/recipes-ti/ipc/ti-ipc.inc b/recipes-ti/ipc/ti-ipc.inc
index ea256d2..aadf54c 100644
--- a/recipes-ti/ipc/ti-ipc.inc
+++ b/recipes-ti/ipc/ti-ipc.inc
@@ -6,10 +6,10 @@ LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=7b327f9
 
 TI_IPC_GIT_URI = "git://git.ti.com/ipc/ipcdev.git"
 TI_IPC_GIT_PROTOCOL = "git"
-TI_IPC_GIT_BRANCH = "master"
+TI_IPC_GIT_BRANCH = "ipc-next"
 
-#Corresponds to 3.45.00.00
-TI_IPC_SRCREV = "1584985938884bf6cb1d839779578354b1865ea4"
+#Corresponds to 3.46.00.00_eng
+TI_IPC_SRCREV = "ac4579706306d1976521a8dda302678536ae21d3"
 
 BRANCH = "${TI_IPC_GIT_BRANCH}"
 SRC_URI = "${TI_IPC_GIT_URI};protocol=${TI_IPC_GIT_PROTOCOL};branch=${BRANCH};name=ipcdev"
diff --git a/recipes-ti/ipc/ti-ipc_git.bb b/recipes-ti/ipc/ti-ipc_git.bb
index 05b4d85..e97391b 100644
--- a/recipes-ti/ipc/ti-ipc_git.bb
+++ b/recipes-ti/ipc/ti-ipc_git.bb
@@ -20,6 +20,7 @@ DAEMON_k2hk-evm = "lad_tci6638"
 DAEMON_k2l-evm = "lad_tci6630"
 DAEMON_k2e = "lad_66ak2e"
 DAEMON_k2g = "lad_66ak2g"
+DAEMON_omapl138-lcdk = "lad_omapl138"
 
 inherit autotools-brokensep pkgconfig update-rc.d
 
-- 
1.9.1



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

* Re: [morty/master][PATCH v2] ti-ipc: Update to new verison 3.46.00.00_eng
  2017-04-04 10:02 [morty/master][PATCH v2] ti-ipc: Update to new verison 3.46.00.00_eng Sam Nelson
@ 2017-04-04 15:49 ` Denys Dmytriyenko
  0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2017-04-04 15:49 UTC (permalink / raw)
  To: Sam Nelson; +Cc: meta-ti

Please use SOC family for overrides.


On Tue, Apr 04, 2017 at 06:02:59AM -0400, Sam Nelson wrote:
> Add support for omapl138-lcdk
> 
> Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> 
> ---
> Put back ccs dependency (ti-cgt-arm not in yet)
> Update commit id
> ---
> ---
>  recipes-ti/ipc/ti-ipc-common.inc |  5 +++--
>  recipes-ti/ipc/ti-ipc-rtos.inc   | 18 +++++++++++++-----
>  recipes-ti/ipc/ti-ipc.inc        |  6 +++---
>  recipes-ti/ipc/ti-ipc_git.bb     |  1 +
>  4 files changed, 20 insertions(+), 10 deletions(-)
> 
> diff --git a/recipes-ti/ipc/ti-ipc-common.inc b/recipes-ti/ipc/ti-ipc-common.inc
> index c5f28e7..8b16a60 100644
> --- a/recipes-ti/ipc/ti-ipc-common.inc
> +++ b/recipes-ti/ipc/ti-ipc-common.inc
> @@ -1,5 +1,5 @@
> -PV = "3.45.00.00"
> -INC_PR = "r1"
> +PV = "3.46.00.00"
> +INC_PR = "r0"
>  
>  PACKAGE_ARCH = "${MACHINE_ARCH}"
>  
> @@ -10,5 +10,6 @@ PLATFORM_k2hk-evm = "TCI6638"
>  PLATFORM_k2l-evm = "TCI6630"
>  PLATFORM_k2e = "66AK2E"
>  PLATFORM_k2g = "66AK2G"
> +PLATFORM_omapl138-lcdk = "OMAPL138"
>  
>  ALT_PLATFORM_k2hk-evm = "TCI6636"
> diff --git a/recipes-ti/ipc/ti-ipc-rtos.inc b/recipes-ti/ipc/ti-ipc-rtos.inc
> index b29e984..566bcaa 100644
> --- a/recipes-ti/ipc/ti-ipc-rtos.inc
> +++ b/recipes-ti/ipc/ti-ipc-rtos.inc
> @@ -28,16 +28,16 @@ name=${TI_IPC_METADATA_NAME}"
>  # Corresponds to tag: 3.45.00.00
>  SRCREV_ipc-examples = "3a8ee1841ec36117a9bcd3d45bb2781bbd53ecf8"
>  
> -# Corresponds to tag: 3.45.00.00
> -SRCREV_ipc-metadata = "30b83f09be1877f86b22c971d978cb478fc7dd6e"
> +# Corresponds to tag: 3.46.00.00_eng
> +SRCREV_ipc-metadata = "d829510a31765520df84901dd82d069eaa929598"
>  
>  S_ipc-examples = "${WORKDIR}/git/ipc-examples"
>  S_ipc-metadata = "${WORKDIR}/git/ipc-metadata"
>  
> -RELEASE_TYPE = "GA"
> -RELEASE_SUFFIX = ""
> +RELEASE_TYPE = "ENG"
> +RELEASE_SUFFIX = "_eng"
>  
> -PR = "${INC_PR}.3"
> +PR = "${INC_PR}.r0"
>  
>  DEPENDS_append_keystone = " ti-cgt6x-native \
>                              gcc-arm-none-eabi-native \
> @@ -46,6 +46,10 @@ DEPENDS_append_omap-a15 = " ti-cgt6x-native \
>                              ti-ccsv6-native \
>                              gcc-arm-none-eabi-native \
>  "
> +DEPENDS_append_omapl138-lcdk = " ti-cgt6x-native \
> +                                 gcc-arm-none-eabi-native \
> +"
> +
>  IPC_TARGETS = ""
>  IPC_TARGETS_omap-a15 = "\
>      gnu.targets.arm.A15F="${GCC_ARM_NONE_TOOLCHAIN}" \
> @@ -53,6 +57,10 @@ IPC_TARGETS_omap-a15 = "\
>      ti.targets.elf.C66_big_endian="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
>      ti.targets.arm.elf.M4="${M4_TOOLCHAIN_INSTALL_DIR}" \
>  "
> +IPC_TARGETS_omapl138-lcdk = "\
> +    gnu.targets.arm.A15F="${GCC_ARM_NONE_TOOLCHAIN}" \
> +    ti.targets.elf.C674="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
> +"
>  
>  IPC_TARGETS_keystone = " \
>      gnu.targets.arm.A15F="${GCC_ARM_NONE_TOOLCHAIN}" \
> diff --git a/recipes-ti/ipc/ti-ipc.inc b/recipes-ti/ipc/ti-ipc.inc
> index ea256d2..aadf54c 100644
> --- a/recipes-ti/ipc/ti-ipc.inc
> +++ b/recipes-ti/ipc/ti-ipc.inc
> @@ -6,10 +6,10 @@ LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=7b327f9
>  
>  TI_IPC_GIT_URI = "git://git.ti.com/ipc/ipcdev.git"
>  TI_IPC_GIT_PROTOCOL = "git"
> -TI_IPC_GIT_BRANCH = "master"
> +TI_IPC_GIT_BRANCH = "ipc-next"
>  
> -#Corresponds to 3.45.00.00
> -TI_IPC_SRCREV = "1584985938884bf6cb1d839779578354b1865ea4"
> +#Corresponds to 3.46.00.00_eng
> +TI_IPC_SRCREV = "ac4579706306d1976521a8dda302678536ae21d3"
>  
>  BRANCH = "${TI_IPC_GIT_BRANCH}"
>  SRC_URI = "${TI_IPC_GIT_URI};protocol=${TI_IPC_GIT_PROTOCOL};branch=${BRANCH};name=ipcdev"
> diff --git a/recipes-ti/ipc/ti-ipc_git.bb b/recipes-ti/ipc/ti-ipc_git.bb
> index 05b4d85..e97391b 100644
> --- a/recipes-ti/ipc/ti-ipc_git.bb
> +++ b/recipes-ti/ipc/ti-ipc_git.bb
> @@ -20,6 +20,7 @@ DAEMON_k2hk-evm = "lad_tci6638"
>  DAEMON_k2l-evm = "lad_tci6630"
>  DAEMON_k2e = "lad_66ak2e"
>  DAEMON_k2g = "lad_66ak2g"
> +DAEMON_omapl138-lcdk = "lad_omapl138"
>  
>  inherit autotools-brokensep pkgconfig update-rc.d
>  
> -- 
> 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-04-04 15:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-04 10:02 [morty/master][PATCH v2] ti-ipc: Update to new verison 3.46.00.00_eng Sam Nelson
2017-04-04 15:49 ` 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.