[meta-arago] [nightly] Core TISDK 2013.03 build 2013-03-26_01-01-06

2013-03-25 Thread Denys Dmytriyenko
Title: 
Status for 03/26/13





Status for 03/26/13

BUILD_ID: build-2013-03-26_01-02-09

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
FAILED
SKIPPED


am37x-evm
FAILED
SKIPPED


beagleboard
FAILED
SKIPPED


am3517-evm
FAILED
SKIPPED


am180x-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.03"
MACHINES="am335x-evm am37x-evm beagleboard am3517-evm am180x-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/opt/arago-2011.09/armv5te/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/arago-2011.09/armv7a/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-amsdk-image-"
SDK_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/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-amsdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


Re: [meta-arago] [PATCHv3 2/9] wl18xx-firmware: install Wilink8 wlan firmware files

2013-03-26 Thread Denys Dmytriyenko
On Wed, Mar 20, 2013 at 11:30:09AM +0200, Eyal Reizer wrote:
> Add a recipe for installing the Wilink8 wlan firmware files into
> the target file system.
> 
> This package replace the wilink6 package which is provided by the
> wl12xx-firmware recipe. Selection between the two is done using a
> "WILINK_VERSION" switch added to arago.conf

I have 2 questions:

1. I seem to be missing the first patch in this series - 1/9 never made it
2. Is this set depending on Franklin's big set of 17 patches?


> Changes in v2:
> * Use an actual release name in the recipe name instead of _git
> * Add RPROVIDES, RREPLACES, RCONFLICTS as this recipe completely 
>   replace the wilink6 one.
> 
> Changes in v3:
> * Add _${PN} to all runtime variables
> 
> Signed-off-by: Eyal Reizer 
> ---
>  .../wl18xx-firmware/wl18xx-firmware/Makefile   |7 +
>  .../wl18xx-firmware/wl18xx-firmware_r8.a6.01.bb|   30 
> 
>  2 files changed, 37 insertions(+)
>  create mode 100644 
> meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-firmware/Makefile
>  create mode 100644 
> meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-firmware_r8.a6.01.bb
> 
> diff --git 
> a/meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-firmware/Makefile 
> b/meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-firmware/Makefile
> new file mode 100644
> index 000..0bb7ab8
> --- /dev/null
> +++ b/meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-firmware/Makefile
> @@ -0,0 +1,7 @@
> +# Installs the the ti-connectiviy wlan firmware files into the root file 
> system
> +
> +install:
> + install -d  $(DEST_DIR)/lib/firmware/ti-connectivity
> + cp -RpP * $(DEST_DIR)/lib/firmware/ti-connectivity/
> + rm -f $(DEST_DIR)/lib/firmware/ti-connectivity/Makefile
> +
> diff --git 
> a/meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-firmware_r8.a6.01.bb 
> b/meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-firmware_r8.a6.01.bb
> new file mode 100644
> index 000..fd463cc
> --- /dev/null
> +++ 
> b/meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-firmware_r8.a6.01.bb
> @@ -0,0 +1,30 @@
> +DESCRIPTION = "Firmware files for use with TI wl18xx"
> +LICENSE = "TI-TSPA"
> +LIC_FILES_CHKSUM = "file://LICENCE;md5=b28122fd6678e89fd3a8d4bc80922969"
> +
> +PACKAGE_ARCH = "all"
> +
> +PR = "r1+gitr${SRCREV}"
> +
> +PROVIDES += "wl12xx-firmware"
> +RPROVIDES_${PN} += "wl12xx-firmware" 
> +RREPLACES_${PN} += "wl12xx-firmware"
> +RCONFLICTS_${PN} += "wl12xx-firmware"
> +
> +SRCREV = "ol_r8.a6.01"
> +SRC_URI = "git://github.com/TI-OpenLink/wl18xx_fw.git;protocol=git \
> +   file://Makefile \
> +  "
> +
> +S = "${WORKDIR}/git"
> +
> +do_compile() {
> +:
> +}
> +
> +do_install() {
> +cp ${WORKDIR}/Makefile ${S}
> +oe_runmake 'DEST_DIR=${D}' install
> +}
> +
> +FILES_${PN} = "/lib/firmware/ti-connectivity/*"
> -- 
> 1.7.9.5
> 
> ___
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> 
___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [nightly] Core TISDK 2013.03 build 2013-03-27_01-01-06

2013-03-26 Thread Denys Dmytriyenko
Title: 
Status for 03/27/13





Status for 03/27/13

BUILD_ID: build-2013-03-27_01-02-13

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
FAILED
SKIPPED


am37x-evm
FAILED
SKIPPED


beagleboard
FAILED
SKIPPED


am3517-evm
FAILED
SKIPPED


am180x-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.03"
MACHINES="am335x-evm am37x-evm beagleboard am3517-evm am180x-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/opt/arago-2011.09/armv5te/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/arago-2011.09/armv7a/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-amsdk-image-"
SDK_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/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-amsdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [nightly] Core TISDK 2013.03 build 2013-03-28_01-01-06

2013-03-27 Thread Denys Dmytriyenko
Title: 
Status for 03/28/13





Status for 03/28/13

BUILD_ID: build-2013-03-28_01-02-08

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
FAILED
SKIPPED


am37x-evm
FAILED
SKIPPED


beagleboard
FAILED
SKIPPED


am3517-evm
FAILED
SKIPPED


am180x-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.03"
MACHINES="am335x-evm am37x-evm beagleboard am3517-evm am180x-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/opt/arago-2011.09/armv5te/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/arago-2011.09/armv7a/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-amsdk-image-"
SDK_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/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-amsdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [nightly] Core TISDK 2013.03 build 2013-03-28_16-45-03

2013-03-28 Thread Denys Dmytriyenko
Title: 
Status for 03/28/13





Status for 03/28/13

BUILD_ID: build-2013-03-28_16-46-06

Clean Build: true

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
FAILED
SKIPPED


am37x-evm
FAILED
SKIPPED


omap5-evm
PASSED
SKIPPED


beagleboard
FAILED
SKIPPED


am3517-evm
PASSED
PASSED


am180x-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.03"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm am180x-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/opt/arago-2011.09/armv5te/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/arago-2011.09/armv7a/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_IMAGE_TYPE="tar.gz"
NFS_ROOT="/home/jenkins/nfs-root"
SOURCE_DIR="${BUILD_ROOT}/sources"
CLEAN_BUILD="true"
CLEAN_ALL="false"
CONFIG_FILE="${BUILD_ROOT}/configs/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [nightly] Core TISDK 2013.03 build 2013-03-29_01-01-06

2013-03-28 Thread Denys Dmytriyenko
Title: 
Status for 03/29/13





Status for 03/29/13

BUILD_ID: build-2013-03-29_01-02-11

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
FAILED
SKIPPED


am37x-evm
FAILED
SKIPPED


omap5-evm
PASSED
SKIPPED


beagleboard
FAILED
SKIPPED


am3517-evm
PASSED
PASSED


am180x-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.03"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm am180x-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/opt/arago-2011.09/armv5te/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/arago-2011.09/armv7a/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_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/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


Re: [meta-arago] [PATCH 1/4] omapconf: add omapconf utility to assist testing and debug

2013-03-29 Thread Denys Dmytriyenko
On Fri, Mar 29, 2013 at 08:50:30AM -0500, Chase Maupin wrote:
> * The omapconf utility gives useful information about the
>   state of the OMAP device and can be used in debug and testing.
> 
> Signed-off-by: Chase Maupin 
> ---
>  .../recipes-devtools/omapconf/omapconf_git.bb  |   25 
> 
>  1 files changed, 25 insertions(+), 0 deletions(-)
>  create mode 100644 
> meta-arago-extras/recipes-devtools/omapconf/omapconf_git.bb
> 
> diff --git a/meta-arago-extras/recipes-devtools/omapconf/omapconf_git.bb 
> b/meta-arago-extras/recipes-devtools/omapconf/omapconf_git.bb
> new file mode 100644
> index 000..9fcd88d
> --- /dev/null
> +++ b/meta-arago-extras/recipes-devtools/omapconf/omapconf_git.bb
> @@ -0,0 +1,25 @@
> +DESCRIPTION = "Diagnostic tool for TI OMAP processors"
> +HOMEPAGE = "https://github.com/omapconf/omapconf";
> +
> +LICENSE = "GPLv2 BSD"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=205c83c4e2242a765acb923fc766e914"
> +
> +PV = "1.66"
> +PR = "r0"
> +
> +COMPATIBLE_MACHINE = "omap-a15"

Is it compatible with omap4? I guess not omap3 though :)


> +
> +BRANCH ?= "master"
> +SRCREV = "418b94bde60dbd3f85a0afb6e4d2a808cfb104cd"
> +
> +SRC_URI = 
> "git://github.com/omapconf/omapconf.git;protocol=git;branch=${BRANCH}"
> +
> +S = "${WORKDIR}/git"
> +
> +do_compile () {
> +oe_runmake CROSS_COMPILE=${TARGET_PREFIX} install
> +}
> +
> +do_install () {
> +oe_runmake DESTDIR=${D}${bindir} install
> +}
> -- 
> 1.7.0.4
> 
> ___
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


Re: [meta-arago] [PATCH 1/4] omapconf: add omapconf utility to assist testing and debug

2013-03-29 Thread Denys Dmytriyenko
On Fri, Mar 29, 2013 at 01:06:57PM -0400, Maupin, Chase wrote:
> > -Original Message-
> > From: Dmytriyenko, Denys
> > Sent: Friday, March 29, 2013 12:01 PM
> > To: Maupin, Chase
> > Cc: meta-arago@arago-project.org
> > Subject: Re: [meta-arago] [PATCH 1/4] omapconf: add omapconf
> > utility to assist testing and debug
> > 
> > On Fri, Mar 29, 2013 at 08:50:30AM -0500, Chase Maupin wrote:
> > > * The omapconf utility gives useful information about the
> > >   state of the OMAP device and can be used in debug and
> > testing.
> > >
> > > Signed-off-by: Chase Maupin 
> > > ---
> > >  .../recipes-devtools/omapconf/omapconf_git.bb  |   25
> > 
> > >  1 files changed, 25 insertions(+), 0 deletions(-)
> > >  create mode 100644 meta-arago-extras/recipes-
> > devtools/omapconf/omapconf_git.bb
> > >
> > > diff --git a/meta-arago-extras/recipes-
> > devtools/omapconf/omapconf_git.bb b/meta-arago-extras/recipes-
> > devtools/omapconf/omapconf_git.bb
> > > new file mode 100644
> > > index 000..9fcd88d
> > > --- /dev/null
> > > +++ b/meta-arago-extras/recipes-
> > devtools/omapconf/omapconf_git.bb
> > > @@ -0,0 +1,25 @@
> > > +DESCRIPTION = "Diagnostic tool for TI OMAP processors"
> > > +HOMEPAGE = "https://github.com/omapconf/omapconf";
> > > +
> > > +LICENSE = "GPLv2 BSD"
> > > +LIC_FILES_CHKSUM =
> > "file://LICENSE;md5=205c83c4e2242a765acb923fc766e914"
> > > +
> > > +PV = "1.66"
> > > +PR = "r0"
> > > +
> > > +COMPATIBLE_MACHINE = "omap-a15"
> > 
> > Is it compatible with omap4? I guess not omap3 though :)
> 
> Correct.  Since it supports OMAP4 as well I went ahead and left it at 
> omap-a15.  OMAP3 wasn't listed as I recall.

I'm confused. Shouldn't it be omap-a15|omap4?


> > > +
> > > +BRANCH ?= "master"
> > > +SRCREV = "418b94bde60dbd3f85a0afb6e4d2a808cfb104cd"
> > > +
> > > +SRC_URI =
> > "git://github.com/omapconf/omapconf.git;protocol=git;branch=${BRA
> > NCH}"
> > > +
> > > +S = "${WORKDIR}/git"
> > > +
> > > +do_compile () {
> > > +oe_runmake CROSS_COMPILE=${TARGET_PREFIX} install
> > > +}
> > > +
> > > +do_install () {
> > > +oe_runmake DESTDIR=${D}${bindir} install
> > > +}
> > > --
> > > 1.7.0.4
> > >
> > > ___
> > > meta-arago mailing list
> > > meta-arago@arago-project.org
> > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


Re: [meta-arago] [PATCH 1/4] omapconf: add omapconf utility to assist testing and debug

2013-03-29 Thread Denys Dmytriyenko
On Fri, Mar 29, 2013 at 01:18:46PM -0400, Maupin, Chase wrote:
> > -Original Message-
> > From: Dmytriyenko, Denys
> > Sent: Friday, March 29, 2013 12:12 PM
> > To: Maupin, Chase
> > Cc: meta-arago@arago-project.org
> > Subject: Re: [meta-arago] [PATCH 1/4] omapconf: add omapconf
> > utility to assist testing and debug
> > 
> > On Fri, Mar 29, 2013 at 01:06:57PM -0400, Maupin, Chase wrote:
> > > > -Original Message-
> > > > From: Dmytriyenko, Denys
> > > > Sent: Friday, March 29, 2013 12:01 PM
> > > > To: Maupin, Chase
> > > > Cc: meta-arago@arago-project.org
> > > > Subject: Re: [meta-arago] [PATCH 1/4] omapconf: add omapconf
> > > > utility to assist testing and debug
> > > >
> > > > On Fri, Mar 29, 2013 at 08:50:30AM -0500, Chase Maupin wrote:
> > > > > * The omapconf utility gives useful information about the
> > > > >   state of the OMAP device and can be used in debug and
> > > > testing.
> > > > >
> > > > > Signed-off-by: Chase Maupin 
> > > > > ---
> > > > >  .../recipes-devtools/omapconf/omapconf_git.bb  |   25
> > > > 
> > > > >  1 files changed, 25 insertions(+), 0 deletions(-)
> > > > >  create mode 100644 meta-arago-extras/recipes-
> > > > devtools/omapconf/omapconf_git.bb
> > > > >
> > > > > diff --git a/meta-arago-extras/recipes-
> > > > devtools/omapconf/omapconf_git.bb b/meta-arago-
> > extras/recipes-
> > > > devtools/omapconf/omapconf_git.bb
> > > > > new file mode 100644
> > > > > index 000..9fcd88d
> > > > > --- /dev/null
> > > > > +++ b/meta-arago-extras/recipes-
> > > > devtools/omapconf/omapconf_git.bb
> > > > > @@ -0,0 +1,25 @@
> > > > > +DESCRIPTION = "Diagnostic tool for TI OMAP processors"
> > > > > +HOMEPAGE = "https://github.com/omapconf/omapconf";
> > > > > +
> > > > > +LICENSE = "GPLv2 BSD"
> > > > > +LIC_FILES_CHKSUM =
> > > > "file://LICENSE;md5=205c83c4e2242a765acb923fc766e914"
> > > > > +
> > > > > +PV = "1.66"
> > > > > +PR = "r0"
> > > > > +
> > > > > +COMPATIBLE_MACHINE = "omap-a15"
> > > >
> > > > Is it compatible with omap4? I guess not omap3 though :)
> > >
> > > Correct.  Since it supports OMAP4 as well I went ahead and left
> > it at
> > > omap-a15.  OMAP3 wasn't listed as I recall.
> > 
> > I'm confused. Shouldn't it be omap-a15|omap4?
> 
> I didn't notice the pandaboard so I thought there wasn't an existing omap4.  
> My logic was that when/if omap4 was added it would go into the omap-a15 
> SOC_FAMILY.  I'll send an update.

Why would pandaboard go into omap-a15 SOC_FAMILY? It's not Cortex-A15 and it 
has it's own SOC_FAMILY.

Moreover, we had pandaboard in meta-ti for ages, the support is reasonably 
up-to-date and it is part of my nightly builds of distro-less config...


> > > > > +
> > > > > +BRANCH ?= "master"
> > > > > +SRCREV = "418b94bde60dbd3f85a0afb6e4d2a808cfb104cd"
> > > > > +
> > > > > +SRC_URI =
> > > >
> > "git://github.com/omapconf/omapconf.git;protocol=git;branch=${BRA
> > > > NCH}"
> > > > > +
> > > > > +S = "${WORKDIR}/git"
> > > > > +
> > > > > +do_compile () {
> > > > > +oe_runmake CROSS_COMPILE=${TARGET_PREFIX} install
> > > > > +}
> > > > > +
> > > > > +do_install () {
> > > > > +oe_runmake DESTDIR=${D}${bindir} install
> > > > > +}
> > > > > --
> > > > > 1.7.0.4
> > > > >
> > > > > ___
> > > > > meta-arago mailing list
> > > > > meta-arago@arago-project.org
> > > > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-
> > arago
___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


Re: [meta-arago] [PATCH 1/4] omapconf: add omapconf utility to assist testing and debug

2013-03-29 Thread Denys Dmytriyenko
On Fri, Mar 29, 2013 at 01:25:24PM -0400, Maupin, Chase wrote:
> > -Original Message-
> > From: Dmytriyenko, Denys
> > Sent: Friday, March 29, 2013 12:24 PM
> > To: Maupin, Chase
> > Cc: meta-arago@arago-project.org
> > Subject: Re: [meta-arago] [PATCH 1/4] omapconf: add omapconf
> > utility to assist testing and debug
> > 
> > On Fri, Mar 29, 2013 at 01:18:46PM -0400, Maupin, Chase wrote:
> > > > -Original Message-
> > > > From: Dmytriyenko, Denys
> > > > Sent: Friday, March 29, 2013 12:12 PM
> > > > To: Maupin, Chase
> > > > Cc: meta-arago@arago-project.org
> > > > Subject: Re: [meta-arago] [PATCH 1/4] omapconf: add omapconf
> > > > utility to assist testing and debug
> > > >
> > > > On Fri, Mar 29, 2013 at 01:06:57PM -0400, Maupin, Chase
> > wrote:
> > > > > > -Original Message-
> > > > > > From: Dmytriyenko, Denys
> > > > > > Sent: Friday, March 29, 2013 12:01 PM
> > > > > > To: Maupin, Chase
> > > > > > Cc: meta-arago@arago-project.org
> > > > > > Subject: Re: [meta-arago] [PATCH 1/4] omapconf: add
> > omapconf
> > > > > > utility to assist testing and debug
> > > > > >
> > > > > > On Fri, Mar 29, 2013 at 08:50:30AM -0500, Chase Maupin
> > wrote:
> > > > > > > * The omapconf utility gives useful information about
> > the
> > > > > > >   state of the OMAP device and can be used in debug and
> > > > > > testing.
> > > > > > >
> > > > > > > Signed-off-by: Chase Maupin 
> > > > > > > ---
> > > > > > >  .../recipes-devtools/omapconf/omapconf_git.bb  |
> > 25
> > > > > > 
> > > > > > >  1 files changed, 25 insertions(+), 0 deletions(-)
> > > > > > >  create mode 100644 meta-arago-extras/recipes-
> > > > > > devtools/omapconf/omapconf_git.bb
> > > > > > >
> > > > > > > diff --git a/meta-arago-extras/recipes-
> > > > > > devtools/omapconf/omapconf_git.bb b/meta-arago-
> > > > extras/recipes-
> > > > > > devtools/omapconf/omapconf_git.bb
> > > > > > > new file mode 100644
> > > > > > > index 000..9fcd88d
> > > > > > > --- /dev/null
> > > > > > > +++ b/meta-arago-extras/recipes-
> > > > > > devtools/omapconf/omapconf_git.bb
> > > > > > > @@ -0,0 +1,25 @@
> > > > > > > +DESCRIPTION = "Diagnostic tool for TI OMAP processors"
> > > > > > > +HOMEPAGE = "https://github.com/omapconf/omapconf";
> > > > > > > +
> > > > > > > +LICENSE = "GPLv2 BSD"
> > > > > > > +LIC_FILES_CHKSUM =
> > > > > > "file://LICENSE;md5=205c83c4e2242a765acb923fc766e914"
> > > > > > > +
> > > > > > > +PV = "1.66"
> > > > > > > +PR = "r0"
> > > > > > > +
> > > > > > > +COMPATIBLE_MACHINE = "omap-a15"
> > > > > >
> > > > > > Is it compatible with omap4? I guess not omap3 though :)
> > > > >
> > > > > Correct.  Since it supports OMAP4 as well I went ahead and
> > left
> > > > it at
> > > > > omap-a15.  OMAP3 wasn't listed as I recall.
> > > >
> > > > I'm confused. Shouldn't it be omap-a15|omap4?
> > >
> > > I didn't notice the pandaboard so I thought there wasn't an
> > existing omap4.
> > > My logic was that when/if omap4 was added it would go into the
> > omap-a15
> > > SOC_FAMILY.  I'll send an update.
> > 
> > Why would pandaboard go into omap-a15 SOC_FAMILY? It's not
> > Cortex-A15 and it
> > has it's own SOC_FAMILY.
> > 
> 
> Because I had a highly complex condition called a brain fart

Best excuse ever! :)


> and completely mixed up that OMAP4 used a Cortex-A9 instead of A15 :)
> 
> > Moreover, we had pandaboard in meta-ti for ages, the support is
> > reasonably
> > up-to-date and it is part of my nightly builds of distro-less
> > config...
> 
> I just missed it.  I was looking for omap4-evm or something similar.  See 
> above :)

Anyway, thanks for fixing it, I just pushed the first batch in.

-- 
Denys
___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [nightly] Core TISDK 2013.03 build 2013-03-30_01-01-06

2013-03-29 Thread Denys Dmytriyenko
Title: 
Status for 03/30/13





Status for 03/30/13

BUILD_ID: build-2013-03-30_01-02-12

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
PASSED
PASSED


am37x-evm
FAILED
SKIPPED


omap5-evm
PASSED
SKIPPED


beagleboard
FAILED
SKIPPED


am3517-evm
PASSED
PASSED


am180x-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.03"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm am180x-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/opt/arago-2011.09/armv5te/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/arago-2011.09/armv7a/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_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/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [nightly] Core TISDK 2013.03 build 2013-03-31_01-01-06

2013-03-30 Thread Denys Dmytriyenko
Title: 
Status for 03/31/13





Status for 03/31/13

BUILD_ID: build-2013-03-31_01-02-09

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
PASSED
PASSED


am37x-evm
FAILED
SKIPPED


omap5-evm
PASSED
SKIPPED


beagleboard
FAILED
SKIPPED


am3517-evm
PASSED
PASSED


am180x-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.03"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm am180x-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/opt/arago-2011.09/armv5te/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/arago-2011.09/armv7a/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_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/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


Re: [meta-arago] [PATCHv3 2/9] wl18xx-firmware: install Wilink8 wlan firmware files

2013-03-31 Thread Denys Dmytriyenko
On Wed, Mar 27, 2013 at 07:53:24AM +, Reizer, Eyal wrote:
> Hi,
> 
> 
> > -Original Message-
> > From: Dmytriyenko, Denys
> > Sent: Tuesday, March 26, 2013 8:45 PM
> > To: Reizer, Eyal
> > Cc: meta-arago@arago-project.org
> > Subject: Re: [meta-arago] [PATCHv3 2/9] wl18xx-firmware: install
> > Wilink8 wlan firmware files
> > 
> > On Wed, Mar 20, 2013 at 11:30:09AM +0200, Eyal Reizer wrote:
> > > Add a recipe for installing the Wilink8 wlan firmware files into the
> > > target file system.
> > >
> > > This package replace the wilink6 package which is provided by the
> > > wl12xx-firmware recipe. Selection between the two is done using a
> > > "WILINK_VERSION" switch added to arago.conf
> > 
> > I have 2 questions:
> > 
> > 1. I seem to be missing the first patch in this series - 1/9 never made
> 
> I do see patch 1/9 in the following link:
> http://arago-project.org/pipermail/meta-arago/2013-March/001004.html

Ah, I see it was part of v1 submission, but not the following v2 or v3 sets...

-- 
Denys


> > it 2. Is this set depending on Franklin's big set of 17 patches?
>  
> > 
> > > Changes in v2:
> > > * Use an actual release name in the recipe name instead of _git
> > > * Add RPROVIDES, RREPLACES, RCONFLICTS as this recipe completely
> > >   replace the wilink6 one.
> > >
> > > Changes in v3:
> > > * Add _${PN} to all runtime variables
> > >
> > > Signed-off-by: Eyal Reizer 
> > > ---
> > >  .../wl18xx-firmware/wl18xx-firmware/Makefile   |7 +
> > >  .../wl18xx-firmware/wl18xx-firmware_r8.a6.01.bb|   30
> > 
> > >  2 files changed, 37 insertions(+)
> > >  create mode 100644
> > > meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-
> > firmware/Makefile
> > >  create mode 100644
> > > meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-
> > firmware_r8.a6.01
> > > .bb
> > >
> > > diff --git
> > > a/meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-
> > firmware/Makefi
> > > le
> > > b/meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-
> > firmware/Makefi
> > > le
> > > new file mode 100644
> > > index 000..0bb7ab8
> > > --- /dev/null
> > > +++ b/meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-
> > firmware/Ma
> > > +++ kefile
> > > @@ -0,0 +1,7 @@
> > > +# Installs the the ti-connectiviy wlan firmware files into the root
> > > +file system
> > > +
> > > +install:
> > > + install -d  $(DEST_DIR)/lib/firmware/ti-connectivity
> > > + cp -RpP * $(DEST_DIR)/lib/firmware/ti-connectivity/
> > > + rm -f $(DEST_DIR)/lib/firmware/ti-connectivity/Makefile
> > > +
> > > diff --git
> > > a/meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-
> > firmware_r8.a6.
> > > 01.bb
> > > b/meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-
> > firmware_r8.a6.
> > > 01.bb
> > > new file mode 100644
> > > index 000..fd463cc
> > > --- /dev/null
> > > +++ b/meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-
> > firmware_r8
> > > +++ .a6.01.bb
> > > @@ -0,0 +1,30 @@
> > > +DESCRIPTION = "Firmware files for use with TI wl18xx"
> > > +LICENSE = "TI-TSPA"
> > > +LIC_FILES_CHKSUM =
> > "file://LICENCE;md5=b28122fd6678e89fd3a8d4bc80922969"
> > > +
> > > +PACKAGE_ARCH = "all"
> > > +
> > > +PR = "r1+gitr${SRCREV}"
> > > +
> > > +PROVIDES += "wl12xx-firmware"
> > > +RPROVIDES_${PN} += "wl12xx-firmware"
> > > +RREPLACES_${PN} += "wl12xx-firmware"
> > > +RCONFLICTS_${PN} += "wl12xx-firmware"
> > > +
> > > +SRCREV = "ol_r8.a6.01"
> > > +SRC_URI = "git://github.com/TI-OpenLink/wl18xx_fw.git;protocol=git \
> > > +   file://Makefile \
> > > +  "
> > > +
> > > +S = "${WORKDIR}/git"
> > > +
> > > +do_compile() {
> > > +:
> > > +}
> > > +
> > > +do_install() {
> > > +cp ${WORKDIR}/Makefile ${S}
> > > +oe_runmake 'DEST_DIR=${D}' install }
> > > +
> > > +FILES_${PN} = "/lib/firmware/ti-connectivity/*"
> > > --
> > > 1.7.9.5
> > >
> > > ___
> > > meta-arago mailing list
> > > meta-arago@arago-project.org
> > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> > >
> ___
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> 
___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [nightly] Core TISDK 2013.03 build 2013-04-01_01-01-06

2013-03-31 Thread Denys Dmytriyenko
Title: 
Status for 04/01/13





Status for 04/01/13

BUILD_ID: build-2013-04-01_01-02-09

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
PASSED
PASSED


am37x-evm
FAILED
SKIPPED


omap5-evm
PASSED
SKIPPED


beagleboard
FAILED
SKIPPED


am3517-evm
PASSED
PASSED


am180x-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.03"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm am180x-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/opt/arago-2011.09/armv5te/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/arago-2011.09/armv7a/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_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/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [PATCH 3/3] arago-prefs: set default preferences to the latest TI staging kernel and u-boot

2013-04-01 Thread Denys Dmytriyenko
From: Denys Dmytriyenko 

As branded products can now pin older stable releases, if needed.

Signed-off-by: Denys Dmytriyenko 
---
 meta-arago-distro/conf/distro/include/arago-prefs.inc | 9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc 
b/meta-arago-distro/conf/distro/include/arago-prefs.inc
index 7a0cc24..8f57fc1 100644
--- a/meta-arago-distro/conf/distro/include/arago-prefs.inc
+++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc
@@ -14,12 +14,9 @@ ARAGO_QT_PROVIDER = 
"${@base_contains('MACHINE_FEATURES','sgx','qt4-embedded-gle
 
 PREFERRED_PROVIDER_qt4-embedded = "${ARAGO_QT_PROVIDER}"
 
-# Use the SDK supported kernel and kernel version
-PREFERRED_PROVIDER_virtual/kernel_am335x-evm = "linux-am335x"
-PREFERRED_VERSION_linux-am335x = "3.2.0-psp05.06.00.00"
-PREFERRED_PROVIDER_virtual/bootloader_am335x-evm = "u-boot-am33x"
-PREFERRED_PROVIDER_u-boot_am335x-evm = "u-boot-am33x"
-PREFERRED_VERSION_u-boot-am33x = "2012.10"
+PREFERRED_PROVIDER_virtual/kernel_am335x-evm = "linux-ti-staging"
+PREFERRED_PROVIDER_virtual/bootloader_am335x-evm = "u-boot-ti-staging"
+PREFERRED_PROVIDER_u-boot_am335x-evm = "u-boot-ti-staging"
 
 PREFERRED_PROVIDER_virtual/kernel_am180x-evm = "linux-omapl138-psp"
 PREFERRED_VERSION_linux-omapl138-psp = "2.6.37"
-- 
1.8.1.5

___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [PATCH 0/3] RFC: Add branding support for products to tweak preferences

2013-04-01 Thread Denys Dmytriyenko
From: Denys Dmytriyenko 

* For cases when products based on Arago Core TI-SDK need to select different
  providers or versions of packages. For example, AM-SDK needs to stay on the
  stable kernel 3.2, while Core TI-SDK is moving to the new kernel 3.8.
* Adding new branding policies requires creating a new branding-.inc file
  and setting ARAGO_BRAND= in the local.conf
* The default branding is "core" when ARAGO_BRAND is not set and is mostly empty
  to fall back on the default Arago Core TI-SDK preferences.

Denys Dmytriyenko (3):
  arago.conf: add branding support to allow products to tweak
preferences
  branding-amsdk: add the initial AM-SDK branding policy
  arago-prefs: set default preferences to the latest TI staging kernel
and u-boot

 meta-arago-distro/conf/distro/arago.conf | 7 +++
 meta-arago-distro/conf/distro/include/arago-prefs.inc| 9 +++--
 meta-arago-distro/conf/distro/include/branding-amsdk.inc | 8 
 meta-arago-distro/conf/distro/include/branding-core.inc  | 6 ++
 4 files changed, 24 insertions(+), 6 deletions(-)
 create mode 100644 meta-arago-distro/conf/distro/include/branding-amsdk.inc
 create mode 100644 meta-arago-distro/conf/distro/include/branding-core.inc

-- 
1.8.1.5

___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [PATCH 1/3] arago.conf: add branding support to allow products to tweak preferences

2013-04-01 Thread Denys Dmytriyenko
From: Denys Dmytriyenko 

* For cases when products based on Arago Core TI-SDK need to select different
  providers or versions of packages. For example, AM-SDK needs to stay on the
  stable kernel 3.2, while Core TI-SDK is moving to the new kernel 3.8.
* Adding new branding policies requires creating a new branding-.inc file
  and setting ARAGO_BRAND= in the local.conf

Signed-off-by: Denys Dmytriyenko 
---
 meta-arago-distro/conf/distro/arago.conf| 7 +++
 meta-arago-distro/conf/distro/include/branding-core.inc | 6 ++
 2 files changed, 13 insertions(+)
 create mode 100644 meta-arago-distro/conf/distro/include/branding-core.inc

diff --git a/meta-arago-distro/conf/distro/arago.conf 
b/meta-arago-distro/conf/distro/arago.conf
index 58e199a..3b07cda 100644
--- a/meta-arago-distro/conf/distro/arago.conf
+++ b/meta-arago-distro/conf/distro/arago.conf
@@ -33,8 +33,15 @@ EXTERNAL_TOOLCHAIN = "${TOOLCHAIN_PATH}"
 # Enable basic stack and buffer overflow protections
 TARGET_CPPFLAGS += "-fstack-protector -D_FORTIFY_SOURCE=1"
 
+# Load default preferences
 require conf/distro/include/arago-prefs.inc
 
+# Allow branding on top of Arago Distro and Core TI-SDK
+# If ARAGO_BRAND is not set in local.conf, default to core
+ARAGO_BRAND ??= "core"
+
+require conf/distro/include/branding-${ARAGO_BRAND}.inc
+
 # Disable polkit's systemd configuration from meta-oe
 POLKITAUTH = ""
 
diff --git a/meta-arago-distro/conf/distro/include/branding-core.inc 
b/meta-arago-distro/conf/distro/include/branding-core.inc
new file mode 100644
index 000..b1ae89b
--- /dev/null
+++ b/meta-arago-distro/conf/distro/include/branding-core.inc
@@ -0,0 +1,6 @@
+# Set extra preferences based on the product branding (AM-SDK, MC-SDK, etc)
+# Examples could be different PREFERRED_PROVIDER or PREFERRED_VERSION
+# As well as some other configurable aspects or variables
+# Please avoid creating multiple versions of the same brand, if possible
+# The policy is for the "Core" brand to be the default,
+# hence this file is mostly empty and used as a template
-- 
1.8.1.5

___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [PATCH 2/3] branding-amsdk: add the initial AM-SDK branding policy

2013-04-01 Thread Denys Dmytriyenko
From: Denys Dmytriyenko 

* Pin the kernel and u-boot providers/versions to the previous stable releases

Signed-off-by: Denys Dmytriyenko 
---
 meta-arago-distro/conf/distro/include/branding-amsdk.inc | 8 
 1 file changed, 8 insertions(+)
 create mode 100644 meta-arago-distro/conf/distro/include/branding-amsdk.inc

diff --git a/meta-arago-distro/conf/distro/include/branding-amsdk.inc 
b/meta-arago-distro/conf/distro/include/branding-amsdk.inc
new file mode 100644
index 000..c50348c
--- /dev/null
+++ b/meta-arago-distro/conf/distro/include/branding-amsdk.inc
@@ -0,0 +1,8 @@
+# AM-SDK branding configuration
+
+# Use the SDK supported kernel and kernel version
+PREFERRED_PROVIDER_virtual/kernel_am335x-evm = "linux-am335x"
+PREFERRED_VERSION_linux-am335x = "3.2.0-psp05.06.00.00"
+PREFERRED_PROVIDER_virtual/bootloader_am335x-evm = "u-boot-am33x"
+PREFERRED_PROVIDER_u-boot_am335x-evm = "u-boot-am33x"
+PREFERRED_VERSION_u-boot-am33x = "2012.10"
-- 
1.8.1.5

___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [nightly] Core TISDK 2013.03 build 2013-04-02_01-01-06

2013-04-01 Thread Denys Dmytriyenko
Title: 
Status for 04/02/13





Status for 04/02/13

BUILD_ID: build-2013-04-02_01-02-09

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
PASSED
PASSED


am37x-evm
FAILED
SKIPPED


omap5-evm
PASSED
SKIPPED


beagleboard
FAILED
SKIPPED


am3517-evm
PASSED
PASSED


am180x-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.03"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm am180x-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/opt/arago-2011.09/armv5te/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/arago-2011.09/armv7a/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_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/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [nightly] Core TISDK 2013.03 build 2013-04-03_01-01-06

2013-04-02 Thread Denys Dmytriyenko
Title: 
Status for 04/03/13





Status for 04/03/13

BUILD_ID: build-2013-04-03_01-02-09

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
PASSED
PASSED


am37x-evm
FAILED
SKIPPED


omap5-evm
FAILED
SKIPPED


beagleboard
FAILED
SKIPPED


am3517-evm
PASSED
PASSED


am180x-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.03"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm am180x-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/opt/arago-2011.09/armv5te/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/arago-2011.09/armv7a/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_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/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


Re: [meta-arago] [PATCH 4/5] tisdk-readme: add README file to prebuilt images directory

2013-04-03 Thread Denys Dmytriyenko
On Wed, Apr 03, 2013 at 11:47:48AM -0500, Chase Maupin wrote:
> * In the SDK prebuilt-images directory add a README file that
>   details where the images belong on the SD card.
> 
> Signed-off-by: Chase Maupin 
> ---
>  .../tisdk-uenv.bb => tisdk-readme/tisdk-readme.bb} |6 ++--
>  .../recipes-tisdk/tisdk-readme/tisdk-readme/README |   21 
> 
>  2 files changed, 24 insertions(+), 3 deletions(-)
>  copy meta-arago-distro/recipes-tisdk/{tisdk-uenv/tisdk-uenv.bb => 
> tisdk-readme/tisdk-readme.bb} (61%)
>  create mode 100644 
> meta-arago-distro/recipes-tisdk/tisdk-readme/tisdk-readme/README
> 
> diff --git a/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv.bb 
> b/meta-arago-distro/recipes-tisdk/tisdk-readme/tisdk-readme.bb
> similarity index 61%
> copy from meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv.bb
> copy to meta-arago-distro/recipes-tisdk/tisdk-readme/tisdk-readme.bb
> index e67ea97..6fdcaff 100644
> --- a/meta-arago-distro/recipes-tisdk/tisdk-uenv/tisdk-uenv.bb
> +++ b/meta-arago-distro/recipes-tisdk/tisdk-readme/tisdk-readme.bb
> @@ -1,9 +1,9 @@
> -DESCRIPTION = "Package that will install a uEnv.txt file into the SDK 
> prebuilt-binaries directory"
> +DESCRIPTION = "Package that will install a README file into the SDK 
> prebuilt-binaries directory"
>  LICENSE = "MIT"
>  LIC_FILES_CHKSUM = 
> "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
>  
>  SRC_URI = "\
> -file://uEnv.txt \
> +file://README \
>  "
>  
>  PR = "r0"
> @@ -16,7 +16,7 @@ S = "${WORKDIR}"
>  do_install () {
>  install -d ${D}/board-support/prebuilt-images
>  
> -install -m 0644 ${S}/uEnv.txt ${D}/board-support/prebuilt-images/
> +install -m 0644 ${S}/README ${D}/board-support/prebuilt-images/
>  }
>  
>  FILES_${PN} += "board-support/*"
> diff --git a/meta-arago-distro/recipes-tisdk/tisdk-readme/tisdk-readme/README 
> b/meta-arago-distro/recipes-tisdk/tisdk-readme/tisdk-readme/README
> new file mode 100644
> index 000..1537fef
> --- /dev/null
> +++ b/meta-arago-distro/recipes-tisdk/tisdk-readme/tisdk-readme/README
> @@ -0,0 +1,21 @@
> +The files contained in this directory represent the images that were built
> +as part of the original SDK build and packaging process.  They are meant
> +to serve as a restore and starting point for your development.  In order
> +to use these images with an SD card they should be placed in the appropriate
> +locations.
> +
> +By default these locations are:
> +
> +|
>FILE   |  LOCATION 
> |

I think something got corrupted here.


> +
> +|MLO   | boot partition
> +|u-boot.img| boot partition
> +|uEnv.txt  | boot partition
> +|uImage| /boot directory of the rootfs partition
> +|*.dtb | /boot directory of the rootfs partition
> +
> +
> +By default the boot loaders are read from the first FAT partition, which is
> +usually called the "boot" partition.  Then the bootloader will look for the
> +uImage and DTB files in the /boot directory of the EXT partition, which is
> +usually called the "rootfs" partition.
> -- 
> 1.7.0.4
> 
> ___
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> 
___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [nightly] Core TISDK 2013.03 build 2013-04-04_01-01-06

2013-04-03 Thread Denys Dmytriyenko
Title: 
Status for 04/04/13





Status for 04/04/13

BUILD_ID: build-2013-04-04_01-02-09

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
FAILED
SKIPPED


am37x-evm
FAILED
SKIPPED


omap5-evm
FAILED
SKIPPED


beagleboard
FAILED
SKIPPED


am3517-evm
FAILED
SKIPPED


am180x-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.03"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm am180x-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/opt/arago-2011.09/armv5te/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/arago-2011.09/armv7a/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_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/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [nightly] Core TISDK 2013.03 build 2013-04-05_01-01-06

2013-04-04 Thread Denys Dmytriyenko
Title: 
Status for 04/05/13





Status for 04/05/13

BUILD_ID: build-2013-04-05_01-02-12

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
FAILED
SKIPPED


am37x-evm
FAILED
SKIPPED


omap5-evm
FAILED
SKIPPED


beagleboard
FAILED
SKIPPED


am3517-evm
FAILED
SKIPPED


am180x-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.03"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm am180x-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/opt/arago-2011.09/armv5te/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/arago-2011.09/armv7a/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_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/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


Re: [meta-arago] [PATCH] arago-prefs: update graphics preferred version

2013-04-05 Thread Denys Dmytriyenko
On Fri, Apr 05, 2013 at 01:30:45PM -0500, Chase Maupin wrote:
> * Update the preferred version of the TI graphics components to
>   the version that will support the later v3.8 kernels as well.
> 
> Signed-off-by: Chase Maupin 
> ---
>  .../conf/distro/include/arago-prefs.inc|6 --
>  1 files changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc 
> b/meta-arago-distro/conf/distro/include/arago-prefs.inc
> index d858a52..853844a 100644
> --- a/meta-arago-distro/conf/distro/include/arago-prefs.inc
> +++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc
> @@ -7,8 +7,10 @@ PREFERRED_VERSION_wpa-supplicant = "2.0-devel-ti"
>  PREFERRED_VERSION_hostap-daemon = "2.0-devel-ti"
>  
>  # Use v4.08.00.01 of the Graphics SDK
> -PREFERRED_VERSION_omap3-sgx-modules = "4.08.00.01"
> -PREFERRED_VERSION_libgles-omap3 = "4.08.00.01"
> +#PREFERRED_VERSION_omap3-sgx-modules = "4.08.00.01"
> +#PREFERRED_VERSION_libgles-omap3 = "4.08.00.01"
> +PREFERRED_VERSION_omap3-sgx-modules = "4.09.00.01"
> +PREFERRED_VERSION_libgles-omap3 = "4.09.00.01"

There is no such version neither in meta-ti nor in meta-arago :)


>  ARAGO_QT_PROVIDER = 
> "${@base_contains('MACHINE_FEATURES','sgx','qt4-embedded-gles','qt4-embedded',d)}"
>  
> -- 
> 1.7.0.4
> 
> ___
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


Re: [meta-arago] [PATCH 17/17 v2] arago.conf: Set PREFERRED_VERSIONs for Wilink 6 recipes

2013-04-05 Thread Denys Dmytriyenko
On Mon, Apr 01, 2013 at 09:56:47AM -0500, Franklin S. Cooper Jr wrote:
> * Currently two versions of Wilink 6 need to be supported.
> * The latest version supports the PG 3 wilink 6 module which is the version 
> that
>   comes with the am37x-evm and am335x-evm .
> * An older version supports the PG 2 wilink 6 module which is the version that
>   comes with the am180x-evm.
> * Specifying the PREFERRED_VERSION to match this requirement.
> 
> Signed-off-by: Franklin S. Cooper Jr 
> ---
> Version 2 changes:
> None. Apart of new patchset.
> 
>  meta-arago-distro/conf/distro/arago.conf |   17 +
>  1 files changed, 17 insertions(+), 0 deletions(-)
> 
> diff --git a/meta-arago-distro/conf/distro/arago.conf 
> b/meta-arago-distro/conf/distro/arago.conf
> index 9e43ea3..44141c1 100644
> --- a/meta-arago-distro/conf/distro/arago.conf
> +++ b/meta-arago-distro/conf/distro/arago.conf
> @@ -105,6 +105,23 @@ PREFERRED_VERSION_bluez-hcidump = "2.2"
>  PREFERRED_VERSION_bash = "3.2.48"
>  PREFERRED_VERSION_gettext = "0.16.1"
>  
> +# Support Wilink 6 PG 3 modules
> +PREFERRED_VERSION_ti-compat-bluetooth = "r5.sp3.05"
> +PREFERRED_VERSION_ti-compat-wireless-wl12xx = "r5.sp4.01"
> +PREFERRED_VERSION_wl12xx-firmware = "r5.sp4.01"
> +PREFERRED_VERSION_wpa-supplicant = "r5.sp4.01"
> +PREFERRED_VERSION_hostap-daemon = "r5.sp4.01"
> +PREFERRED_VERSION_ti-wifi-utils = "r5.sp3.05"
> +
> +# Support Wilink 6 PG 2 modules
> +# By default am180x-evms come with an outdated wilink 6 module
> +PREFERRED_VERSION_ti-compat-bluetooth_am180x-evm = "r5.00.18"
> +PREFERRED_VERSION_ti-compat-wireless-wl12xx_am180x-evm = "r5.00.18"
> +PREFERRED_VERSION_wl12xx-firmware_am180x-evm = "r5.00.18"
> +PREFERRED_VERSION_wpa-supplicant_am180x-evm = "r5.00.18"
> +PREFERRED_VERSION_hostap-daemon_am180x-evm = "r5.00.18"
> +PREFERRED_VERSION_ti-wifi-utils_am180x-evm = "r5.00.18"

Ok, I've been thinking about this versioning model for some time - it's quite 
ambiguous and can be a source of all kind of sorting problems. Here you set 
preferred versions, which is good for the build. But from a package manager 
it's unclear which one is preferred, moreover, if one is a clear upgrade path 
for the other, or not... So, basically, there will be problems in the field 
with this split and versioning of those packages. But I'm not sure if there's 
a better way to handle this exception.

-- 
Denys

>  # Disable polkit's systemd configuration from meta-oe
>  POLKITAUTH = ""
>  
> -- 
> 1.7.0.4
> 
> ___
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


Re: [meta-arago] [PATCH 17/17 v2] arago.conf: Set PREFERRED_VERSIONs for Wilink 6 recipes

2013-04-05 Thread Denys Dmytriyenko
On Fri, Apr 05, 2013 at 02:47:00PM -0400, Denys Dmytriyenko wrote:
> On Mon, Apr 01, 2013 at 09:56:47AM -0500, Franklin S. Cooper Jr wrote:
> > * Currently two versions of Wilink 6 need to be supported.
> > * The latest version supports the PG 3 wilink 6 module which is the version 
> > that
> >   comes with the am37x-evm and am335x-evm .
> > * An older version supports the PG 2 wilink 6 module which is the version 
> > that
> >   comes with the am180x-evm.
> > * Specifying the PREFERRED_VERSION to match this requirement.
> > 
> > Signed-off-by: Franklin S. Cooper Jr 
> > ---
> > Version 2 changes:
> > None. Apart of new patchset.
> > 
> >  meta-arago-distro/conf/distro/arago.conf |   17 +
> >  1 files changed, 17 insertions(+), 0 deletions(-)
> > 
> > diff --git a/meta-arago-distro/conf/distro/arago.conf 
> > b/meta-arago-distro/conf/distro/arago.conf
> > index 9e43ea3..44141c1 100644
> > --- a/meta-arago-distro/conf/distro/arago.conf
> > +++ b/meta-arago-distro/conf/distro/arago.conf
> > @@ -105,6 +105,23 @@ PREFERRED_VERSION_bluez-hcidump = "2.2"
> >  PREFERRED_VERSION_bash = "3.2.48"
> >  PREFERRED_VERSION_gettext = "0.16.1"
> >  
> > +# Support Wilink 6 PG 3 modules
> > +PREFERRED_VERSION_ti-compat-bluetooth = "r5.sp3.05"
> > +PREFERRED_VERSION_ti-compat-wireless-wl12xx = "r5.sp4.01"
> > +PREFERRED_VERSION_wl12xx-firmware = "r5.sp4.01"
> > +PREFERRED_VERSION_wpa-supplicant = "r5.sp4.01"
> > +PREFERRED_VERSION_hostap-daemon = "r5.sp4.01"
> > +PREFERRED_VERSION_ti-wifi-utils = "r5.sp3.05"
> > +
> > +# Support Wilink 6 PG 2 modules
> > +# By default am180x-evms come with an outdated wilink 6 module
> > +PREFERRED_VERSION_ti-compat-bluetooth_am180x-evm = "r5.00.18"
> > +PREFERRED_VERSION_ti-compat-wireless-wl12xx_am180x-evm = "r5.00.18"
> > +PREFERRED_VERSION_wl12xx-firmware_am180x-evm = "r5.00.18"
> > +PREFERRED_VERSION_wpa-supplicant_am180x-evm = "r5.00.18"
> > +PREFERRED_VERSION_hostap-daemon_am180x-evm = "r5.00.18"
> > +PREFERRED_VERSION_ti-wifi-utils_am180x-evm = "r5.00.18"
> 
> Ok, I've been thinking about this versioning model for some time - it's quite 
> ambiguous and can be a source of all kind of sorting problems. Here you set 
> preferred versions, which is good for the build. But from a package manager 
> it's unclear which one is preferred, moreover, if one is a clear upgrade path 
> for the other, or not... So, basically, there will be problems in the field 
> with this split and versioning of those packages. But I'm not sure if there's 
> a better way to handle this exception.

And another potential problem I see is that none of those packages are marked 
as machine-specific. In case there are other armv5te machines in the build, 
there will be a conflict between packages...

-- 
Denys
___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


Re: [meta-arago] [PATCHv3 2/9] wl18xx-firmware: install Wilink8 wlan firmware files

2013-04-05 Thread Denys Dmytriyenko
On Sun, Mar 31, 2013 at 04:13:26PM -0400, Denys Dmytriyenko wrote:
> On Wed, Mar 27, 2013 at 07:53:24AM +, Reizer, Eyal wrote:
> > Hi,
> > 
> > 
> > > -Original Message-
> > > From: Dmytriyenko, Denys
> > > Sent: Tuesday, March 26, 2013 8:45 PM
> > > To: Reizer, Eyal
> > > Cc: meta-arago@arago-project.org
> > > Subject: Re: [meta-arago] [PATCHv3 2/9] wl18xx-firmware: install
> > > Wilink8 wlan firmware files
> > > 
> > > On Wed, Mar 20, 2013 at 11:30:09AM +0200, Eyal Reizer wrote:
> > > > Add a recipe for installing the Wilink8 wlan firmware files into the
> > > > target file system.
> > > >
> > > > This package replace the wilink6 package which is provided by the
> > > > wl12xx-firmware recipe. Selection between the two is done using a
> > > > "WILINK_VERSION" switch added to arago.conf
> > > 
> > > I have 2 questions:
> > > 
> > > 1. I seem to be missing the first patch in this series - 1/9 never made
> > 
> > I do see patch 1/9 in the following link:
> > http://arago-project.org/pipermail/meta-arago/2013-March/001004.html
> 
> Ah, I see it was part of v1 submission, but not the following v2 or v3 sets...

Eyal,

Ping on this one. There was a v1 of the 1/9 patch, but not v2 or v3. Are you 
saying you want the v1 to be pushed? Do you want to address Franklin's 
comment here:
http://arago-project.org/pipermail/meta-arago/2013-March/001013.html

-- 
Denys


> > > it 2. Is this set depending on Franklin's big set of 17 patches?
> >  
> > > 
> > > > Changes in v2:
> > > > * Use an actual release name in the recipe name instead of _git
> > > > * Add RPROVIDES, RREPLACES, RCONFLICTS as this recipe completely
> > > >   replace the wilink6 one.
> > > >
> > > > Changes in v3:
> > > > * Add _${PN} to all runtime variables
> > > >
> > > > Signed-off-by: Eyal Reizer 
> > > > ---
> > > >  .../wl18xx-firmware/wl18xx-firmware/Makefile   |7 +
> > > >  .../wl18xx-firmware/wl18xx-firmware_r8.a6.01.bb|   30
> > > 
> > > >  2 files changed, 37 insertions(+)
> > > >  create mode 100644
> > > > meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-
> > > firmware/Makefile
> > > >  create mode 100644
> > > > meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-
> > > firmware_r8.a6.01
> > > > .bb
> > > >
> > > > diff --git
> > > > a/meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-
> > > firmware/Makefi
> > > > le
> > > > b/meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-
> > > firmware/Makefi
> > > > le
> > > > new file mode 100644
> > > > index 000..0bb7ab8
> > > > --- /dev/null
> > > > +++ b/meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-
> > > firmware/Ma
> > > > +++ kefile
> > > > @@ -0,0 +1,7 @@
> > > > +# Installs the the ti-connectiviy wlan firmware files into the root
> > > > +file system
> > > > +
> > > > +install:
> > > > +   install -d  $(DEST_DIR)/lib/firmware/ti-connectivity
> > > > +   cp -RpP * $(DEST_DIR)/lib/firmware/ti-connectivity/
> > > > +   rm -f $(DEST_DIR)/lib/firmware/ti-connectivity/Makefile
> > > > +
> > > > diff --git
> > > > a/meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-
> > > firmware_r8.a6.
> > > > 01.bb
> > > > b/meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-
> > > firmware_r8.a6.
> > > > 01.bb
> > > > new file mode 100644
> > > > index 000..fd463cc
> > > > --- /dev/null
> > > > +++ b/meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-
> > > firmware_r8
> > > > +++ .a6.01.bb
> > > > @@ -0,0 +1,30 @@
> > > > +DESCRIPTION = "Firmware files for use with TI wl18xx"
> > > > +LICENSE = "TI-TSPA"
> > > > +LIC_FILES_CHKSUM =
> > > "file://LICENCE;md5=b28122fd6678e89fd3a8d4bc80922969"
> > > > +
> > > > +PACKAGE_ARCH = "all"
> > > > +
> > > > +PR = "r1+gitr${SRCREV}"
> > > > +
> > > > +PROVIDES += "wl12xx-firmware"
> > > > +RPROVIDES_${PN} += "wl12xx-firmware"
> &g

Re: [meta-arago] [PATCH] tisdk-image: add support for DTB files

2013-04-05 Thread Denys Dmytriyenko
On Wed, Apr 03, 2013 at 11:48:30AM -0500, Chase Maupin wrote:
> * If DTB files exist add support for copying those files into
>   the SDK prebuilt-images directory.
> * The files to be copied can be controlled using the DTB_FILTER
>   variable.
> 
> Signed-off-by: Chase Maupin 
> ---
>  meta-arago-distro/classes/tisdk-image.bbclass |   10 ++
>  1 files changed, 10 insertions(+), 0 deletions(-)
> 
> diff --git a/meta-arago-distro/classes/tisdk-image.bbclass 
> b/meta-arago-distro/classes/tisdk-image.bbclass
> index a1ce1ad..4e3ed52 100644
> --- a/meta-arago-distro/classes/tisdk-image.bbclass
> +++ b/meta-arago-distro/classes/tisdk-image.bbclass
> @@ -528,6 +528,16 @@ do_sdk_image () {
>  return 1
>  fi

I was thinking of adding DTB_FILTER ?= "unknown" here, but then realized it 
would just waste few cycles trying to find something in the deploy directory, 
which we can avoid completely by testing if it set or not...


> +# Copy the DTB files if they exist.
> +# NOTE: For simplicity remove the uImage- prefix on the dtb files.  Get 
> just the symlink
> +#   files for a cleaner name.  Use the DTB_FILTER variable to allow 
> finding the
> +#   dtb files for only that MACHINE type

Wrap the below for loop in "if [ -z "${DTB_FILTER}" ]; then" here?


> +for f in `find ${DEPLOY_DIR_IMAGE} -type l -name "*${DTB_FILTER}*.dtb"`
> +do
> +dtb_file=`basename $f | sed s/uImage-//`
> +cp $f ${prebuilt_dir}/${dtb_file}
> +done
> +
>  if [ "${SECONDARY_BOOTLOADER_NAME}" != "" ]
>  then
>  # Copy the secondary bootloader image if it exists
> -- 
> 1.7.0.4
> 
> ___
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> 
___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [nightly] Core TISDK 2013.03 build 2013-04-06_01-01-06

2013-04-05 Thread Denys Dmytriyenko
Title: 
Status for 04/06/13





Status for 04/06/13

BUILD_ID: build-2013-04-06_01-02-09

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
FAILED
SKIPPED


am37x-evm
FAILED
SKIPPED


omap5-evm
FAILED
SKIPPED


beagleboard
FAILED
SKIPPED


am3517-evm
FAILED
SKIPPED


am180x-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.03"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm am180x-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/opt/arago-2011.09/armv5te/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/arago-2011.09/armv7a/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_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/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [nightly] Core TISDK 2013.03 build 2013-04-07_01-01-06

2013-04-06 Thread Denys Dmytriyenko
Title: 
Status for 04/07/13





Status for 04/07/13

BUILD_ID: build-2013-04-07_01-02-07

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
FAILED
SKIPPED


am37x-evm
FAILED
SKIPPED


omap5-evm
FAILED
SKIPPED


beagleboard
FAILED
SKIPPED


am3517-evm
FAILED
SKIPPED


am180x-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.03"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm am180x-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/opt/arago-2011.09/armv5te/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/arago-2011.09/armv7a/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_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/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [nightly] Core TISDK 2013.03 build 2013-04-08_01-01-06

2013-04-07 Thread Denys Dmytriyenko
Title: 
Status for 04/08/13





Status for 04/08/13

BUILD_ID: build-2013-04-08_01-02-07

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
FAILED
SKIPPED


am37x-evm
FAILED
SKIPPED


omap5-evm
FAILED
SKIPPED


beagleboard
FAILED
SKIPPED


am3517-evm
FAILED
SKIPPED


am180x-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.03"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm am180x-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/opt/arago-2011.09/armv5te/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/arago-2011.09/armv7a/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_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/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


Re: [meta-arago] [PATCH] tisdk-addons: Add parted utility

2013-04-08 Thread Denys Dmytriyenko
On Fri, Apr 05, 2013 at 08:54:42AM -0500, Chase Maupin wrote:
> * Add the parted utility to make working with eMMC GPT partitions
>   possible from the Linux system.

Since parted is GPLv3, may I suggest GPT fdisk (gdisk) instead, which is 
GPLv2? It appears there's no recipe for it yet, but it should it relatively 
easy to make, as it's quite portable:

http://www.rodsbooks.com/gdisk/index.html

-- 
Denys


> Signed-off-by: Chase Maupin 
> ---
>  .../packagegroup-arago-tisdk-addons.bb |3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
> 
> diff --git 
> a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
>  
> b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
> index 0f76f4f..5dade67 100644
> --- 
> a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
> +++ 
> b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
> @@ -1,6 +1,6 @@
>  DESCRIPTION = "Task to install additional utilities/demos for SDKs"
>  LICENSE = "MIT"
> -PR = "r5"
> +PR = "r6"
>  
>  inherit packagegroup
>  
> @@ -16,6 +16,7 @@ UTILS = " \
>  arm-benchmarks \
>  dropbear \
>  openssh-sftp-server \
> +parted \
>  "
>  
>  # Add PRU examples for am180x-evm devices
> -- 
> 1.7.0.4
> 
> ___
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> 
___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [nightly] Core TISDK 2013.03 build 2013-04-09_01-01-06

2013-04-08 Thread Denys Dmytriyenko
Title: 
Status for 04/09/13





Status for 04/09/13

BUILD_ID: build-2013-04-09_01-02-12

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
FAILED
SKIPPED


am37x-evm
FAILED
SKIPPED


omap5-evm
FAILED
SKIPPED


beagleboard
FAILED
SKIPPED


am3517-evm
FAILED
SKIPPED


am180x-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.03"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm am180x-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/opt/arago-2011.09/armv5te/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/arago-2011.09/armv7a/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_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/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [nightly] Core TISDK 2013.03 build 2013-04-09_12-39-57

2013-04-09 Thread Denys Dmytriyenko
Title: 
Status for 04/09/13





Status for 04/09/13

BUILD_ID: build-2013-04-09_12-41-00

Clean Build: true

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
FAILED
SKIPPED


am37x-evm
PASSED
FAILED


omap5-evm
FAILED
SKIPPED


beagleboard
PASSED
PASSED


am3517-evm
PASSED
PASSED


am180x-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.03"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm am180x-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/opt/arago-2011.09/armv5te/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/arago-2011.09/armv7a/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_IMAGE_TYPE="tar.gz"
NFS_ROOT="/home/jenkins/nfs-root"
SOURCE_DIR="${BUILD_ROOT}/sources"
CLEAN_BUILD="true"
CLEAN_ALL="false"
CONFIG_FILE="${BUILD_ROOT}/configs/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [nightly] Core TISDK 2013.03 build 2013-04-10_01-01-06

2013-04-10 Thread Denys Dmytriyenko
Title: 
Status for 04/10/13





Status for 04/10/13

BUILD_ID: build-2013-04-10_01-02-12

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
FAILED
SKIPPED


am37x-evm
PASSED
FAILED


omap5-evm
PASSED
SKIPPED


beagleboard
PASSED
PASSED


am3517-evm
PASSED
PASSED


am180x-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.03"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm am180x-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/opt/arago-2011.09/armv5te/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/arago-2011.09/armv7a/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_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/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


Re: [meta-arago] [PATCHv3 2/9] wl18xx-firmware: install Wilink8 wlan firmware files

2013-04-10 Thread Denys Dmytriyenko
On Fri, Apr 05, 2013 at 07:14:33PM -0400, Denys Dmytriyenko wrote:
> On Sun, Mar 31, 2013 at 04:13:26PM -0400, Denys Dmytriyenko wrote:
> > On Wed, Mar 27, 2013 at 07:53:24AM +, Reizer, Eyal wrote:
> > > Hi,
> > > 
> > > 
> > > > -Original Message-
> > > > From: Dmytriyenko, Denys
> > > > Sent: Tuesday, March 26, 2013 8:45 PM
> > > > To: Reizer, Eyal
> > > > Cc: meta-arago@arago-project.org
> > > > Subject: Re: [meta-arago] [PATCHv3 2/9] wl18xx-firmware: install
> > > > Wilink8 wlan firmware files
> > > > 
> > > > On Wed, Mar 20, 2013 at 11:30:09AM +0200, Eyal Reizer wrote:
> > > > > Add a recipe for installing the Wilink8 wlan firmware files into the
> > > > > target file system.
> > > > >
> > > > > This package replace the wilink6 package which is provided by the
> > > > > wl12xx-firmware recipe. Selection between the two is done using a
> > > > > "WILINK_VERSION" switch added to arago.conf
> > > > 
> > > > I have 2 questions:
> > > > 
> > > > 1. I seem to be missing the first patch in this series - 1/9 never made
> > > 
> > > I do see patch 1/9 in the following link:
> > > http://arago-project.org/pipermail/meta-arago/2013-March/001004.html
> > 
> > Ah, I see it was part of v1 submission, but not the following v2 or v3 
> > sets...
> 
> Eyal,
> 
> Ping on this one. There was a v1 of the 1/9 patch, but not v2 or v3. Are you 
> saying you want the v1 to be pushed? Do you want to address Franklin's 
> comment here:
> http://arago-project.org/pipermail/meta-arago/2013-March/001013.html

Eyal,

Ping again - any updates?

-- 
Denys


> > > > it 2. Is this set depending on Franklin's big set of 17 patches?
> > >  
> > > > 
> > > > > Changes in v2:
> > > > > * Use an actual release name in the recipe name instead of _git
> > > > > * Add RPROVIDES, RREPLACES, RCONFLICTS as this recipe completely
> > > > >   replace the wilink6 one.
> > > > >
> > > > > Changes in v3:
> > > > > * Add _${PN} to all runtime variables
> > > > >
> > > > > Signed-off-by: Eyal Reizer 
> > > > > ---
> > > > >  .../wl18xx-firmware/wl18xx-firmware/Makefile   |7 +
> > > > >  .../wl18xx-firmware/wl18xx-firmware_r8.a6.01.bb|   30
> > > > 
> > > > >  2 files changed, 37 insertions(+)
> > > > >  create mode 100644
> > > > > meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-
> > > > firmware/Makefile
> > > > >  create mode 100644
> > > > > meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-
> > > > firmware_r8.a6.01
> > > > > .bb
> > > > >
> > > > > diff --git
> > > > > a/meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-
> > > > firmware/Makefi
> > > > > le
> > > > > b/meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-
> > > > firmware/Makefi
> > > > > le
> > > > > new file mode 100644
> > > > > index 000..0bb7ab8
> > > > > --- /dev/null
> > > > > +++ b/meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-
> > > > firmware/Ma
> > > > > +++ kefile
> > > > > @@ -0,0 +1,7 @@
> > > > > +# Installs the the ti-connectiviy wlan firmware files into the root
> > > > > +file system
> > > > > +
> > > > > +install:
> > > > > + install -d  $(DEST_DIR)/lib/firmware/ti-connectivity
> > > > > + cp -RpP * $(DEST_DIR)/lib/firmware/ti-connectivity/
> > > > > + rm -f $(DEST_DIR)/lib/firmware/ti-connectivity/Makefile
> > > > > +
> > > > > diff --git
> > > > > a/meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-
> > > > firmware_r8.a6.
> > > > > 01.bb
> > > > > b/meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-
> > > > firmware_r8.a6.
> > > > > 01.bb
> > > > > new file mode 100644
> > > > > index 000..fd463cc
> > > > > --- /dev/null
> > > > > +++ b/meta-arago-extras/recipes-bsp/wl18xx-firmware/wl18xx-
> > > > firmware_r8
> > > > > +++ .a6.01.bb
> > > > &g

Re: [meta-arago] [PATCH] tisdk-image: add support for DTB files

2013-04-10 Thread Denys Dmytriyenko
On Fri, Apr 05, 2013 at 09:37:04PM -0400, Maupin, Chase wrote:
> I was thinking that in the case you do want all dtb files you could set no 
> filter and get them all.

You can also set filter to "*", which would result in 3 stars filter :) but 
still work as a shell wildcard and pick up all dtbs. Otherwise we would need 
to check if the filter is "unknown" to skip calling "find" uselessly...

-- 
Denys


> On Apr 5, 2013, at 6:57 PM, "Dmytriyenko, Denys"  wrote:
> 
> > On Wed, Apr 03, 2013 at 11:48:30AM -0500, Chase Maupin wrote:
> >> * If DTB files exist add support for copying those files into
> >>  the SDK prebuilt-images directory.
> >> * The files to be copied can be controlled using the DTB_FILTER
> >>  variable.
> >> 
> >> Signed-off-by: Chase Maupin 
> >> ---
> >> meta-arago-distro/classes/tisdk-image.bbclass |   10 ++
> >> 1 files changed, 10 insertions(+), 0 deletions(-)
> >> 
> >> diff --git a/meta-arago-distro/classes/tisdk-image.bbclass 
> >> b/meta-arago-distro/classes/tisdk-image.bbclass
> >> index a1ce1ad..4e3ed52 100644
> >> --- a/meta-arago-distro/classes/tisdk-image.bbclass
> >> +++ b/meta-arago-distro/classes/tisdk-image.bbclass
> >> @@ -528,6 +528,16 @@ do_sdk_image () {
> >> return 1
> >> fi
> > 
> > I was thinking of adding DTB_FILTER ?= "unknown" here, but then realized it 
> > would just waste few cycles trying to find something in the deploy 
> > directory, 
> > which we can avoid completely by testing if it set or not...
> > 
> > 
> >> +# Copy the DTB files if they exist.
> >> +# NOTE: For simplicity remove the uImage- prefix on the dtb files.  
> >> Get just the symlink
> >> +#   files for a cleaner name.  Use the DTB_FILTER variable to 
> >> allow finding the
> >> +#   dtb files for only that MACHINE type
> > 
> > Wrap the below for loop in "if [ -z "${DTB_FILTER}" ]; then" here?
> > 
> > 
> >> +for f in `find ${DEPLOY_DIR_IMAGE} -type l -name 
> >> "*${DTB_FILTER}*.dtb"`
> >> +do
> >> +dtb_file=`basename $f | sed s/uImage-//`
> >> +cp $f ${prebuilt_dir}/${dtb_file}
> >> +done
> >> +
> >> if [ "${SECONDARY_BOOTLOADER_NAME}" != "" ]
> >> then
> >> # Copy the secondary bootloader image if it exists
> >> -- 
> >> 1.7.0.4
> >> 
> >> ___
> >> meta-arago mailing list
> >> meta-arago@arago-project.org
> >> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> >> 
___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


Re: [meta-arago] [PATCH] tisdk-image: add support for DTB files

2013-04-10 Thread Denys Dmytriyenko
On Wed, Apr 10, 2013 at 05:58:47PM -0400, Maupin, Chase wrote:
> > -Original Message-
> > From: Dmytriyenko, Denys
> > Sent: Wednesday, April 10, 2013 4:48 PM
> > To: Maupin, Chase
> > Cc: meta-arago@arago-project.org
> > Subject: Re: [meta-arago] [PATCH] tisdk-image: add support for
> > DTB files
> > 
> > On Fri, Apr 05, 2013 at 09:37:04PM -0400, Maupin, Chase wrote:
> > > I was thinking that in the case you do want all dtb files you
> > could set no
> > > filter and get them all.
> > 
> > You can also set filter to "*", which would result in 3 stars
> > filter :) but
> > still work as a shell wildcard and pick up all dtbs. Otherwise we
> > would need
> > to check if the filter is "unknown" to skip calling "find"
> > uselessly...
> 
> Are you saying this is an issue?  Not sure if you are expecting some update 
> from me here.

I'm just trying to avoid running find if it's not needed. Are you Ok keying it 
off empty/unset DTB_FILTER as I suggested below? Or if not, do you want to 
check it against "unknown" instead?


> > > On Apr 5, 2013, at 6:57 PM, "Dmytriyenko, Denys" 
> > wrote:
> > >
> > > > On Wed, Apr 03, 2013 at 11:48:30AM -0500, Chase Maupin wrote:
> > > >> * If DTB files exist add support for copying those files
> > into
> > > >>  the SDK prebuilt-images directory.
> > > >> * The files to be copied can be controlled using the
> > DTB_FILTER
> > > >>  variable.
> > > >>
> > > >> Signed-off-by: Chase Maupin 
> > > >> ---
> > > >> meta-arago-distro/classes/tisdk-image.bbclass |   10
> > ++
> > > >> 1 files changed, 10 insertions(+), 0 deletions(-)
> > > >>
> > > >> diff --git a/meta-arago-distro/classes/tisdk-image.bbclass
> > b/meta-arago-distro/classes/tisdk-image.bbclass
> > > >> index a1ce1ad..4e3ed52 100644
> > > >> --- a/meta-arago-distro/classes/tisdk-image.bbclass
> > > >> +++ b/meta-arago-distro/classes/tisdk-image.bbclass
> > > >> @@ -528,6 +528,16 @@ do_sdk_image () {
> > > >> return 1
> > > >> fi
> > > >
> > > > I was thinking of adding DTB_FILTER ?= "unknown" here, but
> > then realized it
> > > > would just waste few cycles trying to find something in the
> > deploy directory,
> > > > which we can avoid completely by testing if it set or not...
> > > >
> > > >
> > > >> +# Copy the DTB files if they exist.
> > > >> +# NOTE: For simplicity remove the uImage- prefix on the
> > dtb files.  Get just the symlink
> > > >> +#   files for a cleaner name.  Use the DTB_FILTER
> > variable to allow finding the
> > > >> +#   dtb files for only that MACHINE type
> > > >
> > > > Wrap the below for loop in "if [ -z "${DTB_FILTER}" ]; then"
> > here?
> > > >
> > > >
> > > >> +for f in `find ${DEPLOY_DIR_IMAGE} -type l -name
> > "*${DTB_FILTER}*.dtb"`
> > > >> +do
> > > >> +dtb_file=`basename $f | sed s/uImage-//`
> > > >> +cp $f ${prebuilt_dir}/${dtb_file}
> > > >> +done
> > > >> +
> > > >> if [ "${SECONDARY_BOOTLOADER_NAME}" != "" ]
> > > >> then
> > > >> # Copy the secondary bootloader image if it exists
> > > >> --
> > > >> 1.7.0.4
> > > >>
> > > >> ___
> > > >> meta-arago mailing list
> > > >> meta-arago@arago-project.org
> > > >> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> > > >>
___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [nightly] Core TISDK 2013.03 build 2013-04-11_01-01-06

2013-04-10 Thread Denys Dmytriyenko
Title: 
Status for 04/11/13





Status for 04/11/13

BUILD_ID: build-2013-04-11_01-02-10

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
FAILED
SKIPPED


am37x-evm
FAILED
SKIPPED


omap5-evm
FAILED
SKIPPED


beagleboard
FAILED
SKIPPED


am3517-evm
FAILED
SKIPPED


am180x-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.03"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm am180x-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/opt/arago-2011.09/armv5te/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/arago-2011.09/armv7a/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_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/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [nightly] Core TISDK 2013.03 build 2013-04-11_11-12-34

2013-04-11 Thread Denys Dmytriyenko
Title: 
Status for 04/11/13





Status for 04/11/13

BUILD_ID: build-2013-04-11_11-13-35

Clean Build: true

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
FAILED
SKIPPED


am37x-evm
FAILED
SKIPPED


omap5-evm
FAILED
SKIPPED


beagleboard
FAILED
SKIPPED


am3517-evm
FAILED
SKIPPED


am180x-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.03"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm am180x-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/opt/arago-2011.09/armv5te/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/arago-2011.09/armv7a/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_IMAGE_TYPE="tar.gz"
NFS_ROOT="/home/jenkins/nfs-root"
SOURCE_DIR="${BUILD_ROOT}/sources"
CLEAN_BUILD="true"
CLEAN_ALL="false"
CONFIG_FILE="${BUILD_ROOT}/configs/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [nightly] Core TISDK 2013.03 build 2013-04-12_01-01-06

2013-04-11 Thread Denys Dmytriyenko
Title: 
Status for 04/12/13





Status for 04/12/13

BUILD_ID: build-2013-04-12_01-02-12

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
FAILED
SKIPPED


am37x-evm
FAILED
SKIPPED


omap5-evm
FAILED
SKIPPED


beagleboard
FAILED
SKIPPED


am3517-evm
FAILED
SKIPPED


am180x-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.03"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm am180x-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/opt/arago-2011.09/armv5te/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/arago-2011.09/armv7a/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_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/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [nightly] Core TISDK 2013.04 build 2013-04-12_11-58-13

2013-04-12 Thread Denys Dmytriyenko
Title: 
Status for 04/12/13





Status for 04/12/13

BUILD_ID: build-2013-04-12_11-59-17

Clean Build: true

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
FAILED
SKIPPED


am37x-evm
PASSED
FAILED


omap5-evm
FAILED
SKIPPED


beagleboard
PASSED
FAILED


am3517-evm
PASSED
FAILED


am180x-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.04"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm am180x-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/opt/arago-2011.09/armv5te/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/arago-2011.09/armv7a/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_IMAGE_TYPE="tar.gz"
NFS_ROOT="/home/jenkins/nfs-root"
SOURCE_DIR="${BUILD_ROOT}/sources"
CLEAN_BUILD="true"
CLEAN_ALL="false"
CONFIG_FILE="${BUILD_ROOT}/configs/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [nightly] Core TISDK 2013.03 build 2013-04-13_01-01-44

2013-04-12 Thread Denys Dmytriyenko
Title: 
Status for 04/13/13





Status for 04/13/13

BUILD_ID: build-2013-04-13_01-02-51

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
FAILED
SKIPPED


am37x-evm
PASSED
FAILED


omap5-evm
FAILED
SKIPPED


beagleboard
PASSED
PASSED


am3517-evm
PASSED
PASSED


am180x-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.03"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm am180x-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/opt/arago-2011.09/armv5te/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/arago-2011.09/armv7a/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_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/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [nightly] Core TISDK 2013.03 build 2013-04-14_01-01-44

2013-04-13 Thread Denys Dmytriyenko
Title: 
Status for 04/14/13





Status for 04/14/13

BUILD_ID: build-2013-04-14_01-02-49

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
FAILED
SKIPPED


am37x-evm
PASSED
FAILED


omap5-evm
FAILED
SKIPPED


beagleboard
PASSED
PASSED


am3517-evm
PASSED
PASSED


am180x-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.03"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm am180x-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/opt/arago-2011.09/armv5te/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/arago-2011.09/armv7a/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_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/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [nightly] Core TISDK 2013.03 build 2013-04-15_01-01-44

2013-04-14 Thread Denys Dmytriyenko
Title: 
Status for 04/15/13





Status for 04/15/13

BUILD_ID: build-2013-04-15_01-02-48

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
FAILED
SKIPPED


am37x-evm
PASSED
FAILED


omap5-evm
PASSED
SKIPPED


beagleboard
PASSED
FAILED


am3517-evm
PASSED
FAILED


am180x-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.03"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm am180x-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/opt/arago-2011.09/armv5te/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/arago-2011.09/armv7a/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_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/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [nightly] Core TISDK 2013.04 build 2013-04-15_18-21-25

2013-04-15 Thread Denys Dmytriyenko
Title: 
Status for 04/15/13





Status for 04/15/13

BUILD_ID: build-2013-04-15_18-22-33

Clean Build: true

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
FAILED
SKIPPED


am37x-evm
FAILED
SKIPPED


omap5-evm
FAILED
SKIPPED


beagleboard
FAILED
SKIPPED


am3517-evm
FAILED
SKIPPED


am180x-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.04"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm am180x-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/opt/arago-2011.09/armv5te/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/arago-2011.09/armv7a/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_IMAGE_TYPE="tar.gz"
NFS_ROOT="/home/jenkins/nfs-root"
SOURCE_DIR="${BUILD_ROOT}/sources"
CLEAN_BUILD="true"
CLEAN_ALL="false"
CONFIG_FILE="${BUILD_ROOT}/configs/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [nightly] Core TISDK 2013.03 build 2013-04-16_01-01-44

2013-04-15 Thread Denys Dmytriyenko
Title: 
Status for 04/16/13





Status for 04/16/13

BUILD_ID: build-2013-04-16_01-02-51

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
FAILED
SKIPPED


am37x-evm
FAILED
SKIPPED


omap5-evm
FAILED
SKIPPED


beagleboard
FAILED
SKIPPED


am3517-evm
FAILED
SKIPPED


am180x-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.03"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm am180x-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/opt/arago-2011.09/armv5te/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/arago-2011.09/armv7a/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_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/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [nightly] Core TISDK 2013.03 build 2013-04-17_01-01-44

2013-04-16 Thread Denys Dmytriyenko
Title: 
Status for 04/17/13





Status for 04/17/13

BUILD_ID: build-2013-04-17_01-02-47

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
FAILED
SKIPPED


am37x-evm
FAILED
SKIPPED


omap5-evm
FAILED
SKIPPED


beagleboard
FAILED
SKIPPED


am3517-evm
FAILED
SKIPPED


am180x-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.03"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm am180x-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/opt/arago-2011.09/armv5te/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/arago-2011.09/armv7a/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_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/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [nightly] Core TISDK 2013.03 build 2013-04-18_01-01-44

2013-04-17 Thread Denys Dmytriyenko
Title: 
Status for 04/18/13





Status for 04/18/13

BUILD_ID: build-2013-04-18_01-02-53

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
FAILED
SKIPPED


am37x-evm
FAILED
SKIPPED


omap5-evm
FAILED
SKIPPED


beagleboard
FAILED
SKIPPED


am3517-evm
FAILED
SKIPPED


am180x-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.03"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm am180x-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/opt/arago-2011.09/armv5te/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/arago-2011.09/armv7a/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_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/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


Re: [meta-arago] [PATCH] am33x-cm3: remove the SRC_URI setting

2013-04-18 Thread Denys Dmytriyenko
On Thu, Apr 18, 2013 at 12:39:41PM -0500, Chase Maupin wrote:
> * The base recipe SRC_URI has been updated so remove the setting
>   that overwrites this.  This was preventing picking up the
>   init script required to load the firmware
> 
> Signed-off-by: Chase Maupin 
> ---
>  .../recipes-bsp/am335x-cm3/am33x-cm3_git.bbappend  |4 +---
>  1 files changed, 1 insertions(+), 3 deletions(-)
> 
> diff --git a/meta-arago-distro/recipes-bsp/am335x-cm3/am33x-cm3_git.bbappend 
> b/meta-arago-distro/recipes-bsp/am335x-cm3/am33x-cm3_git.bbappend
> index 61547e3..826f250 100644
> --- a/meta-arago-distro/recipes-bsp/am335x-cm3/am33x-cm3_git.bbappend
> +++ b/meta-arago-distro/recipes-bsp/am335x-cm3/am33x-cm3_git.bbappend
> @@ -1,4 +1,4 @@
> -PR_append = "-arago0"
> +PR_append = "-arago1"
>  
>  PV = "05.06.00.00"
>  
> @@ -6,5 +6,3 @@ BRANCH = "master"
>  
>  #This SRCREV corresponds to tag AM335xPSP_04.06.00.09-rc
>  SRCREV = "7c6075f28d9fdd633175cdbd8dc287613ce92e5d"

Not a part of your patch, but can we sync up on the commit ID or release 
version? meta-ti uses once commit ID and sets PV as 04.06.00.07 and meta-arago 
changes it to 04.06.00.09-rc.
Can we update those - git has tags for 04.06.00.08 and 04.06.00.10-rc1 besides 
the other two mentioned.

> -
> -SRC_URI = 
> "git://arago-project.org/git/projects/am33x-cm3.git;protocol=git;branch=${BRANCH}"
> -- 
> 1.7.0.4
> 
> ___
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> 
___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


Re: [meta-arago] [PATCH v2 1/9] wlconf: configuration utility for wilink8 wireless driver

2013-04-18 Thread Denys Dmytriyenko
Eyal,

Thanks for the v2 of the patch.


On Thu, Apr 18, 2013 at 07:10:36AM +, Reizer, Eyal wrote:
> Add a recipe for building and installing the wlconf configuration utility
> for TI Wilink8 familily of chips.

If you don't want the patch revision changelog to appear in the commit 
description, please add it after the --- mark.


> Changes in v2:
> * Rename to use an actual release name instead of _git
> * Line indentation fixes
> 
> Signed-off-by: Eyal Reizer mailto:ey...@ti.com>>
> ---
>  
> .../recipes-connectivity/wlconf/wlconf_r8.a6.01.bb 
> |   37 
>  1 file changed, 37 insertions(+)
>  create mode 100644 
> meta-arago-extras/recipes-connectivity/wlconf/wlconf_r8.a6.01.bb
> 
> diff --git 
> a/meta-arago-extras/recipes-connectivity/wlconf/wlconf_r8.a6.01.bb
>  
> b/meta-arago-extras/recipes-connectivity/wlconf/wlconf_r8.a6.01.bb
> new file mode 100644
> index 000..ec10d23
> --- /dev/null
> +++ 
> b/meta-arago-extras/recipes-connectivity/wlconf/wlconf_r8.a6.01.bb
> @@ -0,0 +1,37 @@
> +DESCRIPTION = "Configuration utility for TI wireless drivers"
> +LICENSE = "GPLv2"
> +LIC_FILES_CHKSUM = 
> "file://README;beginline=1;endline=21;md5=adc05a1903d3f107f85c90328e3a9438"
> +
> +PR ="r1"
> +PV ="0.0"

Here you overwrite the recipe version (0.0) from the one set by the filename 
(r8.a6.01) - you probably want to drop PV assignment here.

BTW, I already mentioned the dangers of mixing alpha-numeric characters in the 
version number, which can potentially cause the wrong sorting of the versions. 
I guess in this case there's not much we can do, but something to keep in mind 
when coming up with future fersion numbers...


> +PR_append = "+gitr${SRCREV}"
> +
> +SRCREV = "ol_r8.a6.01"
> +SRC_URI = 
> "git://github.com/TI-OpenLink/18xx-ti-utils.git"
> +
> +S = "${WORKDIR}/git/wlconf"
> +
> +EXTRA_OEMAKE = "CC=${TARGET_PREFIX}gcc"
> +
> +do_install() {
> +   install -d ${D}${bindir}
> +   install -d ${D}${bindir}/wlconf/
> +   install -d ${D}${bindir}/wlconf/official_inis
> +
> +   install -m 0755 wlconf ${D}${bindir}/wlconf/
> +   install -m 0755 dictionary.txt ${D}${bindir}/wlconf/
> +   install -m 0755 struct.bin ${D}${bindir}/wlconf/
> +   install -m 0755 wl18xx-conf-default.bin ${D}${bindir}/wlconf/
> +   install -m 0755 README ${D}${bindir}/wlconf/
> +   install -m 0755 example.conf ${D}${bindir}/wlconf/
> +   install -m 0755 example.ini ${D}${bindir}/wlconf/
> +   install -m 0755 ${S}/official_inis/*
> +   ${D}${bindir}/wlconf/official_inis/
> +}
> +
> +FILES_${PN} += " \
> +   ${bindir}/wlconf \
> +   ${bindir}/wlconf/official_inis \
> +"
> +
> +FILES_${PN}-dbg += "${bindir}/wlconf/.debug"
> --
> 1.7.9.5
> 

> ___
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [nightly] Core TISDK 2013.03 build 2013-04-19_01-01-44

2013-04-18 Thread Denys Dmytriyenko
Title: 
Status for 04/19/13





Status for 04/19/13

BUILD_ID: build-2013-04-19_01-02-52

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
FAILED
SKIPPED


am37x-evm
FAILED
SKIPPED


omap5-evm
FAILED
SKIPPED


beagleboard
FAILED
SKIPPED


am3517-evm
FAILED
SKIPPED


am180x-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.03"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm am180x-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/opt/arago-2011.09/armv5te/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/arago-2011.09/armv7a/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_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/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [nightly] Core TISDK 2013.04 build 2013-04-19_17-05-52

2013-04-19 Thread Denys Dmytriyenko
Title: 
Status for 04/19/13





Status for 04/19/13

BUILD_ID: build-2013-04-19_17-06-54

Clean Build: true

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
PASSED
FAILED


am37x-evm
PASSED
FAILED


omap5-evm
PASSED
SKIPPED


beagleboard
PASSED
FAILED


am3517-evm
PASSED
FAILED


am180x-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.04"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm am180x-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/opt/arago-2011.09/armv5te/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/arago-2011.09/armv7a/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_IMAGE_TYPE="tar.gz"
NFS_ROOT="/home/jenkins/nfs-root"
SOURCE_DIR="${BUILD_ROOT}/sources"
CLEAN_BUILD="true"
CLEAN_ALL="false"
CONFIG_FILE="${BUILD_ROOT}/configs/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [nightly] Core TISDK 2013.04 build 2013-04-20_01-01-44

2013-04-19 Thread Denys Dmytriyenko
Title: 
Status for 04/20/13





Status for 04/20/13

BUILD_ID: build-2013-04-20_01-02-52

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
PASSED
FAILED


am37x-evm
PASSED
FAILED


omap5-evm
PASSED
SKIPPED


beagleboard
PASSED
FAILED


am3517-evm
PASSED
FAILED


am180x-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.04"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm am180x-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/opt/arago-2011.09/armv5te/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/arago-2011.09/armv7a/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_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/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [nightly] Core TISDK 2013.04 build 2013-04-21_01-01-44

2013-04-20 Thread Denys Dmytriyenko
Title: 
Status for 04/21/13





Status for 04/21/13

BUILD_ID: build-2013-04-21_01-02-48

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
PASSED
FAILED


am37x-evm
PASSED
FAILED


omap5-evm
PASSED
SKIPPED


beagleboard
PASSED
FAILED


am3517-evm
PASSED
FAILED


am180x-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.04"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm am180x-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/opt/arago-2011.09/armv5te/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/arago-2011.09/armv7a/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_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/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [nightly] Core TISDK 2013.04 build 2013-04-22_01-01-44

2013-04-21 Thread Denys Dmytriyenko
Title: 
Status for 04/22/13





Status for 04/22/13

BUILD_ID: build-2013-04-22_01-02-48

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
PASSED
FAILED


am37x-evm
PASSED
FAILED


omap5-evm
PASSED
SKIPPED


beagleboard
PASSED
FAILED


am3517-evm
PASSED
FAILED


am180x-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.04"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm am180x-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/opt/arago-2011.09/armv5te/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/arago-2011.09/armv7a/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_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/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] Merging Linaro gcc-4.7 hardfp support

2013-04-22 Thread Denys Dmytriyenko
All,

As I have received mostly positive feedback from our teams (LCPD, AMSDK, 
MCSDK) about early testing of the Linaro gcc-4.7 hardfp toolchain integartion, 
I will be merging it into the master branch shortly. Please let me know if you 
have any questions or concerns. Thanks.

-- 
Denys
___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [nightly] Core TISDK 2013.04 build 2013-04-23_01-01-44

2013-04-23 Thread Denys Dmytriyenko
Title: 
Status for 04/23/13





Status for 04/23/13

BUILD_ID: build-2013-04-23_01-02-50

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
PASSED
FAILED


am37x-evm
PASSED
FAILED


omap5-evm
PASSED
SKIPPED


beagleboard
PASSED
FAILED


am3517-evm
PASSED
FAILED


am180x-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.04"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm am180x-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/opt/arago-2011.09/armv5te/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/arago-2011.09/armv7a/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_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/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


Re: [meta-arago] [PATCH v3 1/9] wlconf: configuration utility for wilink8 wireless driver

2013-04-23 Thread Denys Dmytriyenko
Eyal,

Not yet - it failed to apply wpa-supplicant patch when I tried yesterday. I 
may need to massage the patches, once I have time...

-- 
Denys


On Tue, Apr 23, 2013 at 08:58:33AM +, Reizer, Eyal wrote:
> Ping on this set of wilink8 related patches.
> 
> Regards,
> Eyal
> 
> > -Original Message-
> > From: Reizer, Eyal
> > Sent: Sunday, April 21, 2013 9:09 AM
> > To: meta-arago@arago-project.org
> > Cc: Reizer, Eyal
> > Subject: [PATCH v3 1/9] wlconf: configuration utility for wilink8
> > wireless driver
> > 
> > Add a recipe for building and installing the wlconf configuration
> > utility for TI Wilink8 family of chips.
> > 
> > Signed-off-by: Eyal Reizer 
> > ---
> > Changes in v2:
> > * Rename to use an actual release name instead of _git
> > * Line indentation fixes
> > Changes in v3:
> > * Drop the PV assignment
> > 
> >  .../recipes-connectivity/wlconf/wlconf_r8.a6.01.bb |   36
> > 
> >  1 file changed, 36 insertions(+)
> >  create mode 100644 meta-arago-extras/recipes-
> > connectivity/wlconf/wlconf_r8.a6.01.bb
> > 
> > diff --git a/meta-arago-extras/recipes-
> > connectivity/wlconf/wlconf_r8.a6.01.bb b/meta-arago-extras/recipes-
> > connectivity/wlconf/wlconf_r8.a6.01.bb
> > new file mode 100644
> > index 000..ade2e84
> > --- /dev/null
> > +++ b/meta-arago-extras/recipes-connectivity/wlconf/wlconf_r8.a6.01.bb
> > @@ -0,0 +1,36 @@
> > +DESCRIPTION = "Configuration utility for TI wireless drivers"
> > +LICENSE = "GPLv2"
> > +LIC_FILES_CHKSUM =
> > "file://README;beginline=1;endline=21;md5=adc05a1903d3f107f85c90328e3a9
> > 438"
> > +
> > +PR ="r1"
> > +PR_append = "+gitr${SRCREV}"
> > +
> > +SRCREV = "ol_r8.a6.01"
> > +SRC_URI = "git://github.com/TI-OpenLink/18xx-ti-utils.git"
> > +
> > +S = "${WORKDIR}/git/wlconf"
> > +
> > +EXTRA_OEMAKE = "CC=${TARGET_PREFIX}gcc"
> > +
> > +do_install() {
> > +   install -d ${D}${bindir}
> > +   install -d ${D}${bindir}/wlconf/
> > +   install -d ${D}${bindir}/wlconf/official_inis
> > +
> > +   install -m 0755 wlconf ${D}${bindir}/wlconf/
> > +   install -m 0755 dictionary.txt ${D}${bindir}/wlconf/
> > +   install -m 0755 struct.bin ${D}${bindir}/wlconf/
> > +   install -m 0755 wl18xx-conf-default.bin ${D}${bindir}/wlconf/
> > +   install -m 0755 README ${D}${bindir}/wlconf/
> > +   install -m 0755 example.conf ${D}${bindir}/wlconf/
> > +   install -m 0755 example.ini ${D}${bindir}/wlconf/
> > +   install -m 0755 ${S}/official_inis/*
> > +   ${D}${bindir}/wlconf/official_inis/
> > +}
> > +
> > +FILES_${PN} += " \
> > +   ${bindir}/wlconf \
> > +   ${bindir}/wlconf/official_inis \
> > +"
> > +
> > +FILES_${PN}-dbg += "${bindir}/wlconf/.debug"
> > --
> > 1.7.9.5
> 
> ___
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [nightly] Core TISDK 2013.04 build 2013-04-24_01-01-44

2013-04-23 Thread Denys Dmytriyenko
Title: 
Status for 04/24/13





Status for 04/24/13

BUILD_ID: build-2013-04-24_01-02-48

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
FAILED
SKIPPED


am37x-evm
FAILED
SKIPPED


omap5-evm
FAILED
SKIPPED


beagleboard
FAILED
SKIPPED


am3517-evm
FAILED
SKIPPED


am180x-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.04"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm am180x-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/opt/arago-2011.09/armv5te/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/arago-2011.09/armv7a/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_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/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


Re: [meta-arago] [PATCH] matrix-lighttpd-config: add static cgi and .out support in Matrix PHP

2013-04-24 Thread Denys Dmytriyenko
I would understand .cgi, but what is it with .o? Are those object files? What 
do you want to do with them?

And I guess a better description of the change in the patch wouldn't hurt 
either.

-- 
Denys


On Wed, Apr 24, 2013 at 07:16:34PM +, Cooper Jr., Franklin wrote:
> cgi.assign = ( ".php"  => "/usr/bin/php-cgi", ".cgi" => 
> "/bin/sh",  ".o" => "" )
> 
> Can you give an example of the .cgi and .o file that requires this change?
> 
> 
> > -Original Message-
> > From: meta-arago-boun...@arago-project.org [mailto:meta-arago-
> > boun...@arago-project.org] On Behalf Of Zhang, Hao
> > Sent: Wednesday, April 24, 2013 1:29 PM
> > To: meta-arago@arago-project.org
> > Subject: [meta-arago] [PATCH] matrix-lighttpd-config: add static cgi and 
> > .out
> > support in Matrix PHP
> > 
> > From: Hao Zhang 
> > 
> > ---
> >  .../matrix-lighttpd-config/lighttpd.conf.matrix|4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/meta-arago-extras/recipes-core/matrix/matrix-lighttpd-
> > config/lighttpd.conf.matrix b/meta-arago-extras/recipes-
> > core/matrix/matrix-lighttpd-config/lighttpd.conf.matrix
> > index 82a9fb8..2dce736 100755
> > --- a/meta-arago-extras/recipes-core/matrix/matrix-lighttpd-
> > config/lighttpd.conf.matrix
> > +++ b/meta-arago-extras/recipes-core/matrix/matrix-lighttpd-config/light
> > +++ tpd.conf.matrix
> > @@ -137,7 +137,7 @@ $HTTP["url"] =~ "\.pdf$" {  # which extensions should
> > not be handle via static-file transfer  #  # .php, .pl, .fcgi are most often
> > handled by mod_fastcgi or mod_cgi -static-file.exclude-extensions = ( 
> > ".php",
> > ".pl", ".fcgi" )
> > +static-file.exclude-extensions = ( ".php", ".pl", ".fcgi", ".cgi", ".o"
> > +)
> > 
> >  # Options that are good to be but not neccesary to be changed
> > ###
> > 
> > @@ -225,7 +225,7 @@ compress.filetype  = ("text/plain",
> > "text/html","text/javascript","text/
> >  #)
> > 
> >   CGI module
> > -cgi.assign = ( ".php"  => "/usr/bin/php-cgi")
> > +cgi.assign = ( ".php"  => "/usr/bin/php-cgi", ".cgi" =>
> > "/bin/sh",
> > ".o" => "" )
> >  #cgi.assign = ( ".pl"  => "/usr/bin/perl",
> >  #   ".cgi" => "/usr/bin/perl" )
> >  #
> > --
> > 1.7.9.5
> > 
> > ___
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> ___
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


Re: [meta-arago] [PATCH] matrix-lighttpd-config: add static cgi and .out support in Matrix PHP

2013-04-24 Thread Denys Dmytriyenko
Right, but what's with the .o?

On Wed, Apr 24, 2013 at 07:26:43PM +, Zhang, Hao wrote:
> See attached the example.
> 
> -Original Message-
> From: Cooper Jr., Franklin 
> Sent: Wednesday, April 24, 2013 3:17 PM
> To: Zhang, Hao; meta-arago@arago-project.org
> Subject: RE: [meta-arago] [PATCH] matrix-lighttpd-config: add static cgi and 
> .out support in Matrix PHP
> 
> cgi.assign = ( ".php"  => "/usr/bin/php-cgi", ".cgi" => 
> "/bin/sh",  ".o" => "" )
> 
> Can you give an example of the .cgi and .o file that requires this change?
> 
> 
> > -Original Message-
> > From: meta-arago-boun...@arago-project.org [mailto:meta-arago- 
> > boun...@arago-project.org] On Behalf Of Zhang, Hao
> > Sent: Wednesday, April 24, 2013 1:29 PM
> > To: meta-arago@arago-project.org
> > Subject: [meta-arago] [PATCH] matrix-lighttpd-config: add static cgi 
> > and .out support in Matrix PHP
> > 
> > From: Hao Zhang 
> > 
> > ---
> >  .../matrix-lighttpd-config/lighttpd.conf.matrix|4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/meta-arago-extras/recipes-core/matrix/matrix-lighttpd-
> > config/lighttpd.conf.matrix b/meta-arago-extras/recipes- 
> > core/matrix/matrix-lighttpd-config/lighttpd.conf.matrix
> > index 82a9fb8..2dce736 100755
> > --- a/meta-arago-extras/recipes-core/matrix/matrix-lighttpd-
> > config/lighttpd.conf.matrix
> > +++ b/meta-arago-extras/recipes-core/matrix/matrix-lighttpd-config/lig
> > +++ ht
> > +++ tpd.conf.matrix
> > @@ -137,7 +137,7 @@ $HTTP["url"] =~ "\.pdf$" {  # which extensions 
> > should not be handle via static-file transfer  #  # .php, .pl, .fcgi 
> > are most often handled by mod_fastcgi or mod_cgi 
> > -static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
> > +static-file.exclude-extensions = ( ".php", ".pl", ".fcgi", ".cgi", ".o"
> > +)
> > 
> >  # Options that are good to be but not neccesary to be changed 
> > ###
> > 
> > @@ -225,7 +225,7 @@ compress.filetype  = ("text/plain",
> > "text/html","text/javascript","text/
> >  #)
> > 
> >   CGI module
> > -cgi.assign = ( ".php"  => "/usr/bin/php-cgi")
> > +cgi.assign = ( ".php"  => "/usr/bin/php-cgi", ".cgi" =>
> > "/bin/sh",
> > ".o" => "" )
> >  #cgi.assign = ( ".pl"  => "/usr/bin/perl",
> >  #   ".cgi" => "/usr/bin/perl" )
> >  #
> > --
> > 1.7.9.5
> > 
> > ___
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


> ___
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [nightly] Core TISDK 2013.04 build 2013-04-25_01-01-44

2013-04-24 Thread Denys Dmytriyenko
Title: 
Status for 04/25/13





Status for 04/25/13

BUILD_ID: build-2013-04-25_01-02-49

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
FAILED
SKIPPED


am37x-evm
FAILED
SKIPPED


omap5-evm
FAILED
SKIPPED


beagleboard
FAILED
SKIPPED


am3517-evm
FAILED
SKIPPED


am180x-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.04"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm am180x-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/opt/arago-2011.09/armv5te/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/arago-2011.09/armv7a/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_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/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [nightly] Core TISDK 2013.04 build 2013-04-25_16-46-49

2013-04-25 Thread Denys Dmytriyenko
Title: 
Status for 04/25/13





Status for 04/25/13

BUILD_ID: build-2013-04-25_16-47-54

Clean Build: true

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
PASSED
FAILED


am37x-evm
FAILED
SKIPPED


omap5-evm
FAILED
SKIPPED


beagleboard
FAILED
SKIPPED


am3517-evm
FAILED
SKIPPED


am180x-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.04"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm am180x-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/opt/arago-2011.09/armv5te/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/arago-2011.09/armv7a/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_IMAGE_TYPE="tar.gz"
NFS_ROOT="/home/jenkins/nfs-root"
SOURCE_DIR="${BUILD_ROOT}/sources"
CLEAN_BUILD="true"
CLEAN_ALL="false"
CONFIG_FILE="${BUILD_ROOT}/configs/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [nightly] Core TISDK 2013.04 build 2013-04-26_01-01-44

2013-04-26 Thread Denys Dmytriyenko
Title: 
Status for 04/26/13





Status for 04/26/13

BUILD_ID: build-2013-04-26_01-02-52

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
PASSED
FAILED


am37x-evm
PASSED
FAILED


omap5-evm
PASSED
SKIPPED


beagleboard
PASSED
FAILED


am3517-evm
PASSED
FAILED


am180x-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.04"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm am180x-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/opt/arago-2011.09/armv5te/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/arago-2011.09/armv7a/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_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/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [nightly] Core TISDK 2013.04 build 2013-04-27_01-01-44

2013-04-26 Thread Denys Dmytriyenko
Title: 
Status for 04/27/13





Status for 04/27/13

BUILD_ID: build-2013-04-27_01-02-51

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
PASSED
FAILED


am37x-evm
PASSED
FAILED


omap5-evm
PASSED
SKIPPED


beagleboard
PASSED
FAILED


am3517-evm
PASSED
FAILED


am180x-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.04"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm am180x-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/opt/arago-2011.09/armv5te/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/arago-2011.09/armv7a/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_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/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [nightly] Core TISDK 2013.04 build 2013-04-28_01-01-44

2013-04-27 Thread Denys Dmytriyenko
Title: 
Status for 04/28/13





Status for 04/28/13

BUILD_ID: build-2013-04-28_01-02-48

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
PASSED
FAILED


am37x-evm
PASSED
FAILED


omap5-evm
PASSED
SKIPPED


beagleboard
PASSED
FAILED


am3517-evm
PASSED
FAILED


am180x-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.04"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm am180x-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/opt/arago-2011.09/armv5te/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/arago-2011.09/armv7a/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_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/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [nightly] Core TISDK 2013.04 build 2013-04-29_01-01-44

2013-04-28 Thread Denys Dmytriyenko
Title: 
Status for 04/29/13





Status for 04/29/13

BUILD_ID: build-2013-04-29_01-02-52

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
PASSED
FAILED


am37x-evm
PASSED
FAILED


omap5-evm
PASSED
SKIPPED


beagleboard
PASSED
FAILED


am3517-evm
PASSED
FAILED


am180x-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.04"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm am180x-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/opt/arago-2011.09/armv5te/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/arago-2011.09/armv7a/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_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/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


Re: [meta-arago] [PATCH 1/3] ltp-ddt-legacy-1.0: Add ltp-ddt recipe that supports 3.2 or older kernels

2013-04-29 Thread Denys Dmytriyenko
On Mon, Apr 29, 2013 at 08:15:12AM -0500, Franklin S. Cooper Jr wrote:
> * Ltp-ddt master is now targeting 3.8+ kernels.
> * This recipe points to the v3.2 branch meant for legacy kernels.
> 
> Signed-off-by: Franklin S. Cooper Jr 
> ---
>  .../conf/distro/include/arago-prefs.inc|6 ++
>  .../conf/distro/include/branding-amsdk.inc |1 +
>  ..._0.0.4.bbappend => ltp-ddt-legacy_1.0.bbappend} |4 
>  .../recipes-devtools/ltp-ddt/ltp-ddt-legacy_1.0.bb |   14 ++
>  4 files changed, 21 insertions(+), 4 deletions(-)
>  copy meta-arago-distro/recipes-devtools/ltp-ddt/{ltp-ddt_0.0.4.bbappend => 
> ltp-ddt-legacy_1.0.bbappend} (90%)
>  create mode 100644 
> meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt-legacy_1.0.bb
> 
> diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc 
> b/meta-arago-distro/conf/distro/include/arago-prefs.inc
> index 6b8bdb4..c3807e9 100644
> --- a/meta-arago-distro/conf/distro/include/arago-prefs.inc
> +++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc
> @@ -1,3 +1,6 @@
> +# Use the latest version of ltp-ddt for kernel versions 3.8+
> +PREFERRED_PROVIDER_ltp-ddt = "ltp-ddt"
> +
>  PREFERRED_PROVIDER_virtual/gettext = "gettext"
>  
>  ARAGO_QT_PROVIDER = 
> "${@base_contains('MACHINE_FEATURES','sgx','qt4-embedded-gles','qt4-embedded',d)}"
> @@ -19,6 +22,7 @@ PREFERRED_PROVIDER_u-boot_am335x-evm = "u-boot-ti-staging"
>  PREFERRED_VERSION_linux-libc-headers_am180x-evm = "2.6.33"
>  PREFERRED_PROVIDER_virtual/kernel_am180x-evm = "linux-omapl138-psp"
>  PREFERRED_VERSION_linux-omapl138-psp = "2.6.37"
> +PREFERRED_PROVIDER_ltp-ddt_am180x = "ltp-ddt-legacy"
>  PREFERRED_PROVIDER_virtual/bootloader_am180x-evm = "u-boot-am180x"
>  PREFERRED_PROVIDER_u-boot_am180x-evm = "u-boot-am180x"
>  PREFERRED_VERSION_u-boot-am180x = "2010.12"
> @@ -26,6 +30,7 @@ PREFERRED_VERSION_u-boot-am180x = "2010.12"
>  PREFERRED_VERSION_linux-libc-headers_am37x-evm = "2.6.33"
>  PREFERRED_PROVIDER_virtual/kernel_am37x-evm = "linux-omap-psp"
>  PREFERRED_VERSION_linux-omap-psp = "2.6.37"
> +PREFERRED_PROVIDER_ltp-ddt_am37x-evm = "ltp-ddt-legacy"
>  PREFERRED_PROVIDER_virtual/bootloader_am37x-evm = "u-boot-am37x"
>  PREFERRED_PROVIDER_u-boot_am37x-evm = "u-boot-am37x"
>  PREFERRED_VERSION_u-boot-am37x_am37x-evm = "2012.04.01"
> @@ -35,6 +40,7 @@ PREFERRED_PROVIDER_virtual/kernel_am3517-evm = 
> "linux-omap-psp"
>  PREFERRED_VERSION_linux-omap-psp_am3517-evm = "2.6.37"
>  PREFERRED_PROVIDER_virtual/bootloader_am3517-evm = "u-boot-am3517"
>  PREFERRED_PROVIDER_u-boot_am3517-evm = "u-boot-am3517"
> +PREFERRED_PROVIDER_ltp-ddt_am3517-evm = "ltp-ddt-legacy"
>  
>  PREFERRED_PROVIDER_virtual/kernel_beagleboard = "linux"
>  PREFERRED_VERSION_linux_beagleboard = "3.3.7"
> diff --git a/meta-arago-distro/conf/distro/include/branding-amsdk.inc 
> b/meta-arago-distro/conf/distro/include/branding-amsdk.inc
> index 9f64cd4..dc3f448 100644
> --- a/meta-arago-distro/conf/distro/include/branding-amsdk.inc
> +++ b/meta-arago-distro/conf/distro/include/branding-amsdk.inc
> @@ -3,6 +3,7 @@
>  # Use the SDK supported kernel and kernel version
>  PREFERRED_PROVIDER_virtual/kernel_am335x-evm = "linux-am335x"
>  PREFERRED_VERSION_linux-am335x = "3.2.0-psp05.06.00.00"
> +PREFERRED_PROVIDER_ltp-ddt_am335x-evm = "ltp-ddt-legacy"
>  PREFERRED_PROVIDER_virtual/bootloader_am335x-evm = "u-boot-am33x"
>  PREFERRED_PROVIDER_u-boot_am335x-evm = "u-boot-am33x"
>  PREFERRED_VERSION_u-boot-am33x = "2012.10"
> diff --git 
> a/meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt_0.0.4.bbappend 
> b/meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt-legacy_1.0.bbappend
> similarity index 90%
> copy from meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt_0.0.4.bbappend
> copy to meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt-legacy_1.0.bbappend
> index f8c99d8..65a16f9 100644
> --- a/meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt_0.0.4.bbappend
> +++ b/meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt-legacy_1.0.bbappend
> @@ -3,10 +3,6 @@ PR_append = "-arago0+gitr${SRCPV}"
>  # Auto rev so we pick up the latest changes
>  SRCREV = "${AUTOREV}"
>  
> -# Use special branch for platforms with older <=3.2 kernel
> -BRANCH_am37x-evm = "v3.2"
> -BRANCH_am180x-evm = "v3.2"
> -
>  do_compile_kmodules() {
>  unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS
>  oe_runmake modules
> diff --git a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt-legacy_1.0.bb 
> b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt-legacy_1.0.bb
> new file mode 100644
> index 000..2ef4455
> --- /dev/null
> +++ b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt-legacy_1.0.bb
> @@ -0,0 +1,14 @@
> +# The master branch is now 3.2+ kernels.
> +# This recipe is meant to use the v3.2 that supports 3.2 and older kernels.
> +
> +require recipes-devtools/ltp-ddt/ltp-ddt_0.0.4.bb
> +
> +PROVIDES += "ltp-ddt"
> +RPROVIDES += "ltp-ddt"
> +RREPLACES += "ltp-ddt"
> +RCONFLICTS += "ltp-ddt"

R* variables must have pa

[meta-arago] [nightly] Core TISDK 2013.04 build 2013-04-30_01-01-44

2013-04-29 Thread Denys Dmytriyenko
Title: 
Status for 04/30/13





Status for 04/30/13

BUILD_ID: build-2013-04-30_01-02-48

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
PASSED
FAILED


am37x-evm
PASSED
FAILED


omap5-evm
PASSED
SKIPPED


beagleboard
PASSED
FAILED


am3517-evm
PASSED
FAILED


am180x-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.04"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm am180x-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/opt/arago-2011.09/armv5te/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/arago-2011.09/armv7a/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_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/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


Re: [meta-arago] [PATCH v3 1/9] wlconf: configuration utility for wilink8 wireless driver

2013-04-30 Thread Denys Dmytriyenko
Correct.
http://arago-project.org/git/?p=meta-arago.git;a=commit;h=556c5accab0fdadb74b8302aa1893eab9e7097a8

-- 
Denys

On Tue, Apr 30, 2013 at 08:20:24AM -0400, Cooper Jr., Franklin wrote:
> Your patch set was committed April 24th.
> 
> On Apr 30, 2013, at 1:14 AM, "Reizer, Eyal"  wrote:
> 
> > Hi Denys,
> > 
> > Ping again on this set of wilink8 recipes.
> > 
> > Best Regards,
> > Eyal Reizer
> > 
> >> -Original Message-
> >> From: Reizer, Eyal
> >> Sent: Wednesday, April 24, 2013 10:06 AM
> >> To: Dmytriyenko, Denys
> >> Cc: meta-arago@arago-project.org
> >> Subject: RE: [meta-arago] [PATCH v3 1/9] wlconf: configuration utility
> >> for wilink8 wireless driver
> >> 
> >> Denys,
> >> 
> >> Thanks for the update.
> >> Please let me know in case you need my help.
> >> 
> >> Best Regards,
> >> Eyal
> >> 
> >>> -Original Message-
> >>> From: Dmytriyenko, Denys
> >>> Sent: Tuesday, April 23, 2013 10:35 PM
> >>> To: Reizer, Eyal
> >>> Cc: meta-arago@arago-project.org
> >>> Subject: Re: [meta-arago] [PATCH v3 1/9] wlconf: configuration
> >> utility
> >>> for wilink8 wireless driver
> >>> 
> >>> Eyal,
> >>> 
> >>> Not yet - it failed to apply wpa-supplicant patch when I tried
> >>> yesterday. I may need to massage the patches, once I have time...
> >>> 
> >>> --
> >>> Denys
> >>> 
> >>> 
> >>> On Tue, Apr 23, 2013 at 08:58:33AM +, Reizer, Eyal wrote:
>  Ping on this set of wilink8 related patches.
>  
>  Regards,
>  Eyal
>  
> > -Original Message-
> > From: Reizer, Eyal
> > Sent: Sunday, April 21, 2013 9:09 AM
> > To: meta-arago@arago-project.org
> > Cc: Reizer, Eyal
> > Subject: [PATCH v3 1/9] wlconf: configuration utility for wilink8
> > wireless driver
> > 
> > Add a recipe for building and installing the wlconf configuration
> > utility for TI Wilink8 family of chips.
> > 
> > Signed-off-by: Eyal Reizer 
> > ---
> > Changes in v2:
> > * Rename to use an actual release name instead of _git
> > * Line indentation fixes
> > Changes in v3:
> > * Drop the PV assignment
> > 
> > .../recipes-connectivity/wlconf/wlconf_r8.a6.01.bb |   36
> > 
> > 1 file changed, 36 insertions(+)
> > create mode 100644 meta-arago-extras/recipes-
> > connectivity/wlconf/wlconf_r8.a6.01.bb
> > 
> > diff --git a/meta-arago-extras/recipes-
> > connectivity/wlconf/wlconf_r8.a6.01.bb
> > b/meta-arago-extras/recipes-
> > connectivity/wlconf/wlconf_r8.a6.01.bb
> > new file mode 100644
> > index 000..ade2e84
> > --- /dev/null
> > +++ b/meta-arago-extras/recipes-
> >>> connectivity/wlconf/wlconf_r8.a6.01.bb
> > @@ -0,0 +1,36 @@
> > +DESCRIPTION = "Configuration utility for TI wireless drivers"
> > +LICENSE = "GPLv2"
> > +LIC_FILES_CHKSUM =
> >> "file://README;beginline=1;endline=21;md5=adc05a1903d3f107f85c90328e3a
> >>> 9
> > 438"
> > +
> > +PR ="r1"
> > +PR_append = "+gitr${SRCREV}"
> > +
> > +SRCREV = "ol_r8.a6.01"
> > +SRC_URI = "git://github.com/TI-OpenLink/18xx-ti-utils.git"
> > +
> > +S = "${WORKDIR}/git/wlconf"
> > +
> > +EXTRA_OEMAKE = "CC=${TARGET_PREFIX}gcc"
> > +
> > +do_install() {
> > +install -d ${D}${bindir}
> > +install -d ${D}${bindir}/wlconf/
> > +install -d ${D}${bindir}/wlconf/official_inis
> > +
> > +install -m 0755 wlconf ${D}${bindir}/wlconf/
> > +install -m 0755 dictionary.txt ${D}${bindir}/wlconf/
> > +install -m 0755 struct.bin ${D}${bindir}/wlconf/
> > +install -m 0755 wl18xx-conf-default.bin
> >> ${D}${bindir}/wlconf/
> > +install -m 0755 README ${D}${bindir}/wlconf/
> > +install -m 0755 example.conf ${D}${bindir}/wlconf/
> > +install -m 0755 example.ini ${D}${bindir}/wlconf/
> > +install -m 0755 ${S}/official_inis/*
> > +${D}${bindir}/wlconf/official_inis/
> > +}
> > +
> > +FILES_${PN} += " \
> > +${bindir}/wlconf \
> > +${bindir}/wlconf/official_inis \ "
> > +
> > +FILES_${PN}-dbg += "${bindir}/wlconf/.debug"
> > --
> > 1.7.9.5
>  
>  ___
>  meta-arago mailing list
>  meta-arago@arago-project.org
>  http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> > ___
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


Re: [meta-arago] Merging Linaro gcc-4.7 hardfp support

2013-04-30 Thread Denys Dmytriyenko
On Mon, Apr 22, 2013 at 05:07:40PM -0400, Denys Dmytriyenko wrote:
> All,
> 
> As I have received mostly positive feedback from our teams (LCPD, AMSDK, 
> MCSDK) about early testing of the Linaro gcc-4.7 hardfp toolchain 
> integartion, 
> I will be merging it into the master branch shortly. Please let me know if 
> you 
> have any questions or concerns. Thanks.

All,

There's been slight delay in merging the Linaro-hardfp integration into the 
master branch due to few concerns raised by the kernel team last week. All 
has been resolved so far and I'll do the merge shortly, but since this may 
affect others, here are the details:


1. Compiling the same kernel tree with old gcc-4.5 and the new gcc-4.7 shows 
_less_ warnings. Some of the "variable may be used uninitialized" warnings are 
no longer reported, since gcc-4.7 is now able to remove more false positives:
http://gcc.gnu.org/wiki/Better_Uninitialized_Warnings


2. Building ARM kernel results in the following unusual warnings:

arch/arm/boot/compressed/head.S: Assembler messages:
arch/arm/boot/compressed/head.S:565: Warning: (null)
arch/arm/boot/compressed/head.S:676: Warning: (null)
arch/arm/boot/compressed/head.S:698: Warning: (null)

That is due to the changes made in recent binutils, related to ARMv8, and 
there is a patch with more details available (still pending for 3.10):
https://patchwork.kernel.org/patch/2013211/


3. Again, comparing to the previous builds under old toolchain, there are some 
"section mismatch" warnings missing, when built with the new toolchain, e.g.:

WARNING: vmlinux.o(.text+0x22ea4): Section mismatch in reference from the
function omapdrm_init() to the function .init.text:omap_device_build()
The function omapdrm_init() references
the function __init omap_device_build().
This is often because omapdrm_init lacks a __init
annotation or the annotation of omap_device_build is wrong.

After some investigation, a kernel patch was submitted by Tom Rini:
https://patchwork.kernel.org/patch/2486601/


Now, with all of the above concerns resolved I'll proceed with merging the 
linaro-hardfp branch into the master. Please let me know if you have any 
questions. Thanks.

-- 
Denys
___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [nightly] Core TISDK 2013.04 build 2013-05-01_01-01-44

2013-04-30 Thread Denys Dmytriyenko
Title: 
Status for 05/01/13





Status for 05/01/13

BUILD_ID: build-2013-05-01_01-02-53

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
FAILED
SKIPPED


am37x-evm
FAILED
SKIPPED


omap5-evm
FAILED
SKIPPED


beagleboard
FAILED
SKIPPED


am3517-evm
FAILED
SKIPPED


am180x-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.04"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm am180x-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/opt/arago-2011.09/armv5te/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/arago-2011.09/armv7a/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_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/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


Re: [meta-arago] patch to fix syslog-ng module-path problem in yocto

2013-05-01 Thread Denys Dmytriyenko
Jingting,

First of all, thanks for the patch! Please keep them coming.

Now, see my comments inline.


On Wed, May 01, 2013 at 10:19:47PM +, Zhou, Jingting wrote:
> Hey all, the current syslog-ng recipe in meta-openembedded have the 
> following problem,
> 
> root@keystone-evm:/usr/lib/syslog-ng# syslog-ng
> Plugin module not found in 'module-path'; module-path='/usr/lib/syslog-ng', 
> module='syslogformat'
> Plugin module not found in 'module-path'; module-path='/usr/lib/syslog-ng', 
> module='basicfuncs'
> Plugin module not found in 'module-path'; module-path='/usr/lib/syslog-ng', 
> module='afsocket'
> Plugin module not found in 'module-path'; module-path='/usr/lib/syslog-ng', 
> module='affile'
> Plugin module not found in 'module-path'; module-path='/usr/lib/syslog-ng', 
> module='afprog'
> Plugin module not found in 'module-path'; module-path='/usr/lib/syslog-ng', 
> module='afuser'
> Plugin module not found in 'module-path'; module-path='/usr/lib/syslog-ng', 
> module='dbparser'
> Plugin module not found in 'module-path'; module-path='/usr/lib/syslog-ng', 
> module='csvparser'
> Error parsing source, source plugin unix-dgram not found in 
> /etc/syslog-ng.conf at line 19, column 16:
> 
> source s_src { unix-dgram("/dev/log"); internal();
> 
> This is because the yocto doesn't allow the so files in the main 
> package(under /usr/lib/syslog-ng/).

Well, this is not the correct assesment! By default, /usr/lib/lib*.so 
automatically go into ${PN}-dev, which is actually a good thing. But syslog-ng 
plugins are anyway installed in a separate directory, so the comment above 
does not really apply.

So, I see that you are altering the recipe from meta-oe to create a 
${PN}-plugins package with those plugin .so files and install it in the image. 
Are there any other changes to the default recipe from meta-oe?

Also, can this be done as a .bbappend to the original recipe instead of 
copying all the contents to meta-arago, while modifying it. So, I would 
definitely recommend looking into making it a simple .bbappend with just the 
changes.

But for the future, when you really need to overlay the entire recipe locally 
in meta-arago for making changes, please split it in 2 commits/patches - first 
to add unmodified files in to meta-arago from another layer, and then 
separately a patch to apply your changes on top. This way it's much clearer 
what is changing and why - easier to review.


> Here's the patch,

BTW, please send patches inline by git-send-email instead of attaching or 
appending them. And the description/explanation should be part of the patch, 
not a separate email - this text should be preserved in the repository's 
changelog.

Thanks again. Hope to see the updated patches from you soon.

-- 
Denys


> From 6d6e03140ed67d9d1c4bb2fb79929a2a99bfe708 Mon Sep 17 00:00:00 2001
> From: Jingting Zhou 
> Date: Wed, 1 May 2013 18:12:31 -0400
> Subject: [PATCH] fixed the syslog-ng module-path problem
> 
> ---
> .../packagegroup-arago-base-tisdk-server-extra.bb  |3 +-
> .../recipes-bsp/syslog-ng/files/initscript |   45 ++
> .../recipes-bsp/syslog-ng/files/syslog-ng.conf |  155 
> .../recipes-bsp/syslog-ng/syslog-ng.inc|  106 +
> .../recipes-bsp/syslog-ng/syslog-ng_3.2.5.bb   |   11 ++
> 5 files changed, 319 insertions(+), 1 deletion(-)
> create mode 100755 meta-arago-extras/recipes-bsp/syslog-ng/files/initscript
> create mode 100755 
> meta-arago-extras/recipes-bsp/syslog-ng/files/syslog-ng.conf
> create mode 100755 meta-arago-extras/recipes-bsp/syslog-ng/syslog-ng.inc
> create mode 100755 meta-arago-extras/recipes-bsp/syslog-ng/syslog-ng_3.2.5.bb
> 
> diff --git 
> a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk-server-extra.bb
>  
> b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk-server-extra.bb
> index 6dbf8ee..650b190 100755
> --- 
> a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk-server-extra.bb
> +++ 
> b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk-server-extra.bb
> @@ -65,7 +65,8 @@ RDEPENDS_${PN} = "\
>  ${ARAGO_NDISC6} \
>  ptpd \
>  vsftpd \
> -syslog-ng \
> +syslog-ng \
> +syslog-ng-plugins \
>  dtc \
>  strongswan \
>  strongswan-plugins \
> diff --git a/meta-arago-extras/recipes-bsp/syslog-ng/files/initscript 
> b/meta-arago-extras/recipes-bsp/syslog-ng/files/initscript
> new file mode 100755
> index 000..9adb4cc
> --- /dev/null
> +++ b/meta-arago-extras/recipes-bsp/syslog-ng/files/initscript
> @@ -0,0 +1,45 @@
> +#! /bin/sh
> +#
> +# This is an init script for openembedded
> +# Copy it to /etc/init.d/syslog-ng and type
> +# > update-rc.d syslog-ng defaults 5
> +#
> +
> +
> +syslog_ng=/usr

[meta-arago] [nightly] Core TISDK 2013.04 build 2013-05-02_01-01-44

2013-05-01 Thread Denys Dmytriyenko
Title: 
Status for 05/02/13





Status for 05/02/13

BUILD_ID: build-2013-05-02_01-02-51

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
FAILED
SKIPPED


am37x-evm
FAILED
SKIPPED


omap5-evm
FAILED
SKIPPED


beagleboard
FAILED
SKIPPED


am3517-evm
FAILED
SKIPPED


am180x-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.04"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm am180x-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/opt/arago-2011.09/armv5te/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/arago-2011.09/armv7a/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_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/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [nightly] Core TISDK 2013.05 build 2013-05-02_18-23-20

2013-05-02 Thread Denys Dmytriyenko
Title: 
Status for 05/02/13





Status for 05/02/13

BUILD_ID: build-2013-05-02_18-24-20

Clean Build: true

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
PASSED
FAILED


am37x-evm
FAILED
SKIPPED


omap5-evm
PASSED
SKIPPED


beagleboard
PASSED
FAILED


am3517-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.05"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/linaro-2013.03/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_IMAGE_TYPE="tar.gz"
NFS_ROOT="/home/jenkins/nfs-root"
SOURCE_DIR="${BUILD_ROOT}/sources"
CLEAN_BUILD="true"
CLEAN_ALL="false"
CONFIG_FILE="${BUILD_ROOT}/configs/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


Re: [meta-arago] [nightly] Core TISDK 2013.05 build 2013-05-02_18-23-20

2013-05-02 Thread Denys Dmytriyenko
FYI, this is the first nightly build with Linaro gcc-4.7 hardfp toolchain!

I'll check the 2 failed platforms tomorrow...


On Thu, May 02, 2013 at 09:53:36PM -0400, Denys Dmytriyenko wrote:
> Status for 05/02/13
> 
> BUILD_ID: build-2013-05-02_18-24-20
> 
> Clean Build: true
> 
> Clean Sources: false
> 
> Repository Revisions
> 
> ++
> |   Repository| Git URL 
> |Branch|Commit|  Layers  |
> | | |  |  
> ID  |  |
> |-+-+--+--+--|
> |bitbake  |git://git.openembedded.org/bitbake   
> |master|1.17.0|layers=   |
> |-+-+--+--+--|
> |meta-arago   |git://arago-project.org/git/meta-arago.git   
> |master|HEAD  |layers=meta-arago-distro:meta-arago-extras|
> |-+-+--+--+--|
> |meta-openembedded|git://git.openembedded.org/meta-openembedded |danny 
> |HEAD  |layers=toolchain-layer:meta-oe|
> |-+-+--+--+--|
> |meta-ti  |git://arago-project.org/git/meta-ti.git  |danny 
> |HEAD  |layers=   |
> |-+-+--+--+--|
> |meta-linaro  |git://git.linaro.org/openembedded/meta-linaro.git|danny 
> |HEAD  |layers=   |
> |-+-+--+--+--|
> |oe-core  |git://git.openembedded.org/openembedded-core |danny 
> |HEAD  |layers=meta   |
> ++
> 
> Build and Target Test Results
> 
>+---+
>|  Machine  |Build Result|Target Test Result|
>|---++--|
>|am335x-evm |PASSED  |FAILED|
>|---++--|
>|am37x-evm  |FAILED  |SKIPPED   |
>|---++--|
>|omap5-evm  |PASSED  |SKIPPED   |
>|---++--|
>|beagleboard|PASSED  |FAILED|
>|---++--|
>|am3517-evm |FAILED  |SKIPPED   |
>+---+
> 
>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
>SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR
>TISDK_VERSION"
>TISDK_VERSION="2013.05"
>MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm"
>NUM_ARM9_BUILDS="1"
>NUM_CORTEX_BUILDS="1"
>TOOLCHAIN_ROOT_ARM9="/bin/"
>TOOLCHAIN_ROOT_CORTEX="/opt/linaro-2013.03/bin/"
>BUILD_ID="`date +build-%F_%H-%M-%S`"
>SCRIPTS_ROOT="$PWD"
>BUILD_ROOT="/home/jenkins/tisdk-build"
>TEST_ROOT="$BUILD_ROOT/testing"
>PACKAGE_ROOT="$BUILD_ROOT/packaging"
>DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
>FS_FILTER="tisdk-rootfs-"
>FS_IMAGE_TYPE="tar.gz"
>SDK_FILTER="arago-core-tisdk-image-"
>SDK_IMAGE_TYPE="tar.gz"
>NFS_ROOT="/home/jenkins/nfs-root"
>SOURCE_DIR="${BUILD_ROOT}/sources"
>CLEAN_BUILD="true"
>CLEAN_ALL="false"
>CONFIG_FILE="${BUILD_ROOT}/configs/arago-danny-config.txt"
>LOG_DIR="${BUILD_ROOT}/log-files"
>DL_DIR="/OE/downloads"
>INSTALLER_EXTRAS_ROOT="/home/jenki

[meta-arago] [nightly] Core TISDK 2013.05 build 2013-05-03_01-01-44

2013-05-02 Thread Denys Dmytriyenko
Title: 
Status for 05/03/13





Status for 05/03/13

BUILD_ID: build-2013-05-03_01-02-52

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
PASSED
FAILED


am37x-evm
FAILED
SKIPPED


omap5-evm
PASSED
SKIPPED


beagleboard
PASSED
FAILED


am3517-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.05"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/linaro-2013.03/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_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/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


Re: [meta-arago] MCSDK rootfs boot directory

2013-05-03 Thread Denys Dmytriyenko
Hao,

The rule is to use the same exact directory structure for .bbappend in our 
layer, as the original .bb recipe in the original layer. Also, it has to have 
the proper version in the name. So, check where the original oprofile recipe 
is located (oe-core/meta/recipes-kernel/oprofile), which version you are using 
(0.9.7) and that will give you the .bbappend name and location:

meta-arago/meta-arago-distro/recipes-kernel/oprofile/oprofile_0.9.7.bbappend

As the name suggests, this file is "appended" to the original recipe, so you 
have a way to overwrite or change anything that is set in the original recipe:

PR_append = "-arago0"
RRECOMMENDS_${PN} = ""

The first line is to update the PR and indicate it has been arago-modified.

PS. This is exactly why this kind of discussion shouldn't be done in private, 
as I keep explaining about bbappend to your team-mates over and over again. 
I'm copying it to meta-arago list, which your team members should be already 
subscribed to.

PS2. And if later you would like to submit this to meta-arago, I'd suggest 
making it conditional for your platform, so others would still get the 
original behaviour:

PR_append = "-arago0"
KERNELIMAGE = "kernel-vmlinux"
KERNELIMAGE_keystone = ""
RRECOMMENDS_${PN} = "${KERNELIMAGE}"

-- 
Denys


On Fri, May 03, 2013 at 11:58:03AM -0400, Zhang, Hao wrote:
> Denys,
> 
> Can you suggest in which directory should I add oprofile.bbappend? Should I 
> add it under meta-arago/meta-arago-distro/recipes-core/oprofile/ 
> oprofile.bbappend? And what is the oprofile version should I use?
> 
> On Fri, May 03, 2013 at 11:42:12AM -0400, Karicheri, Muralidharan wrote:
> > Denys,
> > 
> > So the documentation should state the vmlinux should be copied to the 
> > boot folder of root fs to work with oprofile, right?
> > 
> > >> On Thu, May 02, 2013 at 06:47:23PM -0400, Karicheri, Muralidharan wrote:
> > >> > Is there a way we can still keep oprofile in the Linux? User 
> > >> > should be able to copy vmlinux manually and still use oprofile, right?
> > >> 
> > >> Make a .bbappend for oprofile, and put this in:
> > >> 
> > >> RRECOMMENDS_${PN} = ""
> > >> 
> > >> That will stop it from pulling vmlinux, but make sure you document it 
> > >> for users...
___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


Re: [meta-arago] [PATCH] added mounting debugfs recipe

2013-05-03 Thread Denys Dmytriyenko
Jingting,

I know there's already a thread going on, I just wanted to follow up on some 
of the previous comments from Chase to explain and/or correct, since it's 
still new to you and you may need some more details. Please see inline.


On Thu, May 02, 2013 at 07:54:40PM +, Maupin, Chase wrote:
> > diff --git a/meta-arago-distro/recipes-
> > core/packagegroups/packagegroup-arago-base-tisdk-server-extra.bb
> > b/meta-arago-distro/recipes-core/packagegroups/packagegroup-
> > arago-base-tisdk-server-extra.bb
> > index 46db7c2..ba618b2 100755
> > --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-
> > arago-base-tisdk-server-extra.bb
> > +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-
> > arago-base-tisdk-server-extra.bb
> > @@ -66,7 +66,7 @@ RDEPENDS_${PN} = "\
> >  ptpd \
> >  vsftpd \
> >  syslog-ng \
> > -   syslog-ng-plugins \
> > +syslog-ng-plugins \
> 
> This looks like a mistake.  Either in the other patch or this one.

In other words - this fix should be rolled into the previous patch (that 
is still under review), and not piggy-backing on the new patch, that has 
nothing to do with syslog.


> >  dtc \
> >  strongswan \
> >  strongswan-plugins \
> > @@ -95,4 +95,5 @@ RDEPENDS_${PN} = "\
> >  ti-netapi \
> >  ti-ipc \
> >  ebtables \
> > +initscript-debugfs \
> 
> Usually this should be split into apatch that adds the recipe and one that 
> adds it to the packagegroup.

While this one is not really so critical, it's still better to have the first 
patch adding new functionality and the second patch to enable that 
functionality in the system - #1 adds initscript-debugfs.bb and #2 enables it 
in the packagegroup.


> > diff --git a/meta-arago-extras/recipes-bsp/initscript-
> > debugfs/initscript-debugfs.bb b/meta-arago-extras/recipes-
> > bsp/initscript-debugfs/initscript-debugfs.bb
> > new file mode 100755
> > index 000..c9cb7d0
> > --- /dev/null
> > +++ b/meta-arago-extras/recipes-bsp/initscript-
> > debugfs/initscript-debugfs.bb
> > @@ -0,0 +1,17 @@
> > +DESCRIPTION = "Initscripts for debugfs"
> > +LICENSE = "BSD"
> > +
> > +LIC_FILES_CHKSUM =
> > "file://debugfs.sh;md5=ecbae24c97c0fa80c5977bf22eec1f32"
> 
> This file does not have a real license header in it.  If you are going to 
> point here you should put the license header in it or use the license file 
> from the core layer.  And I wouldn't do the whole script because then you 
> have to update this for every script change.

IF and only if you have a license info at the top of your source file (.sh or 
.c or .h), then you would point to that file AND also specify beginline=# and 
endline=# in there to limit the checksum to those lines only. Like Chase said, 
that way you don't need to update checksum with every fix you make to the 
code.


> > +
> > +PR ="r1"
> 
> Why not start at r0?

I personally don't have preference here. If you put r0, then another person 
would start argue that you don't need to set it to r0, as that's the default 
and you can drop the line altogether. I prefer to have it from the beginning, 
so you won't forget to update it on the next change.


> > +
> > +SRC_URI = "file://debugfs.sh"
> > +
> > +S = "${WORKDIR}"
> > +
> > +do_install () {
> > +   install -d ${D}${sysconfdir}/init.d/
> > +   install -d ${D}${sysconfdir}/rcS.d/
> > +   install -c -m 755 ${WORKDIR}/debugfs.sh
> > ${D}${sysconfdir}/init.d/debugfs.sh
> > +   ln -sf ../init.d/debugfs.sh
> > ${D}${sysconfdir}/rcS.d/S09debugfs
> > +}
> 
> Use the update-rc.d class instead.  Life will be better this way.

Indeed.

-- 
Denys
___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


Re: [meta-arago] [PATCH] added mounting debugfs recipe

2013-05-03 Thread Denys Dmytriyenko
On Thu, May 02, 2013 at 09:33:55PM +, Zhou, Jingting wrote:
> Don't want to create another email thread using git send-email. So I just 
> copy-pasted the subsequent patch here. I can resend it using git send-email 
> if you want.

Actually, you don't do subsequent patches fixing comments in the original 
patch - i.e. no patch on top of a patch. Please update the original patch with 
the fixes and re-send it again. Make sure you mark it as [PATCHv2] or v3 etc. 
and also put a log of changes against the previous submission after --- line.
Here's an example of version 3 of a patch:
http://arago-project.org/pipermail/meta-arago/2013-April/001265.html


> Had a quick look at update-rc.d.bbclass. But I didn't figure out how to use 
> it.

initscript-telnet in meta-arago-distro/recipe-connectivity is a good example.

-- 
Denys
___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


Re: [meta-arago] [PATCH] added mounting debugfs recipe

2013-05-03 Thread Denys Dmytriyenko
On Fri, May 03, 2013 at 11:54:47AM +, Maupin, Chase wrote:
> > -Original Message-
> > From: Zhou, Jingting
> > Sent: Thursday, May 02, 2013 4:34 PM
> > To: Maupin, Chase; meta-arago@arago-project.org
> > Subject: RE: [meta-arago] [PATCH] added mounting debugfs recipe
> > 
> > Don't want to create another email thread using git send-email.
> > So I just copy-pasted the subsequent patch here. I can resend it
> > using git send-email if you want.
> > 
> > Had a quick look at update-rc.d.bbclass. But I didn't figure out
> > how to use it.
> 
> Check out meta-arago/meta-arago-extras/recipes-core/matrix/matrix-gui_2.0.bb
> 
> > diff --git a/meta-arago-extras/recipes-bsp/initscript-
> > debugfs/initscript-debugfs.bb b/meta-arago-extras/recipes-
> > bsp/initscript-debugfs/initscript-debugfs.bb
> > index c9cb7d0..eaf316a 100755
> > --- a/meta-arago-extras/recipes-bsp/initscript-
> > debugfs/initscript-debugfs.bb
> > +++ b/meta-arago-extras/recipes-bsp/initscript-
> > debugfs/initscript-debugfs.bb
> > @@ -1,11 +1,12 @@
> >  DESCRIPTION = "Initscripts for debugfs"
> >  LICENSE = "BSD"
> > 
> > -LIC_FILES_CHKSUM =
> > "file://debugfs.sh;md5=ecbae24c97c0fa80c5977bf22eec1f32"
> > +LIC_FILES_CHKSUM =
> > "file://LICENSE;md5=3c1998754d846b48ba935ea0b7ada19a"
> 
> You should either add the license in the .sh text file or point to the one 
> that already exists in OE-Core.  No need to make your own copy.

Again, check initscript-telnetd for both - how to use update-rc.d and also how 
to handle license info at the top of your shell script.

If you would rather want to use one of the standard license files, point to it 
like this:

LIC_FILES_CHKSUM = 
"file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"

In this case it's using standard GPLv2 license text, but it's probably better 
to have own instance of COPYING as required by GPL...

-- 
Denys
___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


Re: [meta-arago] [PATCH] added mounting debugfs recipe

2013-05-03 Thread Denys Dmytriyenko
On Fri, May 03, 2013 at 04:22:59PM +, Maupin, Chase wrote:
> > Hey Chase, thanks for the comments. Here's the patch.
> > 
> > From a1684ac257292855c03e58f3fee60232ed039b81 Mon Sep 17 00:00:00
> > 2001
> > From: Jingting Zhou 




> > Date: Fri, 3 May 2013 11:56:05 -0400
> > Subject: [PATCH] using inherit update-rc.d in the initscript-
> > debugfs recipe
> 
> 
> You need to use a proper commit message here.  See 
> http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines

Correct. Also make sure your From line is valid. Please configure your git 
properly - git-config.


> This should probably be squashed with the commit that adds the recipe

Heh, and this time it's a patch over patch on top of a patch... :) Don't do 
this, send a version 3 of the original patch.


> > diff --git a/meta-arago-extras/recipes-bsp/initscript-
> > debugfs/initscript-debugfs.bb b/meta-arago-extras/recipes-
> > bsp/initscript-debugfs/initscript-debugfs.bb
> > index eaf316a..0137214 100755
> > --- a/meta-arago-extras/recipes-bsp/initscript-
> > debugfs/initscript-debugfs.bb
> > +++ b/meta-arago-extras/recipes-bsp/initscript-
> > debugfs/initscript-debugfs.bb
> > @@ -1,18 +1,20 @@
> >  DESCRIPTION = "Initscripts for debugfs"
> >  LICENSE = "BSD"
> > 
> > -LIC_FILES_CHKSUM =
> > "file://LICENSE;md5=3c1998754d846b48ba935ea0b7ada19a"
> > +LIC_FILES_CHKSUM =
> > "file://debugfs.sh;md5=a530203f3f8bf332686f4abf1e434e21"
> 
> Do your checksum of only the license lines.  This prevents a script change 
> from changing your license checksum.  Like 
> meta-ti/recipes-connectivity/uim/uim_git.bb.  Notice the startline and end 
> line fields.

I'd suggest initscript-telnetd here again :)


> >  PR ="r0"
> > 
> > -SRC_URI = "file://debugfs.sh \
> > -  file://LICENSE"
> > +SRC_URI = "file://debugfs.sh"
> > +
> > +INITSCRIPT_NAME = "debugfs.sh"
> > +INITSCRIPT_PARAMS = "defaults 10"
> > +
> > +inherit update-rc.d
> > 
> >  S = "${WORKDIR}"
> > 
> >  do_install () {
> > -   install -d ${D}${sysconfdir}/init.d/
> > -   install -d ${D}${sysconfdir}/rcS.d/
> > -   install -c -m 755 ${WORKDIR}/debugfs.sh
> > ${D}${sysconfdir}/init.d/debugfs.sh
> > -   ln -sf ../init.d/debugfs.sh
> > ${D}${sysconfdir}/rcS.d/S09debugfs
> > +   install -d ${D}${sysconfdir}/init.d/
> > +   install -c -m 755 ${WORKDIR}/debugfs.sh
> > ${D}${sysconfdir}/init.d/debugfs.sh
> 
> Just a nitpick but there is no need to specify debugfs.sh in the destination 
> path.  Also, most init scripts don't bother with the .sh extension.  BTW, 
> using "defaults" for update-rc.d will put this script in run levels 2345.  
> If you want it in rcS then you need to change your INITSCRIPT_PARAMS 
> setting.  Do a man of update-rc.d to find out how that utility works.

Learning on update-rc.d in general is beneficial for you and your future 
recipes, so you may want to allocate some "training" time for that.

And for now the quickest approach would be to just copy the usage from 
initscript-telnetd - it is after all a very similar initscript...

-- 
Denys
___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [nightly] Core TISDK 2013.05 build 2013-05-04_01-01-44

2013-05-03 Thread Denys Dmytriyenko
Title: 
Status for 05/04/13





Status for 05/04/13

BUILD_ID: build-2013-05-04_01-02-50

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
PASSED
FAILED


am37x-evm
FAILED
SKIPPED


omap5-evm
PASSED
SKIPPED


beagleboard
PASSED
FAILED


am3517-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.05"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/linaro-2013.03/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_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/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [nightly] Core TISDK 2013.05 build 2013-05-05_01-01-44

2013-05-04 Thread Denys Dmytriyenko
Title: 
Status for 05/05/13





Status for 05/05/13

BUILD_ID: build-2013-05-05_01-02-48

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
PASSED
FAILED


am37x-evm
FAILED
SKIPPED


omap5-evm
PASSED
SKIPPED


beagleboard
PASSED
FAILED


am3517-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.05"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/linaro-2013.03/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_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/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [nightly] Core TISDK 2013.05 build 2013-05-06_01-01-44

2013-05-05 Thread Denys Dmytriyenko
Title: 
Status for 05/06/13





Status for 05/06/13

BUILD_ID: build-2013-05-06_01-02-48

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
PASSED
FAILED


am37x-evm
FAILED
SKIPPED


omap5-evm
PASSED
SKIPPED


beagleboard
PASSED
FAILED


am3517-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.05"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/linaro-2013.03/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_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/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


Re: [meta-arago] [PATCH] arago.conf: Correct TOOLCHAIN_BRAND for ARM9 SOCs

2013-05-06 Thread Denys Dmytriyenko
On Mon, May 06, 2013 at 04:30:06PM -0500, Franklin S. Cooper Jr wrote:
> * Linaro toolchain does not support ARM9 architecture.
> * Use Arago toolchain if a ARM9 based SOC_FAMILY is being built.
> 
> Signed-off-by: Franklin S. Cooper Jr 
> ---
>  meta-arago-distro/conf/distro/arago.conf |4 +++-
>  1 files changed, 3 insertions(+), 1 deletions(-)
> 
> diff --git a/meta-arago-distro/conf/distro/arago.conf 
> b/meta-arago-distro/conf/distro/arago.conf
> index 3954360..048c480 100644
> --- a/meta-arago-distro/conf/distro/arago.conf
> +++ b/meta-arago-distro/conf/distro/arago.conf
> @@ -21,7 +21,9 @@ DISTRO_FEATURES = "alsa argp bluetooth ext2 irda largefile 
> pcmcia usbgadget usbh
>  
>  # Toolchain should be selected by setting TOOLCHAIN_BRAND in local.conf
>  # Set some sane defaults, in case someone forgets to set them in local.conf
> -TOOLCHAIN_BRAND ?= "linaro"
> +# ARM9 is not supported by the Linaro toolchain so default back to the Arago
> +# toolchain for ARM9 based SOCs.
> +TOOLCHAIN_BRAND ?= 
> "${@bb.utils.contains('SOC_FAMILY','omapl138','arago','linaro',d)}"

I don't feel this belongs in the arago.conf - as the comment above says, this 
is supposed to be set in the local.conf anyways, here it just offers a default 
fall back...

-- 
Denys


>  TOOLCHAIN_TYPE ?= "external"
>  
>  require 
> conf/distro/include/toolchain-${TOOLCHAIN_TYPE}-${TOOLCHAIN_BRAND}.inc
> -- 
> 1.7.0.4
> 
> ___
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


Re: [meta-arago] [PATCH] arago.conf: Correct TOOLCHAIN_BRAND for ARM9 SOCs

2013-05-06 Thread Denys Dmytriyenko
On Mon, May 06, 2013 at 05:56:05PM -0400, Cooper Jr., Franklin wrote:
> 
> 
> > -Original Message-
> > From: Dmytriyenko, Denys
> > Sent: Monday, May 06, 2013 4:32 PM
> > To: Cooper Jr., Franklin
> > Cc: meta-arago@arago-project.org
> > Subject: Re: [meta-arago] [PATCH] arago.conf: Correct TOOLCHAIN_BRAND for
> > ARM9 SOCs
> > 
> > On Mon, May 06, 2013 at 04:30:06PM -0500, Franklin S. Cooper Jr wrote:
> > > * Linaro toolchain does not support ARM9 architecture.
> > > * Use Arago toolchain if a ARM9 based SOC_FAMILY is being built.
> > >
> > > Signed-off-by: Franklin S. Cooper Jr 
> > > ---
> > >  meta-arago-distro/conf/distro/arago.conf |4 +++-
> > >  1 files changed, 3 insertions(+), 1 deletions(-)
> > >
> > > diff --git a/meta-arago-distro/conf/distro/arago.conf
> > > b/meta-arago-distro/conf/distro/arago.conf
> > > index 3954360..048c480 100644
> > > --- a/meta-arago-distro/conf/distro/arago.conf
> > > +++ b/meta-arago-distro/conf/distro/arago.conf
> > > @@ -21,7 +21,9 @@ DISTRO_FEATURES = "alsa argp bluetooth ext2 irda
> > > largefile pcmcia usbgadget usbh
> > >
> > >  # Toolchain should be selected by setting TOOLCHAIN_BRAND in
> > > local.conf  # Set some sane defaults, in case someone forgets to set
> > > them in local.conf -TOOLCHAIN_BRAND ?= "linaro"
> > > +# ARM9 is not supported by the Linaro toolchain so default back to
> > > +the Arago # toolchain for ARM9 based SOCs.
> > > +TOOLCHAIN_BRAND ?=
> > "${@bb.utils.contains('SOC_FAMILY','omapl138','arago','linaro',d)}"
> > 
> > I don't feel this belongs in the arago.conf - as the comment above says, 
> > this is
> > supposed to be set in the local.conf anyways, here it just offers a default 
> > fall
> > back...
> 
> I don't see what harm is done by tweaking the variable to insure an optimal 
> and safe default fall back is provided for all platforms we support. This 
> patch changes nothing except fixes a broken use case.

Overhead - it calls that Python function every time you evaluate 
TOOLCHAIN_BRAND variable...

I might be more lenient with something like this though:

TC_SANEDEFAULT := "${@...}"
TOOLCHAIN_BRAND ?= "${TC_SANEDEFAULT}"

Although, that would no longer work in local.conf, only arago.conf...

-- 
Denys
___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


Re: [meta-arago] [PATCH 6/6] av-examples: Grab CFLAGS from OE or Rules.make

2013-05-06 Thread Denys Dmytriyenko
BTW, thanks for fixing av-examples - I haven't seen the breakage until I 
started building for am37x and am3517...

-- 
Denys


On Mon, May 06, 2013 at 04:28:27PM -0500, Franklin S. Cooper Jr wrote:
> * When building from OE CFLAGS will be passed in.
> * When building from within the sdk CFLAGS from Rules.make will be used.
> * This insures the optimal CFLAGS are used which corrects optimization and
> * also the correct toolchain settings (ie softfp/hardfp) are used.
> ---
>  .../av-examples/av-examples_1.0.bb |3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
> 
> 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
> index 3782cba..dec17a8 100644
> --- 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
> @@ -12,7 +12,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
>  COMPATIBLE_MACHINE = "(omap3)"
>  
>  BRANCH ?= "master"
> -SRCREV = "ac75d09d29a805d89c49dd2741b79f3069e97827"
> +SRCREV = "87469a47bf91d681f15f0a2eb368fe695b21508c"
>  
>  SRC_URI = 
> "git://gitorious.org/av_examples/av_examples.git;protocol=git;branch=${BRANCH}"
>  
> @@ -24,6 +24,7 @@ INSANE_SKIP_${PN} = "True"
>  do_compile() {
>   touch debug
>   export CROSS_COMPILE=${TARGET_PREFIX}
> + export CFLAGS='${TARGET_CC_ARCH}'
>   make release LINUXKERNEL_INSTALL_DIR="${STAGING_KERNEL_DIR}" 
> PLATFORM="${MACHINE}"
>  }
>  
> -- 
> 1.7.0.4
> 
> ___
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


Re: [meta-arago] [PATCH] arago.conf: Correct TOOLCHAIN_BRAND for ARM9 SOCs

2013-05-06 Thread Denys Dmytriyenko
On Mon, May 06, 2013 at 07:03:15PM -0400, Cooper Jr., Franklin wrote:
> 
> 
> > -Original Message-
> > From: Dmytriyenko, Denys
> > Sent: Monday, May 06, 2013 5:31 PM
> > To: Cooper Jr., Franklin
> > Cc: meta-arago@arago-project.org
> > Subject: Re: [meta-arago] [PATCH] arago.conf: Correct TOOLCHAIN_BRAND for
> > ARM9 SOCs
> > 
> > On Mon, May 06, 2013 at 05:56:05PM -0400, Cooper Jr., Franklin wrote:
> > >
> > >
> > > > -Original Message-
> > > > From: Dmytriyenko, Denys
> > > > Sent: Monday, May 06, 2013 4:32 PM
> > > > To: Cooper Jr., Franklin
> > > > Cc: meta-arago@arago-project.org
> > > > Subject: Re: [meta-arago] [PATCH] arago.conf: Correct
> > > > TOOLCHAIN_BRAND for
> > > > ARM9 SOCs
> > > >
> > > > On Mon, May 06, 2013 at 04:30:06PM -0500, Franklin S. Cooper Jr wrote:
> > > > > * Linaro toolchain does not support ARM9 architecture.
> > > > > * Use Arago toolchain if a ARM9 based SOC_FAMILY is being built.
> > > > >
> > > > > Signed-off-by: Franklin S. Cooper Jr 
> > > > > ---
> > > > >  meta-arago-distro/conf/distro/arago.conf |4 +++-
> > > > >  1 files changed, 3 insertions(+), 1 deletions(-)
> > > > >
> > > > > diff --git a/meta-arago-distro/conf/distro/arago.conf
> > > > > b/meta-arago-distro/conf/distro/arago.conf
> > > > > index 3954360..048c480 100644
> > > > > --- a/meta-arago-distro/conf/distro/arago.conf
> > > > > +++ b/meta-arago-distro/conf/distro/arago.conf
> > > > > @@ -21,7 +21,9 @@ DISTRO_FEATURES = "alsa argp bluetooth ext2 irda
> > > > > largefile pcmcia usbgadget usbh
> > > > >
> > > > >  # Toolchain should be selected by setting TOOLCHAIN_BRAND in
> > > > > local.conf  # Set some sane defaults, in case someone forgets to
> > > > > set them in local.conf -TOOLCHAIN_BRAND ?= "linaro"
> > > > > +# ARM9 is not supported by the Linaro toolchain so default back
> > > > > +to the Arago # toolchain for ARM9 based SOCs.
> > > > > +TOOLCHAIN_BRAND ?=
> > > > "${@bb.utils.contains('SOC_FAMILY','omapl138','arago','linaro',d)}"
> > > >
> > > > I don't feel this belongs in the arago.conf - as the comment above
> > > > says, this is supposed to be set in the local.conf anyways, here it
> > > > just offers a default fall back...
> > >
> > > I don't see what harm is done by tweaking the variable to insure an
> > > optimal and safe default fall back is provided for all platforms we
> > > support. This patch changes nothing except fixes a broken use case.
> > 
> > Overhead - it calls that Python function every time you evaluate
> > TOOLCHAIN_BRAND variable...
> > 
> > I might be more lenient with something like this though:
> > 
> > TC_SANEDEFAULT := "${@...}"
> > TOOLCHAIN_BRAND ?= "${TC_SANEDEFAULT}"
> > 
> > Although, that would no longer work in local.conf, only arago.conf...
> 
> If you have no objection with me putting my suggested change to 
> TOOLCHAIN_BRAND in oe-layersetup local.conf.sample then I am fine with 
> dropping this patch.

Either way is fine. You didn't like to split it in 2 lines like above?

-- 
Denys
___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


Re: [meta-arago] [PATCH] arago.conf: Correct TOOLCHAIN_BRAND for ARM9 SOCs

2013-05-06 Thread Denys Dmytriyenko
On Mon, May 06, 2013 at 08:07:19PM -0400, Cooper Jr., Franklin wrote:
> > > > > > > diff --git a/meta-arago-distro/conf/distro/arago.conf
> > > > > > > b/meta-arago-distro/conf/distro/arago.conf
> > > > > > > index 3954360..048c480 100644
> > > > > > > --- a/meta-arago-distro/conf/distro/arago.conf
> > > > > > > +++ b/meta-arago-distro/conf/distro/arago.conf
> > > > > > > @@ -21,7 +21,9 @@ DISTRO_FEATURES = "alsa argp bluetooth ext2
> > > > > > > irda largefile pcmcia usbgadget usbh
> > > > > > >
> > > > > > >  # Toolchain should be selected by setting TOOLCHAIN_BRAND in
> > > > > > > local.conf  # Set some sane defaults, in case someone forgets
> > > > > > > to set them in local.conf -TOOLCHAIN_BRAND ?= "linaro"
> > > > > > > +# ARM9 is not supported by the Linaro toolchain so default
> > > > > > > +back to the Arago # toolchain for ARM9 based SOCs.
> > > > > > > +TOOLCHAIN_BRAND ?=
> > > > > > "${@bb.utils.contains('SOC_FAMILY','omapl138','arago','linaro',d)}"
> > > > > >
> > > > > > I don't feel this belongs in the arago.conf - as the comment
> > > > > > above says, this is supposed to be set in the local.conf
> > > > > > anyways, here it just offers a default fall back...
> > > > >
> > > > > I don't see what harm is done by tweaking the variable to insure
> > > > > an optimal and safe default fall back is provided for all
> > > > > platforms we support. This patch changes nothing except fixes a broken
> > use case.
> > > >
> > > > Overhead - it calls that Python function every time you evaluate
> > > > TOOLCHAIN_BRAND variable...
> > > >
> > > > I might be more lenient with something like this though:
> > > >
> > > > TC_SANEDEFAULT := "${@...}"
> > > > TOOLCHAIN_BRAND ?= "${TC_SANEDEFAULT}"
> > > >
> > > > Although, that would no longer work in local.conf, only arago.conf...
> > >
> > > If you have no objection with me putting my suggested change to
> > > TOOLCHAIN_BRAND in oe-layersetup local.conf.sample then I am fine with
> > > dropping this patch.
> > 
> > Either way is fine. You didn't like to split it in 2 lines like above?
> 
> I did like your suggestion but I was confused by the statement "Although, 
> that would no longer work in local.conf, only arago.conf...". 
> TOOLCHAIN_BRAND could still be overridden in local.conf but TC_SANEDEFAULT 
> couldn't. Is that really a problem since originally the expectation was that 
> someone should be overriding TOOLCHAIN_BRAND anyway?

Correct - I meant setting TC_SANEDEFAULT like that (immediate assignment with 
Python code) won't work in local.conf. Which is fine, as TOOLCHAIN_BRAND can 
be overriden from local.conf anyway.


> If your fine with the below then I'll send a v2
> TC_SANEDEFAULT := 
> "${@bb.utils.contains('SOC_FAMILY','omapl138','arago','linaro',d)}"
> TOOLCHAIN_BRAND ?= "${TC_SANEDEFAULT}"

Yes, please.

-- 
Denys
___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [nightly] Core TISDK 2013.05 build 2013-05-07_01-01-44

2013-05-06 Thread Denys Dmytriyenko
Title: 
Status for 05/07/13





Status for 05/07/13

BUILD_ID: build-2013-05-07_01-02-51

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
PASSED
FAILED


am37x-evm
FAILED
SKIPPED


omap5-evm
PASSED
SKIPPED


beagleboard
PASSED
FAILED


am3517-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.05"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/linaro-2013.03/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_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/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


Re: [meta-arago] [PATCH] multiprocmgr: recipe update for external git and mpm changes

2013-05-07 Thread Denys Dmytriyenko
On Tue, May 07, 2013 at 08:02:22PM -0400, Sajesh Kumar Saran wrote:
> the recipe is renamed to ti-multiprocmgr

We've been there before:
http://arago-project.org/pipermail/meta-arago/2013-February/000878.html

While it is probably not very critical, I still think we should not abuse ti- 
prefix that much. At some point we had every own recipe starting with ti- and 
there were a lot of them. It is just redundant at a minimum...


> and updated to support
> mpm daemon and kernel dependancies.
> 
> Signed-off-by: Sajesh Kumar Saran 
> ---
>  .../recipes-bsp/multiprocmgr/multiprocmgr_git.bb   |   20 --
>  .../ti-multiprocmgr/ti-multiprocmgr_git.bb |   42 
> 
>  2 files changed, 42 insertions(+), 20 deletions(-)
>  delete mode 100644 
> meta-arago-extras/recipes-bsp/multiprocmgr/multiprocmgr_git.bb
>  create mode 100644 
> meta-arago-extras/recipes-bsp/ti-multiprocmgr/ti-multiprocmgr_git.bb

Please use -M flag for git-format-patch to detect renames, so it would look 
like a patch/diff instead of removing old file and adding a new one.


> diff --git a/meta-arago-extras/recipes-bsp/multiprocmgr/multiprocmgr_git.bb 
> b/meta-arago-extras/recipes-bsp/multiprocmgr/multiprocmgr_git.bb
> deleted file mode 100644
> index 3f2e52c..000
> --- a/meta-arago-extras/recipes-bsp/multiprocmgr/multiprocmgr_git.bb
> +++ /dev/null
> @@ -1,20 +0,0 @@
> -DESCRIPTION = "TI Multiproc Manager for KeyStone II"
> -HOMEPAGE = 
> "http://gtgit01.gt.design.ti.com/git/?p=projects/multiprocmgr.git;a=summary";
> -LICENSE = "BSD & MIT"
> -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fce208c498eb9669223724dc9c1d8fe4"
> -SECTION = "console"
> -COMPATIBLE_MACHINE = "keystone"
> -
> -PR = "r1"
> -
> -BRANCH ?= "master"
> -SRCREV = "8a97fb5c2c06d5f02d30106629f27fe0ca8a4f95"
> -
> -SRC_URI = 
> "git://gtgit01.gt.design.ti.com/git/projects/multiprocmgr.git;protocol=git;branch=${BRANCH}"
> -
> -S = "${WORKDIR}/git"
> -
> -do_install() {
> - install -d ${D}${bindir}/
> - install -c -m 755 ${S}/mpmsrv ${D}${bindir}/mpmsrv
> -}
> diff --git 
> a/meta-arago-extras/recipes-bsp/ti-multiprocmgr/ti-multiprocmgr_git.bb 
> b/meta-arago-extras/recipes-bsp/ti-multiprocmgr/ti-multiprocmgr_git.bb
> new file mode 100644
> index 000..951dc3c
> --- /dev/null
> +++ b/meta-arago-extras/recipes-bsp/ti-multiprocmgr/ti-multiprocmgr_git.bb
> @@ -0,0 +1,42 @@
> +DESCRIPTION = "TI Multiproc Manager for KeyStone II"
> +HOMEPAGE = 
> "http://git.ti.com/cgit/cgit.cgi/keystone-linux/multi-proc-manager.git";

That is a good name used for the repository name! Why not match it instead?


> +LICENSE = "BSD & MIT"
> +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fce208c498eb9669223724dc9c1d8fe4"
> +SECTION = "console"
> +COMPATIBLE_MACHINE = "keystone"
> +
> +DEPENDS = "libdaemon virtual/kernel"
> +RDEPENDS = "syslog-ng"

What is the run-time dependency on syslog-ng here?


> +PR = "r6"
> +
> +BRANCH ?= "master"
> +SRCREV = "${AUTOREV}"

You're abusing AUTOREV here - there were only ~35 commits total in 6 month! 
Just use the specific commit ID, it doesn't seem to change too often.


> +SRC_URI = 
> "git://git.ti.com/keystone-linux/multi-proc-manager.git;protocol=git;branch=${BRANCH}"
> +
> +S = "${WORKDIR}/git"
> +
> +CC += "-I${STAGING_KERNEL_DIR}/include"
> +
> +INITSCRIPT_NAME = "mpmsrv-daemon.sh"
> +INITSCRIPT_PARAMS = "defaults 10"
> +
> +inherit update-rc.d
> +
> +do_install() {
> + install -d ${D}${bindir}/
> + install -c -m 755 ${S}/bin/mpmsrv ${D}${bindir}/mpmsrv
> + install -c -m 755 ${S}/bin/mpmcl ${D}${bindir}/mpmcl
> +
> + install -d ${D}${sysconfdir}/init.d/
> + install -c -m 755 ${S}/mpmsrv-daemon.sh 
> ${D}${sysconfdir}/init.d/${INITSCRIPT_NAME}
> + install -d ${D}${sysconfdir}/mpm/
> + install -c -m 755 ${S}/mpm_config.json 
> ${D}${sysconfdir}/mpm/mpm_config.json
> +
> + install -d ${D}${includedir}/
> + install -c -m 755 ${S}/include/* ${D}${includedir}/
> +
> + install -d ${D}${libdir}/
> + install -c -m 755 ${S}/lib/* ${D}${libdir}/
> +}
> -- 
> 1.7.9.5
> 
> ___
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


Re: [meta-arago] [PATCH] adding ipc 3.x recipe to bitbake

2013-05-07 Thread Denys Dmytriyenko
Please use the proper commit message. And what does "add to bitbake" mean?


On Tue, May 07, 2013 at 08:28:07PM -0400, Sajesh Kumar Saran wrote:
> ---
>  .../recipes-bsp/ti-ipc/ti-ipc_3.00.00.bb   |   27 
> 
>  1 file changed, 27 insertions(+)
>  create mode 100644 meta-arago-extras/recipes-bsp/ti-ipc/ti-ipc_3.00.00.bb
> 
> diff --git a/meta-arago-extras/recipes-bsp/ti-ipc/ti-ipc_3.00.00.bb 
> b/meta-arago-extras/recipes-bsp/ti-ipc/ti-ipc_3.00.00.bb
> new file mode 100644
> index 000..1e87abc
> --- /dev/null
> +++ b/meta-arago-extras/recipes-bsp/ti-ipc/ti-ipc_3.00.00.bb

This is the successor to the older ti-ipc here:
http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/tree/recipes-ti/ipc/ti-ipc.inc

Is there anything you need from the old recipe? If ipcdev is the master 
repository for ti-ipc these days, we should probably deprecate the old stuff 
in meta-ti...


> @@ -0,0 +1,27 @@
> +DESCRIPTION="This support the communication between processors \
> + in a multi-processor environment and communication to 
> peripherals. \
> +This communication includes message passing, streams, and linked 
> lists. \
> +These modules work transparently in both uni-processor and 
> multi-processor \
> +configurations."
> +
> +HOMEPAGE="http://processors.wiki.ti.com/index.php/Category:IPC";
> +
> +LICENSE = "BSD"
> +LIC_FILES_CHKSUM = 
> "file://products.mak;beginline=2;endline=30;md5=195feadf798bb4165bcb1a23ffd50dbb"
> +SECTION = "console"
> +COMPATIBLE_MACHINE = "keystone"
> +
> +PR = "r11"
> +
> +BRANCH ?= "master"
> +SRCREV = "3.00.00.15_eng"
> +
> +SRC_URI = "git://git.ti.com/ipc/ipcdev.git;protocol=git;branch=${BRANCH}"
> +
> +S = "${WORKDIR}/git"
> +
> +export PLATFORM = "tci6638"
> +
> +export PARALLEL_MAKE = "-j 1"
> +
> +inherit autotools
> -- 
> 1.7.9.5
> 
> ___
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


Re: [meta-arago] [PATCH] update to run lad at bootup

2013-05-07 Thread Denys Dmytriyenko
Since this the first time you submit ti-ipc recipe, it is better to squash 
those 4 commits into one and submit a single patch...


On Tue, May 07, 2013 at 08:28:10PM -0400, Sajesh Kumar Saran wrote:
> ---
>  .../recipes-bsp/ti-ipc/ti-ipc_3.00.00.bb   |   16 ++---
>  .../recipes-bsp/ti-ipc/tiipclad-daemon.sh  |   24 
> 
>  2 files changed, 37 insertions(+), 3 deletions(-)
>  create mode 100755 meta-arago-extras/recipes-bsp/ti-ipc/tiipclad-daemon.sh
> 
> diff --git a/meta-arago-extras/recipes-bsp/ti-ipc/ti-ipc_3.00.00.bb 
> b/meta-arago-extras/recipes-bsp/ti-ipc/ti-ipc_3.00.00.bb
> index d127020..92f54c0 100644
> --- a/meta-arago-extras/recipes-bsp/ti-ipc/ti-ipc_3.00.00.bb
> +++ b/meta-arago-extras/recipes-bsp/ti-ipc/ti-ipc_3.00.00.bb
> @@ -12,12 +12,12 @@ SECTION = "console"
>  COMPATIBLE_MACHINE = "keystone"
>  TARGET_PLATFORM = "tci6638"
>  
> -PR = "r19"
> +PR = "r21"
>  
>  BRANCH ?= "master"
>  SRCREV = "3.00.00.16_eng"
>  
> -SRC_URI = "git://git.ti.com/ipc/ipcdev.git;protocol=git;branch=${BRANCH}"
> +SRC_URI = "git://git.ti.com/ipc/ipcdev.git;protocol=git;branch=${BRANCH} 
> file://tiipclad-daemon.sh"
>  
>  S = "${WORKDIR}/git"
>  
> @@ -33,4 +33,14 @@ FILES_${PN}-test = 
> "${bindir}/NameServerApp_${TARGET_PLATFORM} \
>   
> ${bindir}/MessageQBench_${TARGET_PLATFORM} \
>   ${bindir}/ping_rpmsg"
>  
> -inherit autotools
> \ No newline at end of file

Can you try to avoid the above warning?


> +inherit autotools
> +
> +INITSCRIPT_NAME = "tiipclad-daemon.sh"
> +INITSCRIPT_PARAMS = "defaults 10"
> +
> +inherit update-rc.d
> +
> +do_install_append() {
> + install -d ${D}${sysconfdir}/init.d/
> + install -c -m 755 ${WORKDIR}/tiipclad-daemon.sh 
> ${D}${sysconfdir}/init.d/${INITSCRIPT_NAME}
> +}
> \ No newline at end of file

Same here.


> diff --git a/meta-arago-extras/recipes-bsp/ti-ipc/tiipclad-daemon.sh 
> b/meta-arago-extras/recipes-bsp/ti-ipc/tiipclad-daemon.sh
> new file mode 100755
> index 000..54b3888
> --- /dev/null
> +++ b/meta-arago-extras/recipes-bsp/ti-ipc/tiipclad-daemon.sh
> @@ -0,0 +1,24 @@
> +#! /bin/sh
> +
> +tiipclad_daemon=/usr/bin/lad_tci6638
> +tiipclad_params=lad.txt
> +
> +test -x "$tiipclad_daemon" || exit 0
> +
> +case "$1" in
> +  start)
> +echo -n "Starting tiipclad daemon"
> +start-stop-daemon --start --quiet --exec $tiipclad_daemon 
> $tiipclad_params
> +echo "."
> +;;
> +  stop)
> +echo -n "Stopping tiipclad daemon"
> +start-stop-daemon --stop --quiet --pidfile /var/run/tiipclad.pid
> +echo "."
> +;;
> +  *)
> +echo "Usage: /etc/init.d/tiipclad-daemon.sh {start|stop}"
> +exit 1
> +esac
> +
> +exit 0
> -- 
> 1.7.9.5
> 
> ___
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [nightly] Core TISDK 2013.05 build 2013-05-07_16-08-00

2013-05-07 Thread Denys Dmytriyenko
Title: 
Status for 05/07/13





Status for 05/07/13

BUILD_ID: build-2013-05-07_16-09-08

Clean Build: true

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
PASSED
FAILED


am37x-evm
PASSED
FAILED


omap5-evm
PASSED
SKIPPED


beagleboard
PASSED
FAILED


am3517-evm
PASSED
FAILED


am180x-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.05"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm am180x-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/opt/arago-2011.09/armv5te/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/linaro-2013.03/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_IMAGE_TYPE="tar.gz"
NFS_ROOT="/home/jenkins/nfs-root"
SOURCE_DIR="${BUILD_ROOT}/sources"
CLEAN_BUILD="true"
CLEAN_ALL="false"
CONFIG_FILE="${BUILD_ROOT}/configs/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[meta-arago] [nightly] Core TISDK 2013.05 build 2013-05-08_01-01-44

2013-05-07 Thread Denys Dmytriyenko
Title: 
Status for 05/08/13





Status for 05/08/13

BUILD_ID: build-2013-05-08_01-02-52

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


meta-arago
git://arago-project.org/git/meta-arago.git
master
HEAD
layers=meta-arago-distro:meta-arago-extras


meta-openembedded
git://git.openembedded.org/meta-openembedded
danny
HEAD
layers=toolchain-layer:meta-oe


meta-ti
git://arago-project.org/git/meta-ti.git
danny
HEAD
layers=


meta-linaro
git://git.linaro.org/openembedded/meta-linaro.git
danny
HEAD
layers=


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
PASSED
FAILED


am37x-evm
PASSED
FAILED


omap5-evm
PASSED
SKIPPED


beagleboard
PASSED
FAILED


am3517-evm
PASSED
FAILED


am180x-evm
FAILED
SKIPPED




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 SDK_FILTER FS_IMAGE_TYPE SDK_IMAGE_TYPE NFS_ROOT CONFIG_FILE LOG_DIR TISDK_VERSION"
TISDK_VERSION="2013.05"
MACHINES="am335x-evm am37x-evm omap5-evm beagleboard am3517-evm am180x-evm"
NUM_ARM9_BUILDS="1"
NUM_CORTEX_BUILDS="1"
TOOLCHAIN_ROOT_ARM9="/opt/arago-2011.09/armv5te/bin/"
TOOLCHAIN_ROOT_CORTEX="/opt/linaro-2013.03/bin/"
BUILD_ID="`date +build-%F_%H-%M-%S`"
SCRIPTS_ROOT="$PWD"
BUILD_ROOT="/home/jenkins/tisdk-build"
TEST_ROOT="$BUILD_ROOT/testing"
PACKAGE_ROOT="$BUILD_ROOT/packaging"
DEPLOY_ROOT="$BUILD_ROOT/deploy/$TISDK_VERSION"
FS_FILTER="tisdk-rootfs-"
FS_IMAGE_TYPE="tar.gz"
SDK_FILTER="arago-core-tisdk-image-"
SDK_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/arago-danny-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/opentest_cli_0.7.tar.gz"
OPENTEST_TEE_IP="10.218.102.142"
RUN_BUILD_TESTS="true"
STAF_ROOT="/usr/local/staf"
SKIP_TEST_FAILURES="false"
PRODUCTIZE_SDK="false"
BITBAKE_COMMAND="arago-core-tisdk-image"
RESULTS_CONFIG_COMMENTS="false"
INSTALL_JAMMER="/home/jenkins/installjammer"
INSTALLER_ROOT="$BUILD_ROOT/installer"
MPI_FILE="$SCRIPTS_ROOT/mpi-files/ti-sdk-base.mpi"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
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"
WEB_HOST=""
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-nightly/workspace"





___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


Re: [meta-arago] [PATCH] meta-toolchain-arago: Allow relocate script to hard code SDK_PATH value

2013-05-08 Thread Denys Dmytriyenko
Franklin,

Well, I think I already used up all my weekly quota for reviewing patches 
yesterday... :) But, Ok.


> * SDK_PATH was previously dynamically determined by using BASHISMS when
>   environment-setup was sourced.

But there was still a known good fallback for when not run under bash.


> * Relocate_sdk.py is required to be ran and the script knows the location of 
> the
>   toolchain SDK.
> * By having the relocate_sdk script set SDK_PATH we remove the need for
>   bashisms from environment-setup.

It is already doing that, no need to change it.


> diff --git a/meta-arago-extras/recipes-core/meta/meta-toolchain-arago.bb 
> b/meta-arago-extras/recipes-core/meta/meta-toolchain-arago.bb
> index 699ada7..7f70c42 100644
> --- a/meta-arago-extras/recipes-core/meta/meta-toolchain-arago.bb
> +++ b/meta-arago-extras/recipes-core/meta/meta-toolchain-arago.bb
> @@ -7,7 +7,7 @@ TOOLCHAIN_CLEANUP_PACKAGES ?= ""
>  
>  require recipes-core/meta/meta-toolchain.bb
>  
> -PR = "r23"
> +PR = "r24"
>  
>  # This function creates an environment-setup-script for use in a deployable 
> SDK
>  toolchain_create_sdk_env_script () {
> @@ -15,17 +15,7 @@ toolchain_create_sdk_env_script () {
>   script=${SDK_OUTPUT}/${SDKPATH}/environment-setup
>   rm -f $script
>   touch $script
> - echo 'SDK_PATH="${SDKPATH}"' >> $script
> - echo 'if [ -z "$ZSH_NAME" ] && [ "x$0" = "x./environment-setup" ]; 
> then' >> $script
> - echo 'echo "Error: This script needs to be sourced. Please run as 
> \". ./environment-setup\""' >> $script
> - echo 'exit 1' >> $script

This portion above may stay - it's a nice safeguard. And there's nothing 
bashisms about it.


> - echo 'else' >> $script
> - echo 'if [ -n "$BASH_SOURCE" ]; then' >> $script
> - echo 'SDK_PATH="`dirname $BASH_SOURCE`"' >> $script
> - echo 'fi' >> $script

I can see potentially removing this portion, since devkit is not relocatable 
on its own w/o re-installing it in a different location. BTW, this is the only 
bash-related piece of code here, it just uses bash-specific env variable. If 
not run under bash, it will safely skip it, so it's not really a bashism.


> - echo 'SDK_PATH=`readlink -f "$SDK_PATH"`' >> $script
> - echo 'export SDK_PATH' >> $script
> - echo 'fi' >> $script

And this portion is another nice safeguard - in case you install it in a 
location that is a symlink.


> + echo 'export SDK_PATH="${SDKPATH}"' >> $script
>   echo 'export SDK_SYS=${SDK_SYS}' >> $script
>   echo 'export TARGET_SYS=${REAL_MULTIMACH_TARGET_SYS}' >> $script
>   echo 'export TOOLCHAIN_SYS=${TOOLCHAIN_SYS}' >> $script
> @@ -234,6 +224,9 @@ for env_setup_script in `ls 
> $target_sdk_dir/environment-setup*`; do
>   $SUDO_EXEC sed -e "s:$TMPSDKPATH:$target_sdk_dir:g" -i $env_setup_script
>  done
>  
> +# Correct SDK_PATH since the exact installation path is now known
> +$SUDO_EXEC sed -i -e "s|export SDK_PATH\=.*|export 
> SDK_PATH=$target_sdk_dir|g" $target_sdk_dir/environment-setup*

Why do you need this line? It's already happening anyway.

-- 
Denys
___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


Re: [meta-arago] [PATCH 1/2] initscript-debugfs recipe: needed by ti-multiprocmgr, system printf messages coming from debugfs

2013-05-08 Thread Denys Dmytriyenko
On Wed, May 08, 2013 at 01:04:09PM +, Maupin, Chase wrote:
> > Subject: [meta-arago] [PATCH 1/2] initscript-debugfs recipe:
> > needed by ti-multiprocmgr, system printf messages coming from
> > debugfs
> > 
> > From: Jingting Zhou 
> 
> So close you are almost there.  A couple of points.

Ah, words of encouragement - good idea :) Few more comments:


> 1. You need to fix your e-mail.  You should use your ti.com address.  This 
> is the e-mail setting in your u-boot config.

1. To quickly set your email in git configuration, use this line:

git config --global user.email zho...@ti.com

To check current config, git config -l
But getting more familiar with git in general is a good idea - use a 
presentation or training material.


> 2. The commit message should be something like:
> 
> Recipe: brief description of change
> 
> * Detail 1 about change and why
> * Detail 2 about change and why
> 
> Signed-off-by: your name 

2. What Chase explained for the commit message is good and will start you up, 
but it's just a very brief version of the Commit Message Guidelines here:
http://openembedded.org/wiki/Commit_Patch_Message_Guidelines


> If you have your e-mail configured then you can have your signed-off-by 
> automatically added to your commit message by using -s when commiting.  I'll 
> send you a git presentation that has some info on setting these.

-- 
Denys



> > ---
> >  .../initscript-debugfs/files/debugfs.sh|   40
> > 
> >  .../initscript-debugfs/initscript-debugfs.bb   |   20
> > ++
> >  2 files changed, 60 insertions(+)
> >  create mode 100755 meta-arago-extras/recipes-bsp/initscript-
> > debugfs/files/debugfs.sh
> >  create mode 100755 meta-arago-extras/recipes-bsp/initscript-
> > debugfs/initscript-debugfs.bb
> > 
> > diff --git a/meta-arago-extras/recipes-bsp/initscript-
> > debugfs/files/debugfs.sh b/meta-arago-extras/recipes-
> > bsp/initscript-debugfs/files/debugfs.sh
> > new file mode 100755
> > index 000..9b26279
> > --- /dev/null
> > +++ b/meta-arago-extras/recipes-bsp/initscript-
> > debugfs/files/debugfs.sh
> > @@ -0,0 +1,40 @@
> > +#!/bin/sh
> > +
> > +#   Copyright 2012, Texas Instruments, Inc.
> > +#
> > +#   Redistribution and use in source and binary forms, with or
> > without
> > +#   modification, are permitted provided that the following
> > conditions
> > +#   are met:
> > +#
> > +# Redistributions of source code must retain the above
> > copyright
> > +# notice, this list of conditions and the following
> > disclaimer.
> > +#
> > +# Redistributions in binary form must reproduce the above
> > copyright
> > +# notice, this list of conditions and the following
> > disclaimer in the
> > +# documentation and/or other materials provided with the
> > +# distribution.
> > +#
> > +# Neither the name of Texas Instruments Incorporated nor the
> > names of
> > +# its contributors may be used to endorse or promote
> > products derived
> > +# from this software without specific prior written
> > permission.
> > +#
> > +#   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
> > CONTRIBUTORS
> > +#   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
> > BUT NOT
> > +#   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
> > FITNESS FOR
> > +#   A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
> > COPYRIGHT
> > +#   OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
> > INCIDENTAL,
> > +#   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
> > NOT
> > +#   LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
> > LOSS OF USE,
> > +#   DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
> > AND ON ANY
> > +#   THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
> > OR TORT
> > +#   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
> > OF THE USE
> > +#   OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
> > DAMAGE.
> > +#
> > +
> > +
> > +if ! [ -e /debug ] ; then
> > +  mkdir -p /debug
> > +fi
> > +mount -t debugfs debugfs /debug
> > +
> > +exit 0
> > diff --git a/meta-arago-extras/recipes-bsp/initscript-
> > debugfs/initscript-debugfs.bb b/meta-arago-extras/recipes-
> > bsp/initscript-debugfs/initscript-debugfs.bb
> > new file mode 100755
> > index 000..f8145ba
> > --- /dev/null
> > +++ b/meta-arago-extras/recipes-bsp/initscript-
> > debugfs/initscript-debugfs.bb
> > @@ -0,0 +1,20 @@
> > +DESCRIPTION = "Initscripts for debugfs"
> > +LICENSE = "BSD"
> > +
> > +LIC_FILES_CHKSUM =
> > "file://debugfs.sh;startline=3;endline=32;md5=4d96701a693bf321ad2
> > d15026a285446"
> > +
> > +PR ="r0"
> > +
> > +SRC_URI = "file://debugfs.sh"
> > +
> > +INITSCRIPT_NAME = "debugfs.sh"
> > +INITSCRIPT_PARAMS = "start 09 S ."
> > +
> > +inherit update-rc.d
> > +
> > +S = "${WORKDIR}"
> > +
> > +do_install () {
> > +   install -d ${D}${sysconfdir}/init.d/
> > +   install -c -m 755 ${WORKDIR}/debugfs.sh
> > ${D}${sysconfdir}/init.d/debugfs.sh

Re: [meta-arago] [PATCH] meta-toolchain-arago: Allow relocate script to hard code SDK_PATH value

2013-05-08 Thread Denys Dmytriyenko
On Wed, May 08, 2013 at 10:13:19AM -0400, Cooper Jr., Franklin wrote:
> 
> 
> > -Original Message-
> > From: Dmytriyenko, Denys
> > Sent: Wednesday, May 08, 2013 8:59 AM
> > To: Cooper Jr., Franklin
> > Cc: meta-arago@arago-project.org
> > Subject: Re: [meta-arago] [PATCH] meta-toolchain-arago: Allow relocate 
> > script
> > to hard code SDK_PATH value
> > 
> > Franklin,
> > 
> > Well, I think I already used up all my weekly quota for reviewing patches
> > yesterday... :) But, Ok.
> > 
> > 
> > > * SDK_PATH was previously dynamically determined by using BASHISMS
> > when
> > >   environment-setup was sourced.
> > 
> > But there was still a known good fallback for when not run under bash.
> > 
> > 
> > > * Relocate_sdk.py is required to be ran and the script knows the location 
> > > of
> > the
> > >   toolchain SDK.
> > > * By having the relocate_sdk script set SDK_PATH we remove the need for
> > >   bashisms from environment-setup.
> > 
> > It is already doing that, no need to change it.
> > 
> > 
> > > diff --git a/meta-arago-extras/recipes-core/meta/meta-toolchain-arago.bb
> > b/meta-arago-extras/recipes-core/meta/meta-toolchain-arago.bb
> > > index 699ada7..7f70c42 100644
> > > --- a/meta-arago-extras/recipes-core/meta/meta-toolchain-arago.bb
> > > +++ b/meta-arago-extras/recipes-core/meta/meta-toolchain-arago.bb
> > > @@ -7,7 +7,7 @@ TOOLCHAIN_CLEANUP_PACKAGES ?= ""
> > >
> > >  require recipes-core/meta/meta-toolchain.bb
> > >
> > > -PR = "r23"
> > > +PR = "r24"
> > >
> > >  # This function creates an environment-setup-script for use in a 
> > > deployable
> > SDK
> > >  toolchain_create_sdk_env_script () {
> > > @@ -15,17 +15,7 @@ toolchain_create_sdk_env_script () {
> > >   script=${SDK_OUTPUT}/${SDKPATH}/environment-setup
> > >   rm -f $script
> > >   touch $script
> > > - echo 'SDK_PATH="${SDKPATH}"' >> $script
> > > - echo 'if [ -z "$ZSH_NAME" ] && [ "x$0" = "x./environment-setup" ];
> > then' >> $script
> > > - echo 'echo "Error: This script needs to be sourced. Please run as 
> > > \".
> > ./environment-setup\""' >> $script
> > > - echo 'exit 1' >> $script
> > 
> > This portion above may stay - it's a nice safeguard. And there's nothing
> > bashisms about it.
> 
> Your right. I must of gotten delete happy :).
> > 
> > 
> > > - echo 'else' >> $script
> > > - echo 'if [ -n "$BASH_SOURCE" ]; then' >> $script
> > > - echo 'SDK_PATH="`dirname $BASH_SOURCE`"' >> $script
> > > - echo 'fi' >> $script
> > 
> > I can see potentially removing this portion, since devkit is not relocatable
> > on its own w/o re-installing it in a different location. BTW, this is the 
> > only
> > bash-related piece of code here, it just uses bash-specific env variable. If
> > not run under bash, it will safely skip it, so it's not really a bashism.
> True but the SDK_PATH would not be the correct value.
> Current value of SDK_PATH:
> SDK_PATH=/tmp/xxx/./
> 
> So although no error will be shown the remaining code and variables will be 
> using the incorrect SDK_PATH which results in a lot of issues.

Nope, it will be updated to the correct install path by relocate_sdk.py, as I 
already have the necessary sed line in there - your host-setup script was just 
messing with it... That is what happens when you have too many "smart" scripts 
:) JK

Try it yourself - grab a linux-devkit.sh and install it manually in /tmp, see 
what SDK_PATH in environment-setup is. Don't run any other host-setup scripts 
to update environment-setup any further.


> > > - echo 'SDK_PATH=`readlink -f "$SDK_PATH"`' >> $script
> > > - echo 'export SDK_PATH' >> $script
> > > - echo 'fi' >> $script
> > 
> > And this portion is another nice safeguard - in case you install it in a
> > location that is a symlink.
> That makes sense. This can stay also.
> > 
> > 
> > > + echo 'export SDK_PATH="${SDKPATH}"' >> $script
> > >   echo 'export SDK_SYS=${SDK_SYS}' >> $script
> > >   echo 'export TARGET_SYS=${REAL_MULTIMACH_TARGET_SYS}' >>
> > $script
> > >   echo 'export TOOLCHAIN_SYS=${TOOLCHAIN_SYS}' >> $script
> > > @@ -234,6 +224,9 @@ for env_setup_script in `ls
> > $target_sdk_dir/environment-setup*`; do
> > >   $SUDO_EXEC sed -e "s:$TMPSDKPATH:$target_sdk_dir:g" -i
> > $env_setup_script
> > >  done
> > >
> > > +# Correct SDK_PATH since the exact installation path is now known
> > > +$SUDO_EXEC sed -i -e "s|export SDK_PATH\=.*|export
> > SDK_PATH=$target_sdk_dir|g" $target_sdk_dir/environment-setup*
> > 
> > Why do you need this line? It's already happening anyway.
> The only way we get the proper value for SDK_PATH is if the following is 
> executed.
>SDK_PATH="`dirname $BASH_SOURCE`"' >> $script

Even w/o this code, SDK_PATH is set to the final installation location in the 
first line of the script.


> Since I want to remove that logic the above is required. Although the sed 
> statement would change slightly since "SDK_PAT

  1   2   3   4   5   6   7   8   9   10   >