Re: [meta-ti] [daisy][PATCH v2] ti-ipc: Upgrade to IPC 3.30.00.09

2014-10-02 Thread Stiffler, Jacob
I am not sure what is happening. I am using the same procedure as with patches 
sent to the meta-arago list, which works fine.

I am using the git-send-email format suggested on 
(http://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded): 

$ git send-email --to=email_addr --confirm=always -M -1


- Jake


-Original Message-
From: Dmytriyenko, Denys 
Sent: Wednesday, October 01, 2014 4:41 PM
To: Stiffler, Jacob
Cc: meta-ti@yoctoproject.org
Subject: Re: [meta-ti] [daisy][PATCH v2] ti-ipc: Upgrade to IPC 3.30.00.09

Jake,

Why are you patches not being sent to meta-ti list? Do you get any error 
messages? I assume you are sending them with git-send-email?

--
Denys


On Wed, Oct 01, 2014 at 01:35:20PM +, Stiffler, Jacob wrote:
 ping
 
 -Original Message-
 From: Stiffler, Jacob 
 Sent: Wednesday, October 01, 2014 9:15 AM
 To: meta-ti@yoctoproject.org
 Cc: Stiffler, Jacob
 Subject: [daisy][PATCH v2] ti-ipc: Upgrade to IPC 3.30.00.09
 
 * Added new recipe for latest IPC
 * Removed older recipe versions
 * Latest recipe points to IPC 3.30.00.09
 
 Signed-off-by: Jacob Stiffler j-stiff...@ti.com
 ---
  ...nstallation-prefix-feature-to-products.ma.patch |   38 --
  recipes-ti/ipc/ti-ipc/ipc.pc   |8 
  recipes-ti/ipc/ti-ipc_1.24.00.16.bb|   41 
 
  recipes-ti/ipc/ti-ipc_3.00.00.bb   |7 
  recipes-ti/ipc/ti-ipc_3.21.00.07.bb|4 --
  recipes-ti/ipc/{ti-ipc.inc = ti-ipc_git.bb}   |   26 +++--
  6 files changed, 15 insertions(+), 109 deletions(-)  delete mode 100644 
 recipes-ti/ipc/ti-ipc/0002-ipc-Added-installation-prefix-feature-to-products.ma.patch
  delete mode 100644 recipes-ti/ipc/ti-ipc/ipc.pc  delete mode 100644 
 recipes-ti/ipc/ti-ipc_1.24.00.16.bb
  delete mode 100644 recipes-ti/ipc/ti-ipc_3.00.00.bb  delete mode 100644 
 recipes-ti/ipc/ti-ipc_3.21.00.07.bb
  rename recipes-ti/ipc/{ti-ipc.inc = ti-ipc_git.bb} (75%)
 
 diff --git 
 a/recipes-ti/ipc/ti-ipc/0002-ipc-Added-installation-prefix-feature-to-products.ma.patch
  
 b/recipes-ti/ipc/ti-ipc/0002-ipc-Added-installation-prefix-feature-to-products.ma.patch
 deleted file mode 100644
 index 58d77c7..000
 --- 
 a/recipes-ti/ipc/ti-ipc/0002-ipc-Added-installation-prefix-feature-to-products.ma.patch
 +++ /dev/null
 @@ -1,38 +0,0 @@
 -From 26d09063063593aec760151393226b96bc7ab9f8 Mon Sep 17 00:00:00 2001
 -From: Mrinmayee Hingolikar mrinma...@ti.com
 -Date: Thu, 5 Sep 2013 17:01:15 +0530
 -Subject: [PATCH] ipc: Added installation prefix feature to products.mak
 -
 -Signed-off-by: Mrinmayee Hingolikar mrinma...@ti.com
 
 - ipc-linux.mak |1 +
 - products.mak  |1 +
 - 2 files changed, 2 insertions(+)
 -
 -diff --git a/ipc-linux.mak b/ipc-linux.mak -index 788a5a2..01579e4 100644
  a/ipc-linux.mak
 -+++ b/ipc-linux.mak
 -@@ -38,6 +38,7 @@ include products.mak
 - config:
 - @echo Configuring Linux Ipc ...
 - ./configure --host=$(TOOLCHAIN_LONGNAME) \
 -+--prefix=$(PREFIX) \
 - CC=$(TOOLCHAIN_PREFIX)gcc \
 - PLATFORM=$(PLATFORM) \
 - CMEM_INSTALL_DIR=$(CMEM_INSTALL_DIR) \
 -diff --git a/products.mak b/products.mak -index e418d2f..4578a1e 100644
  a/products.mak
 -+++ b/products.mak
 -@@ -55,6 +55,7 @@ PLATFORM ?=
 - TOOLCHAIN_LONGNAME = arm-none-linux-gnueabi
 - TOOLCHAIN_INSTALL_DIR = $(DEPOT)/_your_arm_code_gen_install_
 - TOOLCHAIN_PREFIX = $(TOOLCHAIN_INSTALL_DIR)/bin/$(TOOLCHAIN_LONGNAME)-
 -+PREFIX = /usr/local
 -
 - # Optional: Path to Linux Kernel - needed to build the MmRpc user libraries
 - # (for devices that support it)
 ---
 -1.7.9.5
 -
 diff --git a/recipes-ti/ipc/ti-ipc/ipc.pc b/recipes-ti/ipc/ti-ipc/ipc.pc 
 deleted file mode 100644 index 1a8c52d..000
 --- a/recipes-ti/ipc/ti-ipc/ipc.pc
 +++ /dev/null
 @@ -1,8 +0,0 @@
 -prefix=/../../ipc_@VERSION@
 -includedir=${prefix}/ti/ipc
 -
 -Name: TI IPC
 -Description: TI ARM-DSP IPC (Inter Processor Communication)
 -Version: @VERSION@
 -Requires: 
 -Cflags: -I${includedir}
 diff --git a/recipes-ti/ipc/ti-ipc_1.24.00.16.bb 
 b/recipes-ti/ipc/ti-ipc_1.24.00.16.bb
 deleted file mode 100644
 index 420d0f7..000
 --- a/recipes-ti/ipc/ti-ipc_1.24.00.16.bb
 +++ /dev/null
 @@ -1,41 +0,0 @@
 -DESCRIPTION = TI Inter Process Ccommunication (IPC) Mechanisms (for Uni- 
 and Multi- Processor Configurations)
 -HOMEPAGE = 
 http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ipc/index.html;
 -SECTION = devel
 -LICENSE = BSD 
 -LIC_FILES_CHKSUM = 
 file://ipc_${PV}_manifest.html;md5=573f5a5c0448d28bf8db35f438244d7f
 -
 -
 -require ../includes/ti-paths.inc
 -require ../includes/ti-staging.inc
 -require ../includes/ti-eula-unpack.inc
 -
 -PV = 1_24_00_16
 -
 -S = ${WORKDIR}/ipc_${PV}
 -
 -SRC_URI = 
 http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ipc/${PV}/exports/ipc_setuplinux_${PV}.bin;name=ipcbin
  \
 -   file://ipc.pc
 -
 -DEPENDS = 

[meta-ti] [nightly] Distroless meta-ti/master minimal build 2014-10-02_21-01-13

2014-10-02 Thread Denys Dmytriyenko
Title: 
Status for 10/02/14





Status for 10/02/14

BUILD_ID: build-2014-10-02_21-02-16

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



bitbake
git://git.openembedded.org/bitbake
master
HEAD
layers=


meta-ti
git://git.yoctoproject.org/meta-ti
master
HEAD
layers=


oe-core
git://git.openembedded.org/openembedded-core
master
HEAD
layers=meta


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
PASSED
FAILED: CRITICAL


am437x-evm
PASSED
FAILED: CRITICAL


am37x-evm
PASSED
FAILED: CRITICAL


am3517-evm
PASSED
FAILED: CRITICAL


am180x-evm
PASSED
FAILED: CRITICAL


omap5-evm
PASSED
FAILED: CRITICAL


dra7xx-evm
PASSED
FAILED: CRITICAL


k2hk-evm
FAILED
SKIPPED


beagleboard
PASSED
FAILED: CRITICAL


beaglebone
PASSED
FAILED: CRITICAL


pandaboard
PASSED
FAILED: CRITICAL




These builds were performed using the build-oesdk.sh script at:


git://arago-project.org/git/projects/tisdk-build-scripts.git



The configuration file passed to this script had the contents:


MANDATORY_INPUTS="MACHINES NUM_ARM9_BUILDS NUM_CORTEX_BUILDS BUILD_ID SCRIPTS_ROOT BUILD_ROOT TEST_ROOT PACKAGE_ROOT DEPLOY_ROOT FS_FILTER FS_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2014.08"
MACHINES="am335x-evm am437x-evm am37x-evm am3517-evm am180x-evm omap5-evm dra7xx-evm k2hk-evm beagleboard beaglebone pandaboard"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="2"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/distroless-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="core-image-minimal-"
FS_IMAGE_TYPE="tar.gz"
NFS_ROOT="/home/jenkins/nfs-root"
SOURCE_DIR="${BUILD_ROOT}/sources"
CLEAN_BUILD="false"
CLEAN_ALL="false"
CONFIG_FILE="${BUILD_ROOT}/configs/distroless-meta-ti-config.txt"
LOG_DIR="${BUILD_ROOT}/log-files"
DL_DIR="/OE/downloads"
INSTALLER_EXTRAS_ROOT="/home/jenkins/extra-files/installer_content"
TEST_SCRIPTS="$SCRIPTS_ROOT/test-scripts"
TEST_SCRIPTS_TGT="home/root/test-scripts"
TEST_LOCAL_IFACE="eth1"
OPENTEST_CLI="$SCRIPTS_ROOT/linux-devtest.tgz"
OPENTEST_TEE_IP="none"
OPENTEST_HW_CAP="linux_tigt_farm"
OPENTEST_BOOTLOADERS="false"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="core-image-minimal"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_BUILDER="/home/jenkins/installbuilder"
INSTALLER_ROOT="$BUILD_ROOT/installer"
INSTALL_BUILDER_PROJECT="$SCRIPTS_ROOT/installer-files/tisdk.xml"
INSTALLER_PREFIX="ti-sdk"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
PACKAGE_BOOT_KERNEL_FILES="false"
WEBGEN_ROOT="/home/jenkins/webgen"
WEB_EXTRAS_ROOT="/home/jenkins/extra-files/web_content"
WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data"
COPY_TO_WEB="true"
COPY_DEPLOY_TO_WEB="true"
WEB_HOST="lcpd...@lsblogin02.dal.design.ti.com:/web/lcpd/htdocs/core-minimal"
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/distroless-meta-ti-nightly/workspace"





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