[meta-arago] [PATCH v3] refresh-screen: Add commandline parameter to set background-color to black

2015-03-11 Thread Franklin S. Cooper Jr
From: Franklin S. Cooper Jr fcoo...@ti.com

* This is to work around an issue seen when using Qt 5 EGLFS
* Also pull in the changes from the Qt 5 patches into the git repository itself

Signed-off-by: Franklin S. Cooper Jr fcoo...@ti.com
---
v3 changes:
Fix issues related to the patch. Tested by switching to https locally.
* Fix checksum
* Remove base_conditional statement since it isn't needed.
* Updated commit id

v2 changes:
Added the reason why the various patches are being deleted.

 ...uild-with-Qt5-use-qmake-available-in-PATH.patch |   31 
 ...een.pro-add-widgets-module-to-the-project.patch |   26 
 ...place-QtGui-header-with-QtWidgets-for-Qt5.patch |   26 
 .../recipes-core/matrix/refresh-screen_2.0.bb  |   14 ++---
 4 files changed, 3 insertions(+), 94 deletions(-)
 delete mode 100644 
meta-arago-extras/recipes-core/matrix/refresh-screen/0001-Makefile.build-with-Qt5-use-qmake-available-in-PATH.patch
 delete mode 100644 
meta-arago-extras/recipes-core/matrix/refresh-screen/0001-refresh-screen.pro-add-widgets-module-to-the-project.patch
 delete mode 100644 
meta-arago-extras/recipes-core/matrix/refresh-screen/0002-Replace-QtGui-header-with-QtWidgets-for-Qt5.patch

diff --git 
a/meta-arago-extras/recipes-core/matrix/refresh-screen/0001-Makefile.build-with-Qt5-use-qmake-available-in-PATH.patch
 
b/meta-arago-extras/recipes-core/matrix/refresh-screen/0001-Makefile.build-with-Qt5-use-qmake-available-in-PATH.patch
deleted file mode 100644
index 726b9ea..000
--- 
a/meta-arago-extras/recipes-core/matrix/refresh-screen/0001-Makefile.build-with-Qt5-use-qmake-available-in-PATH.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 394eacf80efaacc719e69179c7c709016d21b707 Mon Sep 17 00:00:00 2001
-From: Denys Dmytriyenko de...@ti.com
-Date: Mon, 15 Dec 2014 15:46:08 -0500
-Subject: [PATCH] Makefile.build: with Qt5 use qmake available in PATH
-
-Signed-off-by: Denys Dmytriyenko de...@ti.com

- Makefile.build |4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/Makefile.build b/Makefile.build
-index a0ceaad..e6cb010 100644
 a/Makefile.build
-+++ b/Makefile.build
-@@ -8,11 +8,11 @@ all: release
- .PHONY: qmake
- qmake : refresh_screen.pro
-   @. ${ENV_SETUP}; \
--  qmake2 CONFIG+=release refresh_screen.pro
-+  qmake CONFIG+=release refresh_screen.pro
- 
- qmake_debug : refresh_screen.pro
-   @. ${ENV_SETUP}; \
--  qmake2 CONFIG+=debug refresh_screen.pro
-+  qmake CONFIG+=debug refresh_screen.pro
- 
- debug : qmake_debug
-   @. ${ENV_SETUP}; \
--- 
-1.7.9.5
-
diff --git 
a/meta-arago-extras/recipes-core/matrix/refresh-screen/0001-refresh-screen.pro-add-widgets-module-to-the-project.patch
 
b/meta-arago-extras/recipes-core/matrix/refresh-screen/0001-refresh-screen.pro-add-widgets-module-to-the-project.patch
deleted file mode 100644
index b9a1f80..000
--- 
a/meta-arago-extras/recipes-core/matrix/refresh-screen/0001-refresh-screen.pro-add-widgets-module-to-the-project.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 3969a5b06cfa28e531080cfdb12ea69ada870f36 Mon Sep 17 00:00:00 2001
-From: Denys Dmytriyenko de...@ti.com
-Date: Mon, 12 May 2014 21:07:32 -0400
-Subject: [PATCH] refresh-screen.pro: add widgets module to the project for Qt5
-
-Signed-off-by: Denys Dmytriyenko de...@ti.com

- refresh_screen.pro | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/refresh_screen.pro b/refresh_screen.pro
-index afe5c25..a79abd0 100644
 a/refresh_screen.pro
-+++ b/refresh_screen.pro
-@@ -4,7 +4,7 @@
- #
- #-
- 
--QT   += core gui
-+QT   += core gui widgets
- 
- TARGET = refresh_screen
- TEMPLATE = app
--- 
-1.9.2
-
diff --git 
a/meta-arago-extras/recipes-core/matrix/refresh-screen/0002-Replace-QtGui-header-with-QtWidgets-for-Qt5.patch
 
b/meta-arago-extras/recipes-core/matrix/refresh-screen/0002-Replace-QtGui-header-with-QtWidgets-for-Qt5.patch
deleted file mode 100644
index 66c002d..000
--- 
a/meta-arago-extras/recipes-core/matrix/refresh-screen/0002-Replace-QtGui-header-with-QtWidgets-for-Qt5.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 60a8e6c8ea763ed88442f16509cae99d8e43918e Mon Sep 17 00:00:00 2001
-From: Denys Dmytriyenko de...@ti.com
-Date: Mon, 12 May 2014 21:01:57 -0400
-Subject: [PATCH] Replace QtGui header with QtWidgets for Qt5
-
-Signed-off-by: Denys Dmytriyenko de...@ti.com

- main.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/main.cpp b/main.cpp
-index c5744d8..5a61904 100644
 a/main.cpp
-+++ b/main.cpp
-@@ -36,7 +36,7 @@
-  *
- */
- 
--#include QtGui/QApplication
-+#include QtWidgets/QApplication
- #include mainwindow.h
- 
- int main(int argc, char *argv[])
--- 
-1.9.2
-
diff --git a/meta-arago-extras/recipes-core/matrix/refresh-screen_2.0.bb 
b/meta-arago-extras/recipes-core/matrix/refresh-screen_2.0.bb
index 6c2c72e..8c36433 100644
--- 

Re: [meta-arago] [meta-arago 2/2] packagegroup-*-graphics: Deprecate bltsville

2015-03-11 Thread Denys Dmytriyenko
Ack

On Wed, Mar 11, 2015 at 05:18:58PM +0530, Karthik Ramanan wrote:
 Signed-off-by: Karthik Ramanan a0393...@ti.com
 ---
  .../packagegroup-arago-tisdk-graphics.bb   |6 --
  1 file changed, 6 deletions(-)
 
 diff --git 
 a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
  
 b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
 index 1043ce5..4cb45dd 100644
 --- 
 a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
 +++ 
 b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
 @@ -41,13 +41,7 @@ GRAPHICS_RDEPENDS_omap-a15 = \
  omapdrm-pvr \
  
  
 -GRAPHICS_BLTSVILLE = 
 -GRAPHICS_BLTSVILLE_omap-a15 =  \
 -bltsville   \
 -
 -
  RDEPENDS_${PN} = \
  ${@base_conditional('QT_PROVIDER', 'qt4e', , ${GRAPHICS_WESTON}, d)} 
 \
  ${GRAPHICS_RDEPENDS} \
 -${GRAPHICS_BLTSVILLE} \
  
 -- 
 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 v2] refresh-screen: Add commandline parameter to set background-color to black

2015-03-11 Thread Denys Dmytriyenko
We just discussed it on the call - I'll be providing feedback for wayland 
patch shortly...


On Wed, Mar 11, 2015 at 03:14:50PM +, Cooper Jr., Franklin wrote:
 Yup that is what I did. FYI this patch is pretty much meaningless since it 
 won't do anything. There are additional patches that are required but it 
 depends on the conditional wayland patch set to be committed.
 
  -Original Message-
  From: Stiffler, Jacob
  Sent: Wednesday, March 11, 2015 10:09 AM
  To: Cooper Jr., Franklin
  Cc: meta-arago@arago-project.org
  Subject: RE: [meta-arago] [PATCH v2] refresh-screen: Add commandline
  parameter to set background-color to black
  
  Locally, I was able to switch the git protocol to 'https' and proceed.
  
  
  -Original Message-
  From: Cooper Jr., Franklin
  Sent: Wednesday, March 11, 2015 11:00 AM
  To: Stiffler, Jacob
  Cc: meta-arago@arago-project.org
  Subject: Re: [meta-arago] [PATCH v2] refresh-screen: Add commandline
  parameter to set background-color to black
  
  Yeah I won't be able to test this until gitorious starts working. I forgot 
  to add
  it to my notes but once it works I'll test it out.
  
  
   On Mar 11, 2015, at 9:35 AM, Stiffler, Jacob j-stiff...@ti.com wrote:
  
   There appears to be fundamental issues with this patch. I tried applying 
   this
  patch locally and ran into the following issues.
  
   1) Patch does not apply.
   2) There are syntax errors in the patched recipe.
   3) License checksum mismatch
   4) Compilation failure of main.cpp
  
   - Jake
  
   -Original Message-
   From: meta-arago-boun...@arago-project.org [mailto:meta-arago-
  boun...@arago-project.org] On Behalf Of Cooper Jr., Franklin
   Sent: Tuesday, March 10, 2015 6:19 PM
   To: meta-arago@arago-project.org
   Cc: Cooper Jr., Franklin
   Subject: [meta-arago] [PATCH v2] refresh-screen: Add commandline
  parameter to set background-color to black
  
   From: Franklin S. Cooper Jr fcoo...@ti.com
  
   * This is to work around an issue seen when using Qt 5 EGLFS
   * Also pull in the changes from the Qt 5 patches into the git repository 
   itself
  
   Signed-off-by: Franklin S. Cooper Jr fcoo...@ti.com
   ---
   V2 Changes:
   Added the reason why the various patches are being deleted.
  
   ...uild-with-Qt5-use-qmake-available-in-PATH.patch |   31 
   
   ...een.pro-add-widgets-module-to-the-project.patch |   26 
   ...place-QtGui-header-with-QtWidgets-for-Qt5.patch |   26 
   .../recipes-core/matrix/refresh-screen_2.0.bb  |   10 ++-
   4 files changed, 2 insertions(+), 91 deletions(-)  delete mode 100644 
   meta-
  arago-extras/recipes-core/matrix/refresh-screen/0001-Makefile.build-with-
  Qt5-use-qmake-available-in-PATH.patch
   delete mode 100644 meta-arago-extras/recipes-core/matrix/refresh-
  screen/0001-refresh-screen.pro-add-widgets-module-to-the-project.patch
   delete mode 100644 meta-arago-extras/recipes-core/matrix/refresh-
  screen/0002-Replace-QtGui-header-with-QtWidgets-for-Qt5.patch
  
   diff --git a/meta-arago-extras/recipes-core/matrix/refresh-screen/0001-
  Makefile.build-with-Qt5-use-qmake-available-in-PATH.patch b/meta-arago-
  extras/recipes-core/matrix/refresh-screen/0001-Makefile.build-with-Qt5-
  use-qmake-available-in-PATH.patch
   deleted file mode 100644
   index 726b9ea..000
   --- a/meta-arago-extras/recipes-core/matrix/refresh-screen/0001-
  Makefile.build-with-Qt5-use-qmake-available-in-PATH.patch
   +++ /dev/null
   @@ -1,31 +0,0 @@
   -From 394eacf80efaacc719e69179c7c709016d21b707 Mon Sep 17 00:00:00
  2001
   -From: Denys Dmytriyenko de...@ti.com
   -Date: Mon, 15 Dec 2014 15:46:08 -0500
   -Subject: [PATCH] Makefile.build: with Qt5 use qmake available in PATH
   -
   -Signed-off-by: Denys Dmytriyenko de...@ti.com
   
   - Makefile.build |4 ++--
   - 1 file changed, 2 insertions(+), 2 deletions(-)
   -
   -diff --git a/Makefile.build b/Makefile.build -index a0ceaad..e6cb010
  100644
    a/Makefile.build
   -+++ b/Makefile.build
   -@@ -8,11 +8,11 @@ all: release
   - .PHONY: qmake
   - qmake : refresh_screen.pro
   -@. ${ENV_SETUP}; \
   --qmake2 CONFIG+=release refresh_screen.pro
   -+qmake CONFIG+=release refresh_screen.pro
   -
   - qmake_debug : refresh_screen.pro
   -@. ${ENV_SETUP}; \
   --qmake2 CONFIG+=debug refresh_screen.pro
   -+qmake CONFIG+=debug refresh_screen.pro
   -
   - debug : qmake_debug
   -@. ${ENV_SETUP}; \
   ---
   -1.7.9.5
   -
   diff --git a/meta-arago-extras/recipes-core/matrix/refresh-screen/0001-
  refresh-screen.pro-add-widgets-module-to-the-project.patch b/meta-
  arago-extras/recipes-core/matrix/refresh-screen/0001-refresh-screen.pro-
  add-widgets-module-to-the-project.patch
   deleted file mode 100644
   index b9a1f80..000
   --- a/meta-arago-extras/recipes-core/matrix/refresh-screen/0001-refresh-
  screen.pro-add-widgets-module-to-the-project.patch
   +++ /dev/null
   @@ -1,26 +0,0 @@
   

Re: [meta-arago] [PATCH v2] refresh-screen: Add commandline parameter to set background-color to black

2015-03-11 Thread Stiffler, Jacob
Locally, I was able to switch the git protocol to 'https' and proceed.


-Original Message-
From: Cooper Jr., Franklin 
Sent: Wednesday, March 11, 2015 11:00 AM
To: Stiffler, Jacob
Cc: meta-arago@arago-project.org
Subject: Re: [meta-arago] [PATCH v2] refresh-screen: Add commandline parameter 
to set background-color to black

Yeah I won't be able to test this until gitorious starts working. I forgot to 
add it to my notes but once it works I'll test it out.


 On Mar 11, 2015, at 9:35 AM, Stiffler, Jacob j-stiff...@ti.com wrote:
 
 There appears to be fundamental issues with this patch. I tried applying this 
 patch locally and ran into the following issues.
 
 1) Patch does not apply.
 2) There are syntax errors in the patched recipe.
 3) License checksum mismatch
 4) Compilation failure of main.cpp
 
 - Jake
 
 -Original Message-
 From: meta-arago-boun...@arago-project.org 
 [mailto:meta-arago-boun...@arago-project.org] On Behalf Of Cooper Jr., 
 Franklin
 Sent: Tuesday, March 10, 2015 6:19 PM
 To: meta-arago@arago-project.org
 Cc: Cooper Jr., Franklin
 Subject: [meta-arago] [PATCH v2] refresh-screen: Add commandline parameter to 
 set background-color to black
 
 From: Franklin S. Cooper Jr fcoo...@ti.com
 
 * This is to work around an issue seen when using Qt 5 EGLFS
 * Also pull in the changes from the Qt 5 patches into the git repository 
 itself
 
 Signed-off-by: Franklin S. Cooper Jr fcoo...@ti.com
 ---
 V2 Changes:
 Added the reason why the various patches are being deleted.
 
 ...uild-with-Qt5-use-qmake-available-in-PATH.patch |   31 
 ...een.pro-add-widgets-module-to-the-project.patch |   26 
 ...place-QtGui-header-with-QtWidgets-for-Qt5.patch |   26 
 .../recipes-core/matrix/refresh-screen_2.0.bb  |   10 ++-
 4 files changed, 2 insertions(+), 91 deletions(-)  delete mode 100644 
 meta-arago-extras/recipes-core/matrix/refresh-screen/0001-Makefile.build-with-Qt5-use-qmake-available-in-PATH.patch
 delete mode 100644 
 meta-arago-extras/recipes-core/matrix/refresh-screen/0001-refresh-screen.pro-add-widgets-module-to-the-project.patch
 delete mode 100644 
 meta-arago-extras/recipes-core/matrix/refresh-screen/0002-Replace-QtGui-header-with-QtWidgets-for-Qt5.patch
 
 diff --git 
 a/meta-arago-extras/recipes-core/matrix/refresh-screen/0001-Makefile.build-with-Qt5-use-qmake-available-in-PATH.patch
  
 b/meta-arago-extras/recipes-core/matrix/refresh-screen/0001-Makefile.build-with-Qt5-use-qmake-available-in-PATH.patch
 deleted file mode 100644
 index 726b9ea..000
 --- 
 a/meta-arago-extras/recipes-core/matrix/refresh-screen/0001-Makefile.build-with-Qt5-use-qmake-available-in-PATH.patch
 +++ /dev/null
 @@ -1,31 +0,0 @@
 -From 394eacf80efaacc719e69179c7c709016d21b707 Mon Sep 17 00:00:00 2001
 -From: Denys Dmytriyenko de...@ti.com
 -Date: Mon, 15 Dec 2014 15:46:08 -0500
 -Subject: [PATCH] Makefile.build: with Qt5 use qmake available in PATH
 -
 -Signed-off-by: Denys Dmytriyenko de...@ti.com
 
 - Makefile.build |4 ++--
 - 1 file changed, 2 insertions(+), 2 deletions(-)
 -
 -diff --git a/Makefile.build b/Makefile.build -index a0ceaad..e6cb010 100644
  a/Makefile.build
 -+++ b/Makefile.build
 -@@ -8,11 +8,11 @@ all: release
 - .PHONY: qmake
 - qmake : refresh_screen.pro
 -@. ${ENV_SETUP}; \
 --qmake2 CONFIG+=release refresh_screen.pro
 -+qmake CONFIG+=release refresh_screen.pro
 -
 - qmake_debug : refresh_screen.pro
 -@. ${ENV_SETUP}; \
 --qmake2 CONFIG+=debug refresh_screen.pro
 -+qmake CONFIG+=debug refresh_screen.pro
 -
 - debug : qmake_debug
 -@. ${ENV_SETUP}; \
 ---
 -1.7.9.5
 -
 diff --git 
 a/meta-arago-extras/recipes-core/matrix/refresh-screen/0001-refresh-screen.pro-add-widgets-module-to-the-project.patch
  
 b/meta-arago-extras/recipes-core/matrix/refresh-screen/0001-refresh-screen.pro-add-widgets-module-to-the-project.patch
 deleted file mode 100644
 index b9a1f80..000
 --- 
 a/meta-arago-extras/recipes-core/matrix/refresh-screen/0001-refresh-screen.pro-add-widgets-module-to-the-project.patch
 +++ /dev/null
 @@ -1,26 +0,0 @@
 -From 3969a5b06cfa28e531080cfdb12ea69ada870f36 Mon Sep 17 00:00:00 2001
 -From: Denys Dmytriyenko de...@ti.com
 -Date: Mon, 12 May 2014 21:07:32 -0400
 -Subject: [PATCH] refresh-screen.pro: add widgets module to the project for 
 Qt5
 -
 -Signed-off-by: Denys Dmytriyenko de...@ti.com
 
 - refresh_screen.pro | 2 +-
 - 1 file changed, 1 insertion(+), 1 deletion(-)
 -
 -diff --git a/refresh_screen.pro b/refresh_screen.pro -index afe5c25..a79abd0 
 100644
  a/refresh_screen.pro
 -+++ b/refresh_screen.pro
 -@@ -4,7 +4,7 @@
 - #
 - #-
 - 
 --QT   += core gui
 -+QT   += core gui widgets
 -
 - TARGET = refresh_screen
 - TEMPLATE = app
 ---
 -1.9.2
 -
 diff --git 
 a/meta-arago-extras/recipes-core/matrix/refresh-screen/0002-Replace-QtGui-header-with-QtWidgets-for-Qt5.patch
  
 

[meta-arago] [PATCH 1/2] arago-prefs: point am57x u-boot back to default u-boot-ti-staging tree

2015-03-11 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com

Signed-off-by: Denys Dmytriyenko de...@ti.com
---
 meta-arago-distro/conf/distro/include/arago-prefs.inc | 7 ---
 1 file changed, 7 deletions(-)

diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc 
b/meta-arago-distro/conf/distro/include/arago-prefs.inc
index c872d9a..fa7a83c 100644
--- a/meta-arago-distro/conf/distro/include/arago-prefs.inc
+++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc
@@ -78,18 +78,11 @@ PREFERRED_PROVIDER_virtual/bootloader_am335x-evm = 
u-boot-ti-staging
 PREFERRED_PROVIDER_u-boot_am335x-evm = u-boot-ti-staging
 PREFERRED_PROVIDER_virtual/bootloader_am437x-evm = u-boot-ti-staging
 PREFERRED_PROVIDER_u-boot_am437x-evm = u-boot-ti-staging
-
 PREFERRED_PROVIDER_virtual/bootloader_omap-a15 = u-boot-ti-staging
 PREFERRED_PROVIDER_u-boot_omap-a15 = u-boot-ti-staging
 
 PREFERRED_VERSION_u-boot-ti-staging = 2014.07%
 
-# Point am57xx-evm to latest mainline
-PREFERRED_PROVIDER_virtual/bootloader_am57xx-evm = u-boot
-PREFERRED_PROVIDER_u-boot_am57xx-evm = u-boot
-
-PREFERRED_VERSION_u-boot_am57xx-evm = 2014.10+2015.01%
-
 # Pin down udev version from oe-core, as meta-oe pulls in newer 
systemd-enhanced version
 PREFERRED_VERSION_udev = 182
 PREFERRED_PROVIDER_udev = udev
-- 
2.2.0

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


[meta-arago] [PATCH 2/2] arago.conf: bump distro version

2015-03-11 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com

Signed-off-by: Denys Dmytriyenko de...@ti.com
---
 meta-arago-distro/conf/distro/arago.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-arago-distro/conf/distro/arago.conf 
b/meta-arago-distro/conf/distro/arago.conf
index 8f79ca0..338d41b 100644
--- a/meta-arago-distro/conf/distro/arago.conf
+++ b/meta-arago-distro/conf/distro/arago.conf
@@ -1,6 +1,6 @@
 # Name and version of the distribution
 DISTRO_NAME = Arago
-DISTRO_VERSION = 2015.02
+DISTRO_VERSION = 2015.03
 DISTRO_FEED_URI ?= http://lcpd.dal.design.ti.com;
 FEEDURIPREFIX ?= core-sdk/nightly/deploy/ipk/
 
-- 
2.2.0

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


[meta-arago] [nightly] Core TISDK 2015.03 build 2015-03-11_16-58-29

2015-03-11 Thread Denys Dmytriyenko
Title: 
Status for 03/11/15





Status for 03/11/15

BUILD_ID: build-2015-03-11_16-59-30

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


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


meta-qt5
git://github.com/meta-qt5/meta-qt5.git
master
HEAD
layers=


meta-openembedded
git://git.openembedded.org/meta-openembedded
daisy
HEAD
layers=toolchain-layer:meta-networking:meta-ruby:meta-oe


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


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


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am57xx-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="2015.03"
MACHINES="am57xx-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-am57x"
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-daisy-config.txt"
LOG_DIR="${BUILD_ROOT}/log-files"
BUILD_LOG_VERBOSE="true"
DL_DIR="/OE/downloads"
BB_GENERATE_MIRROR_TARBALLS="0"
INSTALLER_EXTRAS_ROOT="/home/jenkins/extra-files/installer_content"
TEST_SCRIPTS="$SCRIPTS_ROOT/test-scripts"
TEST_SCRIPTS_TGT="home/root/test-scripts"
TEST_LOCAL_IFACE="eth1"
OPENTEST_CLI="$SCRIPTS_ROOT/linux-devtest.tgz"
OPENTEST_TEE_IP="none"
OPENTEST_HW_CAP="linux_tigt_farm"
OPENTEST_BOOTLOADERS="false"
OPENTEST_BOOT_ATTEMPTS="3"
OPENTEST_BOOT_TIMEOUT="300"
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_BUILDER="/home/jenkins/installbuilder"
INSTALLER_ROOT="$BUILD_ROOT/installer"
INSTALL_BUILDER_PROJECT="$SCRIPTS_ROOT/installer-files/tisdk.xml"
INSTALLER_PREFIX="ti-sdk"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
PACKAGE_BOOT_KERNEL_FILES="false"
WEBGEN_ROOT="/home/jenkins/webgen"
WEB_EXTRAS_ROOT="/home/jenkins/extra-files/web_content"
WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data/coresdk"
EXPORT_ARAGO_SRC="0"
COPY_TO_WEB="true"
COPY_DEPLOY_TO_WEB="true"
COPY_GOLDEN_TO_WEB="true"
WEB_HOST="lcpd...@lsblogin01.dal.design.ti.com:/web/lcpd/htdocs/core-sdk/nightly/am57x"
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-am57x/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 2015.03 build 2015-03-11_16-58-16

2015-03-11 Thread Denys Dmytriyenko
Title: 
Status for 03/11/15





Status for 03/11/15

BUILD_ID: build-2015-03-11_16-59-22

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


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


meta-qt5
git://github.com/meta-qt5/meta-qt5.git
master
HEAD
layers=


meta-openembedded
git://git.openembedded.org/meta-openembedded
daisy
HEAD
layers=toolchain-layer:meta-networking:meta-ruby:meta-oe


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


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


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
FAILED
SKIPPED


am437x-evm
FAILED
SKIPPED


dra7xx-evm
FAILED
SKIPPED


am57xx-evm
FAILED
SKIPPED


k2hk-evm
FAILED
SKIPPED


omap5-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="2015.03"
MACHINES="am335x-evm am437x-evm dra7xx-evm am57xx-evm k2hk-evm omap5-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-daisy-config.txt"
LOG_DIR="${BUILD_ROOT}/log-files"
BUILD_LOG_VERBOSE="true"
DL_DIR="/OE/downloads"
BB_GENERATE_MIRROR_TARBALLS="0"
INSTALLER_EXTRAS_ROOT="/home/jenkins/extra-files/installer_content"
TEST_SCRIPTS="$SCRIPTS_ROOT/test-scripts"
TEST_SCRIPTS_TGT="home/root/test-scripts"
TEST_LOCAL_IFACE="eth1"
OPENTEST_CLI="$SCRIPTS_ROOT/linux-devtest.tgz"
OPENTEST_TEE_IP="none"
OPENTEST_HW_CAP="linux_tigt_farm"
OPENTEST_BOOTLOADERS="false"
OPENTEST_BOOT_ATTEMPTS="3"
OPENTEST_BOOT_TIMEOUT="300"
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_BUILDER="/home/jenkins/installbuilder"
INSTALLER_ROOT="$BUILD_ROOT/installer"
INSTALL_BUILDER_PROJECT="$SCRIPTS_ROOT/installer-files/tisdk.xml"
INSTALLER_PREFIX="ti-sdk"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
PACKAGE_BOOT_KERNEL_FILES="false"
WEBGEN_ROOT="/home/jenkins/webgen"
WEB_EXTRAS_ROOT="/home/jenkins/extra-files/web_content"
WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data/coresdk"
EXPORT_ARAGO_SRC="0"
COPY_TO_WEB="true"
COPY_DEPLOY_TO_WEB="true"
COPY_GOLDEN_TO_WEB="true"
WEB_HOST="lcpd...@lsblogin01.dal.design.ti.com:/web/lcpd/htdocs/core-sdk/nightly"
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] serialcheck: move to extras for better availability outside of arago distro

2015-03-11 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com

Signed-off-by: Denys Dmytriyenko de...@ti.com
---
 .../serialcheck/0001-Add-option-to-enable-internal-loopback.patch   | 0
 .../serialcheck/serialcheck/0002-Restore-original-loopback-config.patch | 0
 .../recipes-devtools/serialcheck/serialcheck_1.0.0.bb   | 2 +-
 3 files changed, 1 insertion(+), 1 deletion(-)
 rename {meta-arago-distro = 
meta-arago-extras}/recipes-devtools/serialcheck/serialcheck/0001-Add-option-to-enable-internal-loopback.patch
 (100%)
 rename {meta-arago-distro = 
meta-arago-extras}/recipes-devtools/serialcheck/serialcheck/0002-Restore-original-loopback-config.patch
 (100%)
 rename {meta-arago-distro = 
meta-arago-extras}/recipes-devtools/serialcheck/serialcheck_1.0.0.bb (100%)

diff --git 
a/meta-arago-distro/recipes-devtools/serialcheck/serialcheck/0001-Add-option-to-enable-internal-loopback.patch
 
b/meta-arago-extras/recipes-devtools/serialcheck/serialcheck/0001-Add-option-to-enable-internal-loopback.patch
similarity index 100%
rename from 
meta-arago-distro/recipes-devtools/serialcheck/serialcheck/0001-Add-option-to-enable-internal-loopback.patch
rename to 
meta-arago-extras/recipes-devtools/serialcheck/serialcheck/0001-Add-option-to-enable-internal-loopback.patch
diff --git 
a/meta-arago-distro/recipes-devtools/serialcheck/serialcheck/0002-Restore-original-loopback-config.patch
 
b/meta-arago-extras/recipes-devtools/serialcheck/serialcheck/0002-Restore-original-loopback-config.patch
similarity index 100%
rename from 
meta-arago-distro/recipes-devtools/serialcheck/serialcheck/0002-Restore-original-loopback-config.patch
rename to 
meta-arago-extras/recipes-devtools/serialcheck/serialcheck/0002-Restore-original-loopback-config.patch
diff --git 
a/meta-arago-distro/recipes-devtools/serialcheck/serialcheck_1.0.0.bb 
b/meta-arago-extras/recipes-devtools/serialcheck/serialcheck_1.0.0.bb
similarity index 100%
rename from meta-arago-distro/recipes-devtools/serialcheck/serialcheck_1.0.0.bb
rename to meta-arago-extras/recipes-devtools/serialcheck/serialcheck_1.0.0.bb
index 4538bf8..5f0530f 100644
--- a/meta-arago-distro/recipes-devtools/serialcheck/serialcheck_1.0.0.bb
+++ b/meta-arago-extras/recipes-devtools/serialcheck/serialcheck_1.0.0.bb
@@ -1,8 +1,8 @@
 SUMMARY = Application to verify operation of serial ports
 HOMEPAGE = git://git.breakpoint.cc/bigeasy/serialcheck.git
 LICENSE = GPLv2
-
 LIC_FILES_CHKSUM = file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263
+
 SRC_URI = git://git.breakpoint.cc/bigeasy/serialcheck.git
 
 SRC_URI_append =  file://0001-Add-option-to-enable-internal-loopback.patch \
-- 
2.2.0

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


[meta-arago] [PATCH] linaro-pm-qa-utils: remove, this was upstreamed to meta-oe as pm-qa

2015-03-11 Thread Denys Dmytriyenko
From: Denys Dmytriyenko de...@ti.com

Signed-off-by: Denys Dmytriyenko de...@ti.com
---
 .../linaro-pm-qa/linaro-pm-qa-utils_git.bb | 65 --
 1 file changed, 65 deletions(-)
 delete mode 100644 
meta-arago-extras/recipes-devtools/linaro-pm-qa/linaro-pm-qa-utils_git.bb

diff --git 
a/meta-arago-extras/recipes-devtools/linaro-pm-qa/linaro-pm-qa-utils_git.bb 
b/meta-arago-extras/recipes-devtools/linaro-pm-qa/linaro-pm-qa-utils_git.bb
deleted file mode 100644
index 9768a46..000
--- a/meta-arago-extras/recipes-devtools/linaro-pm-qa/linaro-pm-qa-utils_git.bb
+++ /dev/null
@@ -1,65 +0,0 @@
-DESCRIPTION = Utilities from Linaro for testing Power Management
-HOMEPAGE = 
https://wiki.linaro.org/WorkingGroups/PowerManagement/Resources/TestSuite/PmQa;
-
-LICENSE = GPLv2
-LIC_FILES_CHKSUM = file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263
-
-PV = 0.4.4
-PR = r3
-
-BRANCH ?= master
-SRCREV = bdd94ec9204151ba845e9c057de92360c63bbffb
-
-SRC_URI = git://git.linaro.org/tools/pm-qa.git;protocol=git;branch=${BRANCH}
-
-S = ${WORKDIR}/git
-
-CFLAGS += -pthread
-
-do_compile () {
-# Find all the .c files in this project and build them.  Save the names
-# of these files so we know which to install in the installation step.
-for x in `find . -name *.c`
-do
-util=`echo ${x} | sed s/.c$//`
-oe_runmake ${util}
-done
-}
-
-do_install () {
-install -d ${D}${bindir}
-install -d ${D}${bindir}/linaro-pm-qa-include
-
-# Install the compiled binaries
-for x in `find . -name *.c`
-do
-util=`echo ${x} | sed s/.c$//`
-util_basename=`basename ${util}`
-install -m 0755 ${util} ${D}${bindir}/${util_basename}
-done
-
-# Install the helper scripts in the include directory
-for script in `find . -name *.sh | grep include`
-do
-# Remove hardcoded relative paths
-sed -i -e 's#..\/utils\/##' ${script}
-
-script_basename=`basename ${script}`
-install -m 0755 $script 
${D}${bindir}/linaro-pm-qa-include/${script_basename}
-done
-
-# Install the shell scripts NOT in the include directory since those
-# will be installed elsewhere
-for script in `find . -name *.sh | grep -v include`
-do
-# if the script includes any helper scripts from the include
-# directory then change the include path to the absolute path
-# and to reflect the install location of the helper scripts.
-sed -i -e s#source ../include#source 
${bindir}/linaro-pm-qa-include#g ${script}
-# Remove hardcoded relative paths
-sed -i -e 's#..\/utils\/##' ${script}
-
-script_basename=`basename ${script}`
-install -m 0755 $script ${D}${bindir}/${script_basename}
-done
-}
-- 
2.2.0

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


[meta-arago] [PATCH v3] ltp-ddt: add version 1.0.0

2015-03-11 Thread Denys Dmytriyenko
From: Carlos Hernandez c...@ti.com

Latest ltp release was recently merged to ltp-ddt and there is a new way
to configure and compile ltp-ddt.

Signed-off-by: Carlos Hernandez c...@ti.com
Signed-off-by: Denys Dmytriyenko de...@ti.com
---
v3 changes:
* Sync up with mainline meta-oe
* Move to meta-arago-extras
* Switch from linaro-pm-qa-utils to mainline pm-qa
* Drop PR, will set in meta-arago-distro along with AUTOREV
* Unify DESTDIR and KERNEL_CC into EXTRA_OEMAKE
* Re-add packaging share dir into datadir

 .../recipes-devtools/ltp-ddt/ltp-ddt_1.0.0.bb  | 86 ++
 1 file changed, 86 insertions(+)
 create mode 100644 meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_1.0.0.bb

diff --git a/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_1.0.0.bb 
b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_1.0.0.bb
new file mode 100644
index 000..e7907cc
--- /dev/null
+++ b/meta-arago-extras/recipes-devtools/ltp-ddt/ltp-ddt_1.0.0.bb
@@ -0,0 +1,86 @@
+SUMMARY = Embedded Linux Device Driver Tests based on Linux Test Project
+HOMEPAGE = http://arago-project.org/git/projects/test-automation/ltp-ddt.git;
+SECTION = console/utils
+LICENSE = GPLv2
+LIC_FILES_CHKSUM = file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3
+
+PROVIDES += ltp
+DEPENDS += zip-native virtual/kernel alsa-lib
+
+RDEPENDS_${PN} += pm-qa serialcheck
+
+inherit autotools module-base kernel-module-split
+
+PACKAGE_ARCH = ${MACHINE_ARCH}
+
+SRCREV = eef6281052f36f6fe41059eadcf3b4a94f0d85ea
+BRANCH ?= master
+
+SRC_URI = 
git://arago-project.org/git/projects/test-automation/ltp-ddt.git;branch=${BRANCH}
+
+S = ${WORKDIR}/git
+
+LTPROOT = /opt/ltp
+
+EXTRA_OEMAKE_append =  \
+prefix=${LTPROOT} \
+CROSS_COMPILE=${HOST_PREFIX} \
+SKIP_IDCHECK=1 \
+KERNEL_PATH=${STAGING_KERNEL_DIR} \
+KERNEL_INC=${STAGING_KERNEL_DIR} \
+KERNEL_USR_INC=${STAGING_INCDIR} \
+ALSA_INCPATH=${STAGING_INCDIR} \
+ALSA_LIBPATH=${STAGING_LIBDIR} \
+PLATFORM=${MACHINE} \
+RANLIB=${RANLIB} \
+DESTDIR=${D} \
+CC='${CC}' \
+KERNEL_CC='${KERNEL_CC}' \
+
+
+TARGET_CC_ARCH += ${LDFLAGS}
+
+FILES_${PN}-dbg +=  \
+${LTPROOT}/.debug \
+${LTPROOT}/bin/.debug \
+${LTPROOT}/runtest/.debug \
+${LTPROOT}/testcases/bin/.debug \
+${LTPROOT}/testcases/bin/*/bin/.debug \
+${LTPROOT}/testcases/bin/*/test/.debug \
+${LTPROOT}/testcases/bin/ddt/.debug \
+${LTPROOT}/testcases/bin/ddt/*/bin/.debug \
+${LTPROOT}/testcases/bin/ddt/*/test/.debug \
+${LTPROOT}/testcases/realtime/*/*/.debug \
+
+
+FILES_${PN}-staticdev += ${LTPROOT}/lib
+FILES_${PN} += ${LTPROOT}/*
+
+KERNEL_MODULES_META_PACKAGE = ${PN}
+
+kmoddir = /lib/modules/${KERNEL_VERSION}/kernel/drivers/ddt
+
+# ltp doesn't regenerate ffsb-6.0-rc2 configure and hardcode configure call.
+# we explicitly force regeneration of that directory and pass configure 
options.
+do_configure_append() {
+(cd utils/ffsb-6.0-rc2; autoreconf -fvi; ./configure ${CONFIGUREOPTS})
+}
+
+do_compile_append () {
+unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS
+oe_runmake modules
+}
+
+do_install() {
+oe_runmake install
+install -d ${D}${datadir}
+install -d ${D}${kmoddir}
+cp -a ${D}${LTPROOT}/share/* ${D}${datadir}
+rm -rf ${D}${LTPROOT}/share/
+mv ${D}${LTPROOT}/testcases/bin/ddt/*.ko ${D}${kmoddir}
+}
+
+# do_make_scripts should be a separate task for the lock to work
+addtask make_scripts before do_compile
+do_make_scripts[lockfiles] = ${TMPDIR}/kernel-scripts.lock
+do_make_scripts[deptask] = do_populate_sysroot
-- 
2.2.0

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


[meta-arago] gitorious.org status

2015-03-11 Thread Denys Dmytriyenko
So, it appears gitorious.org has disabled git access across the board, 
probably to enforce read-only state and prevent people from updating their 
repos further, forcing them to migrate to gitlab...

There are patches for meta-qt5 to switch SRC_URIs to code.qt.io - that will 
take care of Qt5 recipes, once commited to meta-qt5/master, which we track.

We would need to take care of our own repositories (qt-apps, matrix, uim, 
etc.) and decide where to move them over to. Franklin, most of those repos are 
owned by you or your tem. What are your plans?

meta-arago-extras/recipes-connectivity/uim/uim_git.bb:SRC_URI = 
git://gitorious.org/uim/uim.git \
meta-arago-extras/recipes-qt/qt-apps/image-gallery_git.bb:HOMEPAGE = 
https://gitorious.org/image-gallery;
meta-arago-extras/recipes-qt/qt-apps/image-gallery_git.bb:SRC_URI = 
git://gitorious.org/image-gallery/image-gallery.git;protocol=git;branch=${BRANCH}
meta-arago-extras/recipes-qt/qt-apps/qt-tstat_2.0.bb:HOMEPAGE = 
https://gitorious.org/thermostat-demo;
meta-arago-extras/recipes-qt/qt-apps/qt-tstat_2.0.bb:   
git://gitorious.org/thermostat-demo/thermostat-demo.git;protocol=git \
meta-arago-extras/recipes-core/am-sysinfo/am-sysinfo_git.bb:SRC_URI = 
git://gitorious.org/am_sysinfo/am_sysinfo.git;protocol=git;branch=${BRANCH}
meta-arago-extras/recipes-core/oprofile-example/oprofile-example_git.bb:HOMEPAGE
 = https://gitorious.org/oprofile-example;
meta-arago-extras/recipes-core/oprofile-example/oprofile-example_git.bb:SRC_URI 
= 
git://gitorious.org/oprofile-example/oprofile-example.git;protocol=git;branch=${BRANCH}
meta-arago-extras/recipes-core/matrix/matrix-gui-browser_2.0.bb:HOMEPAGE = 
https://gitorious.org/matrix-gui-v2/matrix_browser;
meta-arago-extras/recipes-core/matrix/matrix-gui-browser_2.0.bb:SRC_URI = 
git://gitorious.org/matrix-gui-v2/matrix_browser.git;protocol=git;branch=${BRANCH}
meta-arago-extras/recipes-core/matrix/matrix-gui-clocks_2.0.bb:HOMEPAGE = 
https://gitorious.org/matrix-gui-v2/matrix-gui-v2-apps;
meta-arago-extras/recipes-core/matrix/matrix-gui-armbenchmarks-demos_2.0.bb:HOMEPAGE
 = https://gitorious.org/matrix-gui-v2/matrix-gui-v2-apps;
meta-arago-extras/recipes-core/matrix/matrix-gui-submenus_2.0.bb:HOMEPAGE = 
https://gitorious.org/matrix-gui-v2/matrix-gui-v2-apps;
meta-arago-extras/recipes-core/matrix/matrix-gui-qt4-demos_2.0.bb:HOMEPAGE = 
https://gitorious.org/matrix-gui-v2/matrix-gui-v2-apps;
meta-arago-extras/recipes-core/matrix/matrix-gui-generic-pm_2.0.bb:HOMEPAGE = 
https://gitorious.org/matrix-gui-v2/matrix-gui-v2-apps;
meta-arago-extras/recipes-core/matrix/matrix-gui-multimedia-demos_2.0.bb:HOMEPAGE
 = https://gitorious.org/matrix-gui-v2/matrix-gui-v2-apps;
meta-arago-extras/recipes-core/matrix/matrix-gui-settings-demos_2.0.bb:HOMEPAGE 
= https://gitorious.org/matrix-gui-v2/matrix-gui-v2-apps;
meta-arago-extras/recipes-core/matrix/matrix-gui-v4l2-demos_2.0.bb:HOMEPAGE = 
https://gitorious.org/matrix-gui-v2/matrix-gui-v2-apps;
meta-arago-extras/recipes-core/matrix/matrix-gui-apps-git.inc:SRC_URI = 
git://gitorious.org/matrix-gui-v2/matrix-gui-v2-apps.git;protocol=git;branch=${BRANCH}
meta-arago-extras/recipes-core/matrix/refresh-screen_2.0.bb:HOMEPAGE = 
https://gitorious.org/matrix-gui-v2/refresh-screen;
meta-arago-extras/recipes-core/matrix/refresh-screen_2.0.bb:SRC_URI = 
git://gitorious.org/matrix-gui-v2/refresh-screen.git;protocol=git;branch=${BRANCH}
meta-arago-extras/recipes-core/matrix/matrix-gui-pru-demos_2.0.bb:HOMEPAGE = 
https://gitorious.org/matrix-gui-v2/matrix-gui-v2-apps;
meta-arago-extras/recipes-core/matrix/matrix-gui-3d-demos_2.0.bb:HOMEPAGE = 
https://gitorious.org/matrix-gui-v2/matrix-gui-v2-apps;
meta-arago-extras/recipes-core/matrix/matrix-gui-apps-images_2.0.bb:HOMEPAGE = 
https://gitorious.org/matrix-gui-v2/matrix-gui-v2-apps;
meta-arago-extras/recipes-core/matrix/matrix-gui-oprofile-demos_2.0.bb:HOMEPAGE 
= https://gitorious.org/matrix-gui-v2/matrix-gui-v2-apps;
meta-arago-extras/recipes-core/matrix/matrix-gui-helper-scripts.bb:HOMEPAGE = 
https://gitorious.org/matrix-gui-v2/matrix-gui-v2-apps;
meta-arago-extras/recipes-core/matrix/matrix-gui_2.0.bb:SRC_URI = 
git://gitorious.org/matrix-gui-v2/matrix-gui-v2.git;protocol=git;branch=${BRANCH}
 \
meta-arago-extras/recipes-core/matrix/matrix-gui-wifi-demos_2.0.bb:HOMEPAGE = 
https://gitorious.org/matrix-gui-v2/matrix-gui-v2-apps;
meta-arago-extras/recipes-core/matrix/matrix-gui-pm-demos_2.0.bb:HOMEPAGE = 
https://gitorious.org/matrix-gui-v2/matrix-gui-v2-apps;
meta-arago-extras/recipes-core/matrix/matrix-gui-display-control_2.0.bb:HOMEPAGE
 = https://gitorious.org/matrix-gui-v2/matrix-gui-v2-apps;
meta-arago-extras/recipes-core/matrix/matrix-gui-crypto-demos_2.0.bb:HOMEPAGE = 
https://gitorious.org/matrix-gui-v2/matrix-gui-v2-apps;
meta-arago-extras/recipes-core/matrix/matrix-gui-usb-demos_2.0.bb:HOMEPAGE = 
https://gitorious.org/matrix-gui-v2/matrix-gui-v2-apps;
meta-arago-extras/recipes-core/matrix/matrix-gui-ethernet-demos_2.0.bb:HOMEPAGE 
= 

Re: [meta-arago] Example Device Tree files when building AM335x/OpenGL support

2015-03-11 Thread Ulf Samuelsson

Den 2015-03-08 21:19, Ulf Samuelsson skrev:
Are there any examples of Device-Trees files which are compatible with 
the omaplfb driver for OpenGL


Running a Beaglebone derivative using AM3359.


Did this for the Beaglebone + LCD4 but when I do the same changes for 
another LCD the screen does not come up.
The fix enabled some clocks, and replaced the tilcdc compatible panel 
with an lcdc entry.


No answers...
Noone knows about openlfb on this mailing list?




BR
Ulf Samuelsson


___
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] recipes-devtools: New ltp-ddt_1.0.0 recipe

2015-03-11 Thread Denys Dmytriyenko
Carlos,

ltp-ddt 1.0 fails to build now:

| arm-linux-gnueabihf-gcc  -march=armv7-a -marm -mthumb-interwork 
-mfloat-abi=hard -mfpu=neon -mtune=cortex-a8  
-L/opt/linaro-2013.03/arm-linux-gnueabihf/lib -Wl,-rpath-li
nk,/opt/linaro-2013.03/arm-linux-gnueabihf/lib -Wl,-O1 -Wl,--hash-style=gnu 
--sysroot=/home/jenkins/tisdk-build/build-CORTEX_1/arago-tmp-external-linaro-toolchain/sysroots
/am335x-evm -isystem/opt/linaro-2013.03/arm-linux-gnueabihf/include  
-fstack-protector -O2 -pipe -g -feliminate-unused-debug-types -g -O2 
-fno-strict-aliasing -pipe -Wall 
-W  -isystem/opt/linaro-2013.03/arm-linux-gnueabihf/include  -fstack-protector 
-O2 -pipe -g -feliminate-unused-debug-types -Wold-style-definition 
-isystem/opt/linaro-2013.
03/arm-linux-gnueabihf/include  -fstack-protector -D_FORTIFY_SOURCE=2 
-I/home/jenkins/tisdk-build/build-CORTEX_1/arago-tmp-external-linaro-toolchain/work/am335x_evm-oe-lin
ux-gnueabi/ltp-ddt/1.0.0-r0/git/testcases/kernel/include -D_GNU_SOURCE 
-I/home/jenkins/tisdk-build/build-CORTEX_1/arago-tmp-external-linaro-toolchain/work/am335x_evm-oe-li
nux-gnueabi/ltp-ddt/1.0.0-r0/git/testcases/kernel/timers/timer_create/../include
 -I../../../../include -I../../../../include 
-L/opt/linaro-2013.03/arm-linux-gnueabihf/lib 
-Wl,-rpath-link,/opt/linaro-2013.03/arm-linux-gnueabihf/lib -Wl,-O1 
-Wl,--hash-style=gnu  -L../../../../lib  timer_create02.c   -lltp -lpthread 
-lrt -o timer_create02
| 
/home/jenkins/tisdk-build/build-CORTEX_1/arago-tmp-external-linaro-toolchain/sysroots/am335x-evm/usr/lib/libfl.so:
 undefined reference to `yylex'
| collect2: error: ld returned 1 exit status
| make[1]: *** [ltp-bump] Error 1


Looks like flex doesn't have the right symbol - is it wrong version?

-- 
Denys


On Tue, Mar 10, 2015 at 09:13:33AM -0400, Carlos Hernandez wrote:
 Latest ltp release was recently merge to ltp-ddt and there is a new
 way to configure and compile ltp-ddt.
 
 Signed-off-by: Carlos Hernandez c...@ti.com
 ---
  ...ite-Make-sure-to-include-generated-header.patch | 33 
  .../recipes-devtools/ltp-ddt/ltp-ddt_1.0.0.bb  | 87 
 ++
  2 files changed, 120 insertions(+)
  create mode 100644 
 meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt/0001-wdt_test_suite-Make-sure-to-include-generated-header.patch
  create mode 100644 
 meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt_1.0.0.bb
 
 diff --git 
 a/meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt/0001-wdt_test_suite-Make-sure-to-include-generated-header.patch
  
 b/meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt/0001-wdt_test_suite-Make-sure-to-include-generated-header.patch
 new file mode 100644
 index 000..31df16d
 --- /dev/null
 +++ 
 b/meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt/0001-wdt_test_suite-Make-sure-to-include-generated-header.patch
 @@ -0,0 +1,33 @@
 +From 4a8f24892514cd5e4d11b9105c843db49eea921b Mon Sep 17 00:00:00 2001
 +From: Khem Raj raj.k...@gmail.com
 +Date: Wed, 19 Feb 2014 19:41:33 -0800
 +Subject: [PATCH] wdt_test_suite: Make sure to include generated headers
 +
 +This makes sure that its using the generated headers
 +and not the raw headers from kernel, generated headers
 +are built for the given machine already when kernel is
 +built and are available in configured/compiled kernel tree
 +already
 +
 +Signed-off-by: Khem Raj raj.k...@gmail.com
 +---
 + testcases/ddt/wdt_test_suite/Makefile | 4 ++--
 + 1 file changed, 2 insertions(+), 2 deletions(-)
 +
 +diff --git a/testcases/ddt/wdt_test_suite/Makefile 
 b/testcases/ddt/wdt_test_suite/Makefile
 +index 90a6a90..22a1cfd 100644
 +--- a/testcases/ddt/wdt_test_suite/Makefile
  b/testcases/ddt/wdt_test_suite/Makefile
 +@@ -20,8 +20,8 @@ INCLUDES= -I $(KERNEL_INC) -I src/interface/common 
 -I ../utils/user
 + INCLUDES= -I src/parser \
 +   -I src/interface/common \
 +   -I ../utils/user \
 +-  -I $(KERNEL_INC)/include \
 +-  -I $(KERNEL_INC)/arch/arm/include
 ++  -I $(KERNEL_INC)/include/generated \
 ++  -I $(KERNEL_INC)/arch/arm/include/generated \
 +
 +#List of source files- Update this on adding a new C file
 + SOURCES := \
 +--
 +1.9.0
 diff --git a/meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt_1.0.0.bb 
 b/meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt_1.0.0.bb
 new file mode 100644
 index 000..c321242
 --- /dev/null
 +++ b/meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt_1.0.0.bb
 @@ -0,0 +1,87 @@
 +SUMMARY = Embedded Linux Device Driver Tests based on Linux Test Project
 +HOMEPAGE = 
 http://arago-project.org/git/projects/test-automation/ltp-ddt.git;
 +SECTION = console/utils
 +LICENSE = GPLv2
 +LIC_FILES_CHKSUM = file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3
 +PR = r1
 +
 +PROVIDES += ltp
 +DEPENDS += zip-native virtual/kernel alsa-lib
 +
 +inherit autotools module-base kernel-module-split
 +
 +PACKAGE_ARCH = ${MACHINE_ARCH}
 +
 +SRCREV = ltp-ddt_1.0.0
 +BRANCH ?= master
 +
 

[meta-arago] [PATCH 3/4] stream: Update commit used by SDK branch to include openmp version of stream

2015-03-11 Thread Franklin S. Cooper Jr
From: Franklin S. Cooper Jr fcoo...@ti.com

Signed-off-by: Franklin S. Cooper Jr fcoo...@ti.com
---
 .../recipes-benchmark/stream/stream_git.bbappend   |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-arago-distro/recipes-benchmark/stream/stream_git.bbappend 
b/meta-arago-distro/recipes-benchmark/stream/stream_git.bbappend
index 9dc244b..0f93e02 100644
--- a/meta-arago-distro/recipes-benchmark/stream/stream_git.bbappend
+++ b/meta-arago-distro/recipes-benchmark/stream/stream_git.bbappend
@@ -1,7 +1,7 @@
-PR_append = -arago0
+PR_append = -arago1
 
 BRANCH = sdk
-SRCREV = cfd73a33c0ceef1f8532ce6a71de3bcf9435f6a2
+SRCREV = 96156d407d9a4e5fac4513f3d3f60a414b3355cd
 
 do_compile_prepend() {
 #Explicitly clear some variables to insure no unexpected optimizations are 
being passed in.
-- 
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] [PATCH 2/4] stream: Update commit to include building openmp version of stream

2015-03-11 Thread Franklin S. Cooper Jr
From: Franklin S. Cooper Jr fcoo...@ti.com

Signed-off-by: Franklin S. Cooper Jr fcoo...@ti.com
---
 .../recipes-benchmark/stream/stream_git.bb |   11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/meta-arago-extras/recipes-benchmark/stream/stream_git.bb 
b/meta-arago-extras/recipes-benchmark/stream/stream_git.bb
index 75955da..6a86dc9 100644
--- a/meta-arago-extras/recipes-benchmark/stream/stream_git.bb
+++ b/meta-arago-extras/recipes-benchmark/stream/stream_git.bb
@@ -4,21 +4,26 @@ LICENSE = Stream_Benchmark_License
 LIC_FILES_CHKSUM = file://LICENSE.txt;md5=bca8cbe07976fe64c8946378d08314b0
 SECTION = system
 
-PR = r1
+PR = r2
 
 BRANCH ?= master
-SRCREV = bd474633b7b0352211b48d84065bf7b7e166e4c2
+SRCREV = b66f2bab5d6d0b35732ef8406ae03873725a3306
 
 SRC_URI = git://git.ti.com/sitara-linux/stream.git;branch=${BRANCH}
 
 S = ${WORKDIR}/git
 
+PACKAGES =+ ${PN}-openmp
+
 do_compile() {
# build the release version
-   oe_runmake stream_linux
+   oe_runmake
 }
 
 do_install() {
install -d ${D}/${bindir}
install -m 0755 ${S}/stream_c ${D}/${bindir}/
+   install -m 0755 ${S}/stream_c_openmp ${D}/${bindir}/
 }
+
+FILES_${PN}-openmp = ${bindir}/stream_c_openmp
-- 
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] [PATCH 1/4] stream: Update license name

2015-03-11 Thread Franklin S. Cooper Jr
From: Franklin S. Cooper Jr fcoo...@ti.com

* Stream license is not a standard license so change the license from BSD.
* Since the license name is multiple words use underscores instead of spaces
  because it then assumes that each word is a difference license.

Signed-off-by: Franklin S. Cooper Jr fcoo...@ti.com
---
 .../recipes-benchmark/stream/stream_git.bb |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-arago-extras/recipes-benchmark/stream/stream_git.bb 
b/meta-arago-extras/recipes-benchmark/stream/stream_git.bb
index 41ba5ad..75955da 100644
--- a/meta-arago-extras/recipes-benchmark/stream/stream_git.bb
+++ b/meta-arago-extras/recipes-benchmark/stream/stream_git.bb
@@ -1,10 +1,10 @@
 DESCRIPTION = Stream Benchmark
 HOMEPAGE = http://www.cs.virginia.edu/stream/;
-LICENSE = BSD
+LICENSE = Stream_Benchmark_License
 LIC_FILES_CHKSUM = file://LICENSE.txt;md5=bca8cbe07976fe64c8946378d08314b0
 SECTION = system
 
-PR = r0
+PR = r1
 
 BRANCH ?= master
 SRCREV = bd474633b7b0352211b48d84065bf7b7e166e4c2
-- 
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] [PATCH 4/4] packagegroup-arago-tisdk-addons: Include stream-openmp for dra7 and am57x

2015-03-11 Thread Franklin S. Cooper Jr
From: Franklin S. Cooper Jr fcoo...@ti.com

Signed-off-by: Franklin S. Cooper Jr fcoo...@ti.com
---
 .../packagegroup-arago-tisdk-addons.bb |4 ++--
 1 file changed, 2 insertions(+), 2 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 b08b0aa..8d12018 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 = r21
+PR = r22
 
 inherit packagegroup
 
@@ -41,7 +41,7 @@ UTILS_append_omap-a15 =  parted
 
 UTILS_append_ti33x =  switch-config
 UTILS_append_ti43x =  switch-config libdrm-omap
-UTILS_append_omap-a15 =  switch-config libdrm-omap
+UTILS_append_omap-a15 =  switch-config libdrm-omap stream-openmp
 
 RDEPENDS_${PN} = \
 ${UTILS} \
-- 
1.7.9.5

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


Re: [meta-arago] [PATCH] recipes-devtools: New ltp-ddt_1.0.0 recipe

2015-03-11 Thread Hernandez, Carlos
Did you do a clean ltp-ddt build? The v2 patch ran successfully for me.
Carlos

Sent from my Android phone using TouchDown (www.nitrodesk.com)

-Original Message-
From: Dmytriyenko, Denys [de...@ti.com]
Received: Wednesday, 11 Mar 2015, 7:53PM
To: Hernandez, Carlos [c...@ti.com]
CC: meta-arago@arago-project.org [meta-arago@arago-project.org]
Subject: Re: [meta-arago] [PATCH] recipes-devtools: New ltp-ddt_1.0.0 recipe

Carlos,

ltp-ddt 1.0 fails to build now:

| arm-linux-gnueabihf-gcc  -march=armv7-a -marm -mthumb-interwork 
-mfloat-abi=hard -mfpu=neon -mtune=cortex-a8  
-L/opt/linaro-2013.03/arm-linux-gnueabihf/lib -Wl,-rpath-li
nk,/opt/linaro-2013.03/arm-linux-gnueabihf/lib -Wl,-O1 -Wl,--hash-style=gnu 
--sysroot=/home/jenkins/tisdk-build/build-CORTEX_1/arago-tmp-external-linaro-toolchain/sysroots
/am335x-evm -isystem/opt/linaro-2013.03/arm-linux-gnueabihf/include  
-fstack-protector -O2 -pipe -g -feliminate-unused-debug-types -g -O2 
-fno-strict-aliasing -pipe -Wall
-W  -isystem/opt/linaro-2013.03/arm-linux-gnueabihf/include  -fstack-protector 
-O2 -pipe -g -feliminate-unused-debug-types -Wold-style-definition 
-isystem/opt/linaro-2013.
03/arm-linux-gnueabihf/include  -fstack-protector -D_FORTIFY_SOURCE=2 
-I/home/jenkins/tisdk-build/build-CORTEX_1/arago-tmp-external-linaro-toolchain/work/am335x_evm-oe-lin
ux-gnueabi/ltp-ddt/1.0.0-r0/git/testcases/kernel/include -D_GNU_SOURCE 
-I/home/jenkins/tisdk-build/build-CORTEX_1/arago-tmp-external-linaro-toolchain/work/am335x_evm-oe-li
nux-gnueabi/ltp-ddt/1.0.0-r0/git/testcases/kernel/timers/timer_create/../include
 -I../../../../include -I../../../../include 
-L/opt/linaro-2013.03/arm-linux-gnueabihf/lib
-Wl,-rpath-link,/opt/linaro-2013.03/arm-linux-gnueabihf/lib -Wl,-O1 
-Wl,--hash-style=gnu  -L../../../../lib  timer_create02.c   -lltp -lpthread 
-lrt -o timer_create02
| 
/home/jenkins/tisdk-build/build-CORTEX_1/arago-tmp-external-linaro-toolchain/sysroots/am335x-evm/usr/lib/libfl.so:
 undefined reference to `yylex'
| collect2: error: ld returned 1 exit status
| make[1]: *** [ltp-bump] Error 1


Looks like flex doesn't have the right symbol - is it wrong version?

--
Denys


On Tue, Mar 10, 2015 at 09:13:33AM -0400, Carlos Hernandez wrote:
 Latest ltp release was recently merge to ltp-ddt and there is a new
 way to configure and compile ltp-ddt.

 Signed-off-by: Carlos Hernandez c...@ti.com
 ---
  ...ite-Make-sure-to-include-generated-header.patch | 33 
  .../recipes-devtools/ltp-ddt/ltp-ddt_1.0.0.bb  | 87 
 ++
  2 files changed, 120 insertions(+)
  create mode 100644 
 meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt/0001-wdt_test_suite-Make-sure-to-include-generated-header.patch
  create mode 100644 
 meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt_1.0.0.bb

 diff --git 
 a/meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt/0001-wdt_test_suite-Make-sure-to-include-generated-header.patch
  
 b/meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt/0001-wdt_test_suite-Make-sure-to-include-generated-header.patch
 new file mode 100644
 index 000..31df16d
 --- /dev/null
 +++ 
 b/meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt/0001-wdt_test_suite-Make-sure-to-include-generated-header.patch
 @@ -0,0 +1,33 @@
 +From 4a8f24892514cd5e4d11b9105c843db49eea921b Mon Sep 17 00:00:00 2001
 +From: Khem Raj raj.k...@gmail.com
 +Date: Wed, 19 Feb 2014 19:41:33 -0800
 +Subject: [PATCH] wdt_test_suite: Make sure to include generated headers
 +
 +This makes sure that its using the generated headers
 +and not the raw headers from kernel, generated headers
 +are built for the given machine already when kernel is
 +built and are available in configured/compiled kernel tree
 +already
 +
 +Signed-off-by: Khem Raj raj.k...@gmail.com
 +---
 + testcases/ddt/wdt_test_suite/Makefile | 4 ++--
 + 1 file changed, 2 insertions(+), 2 deletions(-)
 +
 +diff --git a/testcases/ddt/wdt_test_suite/Makefile 
 b/testcases/ddt/wdt_test_suite/Makefile
 +index 90a6a90..22a1cfd 100644
 +--- a/testcases/ddt/wdt_test_suite/Makefile
  b/testcases/ddt/wdt_test_suite/Makefile
 +@@ -20,8 +20,8 @@ INCLUDES= -I $(KERNEL_INC) -I src/interface/common 
 -I ../utils/user
 + INCLUDES= -I src/parser \
 +   -I src/interface/common \
 +   -I ../utils/user \
 +-  -I $(KERNEL_INC)/include \
 +-  -I $(KERNEL_INC)/arch/arm/include
 ++  -I $(KERNEL_INC)/include/generated \
 ++  -I $(KERNEL_INC)/arch/arm/include/generated \
 +
 +#List of source files- Update this on adding a new C file
 + SOURCES := \
 +--
 +1.9.0
 diff --git a/meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt_1.0.0.bb 
 b/meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt_1.0.0.bb
 new file mode 100644
 index 000..c321242
 --- /dev/null
 +++ b/meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt_1.0.0.bb
 @@ -0,0 +1,87 @@
 +SUMMARY = Embedded Linux Device Driver Tests based on Linux Test Project

[meta-arago] [nightly] Core TISDK 2015.03 build 2015-03-11_18-04-45

2015-03-11 Thread Denys Dmytriyenko
Title: 
Status for 03/11/15





Status for 03/11/15

BUILD_ID: build-2015-03-11_18-05-46

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


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


meta-qt5
git://github.com/meta-qt5/meta-qt5.git
master
HEAD
layers=


meta-openembedded
git://git.openembedded.org/meta-openembedded
daisy
HEAD
layers=toolchain-layer:meta-networking:meta-ruby:meta-oe


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


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


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am57xx-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="2015.03"
MACHINES="am57xx-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-am57x"
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-daisy-config.txt"
LOG_DIR="${BUILD_ROOT}/log-files"
BUILD_LOG_VERBOSE="true"
DL_DIR="/OE/downloads"
BB_GENERATE_MIRROR_TARBALLS="0"
INSTALLER_EXTRAS_ROOT="/home/jenkins/extra-files/installer_content"
TEST_SCRIPTS="$SCRIPTS_ROOT/test-scripts"
TEST_SCRIPTS_TGT="home/root/test-scripts"
TEST_LOCAL_IFACE="eth1"
OPENTEST_CLI="$SCRIPTS_ROOT/linux-devtest.tgz"
OPENTEST_TEE_IP="none"
OPENTEST_HW_CAP="linux_tigt_farm"
OPENTEST_BOOTLOADERS="false"
OPENTEST_BOOT_ATTEMPTS="3"
OPENTEST_BOOT_TIMEOUT="300"
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_BUILDER="/home/jenkins/installbuilder"
INSTALLER_ROOT="$BUILD_ROOT/installer"
INSTALL_BUILDER_PROJECT="$SCRIPTS_ROOT/installer-files/tisdk.xml"
INSTALLER_PREFIX="ti-sdk"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
PACKAGE_BOOT_KERNEL_FILES="false"
WEBGEN_ROOT="/home/jenkins/webgen"
WEB_EXTRAS_ROOT="/home/jenkins/extra-files/web_content"
WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data/coresdk"
EXPORT_ARAGO_SRC="0"
COPY_TO_WEB="true"
COPY_DEPLOY_TO_WEB="true"
COPY_GOLDEN_TO_WEB="true"
WEB_HOST="lcpd...@lsblogin01.dal.design.ti.com:/web/lcpd/htdocs/core-sdk/nightly/am57x"
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-am57x/workspace"





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


Re: [meta-arago] [PATCH] recipes-devtools: New ltp-ddt_1.0.0 recipe

2015-03-11 Thread Denys Dmytriyenko
No, it wasn't a clean build. I'll try that next, but I think I need to drop 
share part I've added first...


On Wed, Mar 11, 2015 at 08:44:53PM -0400, Hernandez, Carlos wrote:
Did you do a clean ltp-ddt build? The v2 patch ran successfully for me.
Carlos
 
Sent from my Android phone using TouchDown (www.nitrodesk.com)
 
-Original Message-
From: Dmytriyenko, Denys [de...@ti.com]
Received: Wednesday, 11 Mar 2015, 7:53PM
To: Hernandez, Carlos [c...@ti.com]
CC: meta-arago@arago-project.org [meta-arago@arago-project.org]
Subject: Re: [meta-arago] [PATCH] recipes-devtools: New ltp-ddt_1.0.0
recipe
 
Carlos,
 
ltp-ddt 1.0 fails to build now:
 
| arm-linux-gnueabihf-gcc  -march=armv7-a -marm -mthumb-interwork
-mfloat-abi=hard -mfpu=neon -mtune=cortex-a8 
-L/opt/linaro-2013.03/arm-linux-gnueabihf/lib -Wl,-rpath-li
nk,/opt/linaro-2013.03/arm-linux-gnueabihf/lib -Wl,-O1
-Wl,--hash-style=gnu

 --sysroot=/home/jenkins/tisdk-build/build-CORTEX_1/arago-tmp-external-linaro-toolchain/sysroots
/am335x-evm -isystem/opt/linaro-2013.03/arm-linux-gnueabihf/include 
-fstack-protector -O2 -pipe -g -feliminate-unused-debug-types -g -O2
-fno-strict-aliasing -pipe -Wall
-W  -isystem/opt/linaro-2013.03/arm-linux-gnueabihf/include 
-fstack-protector -O2 -pipe -g -feliminate-unused-debug-types
-Wold-style-definition -isystem/opt/linaro-2013.
03/arm-linux-gnueabihf/include  -fstack-protector -D_FORTIFY_SOURCE=2

 -I/home/jenkins/tisdk-build/build-CORTEX_1/arago-tmp-external-linaro-toolchain/work/am335x_evm-oe-lin
ux-gnueabi/ltp-ddt/1.0.0-r0/git/testcases/kernel/include -D_GNU_SOURCE

 -I/home/jenkins/tisdk-build/build-CORTEX_1/arago-tmp-external-linaro-toolchain/work/am335x_evm-oe-li

 nux-gnueabi/ltp-ddt/1.0.0-r0/git/testcases/kernel/timers/timer_create/../include
-I../../../../include -I../../../../include
-L/opt/linaro-2013.03/arm-linux-gnueabihf/lib
-Wl,-rpath-link,/opt/linaro-2013.03/arm-linux-gnueabihf/lib -Wl,-O1
-Wl,--hash-style=gnu  -L../../../../lib  timer_create02.c   -lltp
-lpthread -lrt -o timer_create02
|

 /home/jenkins/tisdk-build/build-CORTEX_1/arago-tmp-external-linaro-toolchain/sysroots/am335x-evm/usr/lib/libfl.so:
undefined reference to `yylex'
| collect2: error: ld returned 1 exit status
| make[1]: *** [ltp-bump] Error 1
 
Looks like flex doesn't have the right symbol - is it wrong version?
 
--
Denys
 
On Tue, Mar 10, 2015 at 09:13:33AM -0400, Carlos Hernandez wrote:
 Latest ltp release was recently merge to ltp-ddt and there is a new
 way to configure and compile ltp-ddt.

 Signed-off-by: Carlos Hernandez c...@ti.com
 ---
  ...ite-Make-sure-to-include-generated-header.patch | 33 
  .../recipes-devtools/ltp-ddt/ltp-ddt_1.0.0.bb  | 87
++
  2 files changed, 120 insertions(+)
  create mode 100644

 meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt/0001-wdt_test_suite-Make-sure-to-include-generated-header.patch
  create mode 100644
meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt_1.0.0.bb

 diff --git

 a/meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt/0001-wdt_test_suite-Make-sure-to-include-generated-header.patch

 b/meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt/0001-wdt_test_suite-Make-sure-to-include-generated-header.patch
 new file mode 100644
 index 000..31df16d
 --- /dev/null
 +++

 b/meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt/0001-wdt_test_suite-Make-sure-to-include-generated-header.patch
 @@ -0,0 +1,33 @@
 +From 4a8f24892514cd5e4d11b9105c843db49eea921b Mon Sep 17 00:00:00 2001
 +From: Khem Raj raj.k...@gmail.com
 +Date: Wed, 19 Feb 2014 19:41:33 -0800
 +Subject: [PATCH] wdt_test_suite: Make sure to include generated headers
 +
 +This makes sure that its using the generated headers
 +and not the raw headers from kernel, generated headers
 +are built for the given machine already when kernel is
 +built and are available in configured/compiled kernel tree
 +already
 +
 +Signed-off-by: Khem Raj raj.k...@gmail.com
 +---
 + testcases/ddt/wdt_test_suite/Makefile | 4 ++--
 + 1 file changed, 2 insertions(+), 2 deletions(-)
 +
 +diff --git a/testcases/ddt/wdt_test_suite/Makefile
b/testcases/ddt/wdt_test_suite/Makefile
 +index 90a6a90..22a1cfd 100644
 +--- a/testcases/ddt/wdt_test_suite/Makefile
  b/testcases/ddt/wdt_test_suite/Makefile
 +@@ -20,8 +20,8 @@ INCLUDES= -I $(KERNEL_INC) -I
src/interface/common -I ../utils/user
 + INCLUDES= -I src/parser \
 +   -I src/interface/common \
 +   -I ../utils/user \
 +-  -I $(KERNEL_INC)/include \
 +-  -I $(KERNEL_INC)/arch/arm/include
 ++  -I 

[meta-arago] [nightly] Core TISDK 2015.03 build 2015-03-11_18-04-18

2015-03-11 Thread Denys Dmytriyenko
Title: 
Status for 03/11/15





Status for 03/11/15

BUILD_ID: build-2015-03-11_18-05-19

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


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


meta-qt5
git://github.com/meta-qt5/meta-qt5.git
master
HEAD
layers=


meta-openembedded
git://git.openembedded.org/meta-openembedded
daisy
HEAD
layers=toolchain-layer:meta-networking:meta-ruby:meta-oe


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


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


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am335x-evm
FAILED
SKIPPED


am437x-evm
FAILED
SKIPPED


dra7xx-evm
FAILED
SKIPPED


am57xx-evm
FAILED
SKIPPED


k2hk-evm
FAILED
SKIPPED


omap5-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="2015.03"
MACHINES="am335x-evm am437x-evm dra7xx-evm am57xx-evm k2hk-evm omap5-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-daisy-config.txt"
LOG_DIR="${BUILD_ROOT}/log-files"
BUILD_LOG_VERBOSE="true"
DL_DIR="/OE/downloads"
BB_GENERATE_MIRROR_TARBALLS="0"
INSTALLER_EXTRAS_ROOT="/home/jenkins/extra-files/installer_content"
TEST_SCRIPTS="$SCRIPTS_ROOT/test-scripts"
TEST_SCRIPTS_TGT="home/root/test-scripts"
TEST_LOCAL_IFACE="eth1"
OPENTEST_CLI="$SCRIPTS_ROOT/linux-devtest.tgz"
OPENTEST_TEE_IP="none"
OPENTEST_HW_CAP="linux_tigt_farm"
OPENTEST_BOOTLOADERS="false"
OPENTEST_BOOT_ATTEMPTS="3"
OPENTEST_BOOT_TIMEOUT="300"
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_BUILDER="/home/jenkins/installbuilder"
INSTALLER_ROOT="$BUILD_ROOT/installer"
INSTALL_BUILDER_PROJECT="$SCRIPTS_ROOT/installer-files/tisdk.xml"
INSTALLER_PREFIX="ti-sdk"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
PACKAGE_BOOT_KERNEL_FILES="false"
WEBGEN_ROOT="/home/jenkins/webgen"
WEB_EXTRAS_ROOT="/home/jenkins/extra-files/web_content"
WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data/coresdk"
EXPORT_ARAGO_SRC="0"
COPY_TO_WEB="true"
COPY_DEPLOY_TO_WEB="true"
COPY_GOLDEN_TO_WEB="true"
WEB_HOST="lcpd...@lsblogin01.dal.design.ti.com:/web/lcpd/htdocs/core-sdk/nightly"
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] packagegroup-arago-standalone-sdk-target: Include libgomp into toolchain SDK

2015-03-11 Thread Franklin S. Cooper Jr
From: Franklin S. Cooper Jr fcoo...@ti.com

* When compiling an application with the -fopenmp flag an error is given since
  libgomp isn't apart of the toolchain SDK.
* Since this package comes from the toolchain only include it when using the
  external linaro toolchain since it isn't included in the arago toolchain.

Signed-off-by: Franklin S. Cooper Jr fcoo...@ti.com
---
 .../packagegroup-arago-standalone-sdk-target.bb|3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-standalone-sdk-target.bb
 
b/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-standalone-sdk-target.bb
index d4a5072..b08e125 100644
--- 
a/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-standalone-sdk-target.bb
+++ 
b/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-standalone-sdk-target.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = Target packages for the standalone SDK
-PR = r6
+PR = r7
 LICENSE = MIT
 
 inherit packagegroup
@@ -33,4 +33,5 @@ RDEPENDS_${PN} = \
 opkg-dev \
 sysvinit-dev \
 util-linux-dev \
+${@base_conditional('TCLIBC', 'external-linaro-toolchain', 'libgomp 
libgomp-dev', '', d)} \
 
-- 
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] [nightly] Core TISDK 2015.03 build 2015-03-11_05-00-57

2015-03-11 Thread Denys Dmytriyenko
Title: 
Status for 03/11/15





Status for 03/11/15

BUILD_ID: build-2015-03-11_05-01-59

Clean Build: false

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


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


meta-qt5
git://github.com/meta-qt5/meta-qt5.git
master
HEAD
layers=


meta-openembedded
git://git.openembedded.org/meta-openembedded
daisy
HEAD
layers=toolchain-layer:meta-networking:meta-ruby:meta-oe


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


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


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am57xx-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="2015.03"
MACHINES="am57xx-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-am57x"
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-daisy-config.txt"
LOG_DIR="${BUILD_ROOT}/log-files"
BUILD_LOG_VERBOSE="true"
DL_DIR="/OE/downloads"
BB_GENERATE_MIRROR_TARBALLS="0"
INSTALLER_EXTRAS_ROOT="/home/jenkins/extra-files/installer_content"
TEST_SCRIPTS="$SCRIPTS_ROOT/test-scripts"
TEST_SCRIPTS_TGT="home/root/test-scripts"
TEST_LOCAL_IFACE="eth1"
OPENTEST_CLI="$SCRIPTS_ROOT/linux-devtest.tgz"
OPENTEST_TEE_IP="none"
OPENTEST_HW_CAP="linux_tigt_farm"
OPENTEST_BOOTLOADERS="false"
OPENTEST_BOOT_ATTEMPTS="3"
OPENTEST_BOOT_TIMEOUT="300"
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_BUILDER="/home/jenkins/installbuilder"
INSTALLER_ROOT="$BUILD_ROOT/installer"
INSTALL_BUILDER_PROJECT="$SCRIPTS_ROOT/installer-files/tisdk.xml"
INSTALLER_PREFIX="ti-sdk"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
PACKAGE_BOOT_KERNEL_FILES="false"
WEBGEN_ROOT="/home/jenkins/webgen"
WEB_EXTRAS_ROOT="/home/jenkins/extra-files/web_content"
WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data/coresdk"
EXPORT_ARAGO_SRC="0"
COPY_TO_WEB="true"
COPY_DEPLOY_TO_WEB="true"
COPY_GOLDEN_TO_WEB="true"
WEB_HOST="lcpd...@lsblogin01.dal.design.ti.com:/web/lcpd/htdocs/core-sdk/nightly/am57x"
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-am57x/workspace"





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


[meta-arago] [meta-arago 1/2] packagegroup-*-graphics: Add omapdrm-pvr

2015-03-11 Thread Karthik Ramanan
Signed-off-by: Karthik Ramanan a0393...@ti.com
---
 .../packagegroup-arago-tisdk-graphics.bb   |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
 
b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
index f854596..1043ce5 100644
--- 
a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
+++ 
b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
@@ -38,9 +38,8 @@ GRAPHICS_RDEPENDS_omap3 = \
 GRAPHICS_RDEPENDS_omap-a15 = \
 libgbm \
 omap5-sgx-ddk-um-linux \
+omapdrm-pvr \
 
-# Put this back when compile issues are fixed against 3.14
-#omapdrm-pvr
 
 GRAPHICS_BLTSVILLE = 
 GRAPHICS_BLTSVILLE_omap-a15 =  \
-- 
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] [meta-arago 2/2] packagegroup-*-graphics: Deprecate bltsville

2015-03-11 Thread Karthik Ramanan
Signed-off-by: Karthik Ramanan a0393...@ti.com
---
 .../packagegroup-arago-tisdk-graphics.bb   |6 --
 1 file changed, 6 deletions(-)

diff --git 
a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
 
b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
index 1043ce5..4cb45dd 100644
--- 
a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
+++ 
b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
@@ -41,13 +41,7 @@ GRAPHICS_RDEPENDS_omap-a15 = \
 omapdrm-pvr \
 
 
-GRAPHICS_BLTSVILLE = 
-GRAPHICS_BLTSVILLE_omap-a15 =  \
-bltsville   \
-
-
 RDEPENDS_${PN} = \
 ${@base_conditional('QT_PROVIDER', 'qt4e', , ${GRAPHICS_WESTON}, d)} \
 ${GRAPHICS_RDEPENDS} \
-${GRAPHICS_BLTSVILLE} \
 
-- 
1.7.9.5

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


Re: [meta-arago] [PATCH v2] recipes-devtools: New ltp-ddt_1.0.0 recipe

2015-03-11 Thread Carlos Hernandez
I sent it to meta-oe yesterday. Feel free to send your newer version to 
meta-oe.

Thanks,
Carlos

On 03/10/2015 11:19 PM, Dmytriyenko, Denys wrote:


Thanks. Mostly good, but I'd like to fix couple more minor things - 
I'll send a fixed version tomorrow. If you haven't sent it to meta-oe 
yet, please wait.


--
Denys

On Mar 10, 2015 4:49 PM, Hernandez, Carlos c...@ti.com wrote:

Latest ltp release was recently merge to ltp-ddt and there is a new
way to configure and compile ltp-ddt.

Signed-off-by: Carlos Hernandez c...@ti.com
---
 .../recipes-devtools/ltp-ddt/ltp-ddt_1.0.0.bb  | 84
++
 1 file changed, 84 insertions(+)
 create mode 100644
meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt_1.0.0.bb

diff --git
a/meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt_1.0.0.bb
b/meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt_1.0.0.bb
new file mode 100644
index 000..db66ed4
--- /dev/null
+++ b/meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt_1.0.0.bb
@@ -0,0 +1,84 @@
+SUMMARY = Embedded Linux Device Driver Tests based on Linux Test
Project
+HOMEPAGE =
http://arago-project.org/git/projects/test-automation/ltp-ddt.git;
+SECTION = console/utils
+LICENSE = GPLv2
+LIC_FILES_CHKSUM =
file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 %20%20
+
+PROVIDES += ltp
+DEPENDS += zip-native virtual/kernel alsa-lib
+RDEPENDS_${PN} += linaro-pm-qa-utils serialcheck
+
+inherit autotools module-base kernel-module-split
+
+PACKAGE_ARCH = ${MACHINE_ARCH}
+
+SRCREV = eef6281052f36f6fe41059eadcf3b4a94f0d85ea
+BRANCH ?= master
+PR = r1-arago10+gitr${SRCPV}
+
+SRC_URI =

git://arago-project.org/git/projects/test-automation/ltp-ddt.git;branch=${BRANCH}
\
+  
+
+S = ${WORKDIR}/git
+
+LTPROOT = /opt/ltp
+
+EXTRA_OEMAKE_append =  \
+prefix=${LTPROOT} \
+CROSS_COMPILE=${HOST_PREFIX} \
+SKIP_IDCHECK=1 \
+KERNEL_INC=${STAGING_KERNEL_DIR} \
+KERNEL_USR_INC=${STAGING_INCDIR} \
+ALSA_INCPATH=${STAGING_INCDIR} \
+ALSA_LIBPATH=${STAGING_LIBDIR} \
+PLATFORM=${MACHINE} \
+RANLIB=${RANLIB} \
+KERNEL_PATH=${STAGING_KERNEL_DIR} \
+
+
+TARGET_CC_ARCH += ${LDFLAGS}
+
+FILES_${PN}-dbg +=  \
+${LTPROOT}/.debug \
+${LTPROOT}/bin/.debug \
+${LTPROOT}/runtest/.debug \
+${LTPROOT}/testcases/bin/.debug \
+${LTPROOT}/testcases/bin/*/bin/.debug \
+${LTPROOT}/testcases/bin/*/test/.debug \
+${LTPROOT}/testcases/bin/ddt/.debug \
+${LTPROOT}/testcases/bin/ddt/*/bin/.debug \
+${LTPROOT}/testcases/bin/ddt/*/test/.debug \
+${LTPROOT}/testcases/realtime/*/*/.debug \
+
+
+FILES_${PN}-staticdev += ${LTPROOT}/lib
+FILES_${PN} += ${LTPROOT}/*
+
+KERNEL_MODULES_META_PACKAGE = ${PN}
+
+kmoddir = /lib/modules/${KERNEL_VERSION}/kernel/drivers/ddt
+
+# ltp doesn't regenerate ffsb-6.0-rc2 configure and hardcode
configure call.
+# we explicitly force regeneration of that directory and pass
configure options.
+do_configure_append() {
+(cd utils/ffsb-6.0-rc2; autoreconf -fvi; ./configure
${CONFIGUREOPTS})
+}
+
+
+do_compile_append () {
+unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS
+oe_runmake KERNEL_CC=${KERNEL_CC} DESTDIR=${D} modules
+}
+
+do_install() {
+oe_runmake DESTDIR=${D} install
+install -d ${D}${datadir}
+install -d ${D}${kmoddir}
+mv ${D}${LTPROOT}/testcases/bin/ddt/*.ko ${D}${kmoddir}
+}
+
+
+# do_make_scripts should be a separate task for the lock to work
+addtask make_scripts before do_compile
+do_make_scripts[lockfiles] = ${TMPDIR}/kernel-scripts.lock
+do_make_scripts[deptask] = do_populate_sysroot
-- 
1.9.1


___
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 2015.03 build 2015-03-11_22-05-30

2015-03-11 Thread Denys Dmytriyenko
Title: 
Status for 03/11/15





Status for 03/11/15

BUILD_ID: build-2015-03-11_22-06-32

Clean Build: true

Clean Sources: false
Repository Revisions


Repository
Git URL
Branch
Commit ID
Layers



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


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


meta-qt5
git://github.com/meta-qt5/meta-qt5.git
master
HEAD
layers=


meta-openembedded
git://git.openembedded.org/meta-openembedded
daisy
HEAD
layers=toolchain-layer:meta-networking:meta-ruby:meta-oe


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


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


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


Build and Target Test Results


Machine
Build Result
Target Test Result


am57xx-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="2015.03"
MACHINES="am57xx-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-am57x"
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-daisy-config.txt"
LOG_DIR="${BUILD_ROOT}/log-files"
BUILD_LOG_VERBOSE="true"
DL_DIR="/OE/downloads"
BB_GENERATE_MIRROR_TARBALLS="0"
INSTALLER_EXTRAS_ROOT="/home/jenkins/extra-files/installer_content"
TEST_SCRIPTS="$SCRIPTS_ROOT/test-scripts"
TEST_SCRIPTS_TGT="home/root/test-scripts"
TEST_LOCAL_IFACE="eth1"
OPENTEST_CLI="$SCRIPTS_ROOT/linux-devtest.tgz"
OPENTEST_TEE_IP="none"
OPENTEST_HW_CAP="linux_tigt_farm"
OPENTEST_BOOTLOADERS="false"
OPENTEST_BOOT_ATTEMPTS="3"
OPENTEST_BOOT_TIMEOUT="300"
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_BUILDER="/home/jenkins/installbuilder"
INSTALLER_ROOT="$BUILD_ROOT/installer"
INSTALL_BUILDER_PROJECT="$SCRIPTS_ROOT/installer-files/tisdk.xml"
INSTALLER_PREFIX="ti-sdk"
SD_CARD_CONTENT="/home/jenkins/extra-files/sd_content"
PACKAGE_BOOT_KERNEL_FILES="false"
WEBGEN_ROOT="/home/jenkins/webgen"
WEB_EXTRAS_ROOT="/home/jenkins/extra-files/web_content"
WEBGEN_MAK_ROOT="$SCRIPTS_ROOT/publish-sdk-data/coresdk"
EXPORT_ARAGO_SRC="0"
COPY_TO_WEB="true"
COPY_DEPLOY_TO_WEB="true"
COPY_GOLDEN_TO_WEB="true"
WEB_HOST="lcpd...@lsblogin01.dal.design.ti.com:/web/lcpd/htdocs/core-sdk/nightly/am57x"
CLEAN_AFTER_COPY="true"
BACKUP_RESULTS="/home/jenkins/jobs/arago-core-tisdk-am57x/workspace"





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


Re: [meta-arago] [PATCH] recipes-devtools: New ltp-ddt_1.0.0 recipe

2015-03-11 Thread Denys Dmytriyenko
Doesn't help. It still fails for am57xx-evm. It seems to build fine for 
am335x-evm...

Besides the undefined yylex error (which might be non-fatal), I also see 
these:

| clock_gettime03.c:141:4: error: '__NR_clock_gettime' undeclared (first use in 
this function)

| clock_gettime03.c:168:31: error: 'cleanup' undeclared (first use in this 
function)

| faccessat01.c:70:21: error: '__NR_faccessat' undeclared (first use in this 
function)

-- 
Denys


On Wed, Mar 11, 2015 at 08:47:22PM -0400, Denys Dmytriyenko wrote:
 No, it wasn't a clean build. I'll try that next, but I think I need to drop 
 share part I've added first...
 
 
 On Wed, Mar 11, 2015 at 08:44:53PM -0400, Hernandez, Carlos wrote:
 Did you do a clean ltp-ddt build? The v2 patch ran successfully for me.
 Carlos
  
 Sent from my Android phone using TouchDown (www.nitrodesk.com)
  
 -Original Message-
 From: Dmytriyenko, Denys [de...@ti.com]
 Received: Wednesday, 11 Mar 2015, 7:53PM
 To: Hernandez, Carlos [c...@ti.com]
 CC: meta-arago@arago-project.org [meta-arago@arago-project.org]
 Subject: Re: [meta-arago] [PATCH] recipes-devtools: New ltp-ddt_1.0.0
 recipe
  
 Carlos,
  
 ltp-ddt 1.0 fails to build now:
  
 | arm-linux-gnueabihf-gcc  -march=armv7-a -marm -mthumb-interwork
 -mfloat-abi=hard -mfpu=neon -mtune=cortex-a8 
 -L/opt/linaro-2013.03/arm-linux-gnueabihf/lib -Wl,-rpath-li
 nk,/opt/linaro-2013.03/arm-linux-gnueabihf/lib -Wl,-O1
 -Wl,--hash-style=gnu
 
  --sysroot=/home/jenkins/tisdk-build/build-CORTEX_1/arago-tmp-external-linaro-toolchain/sysroots
 /am335x-evm -isystem/opt/linaro-2013.03/arm-linux-gnueabihf/include 
 -fstack-protector -O2 -pipe -g -feliminate-unused-debug-types -g -O2
 -fno-strict-aliasing -pipe -Wall
 -W  -isystem/opt/linaro-2013.03/arm-linux-gnueabihf/include 
 -fstack-protector -O2 -pipe -g -feliminate-unused-debug-types
 -Wold-style-definition -isystem/opt/linaro-2013.
 03/arm-linux-gnueabihf/include  -fstack-protector -D_FORTIFY_SOURCE=2
 
  -I/home/jenkins/tisdk-build/build-CORTEX_1/arago-tmp-external-linaro-toolchain/work/am335x_evm-oe-lin
 ux-gnueabi/ltp-ddt/1.0.0-r0/git/testcases/kernel/include -D_GNU_SOURCE
 
  -I/home/jenkins/tisdk-build/build-CORTEX_1/arago-tmp-external-linaro-toolchain/work/am335x_evm-oe-li
 
  nux-gnueabi/ltp-ddt/1.0.0-r0/git/testcases/kernel/timers/timer_create/../include
 -I../../../../include -I../../../../include
 -L/opt/linaro-2013.03/arm-linux-gnueabihf/lib
 -Wl,-rpath-link,/opt/linaro-2013.03/arm-linux-gnueabihf/lib -Wl,-O1
 -Wl,--hash-style=gnu  -L../../../../lib  timer_create02.c   -lltp
 -lpthread -lrt -o timer_create02
 |
 
  /home/jenkins/tisdk-build/build-CORTEX_1/arago-tmp-external-linaro-toolchain/sysroots/am335x-evm/usr/lib/libfl.so:
 undefined reference to `yylex'
 | collect2: error: ld returned 1 exit status
 | make[1]: *** [ltp-bump] Error 1
  
 Looks like flex doesn't have the right symbol - is it wrong version?
  
 --
 Denys
  
 On Tue, Mar 10, 2015 at 09:13:33AM -0400, Carlos Hernandez wrote:
  Latest ltp release was recently merge to ltp-ddt and there is a new
  way to configure and compile ltp-ddt.
 
  Signed-off-by: Carlos Hernandez c...@ti.com
  ---
   ...ite-Make-sure-to-include-generated-header.patch | 33 
   .../recipes-devtools/ltp-ddt/ltp-ddt_1.0.0.bb  | 87
 ++
   2 files changed, 120 insertions(+)
   create mode 100644
 
  meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt/0001-wdt_test_suite-Make-sure-to-include-generated-header.patch
   create mode 100644
 meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt_1.0.0.bb
 
  diff --git
 
  a/meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt/0001-wdt_test_suite-Make-sure-to-include-generated-header.patch
 
  b/meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt/0001-wdt_test_suite-Make-sure-to-include-generated-header.patch
  new file mode 100644
  index 000..31df16d
  --- /dev/null
  +++
 
  b/meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt/0001-wdt_test_suite-Make-sure-to-include-generated-header.patch
  @@ -0,0 +1,33 @@
  +From 4a8f24892514cd5e4d11b9105c843db49eea921b Mon Sep 17 00:00:00 2001
  +From: Khem Raj raj.k...@gmail.com
  +Date: Wed, 19 Feb 2014 19:41:33 -0800
  +Subject: [PATCH] wdt_test_suite: Make sure to include generated 
  headers
  +
  +This makes sure that its using the generated headers
  +and not the raw headers from kernel, generated headers
  +are built for the given machine already when kernel is
  +built and are available in configured/compiled kernel tree
  +already
  +
  +Signed-off-by: Khem Raj raj.k...@gmail.com
  +---
  + testcases/ddt/wdt_test_suite/Makefile | 4 ++--
  + 1 file changed, 2 insertions(+), 2 

Re: [meta-arago] [meta-arago 1/2] packagegroup-*-graphics: Add omapdrm-pvr

2015-03-11 Thread Denys Dmytriyenko
This doesn't work:

| 
/home/jenkins/tisdk-build-am57x/build-CORTEX_1/arago-tmp-external-linaro-toolchain/work/am57xx_evm-oe-linux-gnueabi/omapdrm-pvr/1.9.2253347-r6c/git/eurasia_km/eurasiacon/binary2_omap5430_linux_release/target/kbuild/services4/srvkm/env/linux/osfunc.c:116:2:
 error: #error A preemptible Linux kernel is required when using workqueues


Also I see these messages, but I don't think they are fatal:

| ../config/core.mk:419: $(KERNELDIR)/vmlinux does not exist. Kbuild may fail.
| /bin/sh: dos2unix: command not found

-- 
Denys


On Wed, Mar 11, 2015 at 05:18:57PM +0530, Karthik Ramanan wrote:
 Signed-off-by: Karthik Ramanan a0393...@ti.com
 ---
  .../packagegroup-arago-tisdk-graphics.bb   |3 +--
  1 file changed, 1 insertion(+), 2 deletions(-)
 
 diff --git 
 a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
  
 b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
 index f854596..1043ce5 100644
 --- 
 a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
 +++ 
 b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
 @@ -38,9 +38,8 @@ GRAPHICS_RDEPENDS_omap3 = \
  GRAPHICS_RDEPENDS_omap-a15 = \
  libgbm \
  omap5-sgx-ddk-um-linux \
 +omapdrm-pvr \
  
 -# Put this back when compile issues are fixed against 3.14
 -#omapdrm-pvr
  
  GRAPHICS_BLTSVILLE = 
  GRAPHICS_BLTSVILLE_omap-a15 =  \
 -- 
 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 1/2] packagegroup-arago-mcsdk-toolchain-target: Add package group for mcsdk toolchain

2015-03-11 Thread Nelson, Sam


 -Original Message-
 From: Cooper Jr., Franklin
 Sent: Friday, February 27, 2015 7:42 AM
 To: Nelson, Sam
 Cc: meta-arago@arago-project.org
 Subject: Re: [meta-arago] [PATCH 1/2] packagegroup-arago-mcsdk-toolchain-
 target: Add package group for mcsdk toolchain
 
 
 
 
  On Feb 25, 2015, at 6:39 PM, Nelson, Sam sam.nel...@ti.com wrote:
 
  I think the intention was to allow users to choose either static or shared
 library based on their preference.
  If we have to decide on one, not sure what is the criteria to be used.
 If that's is best for the user then that's fine.
 
 Also I thought I remember some software licenses have a restriction regarding
 using static libraries (ex Qt?)  but if that isn't a concern for the software 
 your
 including then that should be fine.
[Sam] I am not aware of any issue with static libraries for MCSDK.
 
  Sam
 
  -Original Message-
  From: Cooper Jr., Franklin
  Sent: Wednesday, February 25, 2015 4:17 PM
  To: Nelson, Sam; meta-arago@arago-project.org
  Subject: RE: [meta-arago] [PATCH 1/2] packagegroup-arago-mcsdk-
 toolchain-
  target: Add package group for mcsdk toolchain
 
  Do you really need both shared libraries and static libraries? Usually I've
 seen
  people just include one or the other.
 
  -Original Message-
  From: meta-arago-boun...@arago-project.org [mailto:meta-arago-
  boun...@arago-project.org] On Behalf Of Nelson, Sam
  Sent: Wednesday, February 25, 2015 2:56 PM
  To: meta-arago@arago-project.org
  Subject: [meta-arago] [PATCH 1/2] packagegroup-arago-mcsdk-toolchain-
  target: Add package group for mcsdk toolchain
 
  - Adds ti dev packages, platform specific packages and other additional
  packages
 
  Signed-off-by: Sam Nelson sam.nel...@ti.com
  ---
  .../packagegroup-arago-mcsdk-toolchain-target.bb   |   94
  
  1 file changed, 94 insertions(+)
  create mode 100644 meta-arago-extras/recipes-
  core/packagegroups/packagegroup-arago-mcsdk-toolchain-target.bb
 
  diff --git a/meta-arago-extras/recipes-core/packagegroups/packagegroup-
  arago-mcsdk-toolchain-target.bb b/meta-arago-extras/recipes-
  core/packagegroups/packagegroup-arago-mcsdk-toolchain-target.bb
  new file mode 100644
  index 000..9265a8c
  --- /dev/null
  +++ b/meta-arago-extras/recipes-core/packagegroups/packagegroup-
  arago-mcsdk-toolchain-target.bb
  @@ -0,0 +1,94 @@
  +DESCRIPTION = Target dev packages for MCSDK SDK
  +LICENSE = BSD-3-Clause
  +
  +PR = r0
  +
  +inherit packagegroup
  +
  +TI_PKGS_DEV = \
  +cmem-dev \
  +cmem-staticdev \
  +
  +TI_SECURE_STORAGE_DEV = \
  +ti-softhsmv2-dev \
  +libp11-dev \
  +libp11-staticdev \
  +
  +
  +TI_PKGS_DEV_append_keystone = \
  +${TI_SECURE_STORAGE_DEV} \
  +udma-dev \
  +udma-staticdev \
  +traceframework-dev \
  +traceframework-staticdev \
  +cuia-dev \
  +cuia-staticdev \
  +common-csl-ip-dev \
  +cppi-lld-dev \
  +cppi-lld-staticdev \
  +qmss-lld-dev \
  +qmss-lld-staticdev \
  +pa-lld-dev \
  +pa-lld-staticdev \
  +rm-lld-dev \
  +rm-lld-staticdev \
  +hyplnk-lld-dev \
  +hyplnk-lld-staticdev \
  +sa-lld-dev \
  +sa-lld-staticdev \
  +hplib-dev \
  +hplib-staticdev \
  +nwal-lld-dev \
  +nwal-lld-staticdev \
  +pktlib-dev \
  +pktlib-staticdev \
  +mmap-lld \
  +mmap-lld-staticdev \
  +netapi-dev \
  +netapi-staticdev \
  +ipsecmgr-dev \
  +ipsecmgr-staticdev \
  +libnl-xfrm-dev \
  +libnl-xfrm-staticdev \
  +libnl-dev \
  +libnl-staticdev \
  +ti-ipc-dev \
  +ti-ipc-staticdev \
  +multiprocmgr-dev \
  +multiprocmgr-staticdev \
  +mpm-transport-dev \
  +mpm-transport-staticdev \
  +edma3-lld-dev \
  +edma3-lld-staticdev \
  +lksctp-tools-dev \
  +lksctp-tools-staticdev \
  +
  +
  +TI_PKGS_DEV_append_k2l-evm = \
  +dfe-lld-dev \
  +dfe-lld-staticdev \
  +iqn2-lld-dev \
  +iqn2-lld-staticdev \
  +
  +
  +TI_PKGS_DEV_append_k2hk-evm = \
  +srio-lld-dev \
  +srio-lld-staticdev \
  +
  +
  +RDEPENDS_${PN} +=  \
  +packagegroup-arago-standalone-sdk-target \
  +kernel-dev \
  +${TI_PKGS_DEV} \
  +libdnet-dev \
  +libdnet-staticdev \
  +binutils-dev \
  +binutils-staticdev \
  +elfutils-dev \
  +elfutils-staticdev \
  +libbz2-dev \
  +libbz2-staticdev \
  +libgl-mesa-dev \
  +boost-dev \
  +libsdl-dev \
  +
  --
  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] [meta-arago 1/2] packagegroup-*-graphics: Add omapdrm-pvr

2015-03-11 Thread Karthik Ramanan

All,

I think we will have to defer this particular patch for a later 
submission. The required kernel config and the SGX adaptation has to 
come in before we can make this change. This was missed out in my checks 
because I primarily validated this for J6/J6Eco.


Vivek,

You can use this patch as a reference to take it through the validation 
on the AM platforms once the required dependencies come in.


Regards
Karthik



On 12-Mar-15 11:15 AM, Balagopalakrishnan, Anand wrote:

I believe the second message is because kernel has not been built before 
omapdrm-pvr.

The first message is due to config_preempt. Nevertheless, the current 
version/recipe in meta-arago also requires config_preempt. I am not sure how 
the current version has been accepted.

As Vivek said, I am looking at enabling SGX for config_preempt_voluntary.

Regards,
Anand

From: Chengalvala, Vivek
Sent: Thursday, March 12, 2015 7:19 AM
To: Dmytriyenko, Denys; R, Karthik
Cc: meta-arago@arago-project.org; Balagopalakrishnan, Anand
Subject: RE: [meta-arago] [meta-arago 1/2] packagegroup-*-graphics: Add 
omapdrm-pvr

+Anand

Anand is trying to get Graphics to work with CONFIG_PREEMPT voluntary.


-Original Message-
From: meta-arago-boun...@arago-project.org 
[mailto:meta-arago-boun...@arago-project.org] On Behalf Of Dmytriyenko, Denys
Sent: Wednesday, March 11, 2015 7:47 PM
To: R, Karthik
Cc: meta-arago@arago-project.org
Subject: Re: [meta-arago] [meta-arago 1/2] packagegroup-*-graphics: Add 
omapdrm-pvr

This doesn't work:

| 
/home/jenkins/tisdk-build-am57x/build-CORTEX_1/arago-tmp-external-linaro-toolchain/work/am57xx_evm-oe-linux-gnueabi/omapdrm-pvr/1.9.2253347-r6c/git/eurasia_km/eurasiacon/binary2_omap5430_linux_release/target/kbuild/services4/srvkm/env/linux/osfunc.c:116:2:
 error: #error A preemptible Linux kernel is required when using workqueues


Also I see these messages, but I don't think they are fatal:

| ../config/core.mk:419: $(KERNELDIR)/vmlinux does not exist. Kbuild may fail.
| /bin/sh: dos2unix: command not found

--
Denys


On Wed, Mar 11, 2015 at 05:18:57PM +0530, Karthik Ramanan wrote:

Signed-off-by: Karthik Ramanan a0393...@ti.com
---
  .../packagegroup-arago-tisdk-graphics.bb   |3 +--
  1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
 
b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
index f854596..1043ce5 100644
--- 
a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
+++ 
b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
@@ -38,9 +38,8 @@ GRAPHICS_RDEPENDS_omap3 = \
  GRAPHICS_RDEPENDS_omap-a15 = \
  libgbm \
  omap5-sgx-ddk-um-linux \
+omapdrm-pvr \
  
-# Put this back when compile issues are fixed against 3.14
-#omapdrm-pvr

  GRAPHICS_BLTSVILLE = 
  GRAPHICS_BLTSVILLE_omap-a15 =  \
--
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] packagegroup-arago-standalone-sdk-target: Include libgomp into toolchain SDK

2015-03-11 Thread Denys Dmytriyenko
On Wed, Mar 11, 2015 at 07:34:39PM -0500, Franklin S. Cooper Jr wrote:
 From: Franklin S. Cooper Jr fcoo...@ti.com
 
 * When compiling an application with the -fopenmp flag an error is given since
   libgomp isn't apart of the toolchain SDK.
 * Since this package comes from the toolchain only include it when using the
   external linaro toolchain since it isn't included in the arago toolchain.
 
 Signed-off-by: Franklin S. Cooper Jr fcoo...@ti.com
 ---
  .../packagegroup-arago-standalone-sdk-target.bb|3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)
 
 diff --git 
 a/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-standalone-sdk-target.bb
  
 b/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-standalone-sdk-target.bb
 index d4a5072..b08e125 100644
 --- 
 a/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-standalone-sdk-target.bb
 +++ 
 b/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-standalone-sdk-target.bb
 @@ -1,5 +1,5 @@
  DESCRIPTION = Target packages for the standalone SDK
 -PR = r6
 +PR = r7
  LICENSE = MIT
  
  inherit packagegroup
 @@ -33,4 +33,5 @@ RDEPENDS_${PN} = \
  opkg-dev \
  sysvinit-dev \
  util-linux-dev \
 +${@base_conditional('TCLIBC', 'external-linaro-toolchain', 'libgomp 
 libgomp-dev', '', d)} \

libgomp-dev in the list is enough, as it will pull in libgomp on its own.
Also, better compare TCMODE to external-linaro. TCLIBC could be used for 
something else, like uClibc with external Linaro toolchain...


  
 -- 
 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] [meta-arago 1/2] packagegroup-*-graphics: Add omapdrm-pvr

2015-03-11 Thread Chengalvala, Vivek
+Anand

Anand is trying to get Graphics to work with CONFIG_PREEMPT voluntary. 


-Original Message-
From: meta-arago-boun...@arago-project.org 
[mailto:meta-arago-boun...@arago-project.org] On Behalf Of Dmytriyenko, Denys
Sent: Wednesday, March 11, 2015 7:47 PM
To: R, Karthik
Cc: meta-arago@arago-project.org
Subject: Re: [meta-arago] [meta-arago 1/2] packagegroup-*-graphics: Add 
omapdrm-pvr

This doesn't work:

| 
/home/jenkins/tisdk-build-am57x/build-CORTEX_1/arago-tmp-external-linaro-toolchain/work/am57xx_evm-oe-linux-gnueabi/omapdrm-pvr/1.9.2253347-r6c/git/eurasia_km/eurasiacon/binary2_omap5430_linux_release/target/kbuild/services4/srvkm/env/linux/osfunc.c:116:2:
 error: #error A preemptible Linux kernel is required when using workqueues


Also I see these messages, but I don't think they are fatal:

| ../config/core.mk:419: $(KERNELDIR)/vmlinux does not exist. Kbuild may fail.
| /bin/sh: dos2unix: command not found

-- 
Denys


On Wed, Mar 11, 2015 at 05:18:57PM +0530, Karthik Ramanan wrote:
 Signed-off-by: Karthik Ramanan a0393...@ti.com
 ---
  .../packagegroup-arago-tisdk-graphics.bb   |3 +--
  1 file changed, 1 insertion(+), 2 deletions(-)
 
 diff --git 
 a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
  
 b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
 index f854596..1043ce5 100644
 --- 
 a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
 +++ 
 b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb
 @@ -38,9 +38,8 @@ GRAPHICS_RDEPENDS_omap3 = \
  GRAPHICS_RDEPENDS_omap-a15 = \
  libgbm \
  omap5-sgx-ddk-um-linux \
 +omapdrm-pvr \
  
 -# Put this back when compile issues are fixed against 3.14
 -#omapdrm-pvr
  
  GRAPHICS_BLTSVILLE = 
  GRAPHICS_BLTSVILLE_omap-a15 =  \
 -- 
 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] [RFC v2 1/4] arago-prefs: Add WAYLAND_SUPPORT flag.

2015-03-11 Thread Denys Dmytriyenko
On Thu, Mar 05, 2015 at 01:31:40PM -0500, Jacob Stiffler wrote:
 * Default to 1 if QT_PROVIDER is not qt4e.
 
 Signed-off-by: Jacob Stiffler j-stiff...@ti.com
 ---
  .../conf/distro/include/arago-prefs.inc|2 ++
  1 file changed, 2 insertions(+)
 
 diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc 
 b/meta-arago-distro/conf/distro/include/arago-prefs.inc
 index e689f8b..a566437 100644
 --- a/meta-arago-distro/conf/distro/include/arago-prefs.inc
 +++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc
 @@ -28,6 +28,8 @@ PREFERRED_PROVIDER_virtual/gettext = gettext
  ARAGO_QT_PROVIDER = 
 ${@base_conditional('QT_PROVIDER','qt5','',base_contains('MACHINE_FEATURES','sgx','qt4-embedded-gles','qt4-embedded',d),d)}
  PREFERRED_PROVIDER_qt4-embedded = ${ARAGO_QT_PROVIDER}
  
 +WAYLAND_SUPPORT ?= ${@base_conditional('QT_PROVIDER', 'qt4e', '0', '1', d)}

So, as I mentioned on the call today, we should use wayland 
in DISTRO_FEATURES instead:

${@base_contains('DISTRO_FEATURES', 'wayland', 'deps-for-wayland', 
'deps-for-eglfs', d)}


  PREFERRED_VERSION_qt4-embedded = 4.8.5
  PREFERRED_VERSION_qt4-native = 4.8.5
  PREFERRED_VERSION_nativesdk-qt4-tools = 4.8.5
 -- 
 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] [PATCH 4/5] tisdk-recovery-rootfs-image: Recovery root filesystem image

2015-03-11 Thread Sam Nelson
- Root filesystem to be used for crash recovery

Signed-off-by: Hao Zhang hzh...@ti.com
Signed-off-by: Sam Nelson sam.nel...@ti.com
---
 .../images/tisdk-recovery-rootfs-image.bb  |   10 ++
 1 file changed, 10 insertions(+)
 create mode 100644 
meta-arago-distro/recipes-core/images/tisdk-recovery-rootfs-image.bb

diff --git 
a/meta-arago-distro/recipes-core/images/tisdk-recovery-rootfs-image.bb 
b/meta-arago-distro/recipes-core/images/tisdk-recovery-rootfs-image.bb
new file mode 100644
index 000..5a1ea0f
--- /dev/null
+++ b/meta-arago-distro/recipes-core/images/tisdk-recovery-rootfs-image.bb
@@ -0,0 +1,10 @@
+# TI SDK recovery filesystem image
+COMPATIBLE_MACHINE = keystone
+
+require arago-image.inc
+
+IMAGE_INSTALL += \
+packagegroup-arago-tisdk-recoveryfs \
+
+
+export IMAGE_BASENAME = tisdk-recoveryfs
-- 
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] [PATCH 1/5] recovery-kernel: recovery kernel build for keystone

2015-03-11 Thread Sam Nelson
From: Hao Zhang hzh...@ti.com

Build recovery kernel image and k2hk-evm dtb image for Keystone II
devices.

Normally when kernel is booted by u-boot,  u-boot takes care to reserve
free memory space in the DTB, which is required for kernel. For recovery
image, user has to add the free space manually using dtc compiler.

Signed-off-by: Hao Zhang hzh...@ti.com
---
 .../recovery-kernel/recovery-kernel_1.0.bb |   39 
 1 file changed, 39 insertions(+)
 create mode 100644 
meta-arago-extras/recipes-kernel/recovery-kernel/recovery-kernel_1.0.bb

diff --git 
a/meta-arago-extras/recipes-kernel/recovery-kernel/recovery-kernel_1.0.bb 
b/meta-arago-extras/recipes-kernel/recovery-kernel/recovery-kernel_1.0.bb
new file mode 100644
index 000..634f7c5
--- /dev/null
+++ b/meta-arago-extras/recipes-kernel/recovery-kernel/recovery-kernel_1.0.bb
@@ -0,0 +1,39 @@
+DESCRIPTION = Recovery kernel building for Keystone EVM
+LICENSE = GPLv2
+
+PR = r2
+EXTRA_OEMAKE +=  KALLSYMS_EXTRA_PASS=1
+DEFAULT_PREFERENCE = 1
+COMPATIBLE_MACHINE = keystone
+BRANCH = master
+SRCREV = 9bc93706b37c39c3a95593dc3d56773e9b7425ad
+SRC_URI = 
git://git.ti.com/keystone-linux/linux.git;protocol=git;branch=${BRANCH}
+S = ${WORKDIR}/git
+LIC_FILES_CHKSUM = file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7
+
+FILES_${PN} += ${bindir}/crashdump
+LINUX_ZIMAGE = zImage
+KERNEL_MACHINE ?= keystone2_recovery_defconfig
+KERNEL_DTBTYPE = k2hk-evm-recovery.dtb
+CRASHDIR = crashdump
+ARCH = ${TARGET_ARCH}
+CROSS_COMPILE = ${TARGET_PREFIX}
+
+export ARCH
+export CROSS_COMPILE
+
+do_configure () {
+   make ${KERNEL_MACHINE}
+}
+
+do_compile() {
+   make ${LINUX_ZIMAGE} KALLSYMS_EXTRA_PASS=1
+   make ${KERNEL_DTBTYPE}
+   dtc -I dtb -O dtb -p 2048 -o ${KERNEL_DTBTYPE} 
arch/arm/boot/dts/${KERNEL_DTBTYPE}
+}
+
+do_install () {
+   install -d ${D}${bindir}/${CRASHDIR}/
+   install ${S}/arch/arm/boot/${LINUX_ZIMAGE} ${D}${bindir}/${CRASHDIR}
+   install ${S}/${KERNEL_DTBTYPE} ${D}${bindir}/${CRASHDIR}
+}
-- 
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] [PATCH 5/5] crash-recovery: initial script to recover kernel crash

2015-03-11 Thread Sam Nelson
From: Hao Zhang hzh...@ti.com

- In the case of a kernel crash, the script make the dump file from
kdump and reboot the system.

Signed-off-by: Hao Zhang hzh...@ti.com
Signed-off-by: Sam Nelson sam.nel...@ti.com
---
 .../crash-recover/crash-recovery.bb|   18 +++
 .../crash-recover/files/recoveryfs.sh  |   24 
 2 files changed, 42 insertions(+)
 create mode 100644 
meta-arago-extras/recipes-support/crash-recover/crash-recovery.bb
 create mode 100755 
meta-arago-extras/recipes-support/crash-recover/files/recoveryfs.sh

diff --git a/meta-arago-extras/recipes-support/crash-recover/crash-recovery.bb 
b/meta-arago-extras/recipes-support/crash-recover/crash-recovery.bb
new file mode 100644
index 000..3ee7cc1
--- /dev/null
+++ b/meta-arago-extras/recipes-support/crash-recover/crash-recovery.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = Initscripts for kdump recovery mechanism
+LICENSE = BSD-3-Clause
+
+COMPATIBLE_MACHINE = keystone
+LIC_FILES_CHKSUM = file://recoveryfs.sh;md5=e1cea7fe03a879dfe71592798e89ed0d
+
+S = ${WORKDIR}
+SRC_URI = file://recoveryfs.sh
+
+INITSCRIPT_NAME = recoveryfs.sh
+INITSCRIPT_PARAMS = defaults 10
+
+inherit update-rc.d
+
+do_install_append() {
+install -d ${D}${sysconfdir}/init.d/
+install -c -m 755 ${WORKDIR}/recoveryfs.sh 
${D}${sysconfdir}/init.d/${INITSCRIPT_NAME}
+}
diff --git 
a/meta-arago-extras/recipes-support/crash-recover/files/recoveryfs.sh 
b/meta-arago-extras/recipes-support/crash-recover/files/recoveryfs.sh
new file mode 100755
index 000..665b95e
--- /dev/null
+++ b/meta-arago-extras/recipes-support/crash-recover/files/recoveryfs.sh
@@ -0,0 +1,24 @@
+#!/bin/sh
+
+if [ -f /proc/vmcore ] ; then
+  mkdir -p /mnt/boot2
+  mount -t ubifs /dev/ubi0_2 /mnt/boot2
+  if [ $? -eq 0 ] ; then
+ if [ -f /usr/bin/makedumpfile ] ; then
+   makedumpfile -E -d 31 /proc/vmcore /mnt/boot2/home/root/coredump.elf
+   gzip -c /mnt/boot2/home/root/coredump.elf  \
+   /mnt/boot2/home/root/coredump.elf.gz
+   rm -rf /mnt/boot2/home/root/coredump.elf
+   sync
+   reboot
+ else
+   echo makedumpfile not found
+   exit 1
+ fi
+  else
+echo mount unsuccessful
+exit 1
+  fi
+fi
+
+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] [PATCH 2/5] makedumpfile: Add makedumpfile tool

2015-03-11 Thread Sam Nelson
From: Hao Zhang hzh...@ti.com

- Add makedumpfile tool to shorten the dumpfile of kdump.

Signed-off-by: Hao Zhang hzh...@ti.com
Signed-off-by: Sam Nelson sam.nel...@ti.com
---
 .../makedumpfile/makedumpfile_1.5.0.bb |   18 ++
 1 file changed, 18 insertions(+)
 create mode 100644 
meta-arago-extras/recipes-support/makedumpfile/makedumpfile_1.5.0.bb

diff --git 
a/meta-arago-extras/recipes-support/makedumpfile/makedumpfile_1.5.0.bb 
b/meta-arago-extras/recipes-support/makedumpfile/makedumpfile_1.5.0.bb
new file mode 100644
index 000..59dbaba
--- /dev/null
+++ b/meta-arago-extras/recipes-support/makedumpfile/makedumpfile_1.5.0.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = Make dump file utility
+LICENSE = GPLv2
+
+LIC_FILES_CHKSUM = file://COPYING;md5=751419260aa954499f7abaabaa882bbe
+
+SRC_URI = 
http://sourceforge.net/projects/makedumpfile/files/makedumpfile/1.5.0/makedumpfile-${PV}.tar.gz;name=makedumpfile;
+
+SRC_URI[makedumpfile.md5sum] = e22277d77752c71525a79eab148abf55
+SRC_URI[makedumpfile.sha256sum] = 
8a771a22c6ba79dc505e55727f0cfd357ccb3c97defe21cefd5a67b64452fca7
+
+DEPENDS = zlib elfutils bzip2
+
+EXTRA_OEMAKE = TARGET=${TARGET_ARCH}
+
+do_install() {
+   install -d ${D}${bindir}/
+   install -c -m 755 ${S}/makedumpfile ${D}${bindir}/
+}
-- 
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] [PATCH 3/5] packagegroup-arago-tisdk-recoveryfs: Packagegroup for recovery root filesystem

2015-03-11 Thread Sam Nelson
From: Hao Zhang hzh...@ti.com

- The recovery root filesystem includes makedumpfile tool and the script
to call makedumpfile to create dump file from kdump.

Signed-off-by: Hao Zhang hzh...@ti.com
---
 .../packagegroup-arago-tisdk-recoveryfs.bb |   22 
 1 file changed, 22 insertions(+)
 create mode 100644 
meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-recoveryfs.bb

diff --git 
a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-recoveryfs.bb
 
b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-recoveryfs.bb
new file mode 100644
index 000..41842ad
--- /dev/null
+++ 
b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-recoveryfs.bb
@@ -0,0 +1,22 @@
+DESCRIPTION = Packagegroup for basic recovery rootfs
+LICENSE = MIT
+
+inherit packagegroup
+
+ARAGO_BASE = \
+module-init-tools \
+mtd-utils \
+initscript-telnetd \
+
+
+# these require meta-openembedded/meta-oe layer
+ARAGO_EXTRA = \
+makedumpfile \
+crash-recovery \
+
+
+# minimal set of packages - needed to boot
+RDEPENDS_${PN} = \
+${ARAGO_BASE} \
+${ARAGO_EXTRA} \
+
-- 
1.7.9.5

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


Re: [meta-arago] [RFC v2 1/4] arago-prefs: Add WAYLAND_SUPPORT flag.

2015-03-11 Thread Cooper Jr., Franklin
Not including Wayland should only occur for 335x and 437x. AM57x should still 
include Wayland.

If it is possible to filter things out based on machines/socs then I guess 
using that approach is fine. However distro features seem like it should be 
generic and not alter based on the soc.

But since X11 is set via distro features then it would make sense for 
Wayland/Weston do the same. The soc specific changes makes it a bit messy...


 On Mar 11, 2015, at 9:02 PM, Dmytriyenko, Denys de...@ti.com wrote:
 
 On Thu, Mar 05, 2015 at 01:31:40PM -0500, Jacob Stiffler wrote:
 * Default to 1 if QT_PROVIDER is not qt4e.
 
 Signed-off-by: Jacob Stiffler j-stiff...@ti.com
 ---
 .../conf/distro/include/arago-prefs.inc|2 ++
 1 file changed, 2 insertions(+)
 
 diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc 
 b/meta-arago-distro/conf/distro/include/arago-prefs.inc
 index e689f8b..a566437 100644
 --- a/meta-arago-distro/conf/distro/include/arago-prefs.inc
 +++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc
 @@ -28,6 +28,8 @@ PREFERRED_PROVIDER_virtual/gettext = gettext
 ARAGO_QT_PROVIDER = 
 ${@base_conditional('QT_PROVIDER','qt5','',base_contains('MACHINE_FEATURES','sgx','qt4-embedded-gles','qt4-embedded',d),d)}
 PREFERRED_PROVIDER_qt4-embedded = ${ARAGO_QT_PROVIDER}
 
 +WAYLAND_SUPPORT ?= ${@base_conditional('QT_PROVIDER', 'qt4e', '0', '1', 
 d)}
 
 So, as I mentioned on the call today, we should use wayland 
 in DISTRO_FEATURES instead:
 
 ${@base_contains('DISTRO_FEATURES', 'wayland', 'deps-for-wayland', 
 'deps-for-eglfs', d)}
 
 
 PREFERRED_VERSION_qt4-embedded = 4.8.5
 PREFERRED_VERSION_qt4-native = 4.8.5
 PREFERRED_VERSION_nativesdk-qt4-tools = 4.8.5
 -- 
 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] [RFC v2 1/4] arago-prefs: Add WAYLAND_SUPPORT flag.

2015-03-11 Thread Denys Dmytriyenko
Yeah, we are going to do distro feature per macghine/soc anyway for things 
like java/x11, so it's not a big issue...


On Wed, Mar 11, 2015 at 10:57:05PM -0400, Cooper Jr., Franklin wrote:
 Not including Wayland should only occur for 335x and 437x. AM57x should 
 still include Wayland.
 
 If it is possible to filter things out based on machines/socs then I guess 
 using that approach is fine. However distro features seem like it should be 
 generic and not alter based on the soc.
 
 But since X11 is set via distro features then it would make sense for 
 Wayland/Weston do the same. The soc specific changes makes it a bit messy...
 
 
  On Mar 11, 2015, at 9:02 PM, Dmytriyenko, Denys de...@ti.com wrote:
  
  On Thu, Mar 05, 2015 at 01:31:40PM -0500, Jacob Stiffler wrote:
  * Default to 1 if QT_PROVIDER is not qt4e.
  
  Signed-off-by: Jacob Stiffler j-stiff...@ti.com
  ---
  .../conf/distro/include/arago-prefs.inc|2 ++
  1 file changed, 2 insertions(+)
  
  diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc 
  b/meta-arago-distro/conf/distro/include/arago-prefs.inc
  index e689f8b..a566437 100644
  --- a/meta-arago-distro/conf/distro/include/arago-prefs.inc
  +++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc
  @@ -28,6 +28,8 @@ PREFERRED_PROVIDER_virtual/gettext = gettext
  ARAGO_QT_PROVIDER = 
  ${@base_conditional('QT_PROVIDER','qt5','',base_contains('MACHINE_FEATURES','sgx','qt4-embedded-gles','qt4-embedded',d),d)}
  PREFERRED_PROVIDER_qt4-embedded = ${ARAGO_QT_PROVIDER}
  
  +WAYLAND_SUPPORT ?= ${@base_conditional('QT_PROVIDER', 'qt4e', '0', '1', 
  d)}
  
  So, as I mentioned on the call today, we should use wayland 
  in DISTRO_FEATURES instead:
  
  ${@base_contains('DISTRO_FEATURES', 'wayland', 'deps-for-wayland', 
  'deps-for-eglfs', d)}
  
  
  PREFERRED_VERSION_qt4-embedded = 4.8.5
  PREFERRED_VERSION_qt4-native = 4.8.5
  PREFERRED_VERSION_nativesdk-qt4-tools = 4.8.5
  -- 
  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